emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* get all todo items as lisp list
@ 2012-02-18 17:41 Peter Münster
  2012-02-19  0:28 ` Eric Abrahamsen
  2012-02-19  5:01 ` Jambunathan K
  0 siblings, 2 replies; 4+ messages in thread
From: Peter Münster @ 2012-02-18 17:41 UTC (permalink / raw)
  To: emacs-orgmode

Hi,

Given a todo list in an org file, is there already a function, that
converts this list to an elisp list, that contains at least heading,
deadline and properties?

Example input:
--8<---------------cut here---------------start------------->8---
* TODO todo-test
  DEADLINE: <2012-04-19 Thu 13:33>
   :PROPERTIES:
   :notify:   notify-test
   :END:
* TODO todo-test2
  DEADLINE: <2012-05-20 Sun 16:66>
   :PROPERTIES:
   :notify:   notify-test2
   :END:
--8<---------------cut here---------------end--------------->8---

Example output:
--8<---------------cut here---------------start------------->8---
((file "test.org" heading "TODO todo-test" deadline (111 222 333)
       properties (notify notify-test))
 (file "test.org" heading "TODO todo-test2" deadline (123 456 789)
       properties (notify notify-test2)))
--8<---------------cut here---------------end--------------->8---

Or are there functions, that could help me, to do it myself?
(I've tried with `org-agenda-get-day-entries', but without success...)

TIA for any help!
-- 
           Peter

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

end of thread, other threads:[~2012-02-19 10:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-18 17:41 get all todo items as lisp list Peter Münster
2012-02-19  0:28 ` Eric Abrahamsen
2012-02-19  5:01 ` Jambunathan K
2012-02-19 10:57   ` Nicolas Goaziou

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