From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Doc suggestion: Clarify subtree export properties Date: Wed, 22 Jul 2015 10:27:16 +0200 Message-ID: <87wpxszjff.fsf@nicolasgoaziou.fr> References: <87vbdtlbo5.wl-jamshark70@qq.com> 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]:57715) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHpLW-0004mU-1C for emacs-orgmode@gnu.org; Wed, 22 Jul 2015 04:25:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZHpLV-0001PG-4L for emacs-orgmode@gnu.org; Wed, 22 Jul 2015 04:25:45 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:46828) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHpLU-0001P2-TR for emacs-orgmode@gnu.org; Wed, 22 Jul 2015 04:25:45 -0400 In-Reply-To: <87vbdtlbo5.wl-jamshark70@qq.com> (James Harkins's message of "Thu, 09 Jul 2015 21:10:02 +0800") 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: James Harkins Cc: orgmode Hello, James Harkins writes: > *If* you already know what you're doing, then you know that you can't > have multiple properties of the same name in the same PROPERTIES > drawer. > > If you are reading the manual because you don't already know what > you're doing, then you might simply convert the default block of > options (inserted by C-c C-e # default RET) into multiple lines of > properties, and then get annoyed when many of them are ignored. > > Perhaps add this? > > ~~ > ... become, respectively, =E2=80=98EXPORT_DATE=E2=80=99 and =E2=80=98EXPO= RT_OPTIONS=E2=80=99 properties. Note that multiple EXPORT_OPTIONS lines are= not supported, because node properties must have unique identifiers. > ~~ I don't mind improving the wording. However, this is inaccurate because you can add augmented properties: :PROPERTIES: :EXPORT_OPTIONS: ... :EXPORT_OPTIONS+: ... :END: Also, C-c C-e C-s # default RET already inserts the default options as a set of node properties. Regards, --=20 Nicolas Goaziou