From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [RFC] Change property drawer syntax Date: Wed, 15 Oct 2014 12:11:38 +0200 Message-ID: <87k3414p7p.fsf@nicolasgoaziou.fr> References: <87oatek909.fsf@nicolasgoaziou.fr> <87iojmrqct.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47089) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XeLXs-0001fO-Qm for emacs-orgmode@gnu.org; Wed, 15 Oct 2014 06:11:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XeLXi-0006gr-L7 for emacs-orgmode@gnu.org; Wed, 15 Oct 2014 06:11:04 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:56455) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XeLXi-0006gK-Cz for emacs-orgmode@gnu.org; Wed, 15 Oct 2014 06:10:54 -0400 In-Reply-To: <87iojmrqct.fsf@ericabrahamsen.net> (Eric Abrahamsen's message of "Wed, 15 Oct 2014 10:58:26 +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: Eric Abrahamsen Cc: emacs-orgmode@gnu.org Hello, Eric Abrahamsen writes: > Is there any chance this has messed up file-local #+TODO: keyword > definitions? The changes mess with todo keywords, tags, properties, initialization (local keywords), clock and logging. However, the modifications are internal and no change in behaviour is expected. > Specifically, it looks like, if there are more than one of those > options lines, they aren't parsed or applied in this test branch. > > This works in both master and top-properties: > > #+TODO: FIX | BREAK > > * FIX My car > > > This works in master but *not* top-properties: > > #+TODO: FIX | BREAK > #+TODO: EMAIL | REPLY > > * FIX My car > * EMAIL My dad Fixed. Thank you. Regards, -- Nicolas Goaziou