emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] EXPORT_HTML_HEAD Issue


From: Nicolas Goaziou
Subject: Re: [O] EXPORT_HTML_HEAD Issue
Date: Sun, 13 Aug 2017 15:19:29 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)

Hello,

Scott Randby <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]