From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: indentation bug related to preceding :PROPERTIES: line Date: Thu, 03 Feb 2011 10:05:48 +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=45928 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pkv9B-0006Lj-B5 for emacs-orgmode@gnu.org; Thu, 03 Feb 2011 04:06:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pkv8d-0001q5-98 for emacs-orgmode@gnu.org; Thu, 03 Feb 2011 04:06:03 -0500 Received: from lo.gmane.org ([80.91.229.12]:48936) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pkv8d-0001pr-3f for emacs-orgmode@gnu.org; Thu, 03 Feb 2011 04:06:03 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Pkv8b-00085k-2w for emacs-orgmode@gnu.org; Thu, 03 Feb 2011 10:06:01 +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 ; Thu, 03 Feb 2011 10:06:01 +0100 Received: from rainer.stengele by 212.34.176.74 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 03 Feb 2011 10:06:01 +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 found an indentation bug: Example: ------------------------------------------------------------------- * headline :PROPERTIES: #+TITLE: title :END: ***** INARBEIT test :LOGBOOK: CLOCK: [2011-02-03 Do 09:54]--[2011-02-03 Do 09:54] => 0:00 CLOCK: [2011-02-03 Do 09:54]--[2011-02-03 Do 09:54] => 0:00 CLOCK: [2011-02-03 Do 09:54]--[2011-02-03 Do 09:54] => 0:00 CLOCK: [2011-02-03 Do 09:53]--[2011-02-03 Do 09:54] => 0:01 CLOCK: [2011-02-03 Do 09:53]--[2011-02-03 Do 09:53] => 0:00 CLOCK: [2011-02-03 Do 09:53]--[2011-02-03 Do 09:53] => 0:00 :END: ------------------------------------------------------------------- Pressing TAB on the :END: closing the :LOGBOOK: indents it to the same level as the :PROPERTIES: string above. Deleting the :PROPERTIES: item leads to the correct indentation. - Rainer