|
@@ -354,7 +354,7 @@ If the value is `comment' insert it as a comment."
|
|
(const :tag "Insert the sentence" t)))
|
|
(const :tag "Insert the sentence" t)))
|
|
|
|
|
|
(defcustom org-export-creator-string
|
|
(defcustom org-export-creator-string
|
|
- (format "Generated by Org mode %s in Emacs %s."
|
|
|
|
|
|
+ (format "Generated by <a href=\"http://orgmode.org\">Org</a> mode %s in <a href=\"http://www.gnu.org/software/emacs/\">Emacs</a> %s."
|
|
(if (fboundp 'org-version) (org-version) "(Unknown)")
|
|
(if (fboundp 'org-version) (org-version) "(Unknown)")
|
|
emacs-version)
|
|
emacs-version)
|
|
"String to insert at the end of the generated document."
|
|
"String to insert at the end of the generated document."
|