From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Org-mode version 5.13 Date: Wed, 24 Oct 2007 05:18:22 +0200 Message-ID: References: <87wstdnzbj.fsf@bzg.ath.cx> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IkWlL-0000tj-MA for emacs-orgmode@gnu.org; Tue, 23 Oct 2007 23:18:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IkWlJ-0000tX-AY for emacs-orgmode@gnu.org; Tue, 23 Oct 2007 23:18:30 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IkWlJ-0000tU-4S for emacs-orgmode@gnu.org; Tue, 23 Oct 2007 23:18:29 -0400 Received: from ug-out-1314.google.com ([66.249.92.169]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IkWlI-0003G8-UA for emacs-orgmode@gnu.org; Tue, 23 Oct 2007 23:18:29 -0400 Received: by ug-out-1314.google.com with SMTP id a2so280799ugf for ; Tue, 23 Oct 2007 20:18:27 -0700 (PDT) In-Reply-To: <87wstdnzbj.fsf@bzg.ath.cx> 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: Bastien Cc: emacs-orgmode@gnu.org On Oct 24, 2007, at 2:14 AM, Bastien wrote: > "Scott Jaderholm" writes: > >> - New variable `org-agenda-window-frame-fractions' to >> customize the size limits of the agenda window in the case >> that you display the agenda window by reorganizing the >> frame. >> >> In org 5.12 when I do C-c a the Agenda Commands window that comes up >> is only as tall as it needs to be. In 5.13 it is half the frame >> height. I'm not sure exactly which change caused this. > > `org-agenda-window-setup' or `org-agenda-window-frame-fractions' don't > change the way the Agenda Commands window is displayed. > > I guess Carsten wanted the default size of windows to be the same for > the Agenda Commands window and for any agenda view. But I think the > Agenda Commands window should be as small as possible since it's not > likely to change very often. No, the reason was that due to the ability to have multiple keys leading to a command, the window is displayed several times, and it is annoying when it changes during a single command selection. But I forgot to get it small on the first key. Fixed, thanks. - Carsten