From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Maus Subject: Re: Agenda View window splits vertically Date: Tue, 27 Apr 2010 20:18:39 +0200 Message-ID: <87y6g892tc.wl%dmaus@ictsoc.de> References: Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: multipart/mixed; boundary="===============1743636791==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O6pN1-0004vt-EU for emacs-orgmode@gnu.org; Tue, 27 Apr 2010 14:18:55 -0400 Received: from [140.186.70.92] (port=44504 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O6pN0-0004tj-16 for emacs-orgmode@gnu.org; Tue, 27 Apr 2010 14:18:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O6pMy-0003o3-Is for emacs-orgmode@gnu.org; Tue, 27 Apr 2010 14:18:53 -0400 Received: from mysql1.xlhost.de ([213.202.242.106]:48130) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O6pMy-0003nu-6p for emacs-orgmode@gnu.org; Tue, 27 Apr 2010 14:18:52 -0400 In-Reply-To: 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: Juri Artamonov Cc: emacs-orgmode@gnu.org --===============1743636791== Content-Type: multipart/signed; boundary="pgp-sign-Multipart_Tue_Apr_27_20:18:39_2010-1"; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit --pgp-sign-Multipart_Tue_Apr_27_20:18:39_2010-1 Content-Type: text/plain; charset=US-ASCII At Tue, 27 Apr 2010 17:43:35 +0300, Juri Artamonov wrote: > I'm newbie in emacs. Could please advice. Somehow I get my agenda > view appears vertically, i.e from the right side from my org file. > > I open org file then press C-c a and I see "Agenda Commands" in the > window to the right, not to the bottom as it was before. Could you > please advice, how to make it back and make agenda view open > horizontally? You might check the two variables `split-height-threshold' and `split-width-threshold' that could be used to determine whether to split the window vertically or horizontically: M-x apropos RET split-window-sensibly RET ,---- | split-window-sensibly is a compiled Lisp function in `window.el'. | | (split-window-sensibly window) | | Split window in a way suitable for `display-buffer'. | If `split-height-threshold' specifies an integer, window is at | least `split-height-threshold' lines tall and can be split | vertically, split window into two windows one above the other and | return the lower window. Otherwise, if `split-width-threshold' | specifies an integer, window is at least `split-width-threshold' | columns wide and can be split horizontally, split window into two | windows side by side and return the window on the right. If this | can't be done either and window is the only window on its frame, | try to split window vertically disregarding any value specified | by `split-height-threshold'. If that succeeds, return the lower | window. Return nil otherwise. | | By default `display-buffer' routines call this function to split | the largest or least recently used window. To change the default | customize the option `split-window-preferred-function'. | | You can enforce this function to not split window horizontally, | by setting (or binding) the variable `split-width-threshold' to | nil. If, in addition, you set `split-height-threshold' to zero, | chances increase that this function does split window vertically. | | In order to not split window vertically, set (or bind) the | variable `split-height-threshold' to nil. Additionally, you can | set `split-width-threshold' to zero to make a horizontal split | more likely to occur. | | Have a look at the function `window-splittable-p' if you want to | know how `split-window-sensibly' determines whether window can be | split. `---- HTH -- David -- OpenPGP... 0x99ADB83B5A4478E6 Jabber.... dmjena@jabber.org Email..... dmaus@ictsoc.de --pgp-sign-Multipart_Tue_Apr_27_20:18:39_2010-1 Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iF4EABEIAAYFAkvXKn8ACgkQma24O1pEeOYTTgD/X8ZcmiLiNFUW9njs/e789qCq asfTxNPel+eZR7c1N24BAJZYjCw7hjhtoinpE5cpVXn7PuD//+DQYozPXFTqDjDE =vITv -----END PGP SIGNATURE----- --pgp-sign-Multipart_Tue_Apr_27_20:18:39_2010-1-- --===============1743636791== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============1743636791==--