From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: html export does seem to no more recognise EXPORT_ .. PROPERTIES Date: Tue, 09 Dec 2014 09:58:24 +0100 Message-ID: <87sigpci8f.fsf@nicolasgoaziou.fr> References: <87iohznf27.fsf@nicolasgoaziou.fr> <547C77E5.9020408@online.de> <5485B34F.2070007@online.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51227) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XyGc1-0007Ia-1E for emacs-orgmode@gnu.org; Tue, 09 Dec 2014 03:57:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XyGbp-00062a-Vl for emacs-orgmode@gnu.org; Tue, 09 Dec 2014 03:57:40 -0500 Received: from relay6-d.mail.gandi.net ([2001:4b98:c:538::198]:60207) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XyGbp-00062K-QR for emacs-orgmode@gnu.org; Tue, 09 Dec 2014 03:57:29 -0500 In-Reply-To: <5485B34F.2070007@online.de> (Rainer Stengele's message of "Mon, 08 Dec 2014 15:18:55 +0100") 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Rainer Stengele Cc: emacs-orgmode@gnu.org Rainer Stengele writes: > The only thing that is different from the past is that any "comment" in t= he PROPERTIES section does seem to confuse the exporter. > I removed > > :PROPERTIES: > :EXPORT_FILE_NAME: x:/0PROJEKT/Kunden/customer/customer-Dokumentation-yyy= ymmdd.html > EXPORT_FILE_NAME: x:/0PROJEKT/Kunden/customer/customer-Dokumentation-anot= her-title.html > :EXPORT_TITLE: Stoll - IT (HW/SW) - Zug=C3=A4nge - Konfigurationen [Stand= : yyyymmdd] > :END: > > As an example I removed the second line in the :PROPERTIES: block and > the standard html export does respect the file name again. Org syntax is much less tolerant wrt property drawers now: they can only contain node properties. Regards,