Sébastien Gendre <[email protected]> writes:

> I'm trying to understand the "parse" behavior of
> `org-export-options-alist` and export backend options. But after reading
> the docstring of `org-export-options-alist` and seen few example in
> `ox-latex.el`, I'm still very confused by it.
>
> When an option have a "#+" keyword, the behavior set to "parse" and a
> user set multiple instance of this keyword in an org-mode buffer: What
> is the value of this option and how is it intended to be used ?

Here are relevant parts of the `org-export-options-alist' docstring:

  `space'   Concatenate the values, separating them with a space.
  ...
  `parse'   Parse value as a list of strings and Org objects,
            which can then be transcoded with, e.g.,
            `org-export-data'.  It implies `space' behavior.

They seem clear to me. (but I am too familiar with the code, and thus biased)

-- 
Ihor Radchenko // yantar92,
Org mode maintainer,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>

Reply via email to