From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Something like 'org-clock-in-at-time'? Date: Sun, 10 Apr 2011 12:32:46 -0400 Message-ID: <87k4f2awy9.fsf@norang.ca> References: <87wrj3b8uc.fsf@norang.ca> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=60470 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q8xZC-0000DG-Qg for emacs-orgmode@gnu.org; Sun, 10 Apr 2011 12:32:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q8xZB-0002GB-RD for emacs-orgmode@gnu.org; Sun, 10 Apr 2011 12:32:50 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:30603) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q8xZB-0002G6-JX for emacs-orgmode@gnu.org; Sun, 10 Apr 2011 12:32:49 -0400 In-Reply-To: (John Hendy's message of "Sun, 10 Apr 2011 10:00:29 -0500") 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: John Hendy Cc: emacs-orgmode John Hendy writes: > I haven't used a clock in a while and I'm wondering if something > recently changed... my clocks used to get put in a :PROPERTIES: drawer > and now they're not doing so. I'll have to dig around on that. I put all my clock data in the LOGBOOK drawer currently. (setq org-clock-into-drawer t) (setq org-log-into-drawer t) I don't think there is anything else required. Regards, Bernt