From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Dunsmore Subject: [bug] Inconsistent tag alignment in org-indent-mode Date: Thu, 25 Aug 2011 11:15:53 -0500 Message-ID: <87aaaxtqkm.fsf@riotblast.dunsmor.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:54530) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qwcay-0002Ng-I7 for emacs-orgmode@gnu.org; Thu, 25 Aug 2011 12:15:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qwcax-0007TE-Dz for emacs-orgmode@gnu.org; Thu, 25 Aug 2011 12:15:56 -0400 Received: from deathroller.dunsmor.com ([98.129.169.48]:55667) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qwcax-0007T1-6E for emacs-orgmode@gnu.org; Thu, 25 Aug 2011 12:15:55 -0400 Received: from riotblast.dunsmor.com (65-36-72-143.dyn.grandenetworks.net [65.36.72.143]) by deathroller.dunsmor.com (Postfix) with ESMTP id 7262C8C0A4 for ; Thu, 25 Aug 2011 11:11:15 -0500 (CDT) 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: Org-mode mailing list I noticed the tag alignment produces inconsistent results in org-indent-mode. If you type in the header, the normal (non-indent-mode) indentation is used, and the tags do not appear aligned. If you add tags or type "C-c C-c" the tags are aligned correctly. Here's an example file: --8<---------------cut here---------------start------------->8--- * Heading :tag: ** Subheading :tag: --8<---------------cut here---------------end--------------->8--- Here's what happens before and after typing in the heading: http://imgur.com/a/Ljpw2 I'm using: Org-mode version 7.7 (release_7.7.201.gcd8d) GNU Emacs 23.2.1 Great work on org-ident-mode by the way! I've noticed a bunch of recent improvements. Regards, Jason