#+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:
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
[[#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