From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: Re: Optional "other-window" argument for org-agenda-switch-to Date: Wed, 22 Aug 2007 23:09:42 +0200 Message-ID: References: <46CB0E2C.5070306@gmail.com> <57d10da2b985299946c3e300d0648ba4@science.uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1INxTE-0000Yt-Ht for emacs-orgmode@gnu.org; Wed, 22 Aug 2007 17:10:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1INxTC-0000Y3-DL for emacs-orgmode@gnu.org; Wed, 22 Aug 2007 17:10:31 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1INxTC-0000Y0-Ab for emacs-orgmode@gnu.org; Wed, 22 Aug 2007 17:10:30 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1INxTB-0004oS-Pa for emacs-orgmode@gnu.org; Wed, 22 Aug 2007 17:10:29 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1INxT2-0003qC-Tr for emacs-orgmode@gnu.org; Wed, 22 Aug 2007 23:10:20 +0200 Received: from p57af35ce.dip0.t-ipconnect.de ([87.175.53.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Aug 2007 23:10:20 +0200 Received: from rainer.stengele by p57af35ce.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Aug 2007 23:10:20 +0200 In-Reply-To: <57d10da2b985299946c3e300d0648ba4@science.uva.nl> 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 Carsten Dominik schrieb: > TAB > > > - Carsten > > On Aug 21, 2007, at 18:09, Wanrong Lin wrote: > >> Hi, >> >> I have just started using org-mode and am very impressed by it. I am >> throwing in my first suggestion here: >> >> I would like to have the agenda buffer visible after >> org-agenda-switch-to is called, can we add an "other-window" optional >> argument to org-agenda-switch-to so the org-file will be opened in >> another window when RET is pressed on an agenda item? Or is there >> already another way to do it? >> >> Thank you. >> >> Wanrong Lin >> >> >> _______________________________________________ >> Emacs-orgmode mailing list >> Emacs-orgmode@gnu.org >> http://lists.gnu.org/mailman/listinfo/emacs-orgmode >> >> > > -- > Carsten Dominik > Sterrenkundig Instituut "Anton Pannekoek" > Universiteit van Amsterdam > Kruislaan 403 > NL-1098SJ Amsterdam > phone: +31 20 525 7477 try this: (setq org-agenda-start-with-follow-mode t) Rainer