emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] using (id "Name") target in org-capture-templates


From: Sullivan, Gregory (US SSA)
Subject: [Orgmode] using (id "Name") target in org-capture-templates
Date: Wed, 22 Dec 2010 14:33:01 -0500

I would like to have a template that will add a TODO below the "Tasks" heading 
in the current .org file.  From the documentation, I would think that 

(setq org-capture-templates
      `(("t" "Todo (local)" entry (id "Tasks")
         "* TODO %? %i\n%T\n" :prepend t)
 ))

would work, but org says 

  org-capture-set-target-location: Cannot find target ID "Tasks"

when I do M-x org-capture in a .org file, then choose 't'.
Could someone let me know the correct syntax to say that I'd like to add the 
captured note below a heading in the current .org file?

Thanks very much

-- Greg
-- 
Greg Sullivan          address@hidden
(781)262-4553 (office) (978)430-3461 (cell)





reply via email to

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