From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maurizio Vitale Subject: Re: TODO list in new buffer? Date: Tue, 05 Jan 2010 22:26:15 -0500 Message-ID: <87hbqz6hig.fsf@cuma.i-did-not-set--mail-host-address--so-tickle-me> References: Reply-To: maurizio.vitale@polymath-solutions.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NSM2j-0001BD-Dn for emacs-orgmode@gnu.org; Tue, 05 Jan 2010 21:54:41 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NSM2e-00017V-Gz for emacs-orgmode@gnu.org; Tue, 05 Jan 2010 21:54:40 -0500 Received: from [199.232.76.173] (port=55725 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NSM2e-00017I-CR for emacs-orgmode@gnu.org; Tue, 05 Jan 2010 21:54:36 -0500 Received: from lo.gmane.org ([80.91.229.12]:50355) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NSM2d-00066E-Ro for emacs-orgmode@gnu.org; Tue, 05 Jan 2010 21:54:36 -0500 Received: from list by lo.gmane.org with local (Exim 4.50) id 1NSM2Y-0004TN-LO for emacs-orgmode@gnu.org; Wed, 06 Jan 2010 03:54:30 +0100 Received: from pool-72-95-253-175.pitbpa.east.verizon.net ([72.95.253.175]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 06 Jan 2010 03:54:30 +0100 Received: from maurizio.vitale by pool-72-95-253-175.pitbpa.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 06 Jan 2010 03:54:30 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org >>>>> "Sam" == Sam Cramer writes: Sam> I'm a new org-mode user. It's a really nice piece of work, and Sam> I'm having a good time using it to organize a bunch of Sam> work-related tasks! Sam> I can't figure out how to create a list of all the TODO items Sam> in an org file in a new buffer. I'd like to have the TODO list Sam> in one buffer and the org file in another, so I can refer to Sam> the TODO list while editing the org file. I looked through the Sam> manual and didn't see a way to do this, though it's possible Sam> that I overlooked a relevant section. C-c a t (org-todo-list) might be what you're looking for. oth, Maurizio