org-element: Parse contents of DATE keyword
* contrib/lisp/org-element.el (org-element-parsed-keywords): Parse contents of DATE keyword.
This commit is contained in:
parent
d3ee6f8a98
commit
500567fab3
|
@ -2893,7 +2893,7 @@ returned as the value of the property.
|
|||
This list is checked after translations have been applied. See
|
||||
`org-element-keyword-translation-alist'.")
|
||||
|
||||
(defconst org-element-parsed-keywords '("AUTHOR" "CAPTION" "TITLE")
|
||||
(defconst org-element-parsed-keywords '("AUTHOR" "CAPTION" "DATE" "TITLE")
|
||||
"List of keywords whose value can be parsed.
|
||||
|
||||
Their value will be stored as a secondary string: a list of
|
||||
|
|
Loading…
Reference in New Issue