From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Confused about org-log-into-drawer Date: Mon, 16 May 2011 16:39:24 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:55423) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QM5Vf-0004Up-Bk for emacs-orgmode@gnu.org; Mon, 16 May 2011 17:39:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QM5Ve-00050q-GU for emacs-orgmode@gnu.org; Mon, 16 May 2011 17:39:27 -0400 Received: from mail-bw0-f41.google.com ([209.85.214.41]:45717) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QM5Ve-00050d-7Y for emacs-orgmode@gnu.org; Mon, 16 May 2011 17:39:26 -0400 Received: by bwz17 with SMTP id 17so5300632bwz.0 for ; Mon, 16 May 2011 14:39:24 -0700 (PDT) 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 Hi, 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? Thanks, John