See also: [[#read-attribute][~org-export-read-attribute~]].
+** ~org-export-get-category~
+ :PROPERTIES:
+ :CUSTOM_ID: get-category
+ :END:
+
+ Return category associated to a given element or object. Unlike to
+ the ~:category~ property from headlines and inlinetasks, this
+ function handles inheritance and ~CATEGORY~ keywords. Therefore,
+ it should be the preferred way to retrieve a category during
+ export.
+
+ See also: [[#get-node-property][~org-export-get-node-property~]].
+
** ~org-export-get-coderef-format~
:PROPERTIES:
:CUSTOM_ID: get-coderef-format
[[#get-parent-paragraph][~org-export-get-parent-paragraph~]],
[[#get-previous-element][~org-export-get-previous-element~]].
+** ~org-export-get-node-property~
+ :PROPERTIES:
+ :CUSTOM_ID: get-node-property
+ :END:
+
+ Return the node property associated to an element or object. If
+ the element is an headline, this is equivalent to reading the
+ property with ~org-element-property~.
+
+ Though, this function can optionally handle inheritance.
+
+ See also: [[#get-category][~org-export-get-category~]].
+
** ~org-export-get-ordinal~
:PROPERTIES:
:CUSTOM_ID: get-ordinal