emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: David Maus <dmaus@ictsoc.de>
To: Juri Artamonov <jartamonov@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Agenda View window splits vertically
Date: Tue, 27 Apr 2010 20:18:39 +0200	[thread overview]
Message-ID: <87y6g892tc.wl%dmaus@ictsoc.de> (raw)
In-Reply-To: <t2vc351655c1004270743i38412461n7a1496ebe1f8cc7d@mail.gmail.com>


[-- Attachment #1.1: Type: text/plain, Size: 2439 bytes --]

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

[-- Attachment #1.2: Type: application/pgp-signature, Size: 230 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
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

  parent reply	other threads:[~2010-04-27 18:18 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-27 14:43 Agenda View window splits vertically Juri Artamonov
2010-04-27 17:07 ` Nick Dokos
2010-04-27 18:18 ` David Maus [this message]
2010-04-27 18:39 ` Manish Sharma
2010-04-28  6:57   ` Livin Stephen Sharma

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87y6g892tc.wl%dmaus@ictsoc.de \
    --to=dmaus@ictsoc.de \
    --cc=emacs-orgmode@gnu.org \
    --cc=jartamonov@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).