From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nikolay Kudryavtsev Subject: Re: org-clock-into-drawer t is broken Date: Sat, 17 Oct 2015 18:53:43 +0300 Message-ID: <56226F07.3040502@gmail.com> References: <55EB64E3.9090203@gmail.com> <87bndehwj5.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47567) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZnTnw-0005ZH-En for emacs-orgmode@gnu.org; Sat, 17 Oct 2015 11:53:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZnTnr-00031c-FS for emacs-orgmode@gnu.org; Sat, 17 Oct 2015 11:53:56 -0400 Received: from mail-lb0-x22e.google.com ([2a00:1450:4010:c04::22e]:35287) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZnTnr-00030z-8J for emacs-orgmode@gnu.org; Sat, 17 Oct 2015 11:53:51 -0400 Received: by lbbes7 with SMTP id es7so28065486lbb.2 for ; Sat, 17 Oct 2015 08:53:50 -0700 (PDT) Received: from [192.168.199.2] (broadband-95-84-209-126.nationalcablenetworks.ru. [95.84.209.126]) by smtp.gmail.com with ESMTPSA id wo3sm3715533lbb.41.2015.10.17.08.53.49 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 17 Oct 2015 08:53:49 -0700 (PDT) In-Reply-To: <87bndehwj5.fsf@nicolasgoaziou.fr> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Sorry, I was away for some time. So, this bug is still there. Let's say you have a very basic org file, something like this: * TODO Task CLOCK: [2014-10-29 Ср 20:22]--[2014-10-29 Ср 21:32] => 1:10 CLOCK: [2014-10-27 Вт 22:22]--[2014-10-28 Вт 02:48] => 4:26 Now, I want to move old-style no drawer records into those new and shiny drawers whenever I touch any of those old tasks. As far as I understood from the documentation, this is what should happen by default. But it does not. One workaround I found is setting org-clock-into-drawer to 0. It worked in older elpa versions, but breaks your org file in the current one. -- Best Regards, Nikolay Kudryavtsev