emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* file+olp problem in org-capture.
@ 2010-08-24  8:16 Tim O'Callaghan
  2010-08-24 12:58 ` Erik Iverson
  0 siblings, 1 reply; 4+ messages in thread
From: Tim O'Callaghan @ 2010-08-24  8:16 UTC (permalink / raw)
  To: org-mode

Hi,

first, am i right i assuming that the file+olp is designed so that i
can specify the top of a tree, and the headings in the tree i want to
be able to capture to?

That is what i am trying to do with the "1" option. It does not
evaluate the concat operation and so fails.

;; constant used in lots of other things.
(defconst toc:ze-org-dir  "~/org/")
;; example org template
(setq org-capture-templates
      '(
;; works
;;  (file+headline "path/to/file" "node headline")
        ("0" "0+inbox" entry
         (file+headline (concat toc:ze-org-dir "0+inbox.org")
"+INBOX") "* %? \n")
;; does not work
;;  (file+olp "path/to/file" "Level 1 heading" "Level 2" ...)
        ("1" "1+projects" entry
         (file+olp (concat toc:ze-org-dir "1+projects.org") "+TASKS"
"+PROJECTS")
         "* ")))


Tim.

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

end of thread, other threads:[~2010-09-02 14:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-24  8:16 file+olp problem in org-capture Tim O'Callaghan
2010-08-24 12:58 ` Erik Iverson
2010-08-24 13:46   ` Carsten Dominik
2010-09-02 14:11     ` Bastien

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