From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: A little warning Date: Sun, 15 Feb 2009 10:31:44 +0100 Message-ID: Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LYdLt-0000ok-0m for emacs-orgmode@gnu.org; Sun, 15 Feb 2009 04:31:53 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LYdLq-0000oT-RA for emacs-orgmode@gnu.org; Sun, 15 Feb 2009 04:31:51 -0500 Received: from [199.232.76.173] (port=49808 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LYdLq-0000oP-Ne for emacs-orgmode@gnu.org; Sun, 15 Feb 2009 04:31:50 -0500 Received: from ug-out-1314.google.com ([66.249.92.175]:45753) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LYdLq-0005fp-Dc for emacs-orgmode@gnu.org; Sun, 15 Feb 2009 04:31:50 -0500 Received: by ug-out-1314.google.com with SMTP id b39so211899ugd.17 for ; Sun, 15 Feb 2009 01:31:48 -0800 (PST) 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: org-mode mailing list Hi, just a little warning if you are pulling todays version from the git repo, there are changes that may be unexpected: I am abandoning the CLOCK drawer, and instead use the LOGBOOK drawer also for CLOCK lines and clock-out notes. This makes a lot of sense to me, hopefully also to you. Also, org-log-state-notes-into-drawer has been renamed to org-log-into-drawer, please use only this variable. You can opt to continue to use the CLOCK drawer with (setq org-clock-into-drawer "CLOCK") - Carsten