From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: Very strange indenting behaviour with CLOCKING drawers. Date: Wed, 08 Dec 2010 12:59:45 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=46577 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQIgk-0008QQ-Oh for emacs-orgmode@gnu.org; Wed, 08 Dec 2010 07:00:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PQIgj-0004M6-LF for emacs-orgmode@gnu.org; Wed, 08 Dec 2010 07:00:02 -0500 Received: from lo.gmane.org ([80.91.229.12]:34998) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PQIgj-0004L7-98 for emacs-orgmode@gnu.org; Wed, 08 Dec 2010 07:00:01 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PQIgg-0006tO-MP for emacs-orgmode@gnu.org; Wed, 08 Dec 2010 12:59:58 +0100 Received: from 212.34.176.74 ([212.34.176.74]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 08 Dec 2010 12:59:58 +0100 Received: from rainer.stengele by 212.34.176.74 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 08 Dec 2010 12:59:58 +0100 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 Hi all, I have a very strange indenting behaviour with CLOCKING drawers. I can easily reproduce it with a section like this: * INARBEIT test :LOGBOOK: CLOCK: [2010-12-08 Mi 12:53]--[2010-12-08 Mi 12:53] => 0:00 CLOCK: [2010-12-08 Mi 12:53]--[2010-12-08 Mi 12:53] => 0:00 CLOCK: [2010-12-08 Mi 12:53]--[2010-12-08 Mi 12:53] => 0:00 CLOCK: [2010-12-08 Mi 12:53]--[2010-12-08 Mi 12:53] => 0:00 CLOCK: [2010-12-08 Mi 12:53]--[2010-12-08 Mi 12:53] => 0:00 CLOCK: [2010-12-08 Mi 12:53]--[2010-12-08 Mi 12:53] => 0:00 CLOCK: [2010-12-08 Mi 12:53]--[2010-12-08 Mi 12:53] => 0:00 :END: text Note the location of the ":END:" string after pressing "TAB" on alle lines of the section. The value of org-clock-into-drawer is 6. Strangely, at another place in my org file I have this after pressing TAB in each line: **** INARBEIT [#A] [2010-12-08 Mi] PROJECT: Besprechung - Review Charts (+Vorbereitung/Nachbereitung) SCHEDULED: <2010-12-08 Mi 14:00-17:00> :LOGBOOK: CLOCK: [2010-12-08 Mi 13:00]--[2010-12-08 Mi 17:30] => 4:30 CLOCK: [2010-12-06 Mo 11:15]--[2010-12-06 Mo 12:00] => 0:45 CLOCK: [2010-12-06 Mo 08:30]--[2010-12-06 Mo 10:00] => 1:30 CLOCK: [2010-12-03 Fr 13:00]--[2010-12-03 Fr 14:00] => 1:00 CLOCK: [2010-12-01 Mi 16:30]--[2010-12-01 Mi 17:00] => 0:30 CLOCK: [2010-11-29 Mo 16:45]--[2010-11-29 Mo 17:00] => 0:15 CLOCK: [2010-11-29 Mo 09:00]--[2010-11-29 Mo 10:00] => 1:00 CLOCK: [2010-11-18 Do 13:30]--[2010-11-18 Do 14:00] => 0:30 CLOCK: [2010-11-18 Do 10:15]--[2010-11-18 Do 11:00] => 0:45 :END: - text Note the location of ":END:" at the beginning of the line. Org-mode version 7.3 (release_7.3.235.g6d07) - Rainer