From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: feature request: scroll other window in agenda view follow mode Date: Tue, 20 Oct 2009 10:56:38 +0200 Message-ID: <2A296A7B-1443-4F73-AE44-244B15341DCB@gmail.com> References: <87oco9i1xl.wl%ucecesf@ucl.ac.uk> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N0AWM-0000Ry-US for emacs-orgmode@gnu.org; Tue, 20 Oct 2009 04:56:46 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N0AWI-0000R1-Pj for emacs-orgmode@gnu.org; Tue, 20 Oct 2009 04:56:46 -0400 Received: from [199.232.76.173] (port=35631 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N0AWI-0000Qy-KQ for emacs-orgmode@gnu.org; Tue, 20 Oct 2009 04:56:42 -0400 Received: from ey-out-1920.google.com ([74.125.78.148]:30109) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N0AWI-0002XG-4j for emacs-orgmode@gnu.org; Tue, 20 Oct 2009 04:56:42 -0400 Received: by ey-out-1920.google.com with SMTP id 3so5364280eyh.34 for ; Tue, 20 Oct 2009 01:56:41 -0700 (PDT) In-Reply-To: <87oco9i1xl.wl%ucecesf@ucl.ac.uk> 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: e.fraga@ucl.ac.uk Cc: org-mode mailing list Hi Eric, this is, in principle, not hard to do. The issue I see is that it would require to make the entire subtree visible in the target buffer, so whenever you are looking at stuff with the agenda if would (more thoroughly than now) change the outline visibility in that file. - Carsten On Oct 15, 2009, at 8:52 AM, Eric S Fraga wrote: > Carsten, > > I wonder whether I could request a small feature addition in org-mode > (or have a pointer to already implemented functionality, of course > ;-)? > > Using the agenda view with follow mode is fantastic for complex agenda > views. What I find, however, is that I miss having a scroll other > window as implemented in many other "2 window" interfaces in Emacs > (e.g. most mail user agents like rmail, wanderlust, gnus, etc.). I > find myself hitting spacebar to scroll down the other window (the one > with the org file view) as I would in mail tools and it does nothing. > > The request would be to have org-agenda-show, bound to ' ', scroll > down the other window if already showing the entry. Would this be > possible easily? > > I realise that I could simply type M-C-v but it would be nice to have > consistency with other emacs tools. I have tried mapping the spacebar > to scroll-other-window in the agenda keymap but this does nothing > because the agenda view simply re-shows the org file at the same > location! > > Thanks, > eric > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten