From: Nicolas Goaziou Date: Mon, 19 Nov 2012 21:10:08 +0000 (+0100) Subject: org-export-reference: Update documentation X-Git-Tag: release_7.9.3~39 X-Git-Url: http://orgmode.org/w/?p=worg.git;a=commitdiff_plain;h=68a3a5b8054f92b916b9aef8417f4f9656f6b099 org-export-reference: Update documentation --- diff --git a/dev/org-export-reference.org b/dev/org-export-reference.org index d82b951..d4b5284 100644 --- a/dev/org-export-reference.org +++ b/dev/org-export-reference.org @@ -119,9 +119,8 @@ by the exporter. #+END_SRC Back-ends defined with either function can be registered in the - export dispatcher using special keyword =:menu-entry= (and also - =:sub-menu-entry= for a derived back-end). See macros docstrings - for more information. + export dispatcher using special keyword =:menu-entry=. See macros + docstrings for more information. * Elements Attributes :PROPERTIES: @@ -1416,6 +1415,15 @@ by the exporter. See also: [[#format-code-default][~org-export-format-code-default~]], [[#get-loc][~org-export-get-loc~]], [[#unravel-code][~org-export-unravel-code~]]. +** ~org-export-format-timestamp~ + :PROPERTIES: + :CUSTOM_ID: format-timestamp + :END: + + Format a timestamp object with an arbitrary format string. + + See also: [[#timestamp-has-time-p][~org-export-timestamp-has-time-p~]]. + ** ~org-export-get-caption~ :PROPERTIES: :CUSTOM_ID: get-caption @@ -2067,6 +2075,17 @@ by the exporter. [[#table-row-group][~org-export-table-row-group~]], [[#table-row-starts-header-p][~org-export-table-row-starts-header-p~]]. +** ~org-export-timestamp-has-time-p~ + :PROPERTIES: + :CUSTOM_ID: timestamp-has-time-p + :END: + + Non-nil when a timestamp has hours and minutes. + + It is useful to know which format strings to use for a timestampn. + + See also: [[#format-timestamp][~org-export-format-timestamp~]]. + ** ~org-export-translate~ Translate a string, i.e. "Table of Contents", according to language