From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: [PATCH] Bugfix for alignment of tag next to header name Date: Thu, 6 Oct 2011 08:58:16 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:34998) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBhuM-0000iH-Mv for emacs-orgmode@gnu.org; Thu, 06 Oct 2011 02:58:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RBhuL-0005aV-QT for emacs-orgmode@gnu.org; Thu, 06 Oct 2011 02:58:18 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:57015) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBhuL-0005aQ-MC for emacs-orgmode@gnu.org; Thu, 06 Oct 2011 02:58:17 -0400 Received: by wyf22 with SMTP id 22so2918768wyf.0 for ; Wed, 05 Oct 2011 23:58:16 -0700 (PDT) In-Reply-To: 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 Hi all This patch from me is still pending. Is something missing from my side or is it acceptable? Michael On Sun, Jun 5, 2011 at 23:43, Michael Brand wrote: > * org.el (org-align-tags-here): Correct calculation of alignment. > > With org-tag-column set to e. g. 0 and before this change: Adding a > tag to an untagged heading placed the tag with a distance of 1 space > behind the heading name like expected. After editing the heading name > the distance was expected to remain 1 space but changed to 2 spaces.