From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Position of SCHEDULED/DEADLINE line in :PROPERTIES: drawer? Date: Mon, 16 Jul 2007 08:50:09 +0200 Message-ID: References: <87vecli2ub.fsf@bzg.ath.cx> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IAKPL-0007Ud-FO for emacs-orgmode@gnu.org; Mon, 16 Jul 2007 02:50:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IAKPK-0007Tv-GZ for emacs-orgmode@gnu.org; Mon, 16 Jul 2007 02:50:10 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IAKPK-0007Ts-8q for emacs-orgmode@gnu.org; Mon, 16 Jul 2007 02:50:10 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IAKPJ-0004Gc-Sc for emacs-orgmode@gnu.org; Mon, 16 Jul 2007 02:50:10 -0400 In-Reply-To: <87vecli2ub.fsf@bzg.ath.cx> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Cc: emacs-orgmode@gnu.org On Jul 16, 2007, at 2:55, Bastien wrote: > Hi list, > > When C-c C-s (C-c C-d) on a headline with properties, the SCHEDULED (or > DEADLINE) line is inserted within the drawer: > > * Headline > :PROPERTIES: > SCHEDULED: <2007-07-16 lun> > :Location: Nanterre > :END: > > While it might be consistent with the fact that SCHEDULED or DEADLINE > *is* a property, i find useful to be able to see it without having to > unfold the drawer. If you leave an empty line before the :PROPERTIES: line, the scheduling/deadline/clock stuff stays outside of a drawer. I guess we could also have a variable for this.... `org-insert-labeled-timestamps-before-properties-drawer' Stupid name, but cannot think of something better right now. - Carsten