[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] Date-tree capture confused when nearby trees have dates
From: |
Suvayu Ali |
Subject: |
[O] Date-tree capture confused when nearby trees have dates |
Date: |
Mon, 15 Apr 2013 01:04:44 +0200 |
User-agent: |
Mutt/1.5.21 (2012-12-30) |
Hi Orgers,
I came a cross a curious problem. When I try to capture with the
following template:
(setq org-capture-templates
'(("m" "Meeting notes" entry (file+datetree "~/tmp/tests/target.org")
"**** %^{prompt} %U\n%?")
))
Capture gets confused and cannot find the real date-tree if there are
nearby trees with headlines like this:
** 2013 June - Event 2
** 2013 March - Event 1
You can replicate this by using the file target_before.org (attached) as
a capture target. I expect the captured entry to go under
* 2013
** 2013-04 April
*** 2013-04-15 Monday
Instead it goes under "Topical lectures" as shown by target_after.org
(attached).
Is this a bug, or am I making a mistake? Any ideas?
--
Suvayu
Open source is the future. It sets us free.
target_before.org
Description: Text document
target_after.org
Description: Text document
- [O] Date-tree capture confused when nearby trees have dates,
Suvayu Ali <=