From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: [RFC] Change property drawer syntax Date: Wed, 15 Oct 2014 19:22:39 +0800 Message-ID: <87a94x7f28.fsf@ericabrahamsen.net> References: <87oatek909.fsf@nicolasgoaziou.fr> <87iojmrqct.fsf@ericabrahamsen.net> <87k3414p7p.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44548) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XeMao-0003vT-KO for emacs-orgmode@gnu.org; Wed, 15 Oct 2014 07:18:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XeMaj-0006iR-8E for emacs-orgmode@gnu.org; Wed, 15 Oct 2014 07:18:10 -0400 Received: from plane.gmane.org ([80.91.229.3]:60174) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XeMaj-0006iL-2B for emacs-orgmode@gnu.org; Wed, 15 Oct 2014 07:18:05 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XeMah-0002Fa-Ox for emacs-orgmode@gnu.org; Wed, 15 Oct 2014 13:18:03 +0200 Received: from 114.248.10.109 ([114.248.10.109]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 15 Oct 2014 13:18:03 +0200 Received: from eric by 114.248.10.109 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 15 Oct 2014 13:18:03 +0200 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: emacs-orgmode@gnu.org Nicolas Goaziou writes: > 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. Looks good! Thanks very much.