From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [Patch] org-capture.el Date: Mon, 30 Aug 2010 13:51:58 +0200 Message-ID: <78E52DB5-E5F7-4528-BB90-8FDBAA910AA7@gmail.com> References: <87bp986wlv.fsf@gnu.org> <87y6ccgc8q.fsf@altern.org> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=37584 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oq2uJ-0001Go-Np for emacs-orgmode@gnu.org; Mon, 30 Aug 2010 07:52:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oq2uC-0006GL-Hs for emacs-orgmode@gnu.org; Mon, 30 Aug 2010 07:52:05 -0400 Received: from paard.ic.uva.nl ([145.18.40.182]:39408) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oq2uC-0006Fz-9m for emacs-orgmode@gnu.org; Mon, 30 Aug 2010 07:52:04 -0400 In-Reply-To: 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, Bastien On Aug 25, 2010, at 4:54 PM, Mark Scala wrote: > Bastien, > > I've had a chance to look into this again today, and I've found > something that might help you track down the bug (if it is a bug). > > I've found that when I use this capture template: > > ("L" "reference" entry (file+headline "~/code/org/reference.org" > "Test") "* %^{Description} %^G \n%? \n %U" :prepend) > > tags get aligned properly. However, not so with this one, which > differs only with respect to the target parameter (file+headline vs. > file): > > ("L" "reference" entry (file "~/code/org/reference.org") > "* %^{Description} %^G \n%? \n %U" :prepend) > > Hope this is helpful and not just distracting. Hi Mark, hi Bastien, this should be fixed now. - Carsten > > Best, > Mark > > > > On Thu, Aug 12, 2010 at 9:02 AM, Bastien > wrote: > 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 > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten