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/re
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
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.
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 lik
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 issu
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 @@ bypasse