Hi,
Nicolas Goaziou <[email protected]> writes:
> :PROPERTIES:
> :export_latex_header: header1
> :export_latex_header+: header2
> :END:
FWIW I find this very ugly.
Why not having:
:PROPERTIES:
:export_latex_header: header1, header2
:END:
And when the comma character is needed as a char component of a
value, define the separator like this:
:PROPERTIES:
:export_latex_header(;): 2,3; 3,7...
:END:
?
Same for #+PROPERTY - instead of the current
#+PROPERTY: var foo=1
#+PROPERTY: var+ bar=2
Why not
#+PROPERTY: var foo=1 bar=2
?
Unless people scream at this I'll put this on my TODO list.
Thanks,
--
Bastien