From mboxrd@z Thu Jan 1 00:00:00 1970 From: lbmlist@hethcote.com Subject: Understanding org-agenda-todo-list-sublevels Date: Sun, 19 Feb 2012 16:11:41 -0700 (MST) Message-ID: Reply-To: lbmlist@hethcote.com Mime-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([140.186.70.92]:33932) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RzFv1-0006lZ-GX for emacs-orgmode@gnu.org; Sun, 19 Feb 2012 18:11:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RzFv0-0003zm-BZ for emacs-orgmode@gnu.org; Sun, 19 Feb 2012 18:11:47 -0500 Received: from caritas.hethcote.com ([72.19.167.226]:64530) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RzFv0-0003zg-75 for emacs-orgmode@gnu.org; Sun, 19 Feb 2012 18:11:46 -0500 Received: from lbmoore (helo=localhost) by caritas.hethcote.com with local-esmtp (Exim 4.72) (envelope-from ) id 1RzFuv-00017q-Os for emacs-orgmode@gnu.org; Sun, 19 Feb 2012 16:11:41 -0700 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org Mode List If I have something like: (setq org-agenda-custom-commands '(("Q" "Q-Who" todo "IMPLEMENT" ((org-agenda-todo-list-sublevels t))) )) in my .emacs and I have *** IMPLEMENT explore slash type [1/3] - [X] Explore checkbox list - [ ] Look at the export - [ ] And so on *** IMPLEMENT explore percent type [33%] **** IMPLEMENT the exploration **** FINISHED an early step **** PLAN a third subtask does (org-agenda-todo-list-sublevels t) mean I should see the subtasks in the custom view? This doesn't seem to work for me. I get Coding: IMPLEMENT explore slash type [1/3] Coding: IMPLEMENT explore percent type [33%] Coding: IMPLEMENT the exploration alternatively, how should I set up my custom view to see the subtasks? Thanks for any assistance, Louis