Hello,

Scott Randby <sran...@gmail.com> writes:

> In the properties of a subtree, I have several :EXPORT_HTML_HEAD:
> lines. When I export to HTML, only the first of the lines exports to
> the header. I can get two lines to export to the header by
> using :EXPORT_HTML_HEAD: followed by a :EXPORT_HTML_HEAD_EXTRA: line,
> but I need more than two such lines. This behavior does not happen
> when I have several #+HTML_HEAD: lines the document. What is going on?

You cannot have multiple identical properties in the same property
drawer.

You could try

 :export_html_head: line 1
 :export_html_head+: line 2
 :export_html_head+: line 3

Regards,

-- 
Nicolas Goaziou

Reply via email to