* Date-tree capture confused when nearby trees have dates
@ 2013-04-14 23:04 Suvayu Ali
2013-04-18 10:21 ` Bastien
0 siblings, 1 reply; 4+ messages in thread
From: Suvayu Ali @ 2013-04-14 23:04 UTC (permalink / raw)
To: Emacs Org mode
[-- Attachment #1: Type: text/plain, Size: 777 bytes --]
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.
[-- Attachment #2: target_before.org --]
[-- Type: text/plain, Size: 272 bytes --]
* Topical lectures
** 2013 June - Dark Matter
<2013-06-10 Mon>--<2013-06-12 Wed>
** 2013 March - Accelerators
<2013-03-20 Wed>--<2013-03-22 Fri>
* 2013
** 2013-04 April
*** 2013-04-12 Friday
**** Some meeting notes [2013-04-12 Fri 14:37]
Stuff ... and more stuff.
[-- Attachment #3: target_after.org --]
[-- Type: text/plain, Size: 385 bytes --]
* Topical lectures
** 2013 June - Dark Matter
<2013-06-10 Mon>--<2013-06-12 Wed>
** 2013-04 April
*** 2013-04-15 Monday
**** Testing meeting notes [2013-04-15 Mon 00:53]
Really important notes!
** 2013 March - Accelerators
<2013-03-20 Wed>--<2013-03-22 Fri>
* 2013
** 2013-04 April
*** 2013-04-12 Friday
**** Some meeting notes [2013-04-12 Fri 14:37]
Stuff ... and more stuff.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Date-tree capture confused when nearby trees have dates
2013-04-14 23:04 Date-tree capture confused when nearby trees have dates Suvayu Ali
@ 2013-04-18 10:21 ` Bastien
2013-04-18 10:31 ` Suvayu Ali
0 siblings, 1 reply; 4+ messages in thread
From: Bastien @ 2013-04-18 10:21 UTC (permalink / raw)
To: Suvayu Ali; +Cc: Emacs Org mode
Hi Suvayu,
Suvayu Ali <fatkasuvayu+linux@gmail.com> writes:
> 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
Fixed, thanks.
Note that you can still use tags in a datetree.
So
** 2013
and
** 2013 :noexport:
are equivalent.
Thanks for reporting this!
--
Bastien
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Date-tree capture confused when nearby trees have dates
2013-04-18 10:21 ` Bastien
@ 2013-04-18 10:31 ` Suvayu Ali
2013-04-18 10:45 ` Bastien
0 siblings, 1 reply; 4+ messages in thread
From: Suvayu Ali @ 2013-04-18 10:31 UTC (permalink / raw)
To: Bastien; +Cc: Emacs Org mode
On Thu, Apr 18, 2013 at 12:21:42PM +0200, Bastien wrote:
> Suvayu Ali <fatkasuvayu+linux@gmail.com> writes:
>
> > 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
>
> Fixed, thanks.
I can confirm the problem is gone. :)
> Note that you can still use tags in a datetree.
>
> So
>
> ** 2013
>
> and
>
> ** 2013 :noexport:
>
> are equivalent.
I can't think when I would use it, but I'll keep that in mind.
Cheers,
--
Suvayu
Open source is the future. It sets us free.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-04-18 10:45 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-14 23:04 Date-tree capture confused when nearby trees have dates Suvayu Ali
2013-04-18 10:21 ` Bastien
2013-04-18 10:31 ` Suvayu Ali
2013-04-18 10:45 ` Bastien
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.