From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manish Subject: Re: Question re. Bernt's agenda setup Date: Fri, 16 Nov 2012 17:28:52 +0530 Message-ID: References: <20121115214217.GA5492@kenny.fritz.box> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:42814) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TZKZy-0000AK-Dz for emacs-orgmode@gnu.org; Fri, 16 Nov 2012 06:59:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TZKZv-0005a5-Bz for emacs-orgmode@gnu.org; Fri, 16 Nov 2012 06:59:26 -0500 Received: from mail-pb0-f41.google.com ([209.85.160.41]:36607) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TZKZv-0005Zp-5G for emacs-orgmode@gnu.org; Fri, 16 Nov 2012 06:59:23 -0500 Received: by mail-pb0-f41.google.com with SMTP id xa7so2016290pbc.0 for ; Fri, 16 Nov 2012 03:59:22 -0800 (PST) In-Reply-To: <20121115214217.GA5492@kenny.fritz.box> 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: Manish , Org-Mode >> Hello Bernt and others, >> >> I was picking up tips from Bernt's awesome and famous document at >> http://doc.norang.ca/org-mode.html. In section 7.1, just between >> the two screenshots, I came across following text: >> >> ,----[ excerpt from section 7.1 ] >> | After selecting a project (with P on any task in the agenda) the >> | block agenda changes to show the project and any subprojects in >> | the Projects section. Tasks show project-related tasks that are >> | hidden when not narrowed to a project. >> `---- >> >> The feature/concept seems very useful to be able to zoom into a >> project of interest but I could't figure out how =P= helps with >> this since it seems to move to previous item while in the ageda >> view. >> >> Can someone (or Bernt) using the setup point me to right direction >> please? On Fri, Nov 16, 2012 at 3:12 AM, Viktor Rosenfeld wrote: > Hi Manish, > > it's Shift-P and you need to bind the function bh/narrow-to-project > to the keycode. See the code blocks in the following two sections: > > http://doc.norang.ca/org-mode.html#SpeedCommands > http://doc.norang.ca/org-mode.html#NarrowToSubtree > Thank you! I should learn to read better, I guess. By any chance, would you also know if all the configuration is available in one place, perhaps a git repo (it's not in org-mode-doc repo) or perhaps a way to pick out all #+begin_src parts from the .org version? Cheers, Manish