From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: org-clock-into-drawer Date: Mon, 12 Oct 2009 09:44:41 -0400 Message-ID: References: Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MxLcp-0000Du-6w for emacs-orgmode@gnu.org; Mon, 12 Oct 2009 10:11:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MxLck-0000AS-BT for emacs-orgmode@gnu.org; Mon, 12 Oct 2009 10:11:46 -0400 Received: from [199.232.76.173] (port=51526 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MxLck-0000AO-5R for emacs-orgmode@gnu.org; Mon, 12 Oct 2009 10:11:42 -0400 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:34599) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MxLCg-00086u-LX for emacs-orgmode@gnu.org; Mon, 12 Oct 2009 09:44:46 -0400 In-Reply-To: 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: Carsten Dominik Cc: Org Mode Carsten Dominik wrote: > > > On Oct 12, 2009, at 3:25 PM, Matt Lundin wrote: > > > Hi Carsten, > > > > 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. > > Hi Matt, > > how are you setting your variables? > > Something like this could happen if you first load org-clock, before > having > set org-log-into-drawer. THis can happen, for example, if you do org- > clock-persistence-insinuate before setting the above variable, or > before loading your custom-file. That was it. I had indeed been fiddling around with persistence variables, which were located before org-log-into-drawer. Sorry for the false alarm. Thanks, Matt