From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: org-show-todo-tree for part of an org file Date: Sat, 9 Jun 2007 08:10:12 +0200 Message-ID: <84c09082d6df62efb372e1a3f2623f19@science.uva.nl> References: <87zm3a8fp0.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hwu9Q-000738-OV for emacs-orgmode@gnu.org; Sat, 09 Jun 2007 02:10:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hwu9P-00072w-8M for emacs-orgmode@gnu.org; Sat, 09 Jun 2007 02:10:16 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hwu9P-00072t-5O for emacs-orgmode@gnu.org; Sat, 09 Jun 2007 02:10:15 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hwu9O-00088D-OH for emacs-orgmode@gnu.org; Sat, 09 Jun 2007 02:10:14 -0400 In-Reply-To: <87zm3a8fp0.fsf@gollum.intra.norang.ca> 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: Bernt Hansen Cc: emacs-orgmode@gnu.org On Jun 8, 2007, at 20:27, Bernt Hansen wrote: > Hi Carsten (and list), > > Org mode is great! > > I use C-c C-v (org-show-todo-tree) alot. One of my org files is > getting > rather largish (8200 lines) and it would be really useful if it was > possible to do the org-show-todo-tree on only part of the file. > > What I'm really looking for is a way to do C-c C-v (or some similar key > combination) on the current TODO heading and have org mode only show > the > sparse todo tree for everything under the current TODO heading instead > of for the entire file. > > My workarounds at the moment are: Hi Bernt, how about C-x n s ; to narrow C-c C-v ; to show todo tree C-x n w ; to widen again. or C-c C-x b ; get get current tree in an indirect buffer to work with. C-c C-v ; in the new buffer, to see the limited todo tree. C-x k RET ; to remove the indirect buffer after you are done. - Carsten