emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: lbmlist@hethcote.com
To: Bernt Hansen <bernt@norang.ca>
Cc: lbmlist@hethcote.com, Org Mode List <emacs-orgmode@gnu.org>
Subject: Re: Understanding org-agenda-todo-list-sublevels
Date: Sun, 19 Feb 2012 20:34:33 -0700 (MST)	[thread overview]
Message-ID: <alpine.DEB.2.02.1202192014450.1434@caritas.hethcote.com> (raw)
In-Reply-To: <87ty2m2sd7.fsf@norang.ca>



On Sun, 19 Feb 2012, Bernt Hansen wrote:

> lbmlist@hethcote.com writes:
>
>> If I have something like:
>>
>> (setq org-agenda-custom-commands
>> 	  '(("Q"  "Q-Who" todo "IMPLEMENT" ((org-agenda-todo-list-sublevels t)))
>> ))

>
> Hi Louis,
>
> I think we need more information.  In a todo agenda view you should see
> the tasks and any subtasks that are not in a done state.
> Your view already shows
>
>>  Coding:     IMPLEMENT  explore percent type [33%]
>>  Coding:     IMPLEMENT the exploration
>
> which is the task and one of the subtasks.  If FINISHED is a done state
> you won't get that in the view.  I think PLAN should also be listed (if
> it is a todo state and not a done state)
>
> How are your todo keywords defined?


(setq org-todo-keywords (quote (
(sequence "TODO" "|" "DONE")
(sequence "SCHEDULE" "INPROCESS" "|" "COMPLETED")
(sequence "IMAGINE" "PLAN" "IMPLEMENT" "HOLD" "|" "FINISHED" "ABANDONED")
)))


(setq org-agenda-custom-commands
   '(("Y"  "Q-Who" todo "IMPLEMENT" ((org-agenda-todo-list-sublevels t)))
))

it occurs to me that the `todo "IMPLEMENT"` match hides the PLAN and the 
"FINISHED" is out of the view by default so that it is actually 
functioning as designed WRT the

*** IMPLEMENT  explore percent type [33%]

todo.


>
> Regards,
> Bernt
>
>

      reply	other threads:[~2012-02-20  3:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-19 23:11 Understanding org-agenda-todo-list-sublevels lbmlist
2012-02-20  1:41 ` Bernt Hansen
2012-02-20  3:34   ` lbmlist [this message]

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=alpine.DEB.2.02.1202192014450.1434@caritas.hethcote.com \
    --to=lbmlist@hethcote.com \
    --cc=bernt@norang.ca \
    --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).