From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: org-clock-into-drawer Date: Mon, 12 Oct 2009 09:39:33 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MxL7l-0000qo-Ly for emacs-orgmode@gnu.org; Mon, 12 Oct 2009 09:39:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MxL7g-0000mg-JV for emacs-orgmode@gnu.org; Mon, 12 Oct 2009 09:39:40 -0400 Received: from [199.232.76.173] (port=52672 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MxL7g-0000mT-A0 for emacs-orgmode@gnu.org; Mon, 12 Oct 2009 09:39:36 -0400 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:58158) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MxL7f-0007C4-Vv for emacs-orgmode@gnu.org; Mon, 12 Oct 2009 09:39:36 -0400 Received: from compute2.internal (compute2.internal [10.202.2.42]) by gateway1.messagingengine.com (Postfix) with ESMTP id 9E19DA3DE7 for ; Mon, 12 Oct 2009 09:39:35 -0400 (EDT) In-Reply-To: (Matt Lundin's message of "Mon, 12 Oct 2009 09:25:56 -0400") 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: Matt Lundin Cc: Org Mode Matt Lundin writes: > According to the docstring, the value of org-clock-into-drawer is > derived from org-log-into-drawer. > > ,---- > | The default for this variable is the value of `org-log-into-drawer'. > `---- > > I have org-log-into-drawer set to t, and yet org-clock-into-drawer is > nil. > > Thus all my new clock entries are now inserted outside of LOGBOOK > drawers. This began to happen quite recently AFAICT. In case it wasn't clear in the first post, I can confirm that I have not set org-clock-into-drawer anywhere in my emacs file or via the customize interface. - Matt