From: joakim@verona.se
To: emacs-orgmode@gnu.org
Subject: How to generate agenda view tasks of all states?
Date: Fri, 30 Nov 2012 16:17:10 +0100 [thread overview]
Message-ID: <m3fw3rjf2h.fsf@chopper.vpn.verona.se> (raw)
I would like to experiment with a graphical view of all tasks I've ever
finished, produced with graphviz or something.
However, I can't seem to reliably generate a suitable view for further
processing. For some reason arg 0 only shows TODO items, not all states.
Here is some tentative code, that is supposed to setup a local state so
my customizations doesnt affect the view. Am I missing something?
(let ((org-agenda-todo-list-sublevels t)
(org-agenda-todo-ignore-with-date nil)
(org-todo-keywords '((sequence "TODO" "DONE" "CANCELLED" "dummystate"))) )
(org-todo-list 0))
--
Joakim Verona
next reply other threads:[~2012-11-30 15:17 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-30 15:17 joakim [this message]
2012-12-29 9:53 ` How to generate agenda view tasks of all states? Bastien
2013-01-02 19:08 ` joakim
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=m3fw3rjf2h.fsf@chopper.vpn.verona.se \
--to=joakim@verona.se \
--cc=emacs-orgmode@gnu.org \
/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).