From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Zebee Johnstone Newsgroups: gmane.emacs.help Subject: org mode TODO list: more information listed? Date: Tue, 17 Dec 2013 01:04:09 +0000 (UTC) Organization: Firedrake Synthesis Message-ID: Reply-To: zebeej@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1387242441 27702 80.91.229.3 (17 Dec 2013 01:07:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 17 Dec 2013 01:07:21 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Dec 17 02:07:28 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Vsj8A-0005vR-Vx for geh-help-gnu-emacs@m.gmane.org; Tue, 17 Dec 2013 02:07:27 +0100 Original-Received: from localhost ([::1]:59088 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vsj8A-0002Y0-Ej for geh-help-gnu-emacs@m.gmane.org; Mon, 16 Dec 2013 20:07:26 -0500 Original-Path: usenet.stanford.edu!news.kjsl.com!feeder.erje.net!eu.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!weretis.net!feeder4.news.weretis.net!cs.uu.nl!news0.firedrake.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 32 Original-NNTP-Posting-Host: 156.10.233.220.static.exetel.com.au Original-X-Trace: parhelion.firedrake.org 1387242249 12830 220.233.10.156 (17 Dec 2013 01:04:09 GMT) Original-X-Complaints-To: usenet@parhelion.firedrake.org Original-NNTP-Posting-Date: Tue, 17 Dec 2013 01:04:09 +0000 (UTC) User-Agent: slrn/0.9.9p1 (Darwin) Original-Xref: usenet.stanford.edu gnu.emacs.help:202759 X-Mailman-Approved-At: Mon, 16 Dec 2013 20:07:13 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:95028 Archived-At: I don't use orgmode for time based things as much as for a todo list, so C-cat is my usual command. When I mark a TODO as WAITING or HOLD I add a note to it saying why it is on hold or waiting. Is there a way to get that added note or part of it to show in the global TODO list? In .emacs I have (setq org-todo-keywords (quote ((sequence "TODO(t)" "NEXT(n)" "SCHEDULED(s)" "|" "DONE(d)") (sequence "WAITING(w@/!)" "HOLD(h@/!)" "|" "CANCELLED(c@/!)" "PHONE" "MEETING")))) and I want the note captured in WAITING(w@/!) or HOLD(h@/!) to appear. So instead of seeing something like 56726-user-keys-ovl01.syd:WAITING obtain user keys for install I see something like 56726-user-keys-ovl01.syd:WAITING obtain user keys for install waiting on Bill to provide final list Looking at the org mode manual it appears I can customise the agenda list a little but not the todo list? Is there a way to create a customised todo list by somehow tweaking an agenda? Zebee