From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: EXPORT_HTML_HEAD Issue Date: Sun, 13 Aug 2017 15:19:29 +0200 Message-ID: <87k227a9lq.fsf@nicolasgoaziou.fr> References: <61cf777b-cb84-e3de-3772-00c306b9dfc9@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36940) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dgsnj-0004eE-To for emacs-orgmode@gnu.org; Sun, 13 Aug 2017 09:19:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dgsnj-0000n2-51 for emacs-orgmode@gnu.org; Sun, 13 Aug 2017 09:19:31 -0400 Received: from relay2-d.mail.gandi.net ([2001:4b98:c:538::194]:49307) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dgsni-0000mM-Ug for emacs-orgmode@gnu.org; Sun, 13 Aug 2017 09:19:31 -0400 In-Reply-To: <61cf777b-cb84-e3de-3772-00c306b9dfc9@gmail.com> (Scott Randby's message of "Sat, 12 Aug 2017 18:03:38 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Scott Randby Cc: emacs-orgmode@gnu.org Hello, Scott Randby 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