0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-06 02:43:02 +00:00

org-html.el: New option `org-export-html-date-format-string'.

* org-html.el (org-export-html-date-format-string): Make a
defcustom.

TINYCHANGE

Thanks to Sébastian Vauban for this patch.
This commit is contained in:
Bastien Guerry 2012-03-20 12:10:58 +01:00
parent a0554234ef
commit b05e7cdf3b

View file

@ -653,10 +653,13 @@ postamble DIV."
(string :tag " Div for the content:")
(string :tag "Div for the postamble:")))
(defvar org-export-html-date-format-string "%Y-%m-%dT%R%z"
"The string used to format date and time.
(defcustom org-export-html-date-format-string "%Y-%m-%dT%R%z"
"Format string to format the date and time.
Default is an extended format of the ISO 8601 specification.")
The default is an extended format of the ISO 8601 specification."
:group 'org-export-html
:version "24.1"
:type 'string)
;;; Hooks