* Capture Template problem
@ 2011-03-23 16:24 Chao LU
2011-03-23 22:03 ` Bernt Hansen
0 siblings, 1 reply; 2+ messages in thread
From: Chao LU @ 2011-03-23 16:24 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 779 bytes --]
Dear All,
I found a little problem when configuring Org-Capture.
The target file is iPrv.org, whose structure is like this:
=======
* INBOX
*** A
*** B
*** C
=======
So I defined a template like :
("i" "INBOX" entry (file+olp (concat org-private-dir "/iPrv.org") "INBOX")
"*** %?" :prepend t)
But the Results turned out to be:
=======
* INBOX
** D ----> What I want is *** D (Level 3, not 2)
*** A
*** B
*** C
=======
So I changed my configuration a little like:
("i" "INBOX" entry (file+olp (concat org-private-dir "/iPrv.org") "INBOX" *
"INBOX"*) "*** %?" :prepend t)
And accordingly the iPrv.org file.
=======
* INBOX
*** INBOX*
*** A
*** B
*** C
=======
But still error: Heading not found on level 2: INBOX.
I'm using org 7.5 on Emacs OSX 23.3
Thanks,
Chao
[-- Attachment #2: Type: text/html, Size: 1071 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Capture Template problem
2011-03-23 16:24 Capture Template problem Chao LU
@ 2011-03-23 22:03 ` Bernt Hansen
0 siblings, 0 replies; 2+ messages in thread
From: Bernt Hansen @ 2011-03-23 22:03 UTC (permalink / raw)
To: Chao LU; +Cc: emacs-orgmode
Chao LU <loochao@gmail.com> writes:
> Dear All,
>
> I found a little problem when configuring Org-Capture.
>
> The target file is iPrv.org, whose structure is like this:
> =======
> * INBOX
> *** A
> *** B
> *** C
> =======
> So I defined a template like :
> ("i" "INBOX" entry (file+olp (concat org-private-dir "/iPrv.org") "INBOX")
> "*** %?" :prepend t)
>
> But the Results turned out to be:
> =======
> * INBOX
> ** D ----> What I want is *** D (Level 3, not 2)
> *** A
> *** B
> *** C
> =======
>
> So I changed my configuration a little like:
> ("i" "INBOX" entry (file+olp (concat org-private-dir "/iPrv.org") "INBOX" *
> "INBOX"*) "*** %?" :prepend t)
>
> And accordingly the iPrv.org file.
> =======
> * INBOX
> *** INBOX*
> *** A
> *** B
> *** C
> =======
>
> But still error: Heading not found on level 2: INBOX.
>
> I'm using org 7.5 on Emacs OSX 23.3
>
> Thanks,
>
> Chao
Do you have org-odd-levels-only set? If not then skipping level 2 is
invalid.
Regards,
--
Bernt
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-03-23 22:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-23 16:24 Capture Template problem Chao LU
2011-03-23 22:03 ` Bernt Hansen
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).