emacs-orgmode
[Top][All Lists]
Advanced

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

[O] How to show done items in specific agenda views


From: Gez
Subject: [O] How to show done items in specific agenda views
Date: Thu, 13 Oct 2011 14:24:39 +0100

I'd like to include done items only in certain views, including the
one below, but I can't work out how to do it.  At the moment I have
org-agenda-skip-scheduled-if-done set as nil but that affects all my
views (and messes up undone totalled effort estimates).

Ideally I'd like to export log mode, but I couldn't work out a way to
do that.  My current set up means that items done today but scheduled
for a previous day don't show up on this view unless they are
rescheduled for today.  Is there a way round this?

-------------------
(quote (("7e" "For export" ((agenda "" ((org-agenda-overriding-header
"Scheduled todo's") (org-agenda-span (quote week))
(org-agenda-skip-function (quote (org-agenda-skip-entry-if (quote
regexp) "habit"))) (org-agenda-sorting-strategy (quote
(todo-state-up))) (org-agenda-prefix-format "%-7e")
(org-agenda-todo-keyword-format "%-10s"))) (tags-todo "thisweek"
((org-agenda-overriding-header "Unscheduled todo's; also tasks (from
which todo's were generated)") (org-agenda-skip-function (quote
(org-agenda-skip-entry-if (quote scheduled))))
(org-agenda-prefix-format "%-7e") (org-agenda-todo-keyword-format
"%-10s") (org-agenda-sorting-strategy (quote (todo-state-up))))))
((org-agenda-remove-tags t)) ("Q:\\Q_Synced\\My
Dropbox\\OrgModeExports\\agenda.html"))
-----------------------

Gez



reply via email to

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