emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* How to show done items in specific agenda views
@ 2011-10-13 13:24 Gez
  0 siblings, 0 replies; only message in thread
From: Gez @ 2011-10-13 13:24 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-10-13 13:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-13 13:24 How to show done items in specific agenda views Gez

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