From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Frames Date: Mon, 10 Nov 2008 09:13:15 +0100 Message-ID: References: <20081109181456.8150F320057@mail.dagertech.net> Mime-Version: 1.0 (Apple Message framework v929.2) 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 1KzSu3-0004Xw-Kl for emacs-orgmode@gnu.org; Mon, 10 Nov 2008 04:17:48 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KzSu0-0004XE-1F for emacs-orgmode@gnu.org; Mon, 10 Nov 2008 04:17:45 -0500 Received: from [199.232.76.173] (port=38360 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KzStz-0004X5-KO for emacs-orgmode@gnu.org; Mon, 10 Nov 2008 04:17:43 -0500 Received: from mx20.gnu.org ([199.232.41.8]:51833) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KzStz-0002vV-C3 for emacs-orgmode@gnu.org; Mon, 10 Nov 2008 04:17:43 -0500 Received: from ug-out-1314.google.com ([66.249.92.170]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KzSty-0003J8-En for emacs-orgmode@gnu.org; Mon, 10 Nov 2008 04:17:42 -0500 Received: by ug-out-1314.google.com with SMTP id 36so389574uga.17 for ; Mon, 10 Nov 2008 01:17:40 -0800 (PST) In-Reply-To: <20081109181456.8150F320057@mail.dagertech.net> 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: "David A. Gershman" Cc: emacs-orgmode@gnu.org Hi David, while you can get a separate frame for your agenda automatically by setting (setq org-agenda-window-setup 'other-frame) there is currently no way to get the display of entries with SPC and many other commands to happen in a different frame. Well, in fact there are, by setting (setq display-buffer-reuse-frames t) but in my experience the results of this are not quite predictable, and with org the highlighting of the match does not seem to work right. In short, I do not recommend this setting. - Carsten On Nov 9, 2008, at 7:14 PM, David A. Gershman wrote: > Hello Everone, > > When I go to the agenda view (C-a a) the current frame(window) > splits in > 2. So I make a new frame and show just my agenda and the other > frame my > original .org file. > > While in the agenda, I click on an item which highlights in the .org > file, but the agenda frame splits into 2 again. So now I have 2 > frames, > 1 whole with my .org file, and the other split with my .org and > agenda. > > Is there a setting to stop this behavior? I like having 2 windows: 1 > for agenda and 1 for .org but still having the 'click -> highlight' > function. > > Thanks and thanks again Carsten for a *GREAT* product! > > --------------- > David A. Gershman > gershman@dagertech.net > http://dagertech.net/gershman/ > "It's all about the path!" --d. gershman > > > _______________________________________________ > 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