|
@@ -385,9 +385,9 @@ string."
|
|
|
(const :tag "No format string" nil)))
|
|
|
|
|
|
(defcustom org-export-creator-string
|
|
|
- (format "Generated by Org mode %s in Emacs %s."
|
|
|
- (if (fboundp 'org-version) (org-version) "(Unknown)")
|
|
|
- emacs-version)
|
|
|
+ (format "Emacs %s (Org mode %s)"
|
|
|
+ emacs-version
|
|
|
+ (if (fboundp 'org-version) (org-version) "unknown version"))
|
|
|
"Information about the creator of the document.
|
|
|
This option can also be set on with the CREATOR keyword."
|
|
|
:group 'org-export-general
|