From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [Patch] org-capture.el Date: Thu, 12 Aug 2010 10:53:00 +0200 Message-ID: <87bp986wlv.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from [140.186.70.92] (port=40671 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OjTXC-0001HA-IB for emacs-orgmode@gnu.org; Thu, 12 Aug 2010 04:53:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OjTXB-000500-Bw for emacs-orgmode@gnu.org; Thu, 12 Aug 2010 04:53:10 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:57020) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OjTXB-0004zo-7s for emacs-orgmode@gnu.org; Thu, 12 Aug 2010 04:53:09 -0400 Received: by wyg36 with SMTP id 36so1256109wyg.0 for ; Thu, 12 Aug 2010 01:53:08 -0700 (PDT) In-Reply-To: (Mark Scala's message of "Wed, 11 Aug 2010 23:02:50 -0500") 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: Mark Scala Cc: emacs-orgmode@gnu.org Hi Mark, Mark Scala writes: > When capture templates with tags are finalized, those tags are not realigned.  > I think this fixes it (does in the cases I've tested). Thanks for the patch -- I have (setq org-auto-align-tags t) here and tags are aligned when capturing. Would that solve your issue as well? -- Bastien