emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] A little bug of Org capture?


From: Chao LU
Subject: [O] A little bug of Org capture?
Date: Fri, 25 Mar 2011 01:14:04 -0400

Dear all,

Don't know if it is a little bug:

For org capture template, if I set an template like this:
("i" "INBOX" entry (file+olp (concat org-private-dir "/iPrv.org") "INBOX" "test") "* %?" :prepend t)

And for the iPrv.org, I have this structure:
* INBOX
** test

Then it works.

But if the first level and the second level happen to have the same title (it does happen to me sometimes), like:
* INBOX
** INBOX

("i" "INBOX" entry (file+olp (concat org-private-dir "/iPrv.org") "INBOX" "INBOX") "* %?" :prepend t)
Then Org will prompt an error.

Thanks,

Chao

reply via email to

[Prev in Thread] Current Thread [Next in Thread]