Hello,
Rasmus writes:
> I see you did not changed DESCRIPTION and KEYWORD in all backends. Unless
> you plan to do it I'll look into this at the end of next week.
I only changed them wherever they were actually parsed (using
`org-element-parse-secondary-string'). This was only the case in
"ox-
Nicolas Goaziou writes:
> Parser used to have a hard-coded list of keywords that should be parsed,
> namely "TITLE", "DATE" and "AUTHOR". This is no longer the case since
> export back-ends can explicitly introduce new parsed keywords (e.g.,
> "SUBJECT" in "ox-koma-letter") with a `parse' behavio
Hello,
Parser used to have a hard-coded list of keywords that should be parsed,
namely "TITLE", "DATE" and "AUTHOR". This is no longer the case since
export back-ends can explicitly introduce new parsed keywords (e.g.,
"SUBJECT" in "ox-koma-letter") with a `parse' behavior (see
`org-export-options