From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: org-clock-into-drawer Date: Mon, 12 Oct 2009 15:38:32 +0200 Message-ID: References: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MxL6o-0000Em-CG for emacs-orgmode@gnu.org; Mon, 12 Oct 2009 09:38:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MxL6j-0000CP-Om for emacs-orgmode@gnu.org; Mon, 12 Oct 2009 09:38:42 -0400 Received: from [199.232.76.173] (port=52651 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MxL6j-0000CI-H4 for emacs-orgmode@gnu.org; Mon, 12 Oct 2009 09:38:37 -0400 Received: from mail-ew0-f228.google.com ([209.85.219.228]:41890) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MxL6j-00070E-4P for emacs-orgmode@gnu.org; Mon, 12 Oct 2009 09:38:37 -0400 Received: by ewy28 with SMTP id 28so16113808ewy.42 for ; Mon, 12 Oct 2009 06:38:34 -0700 (PDT) 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: Matt Lundin Cc: Org Mode 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. HTH - Carsten