Nicolas Goaziou <[email protected]> writes:
> Hello,
>
> Thorsten Jolitz <[email protected]> writes:
>
>> I wonder why the :author attribute in INFO is a list (while :email,
>> :creator and others are not)?
>
> :author's value is parsed, as all keywords in
> `org-element-document-properties'. So its value is a secondary string,
> i.e. an element without type.
Ah, ok, so these
,---------------------------------------------------------
| org-element-document-properties is a variable defined in
| `org-element.el'.
| Its value is ("AUTHOR" "DATE" "TITLE")
`---------------------------------------------------------
are different from the others. Thanks.
--
cheers,
Thorsten