Re: [Orgmode] [Patch] org-capture.el

2010-08-25 Thread Mark Scala
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

Re: [Orgmode] [Patch] org-capture.el

2010-08-12 Thread Bastien
Hi Mark, Mark Scala marksc...@gmail.com 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

Re: [Orgmode] [Patch] org-capture.el

2010-08-12 Thread Mark Scala
Bastien, Thanks, I hadn't checked the value of org-auto-realign-tags before looking at org-capture. 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

Re: [Orgmode] [Patch] org-capture.el

2010-08-12 Thread Bastien
Hi Mark, Mark Scala marksc...@gmail.com 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

[Orgmode] [Patch] org-capture.el

2010-08-11 Thread Mark Scala
When capture templates with tags are finalized, those tags are not realigned. I think this fixes it (does in the cases I've tested). diff --git a/lisp/org-capture.el b/lisp/org-capture.el index ece5006..03911da 100644 --- a/lisp/org-capture.el +++ b/lisp/org-capture.el @@ -500,7 +500,8 @@