From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [PATCH] Bugfix for alignment of tag next to header name Date: Thu, 6 Oct 2011 09:45:22 +0200 Message-ID: References: Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:53108) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBidy-0006GA-Bl for emacs-orgmode@gnu.org; Thu, 06 Oct 2011 03:45:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RBidx-0004UK-E0 for emacs-orgmode@gnu.org; Thu, 06 Oct 2011 03:45:26 -0400 Received: from mail-ey0-f169.google.com ([209.85.215.169]:64010) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBidx-0004UC-44 for emacs-orgmode@gnu.org; Thu, 06 Oct 2011 03:45:25 -0400 Received: by eye13 with SMTP id 13so2703523eye.0 for ; Thu, 06 Oct 2011 00:45:24 -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: Michael Brand Cc: Org Mode On Oct 6, 2011, at 8:58 AM, Michael Brand wrote: > Hi all >=20 > This patch from me is still pending. Is something missing from my side > or is it acceptable? The patch looks good, but it did not show up on the patchwork server, = probably because you did attach it with the wrong mime type. I have = applied it now, thanks. - Carsten >=20 > Michael >=20 > On Sun, Jun 5, 2011 at 23:43, Michael Brand = wrote: >> * org.el (org-align-tags-here): Correct calculation of alignment. >>=20 >> 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. >=20