emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Agenda capture possible to specific headlines?
@ 2015-01-07  1:01 Jay Iyer
  2015-01-07 10:03 ` Myles English
  0 siblings, 1 reply; 2+ messages in thread
From: Jay Iyer @ 2015-01-07  1:01 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 304 bytes --]

Hi,
Is there a way to capture tasks/notes to a *specific headline* from the
agenda buffer?  I use the "k" command to invoke capture templates, and it
would be super helpful/efficient to create additional sub-headlines to a
headline presented in the agenda buffer.
Thank you for your time and ideas.
-jay

[-- Attachment #2: Type: text/html, Size: 622 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Agenda capture possible to specific headlines?
  2015-01-07  1:01 Agenda capture possible to specific headlines? Jay Iyer
@ 2015-01-07 10:03 ` Myles English
  0 siblings, 0 replies; 2+ messages in thread
From: Myles English @ 2015-01-07 10:03 UTC (permalink / raw)
  To: Jay Iyer; +Cc: emacs-orgmode


Hell Jay,

Jay Iyer writes:

> Is there a way to capture tasks/notes to a *specific headline* from the
> agenda buffer?  I use the "k" command to invoke capture templates, and it
> would be super helpful/efficient to create additional sub-headlines to a
> headline presented in the agenda buffer.

You can use the "file+headline"
thing like this:

(setq org-capture-templates (quote (
    ("t" "Groovy tune" entry (file+headline (concat org-directory "/journal.org") "Tunes") "* Tune: %? \n")
    ;; more templates here
    )))

I don't know how to choose the target headline interactively however.

Myles

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-01-07 14:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-07  1:01 Agenda capture possible to specific headlines? Jay Iyer
2015-01-07 10:03 ` Myles English

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).