From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Ring Subject: Re: BUG: clock table gets corrupted (Emacs 21) Date: Mon, 19 Jan 2009 12:05:44 +0100 Message-ID: <49745E88.501@student.tuwien.ac.at> References: <496BC73C.6080507@student.tuwien.ac.at> <496EFA4D.1070901@student.tuwien.ac.at> <003E5F2F-2E14-4D6B-8940-B489F6EAD9A4@uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LOrx8-0002I6-Ma for emacs-orgmode@gnu.org; Mon, 19 Jan 2009 06:05:58 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LOrx5-0002HF-KF for emacs-orgmode@gnu.org; Mon, 19 Jan 2009 06:05:57 -0500 Received: from [199.232.76.173] (port=47380 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LOrx5-0002Gt-Ao for emacs-orgmode@gnu.org; Mon, 19 Jan 2009 06:05:55 -0500 Received: from mail1.student.tuwien.ac.at ([193.170.74.21]:51517) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LOrx4-0002O0-Ly for emacs-orgmode@gnu.org; Mon, 19 Jan 2009 06:05:54 -0500 Received: from [192.168.10.118] (81-223-119-66.static-sdsl-line.inode.at [81.223.119.66] (may be forged)) (authenticated bits=0) by mail1.student.tuwien.ac.at (8.13.8/8.13.8) with ESMTP id n0JB5i8k001174 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 19 Jan 2009 12:05:45 +0100 In-Reply-To: <003E5F2F-2E14-4D6B-8940-B489F6EAD9A4@uva.nl> 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: emacs-orgmode@gnu.org Carsten Dominik wrote: > Hi Stefan, > > you may also be able to work around this problem with > > (setq org-clock-into-drawer t) > > (wich will put already the first clock line into a drawer), or with > > (setq org-clock-into-drawer nil) > > (which will never create clock drawers). > > HTH > > - Carsten Thanks a lot for your help. I will use (setq org-clock-into-drawer nil) on all my Emacs installations; I've never very much liked those drawers anyway. I've already upgraded my Emacs in the meantime, though ;). Stefan