From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: Confused about org-log-into-drawer Date: Mon, 16 May 2011 18:33:50 -0400 Message-ID: <87zkmmi8c1.fsf@fastmail.fm> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:57609) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QM6ML-0004j5-Kb for emacs-orgmode@gnu.org; Mon, 16 May 2011 18:33:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QM6MK-00066E-Gx for emacs-orgmode@gnu.org; Mon, 16 May 2011 18:33:53 -0400 Received: from out2.smtp.messagingengine.com ([66.111.4.26]:49075) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QM6MK-000666-BI for emacs-orgmode@gnu.org; Mon, 16 May 2011 18:33:52 -0400 In-Reply-To: (John Hendy's message of "Mon, 16 May 2011 16:39:24 -0500") 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: John Hendy Cc: emacs-orgmode John Hendy writes: > I thought that org-log-into-drawer would also log > scheduled/deadline/closed timestamps into a drawer, or is this not the > case? > > I have it set like so: > ,--- > | (setq org-log-into-drawer t) > `--- > > But only clocked data goes into :LOGBOOK:, not any of the other > meta-data about the TODO. > > Is this normal, and is there a way to get that stuff in the drawer as > well? Or is something off on my setup? Org-mode does not currently place SCHEDULED, DEADLINE, or CLOSED timestamps in a drawer. This email from a recent thread describes the historical reasons for the behavior and the changes that would be necessary to turn those timestamps into properties. http://permalink.gmane.org/gmane.emacs.orgmode/40872 Best, Matt