From: Carsten Dominik <carsten.dominik@gmail.com>
To: Nathan Neff <nathan.neff@gmail.com>
Cc: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: Capture into subheading of current headline
Date: Wed, 1 Dec 2010 14:05:12 +0100 [thread overview]
Message-ID: <FED63059-F2EB-4F0E-A28B-9BA44E2A6D93@gmail.com> (raw)
In-Reply-To: <AANLkTinm3TH+4kxfvgSZ2x8wLTBAn_WrD4V15mqLyxBp@mail.gmail.com>
Hi Nathan,
On Nov 28, 2010, at 8:10 PM, Nathan Neff wrote:
> I think I'm missing something obvious here -- I can't
> define a capture template that puts the results as a sub-heading
> of the heading that the cursor is currently in.
You can insert a capture entry at the location where you are
at using a zero prefix to the capture command:
C-0 C-c r
Does that do what you want? It hast the advantage that
it works for any entry-like templates in your setup.
I guess we could make a special target for filing as child
of current heading if mor ethan one person found this useful....
- Carsten
>
> For example:
>
> * Some Heading
> <cursor is here>
> some text in this heading
> <I want to use org-capture to put a subheading here>
>
> I tried defining a template that used the "org-end-of-subtree"
> function:
>
> (setq org-capture-templates
> `(("x" "Subheading" entry (function org-end-of-subtree) "*
> %?\n\n" :clock-in t :clock-resume t)
> )
> )
>
> But, the captured data is inserted as a sibling heading
> in front of the heading where the cursor is, like this:
>
> * <The result of my capture template>
> * Some Heading
> <cursor is here>
> ** < I want the result of the capture template here>
>
> I've also tried "outline-next-heading", and "outline-end-of-subtree"
> but they add
> non-subtree headlines, and insert into #+begin_src / #+end_src blocks,
> which is undesirable
>
> I've also tried the solution proposed in this thread, but haven't
> quite got it correct:
> http://www.mail-archive.com/emacs-orgmode@gnu.org/msg28946.html
>
> Any help appreciated,
>
> Thanks,
> --Nate
>
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
next prev parent reply other threads:[~2010-12-01 13:22 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-28 19:10 Capture into subheading of current headline Nathan Neff
2010-12-01 13:05 ` Carsten Dominik [this message]
2010-12-01 14:30 ` Eric S Fraga
2010-12-01 22:35 ` Nathan Neff
2010-12-01 13:05 ` Carsten Dominik
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=FED63059-F2EB-4F0E-A28B-9BA44E2A6D93@gmail.com \
--to=carsten.dominik@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=nathan.neff@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).