From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?B?RnJhbsOnb2lz?= Allisson Subject: Re: multiline agenda and/or two-pane agenda selection Date: Mon, 15 Oct 2012 19:50:22 +0200 Message-ID: <20121015175022.GA19293@debian> References: <507C4183.1090207@emerose.org> <7553.1350321058@alphaville> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34640) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TNonZ-0002PC-P5 for emacs-orgmode@gnu.org; Mon, 15 Oct 2012 13:49:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TNonY-0002B1-6p for emacs-orgmode@gnu.org; Mon, 15 Oct 2012 13:49:53 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:54083) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TNonX-0002AD-UP for emacs-orgmode@gnu.org; Mon, 15 Oct 2012 13:49:52 -0400 Content-Disposition: inline In-Reply-To: <7553.1350321058@alphaville> 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: Ben Cc: Nick Dokos , emacs-orgmode@gnu.org Le lundi 15 oct 2012 =C3=A0 13:10:58 (-0400), Nick Dokos a =C3=A9crit : > Ben wrote: >=20 > > Hi all, > >=20 > > I hope this isn't in the FAQ or documentation---I tried to look > > through both according to the instructions but this seems like a basi= c > > question so my apologies if I'm missing something stupid. > >=20 > > I'm starting to use org-mode and its agenda view and like it a lot. > > However, I would like to modify it so one of two things happen: > >=20 > > 1) Easy agenda navigation > > --------------------------------------- > >=20 > > Currently I like how I can press Enter (bound to org-agenda-switch-to > > apparently) in the agenda view and it will show me the relevant spot > > in an org file. However, it replaces the agenda view with the org > > file, meaning I have to switch back to the agenda file and press extr= a > > keystrokes. > >=20 >=20 > Try instead of . >=20 > Nick >=20 >=20 You can also try the follow mode, with the key "F" in the agenda view. And then move with "n" and "p". If you like it and would like to make it by default, just add (setq org-agenda-start-with-follow-mode t) in your .emacs . It will perhaps even solve your second point? Fran=C3=A7ois.