From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [Patch] org-capture.el Date: Thu, 12 Aug 2010 16:02:45 +0200 Message-ID: <87y6ccgc8q.fsf@altern.org> References: <87bp986wlv.fsf@gnu.org> 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=45970 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OjYMr-00068A-UN for emacs-orgmode@gnu.org; Thu, 12 Aug 2010 10:02:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OjYMq-0008Kk-KZ for emacs-orgmode@gnu.org; Thu, 12 Aug 2010 10:02:49 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:60459) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OjYMq-0008Kg-Dy for emacs-orgmode@gnu.org; Thu, 12 Aug 2010 10:02:48 -0400 Received: by wwi14 with SMTP id 14so122897wwi.30 for ; Thu, 12 Aug 2010 07:02:47 -0700 (PDT) In-Reply-To: (Mark Scala's message of "Thu, 12 Aug 2010 06:03:47 -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: > Thanks, I hadn't checked the value of org-auto-realign-tags before looking at > org-capture. (Please note this is `org-auto-align-tags' -- not `org-auto-REalign-tags'.) > But unfortunately that doeesn't solve the problem for me, the > tags just aren't realigning.  (org-auto-realign-tags is set true by default in > my reference branch.)  My capture output still looks like this: > > * Headline :tag: > stuff here > > Tags align normally for only after adding that line to org-capture. Yes, but it should work without that line since `org-set-tags' is called beforehand in the process of creating the captured entry. I'm digging into this to see what's wrong. Thanks, -- Bastien