Juri,
Since i prefer horizontal splitting in most contexts
this is what I put into my ".emacs":

;; 1. window gets split horizontally (one on TOP of the other), AND
;; 2. AFTER splitting, further "C-x 4 b" will NOT lead to any more splitting - reuse gets preferred
(setq split-height-threshold 40) ; nil
(setq split-width-threshold nil) ; 100



some unrelated customizations I made at the time (since I want the agenda front and center when I'm looking at it):
(setq org-agenda-window-setup 'reorganize-frame)
(setq org-agenda-restore-windows-after-quit t)
(setq org-agenda-window-frame-fractions '(1.0 . 1.0))

Livin Stephen Sharma





On Apr 28, 2010, at 24:09:57 , Manish Sharma wrote:

Juri Artamonov writes:

Guys,

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?

I suspect I did not quite understand but this might help:
http://orgmode.org/worg/org-hacks.php#sec-8

HTH
--
Manish



_______________________________________________
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