(html-tag-alist): within the <ADDRESS> tag
generated with an <HTML> tag, use `user-mail-address'.
This commit is contained in:
parent
43c5ac8cbe
commit
be047262ea
1 changed files with 1 additions and 1 deletions
|
@ -957,7 +957,7 @@ This takes effect when first loading the library.")
|
||||||
"<title>" (setq str (read-input "Title: ")) "</title>\n"
|
"<title>" (setq str (read-input "Title: ")) "</title>\n"
|
||||||
"<body>\n<h1>" str "</h1>\n" _
|
"<body>\n<h1>" str "</h1>\n" _
|
||||||
"\n<address>\n<a href=\"mailto:"
|
"\n<address>\n<a href=\"mailto:"
|
||||||
(user-login-name) ?@ (system-name)
|
user-mail-address
|
||||||
"\">" (user-full-name) "</a>\n</address>"))
|
"\">" (user-full-name) "</a>\n</address>"))
|
||||||
("i")
|
("i")
|
||||||
("ins")
|
("ins")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue