Re: [O] [ANN] Parsed keywords no longer hard-coded

2015-04-05 Thread Nicolas Goaziou
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-

Re: [O] [ANN] Parsed keywords no longer hard-coded

2015-04-05 Thread Rasmus
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

[O] [ANN] Parsed keywords no longer hard-coded

2015-04-05 Thread Nicolas Goaziou
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