Sébastien Gendre writes:
> So, I posted my question too soon.
>
> To use the export option as properties, I had to add EXPORT_ prefix.
Added a linter. Hope it helps.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=1ec3a43c5
--
Ihor Radchenko // yantar92,
Org mode contributor,
L
So, I posted my question too soon.
To use the export option as properties, I had to add EXPORT_ prefix.
Example, not this:
:PROPERTIES:
:LANGUAGE: en
:AUTHOR: Me
:FROM_ADDRESS: 4 place of nowhere
:END:
But this:
:PROPERTIES:
:EXPORT_LANGUAGE: en
:EXPORT_AUTHOR: Me
:EXPORT_FROM_ADDRESS: 4 place o