From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: Re: indentation bug related to preceding :PROPERTIES: line Date: Thu, 03 Feb 2011 14:44:07 +0100 Message-ID: <4D4AB127.8060009@diplan.de> References: <878vxx6xwc.wl%n.goaziou@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=36665 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PkzTz-0000uF-FV for emacs-orgmode@gnu.org; Thu, 03 Feb 2011 08:44:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PkzTy-0003IH-1u for emacs-orgmode@gnu.org; Thu, 03 Feb 2011 08:44:23 -0500 Received: from ns.diplan.de ([212.34.188.4]:57474 helo=mail.diplan.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PkzTx-0003H9-SM for emacs-orgmode@gnu.org; Thu, 03 Feb 2011 08:44:22 -0500 In-Reply-To: <878vxx6xwc.wl%n.goaziou@gmail.com> 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org Am 03.02.2011 14:38, schrieb Nicolas Goaziou: > Hello, > >>>>>> Rainer Stengele writes: > >> Hi all, > >> I have found an indentation bug: >> >> Pressing TAB on the :END: closing the :LOGBOOK: indents it to the >> same level as the :PROPERTIES: string above. > > I cannot reproduce it in development version. What version are you using? > > Regards, > > -- > Nicolas > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > Hi, I am running the latest git version: Org-mode version 7.4 (release_7.4.328.g1cc7) Rainer