From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: Confused about org-log-into-drawer Date: Tue, 17 May 2011 00:40:31 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:60795) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QM6So-0005xm-TQ for emacs-orgmode@gnu.org; Mon, 16 May 2011 18:40:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QM6Sn-0007Jd-Px for emacs-orgmode@gnu.org; Mon, 16 May 2011 18:40:34 -0400 Received: from mail-ey0-f169.google.com ([209.85.215.169]:49021) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QM6Sn-0007FJ-Hl for emacs-orgmode@gnu.org; Mon, 16 May 2011 18:40:33 -0400 Received: by eyd9 with SMTP id 9so1640507eyd.0 for ; Mon, 16 May 2011 15:40:32 -0700 (PDT) In-Reply-To: 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 Hi John As far as I understood logging and its drawers: - "CLOCK: [2011-05-17 Tue 23:00..." relates to org-clock-into-drawer - "- State "DONE" from "TODO" ..." relates to org-log-repeat and org-log-into-drawer - "CLOSED:" relates to org-log-done(-with-time); it can not be put into a drawer, see http://thread.gmane.org/gmane.emacs.orgmode/40571 Michael On Mon, May 16, 2011 at 23:39, John Hendy wrote: > 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?