From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [RFC] Change property drawer syntax Date: Tue, 14 Oct 2014 17:55:59 +0200 Message-ID: <87k342k5m8.fsf@nicolasgoaziou.fr> References: <87oatek909.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41431) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xe4RZ-0006Zx-R4 for emacs-orgmode@gnu.org; Tue, 14 Oct 2014 11:55:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xe4RR-0008Eh-Aw for emacs-orgmode@gnu.org; Tue, 14 Oct 2014 11:55:25 -0400 Received: from relay6-d.mail.gandi.net ([2001:4b98:c:538::198]:42971) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xe4RR-0008EB-5w for emacs-orgmode@gnu.org; Tue, 14 Oct 2014 11:55:17 -0400 In-Reply-To: (Andreas Leha's message of "Tue, 14 Oct 2014 15:55:34 +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: Andreas Leha Cc: emacs-orgmode@gnu.org Hello, Andreas Leha writes: > My only 'concern' is that it looks awkward or at least unfamiliar when the > property drawer is closed (which it is always in my documents). > > I guess than it would change from > > *** Call XXX > :PROPERTIES:... > <2014-10-16 Thu 13:00-14:00> > > to > > *** Call XXX > <2014-10-16 Thu 13:00-14:00> > :PROPERTIES:... No it wouldn't. PROPERTIES must be right after the deadline. <2014-10-16 Thu 13:00-14:00> is a mere timestamp, not a planning info line (with SCHEDULED, DEADLINE, CLOSED keywords). The second case is not a property drawer. Regards, -- Nicolas Goaziou