From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Opening code blocks in two horizontal splits Date: Thu, 27 Sep 2012 22:53:21 +0200 Message-ID: <87mx0b6vcu.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34737) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THL5K-0000lp-DP for emacs-orgmode@gnu.org; Thu, 27 Sep 2012 16:53:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1THL5E-0000HY-6G for emacs-orgmode@gnu.org; Thu, 27 Sep 2012 16:53:26 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:41740) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THL5E-0000HJ-05 for emacs-orgmode@gnu.org; Thu, 27 Sep 2012 16:53:20 -0400 Received: by wgbgg4 with SMTP id gg4so628426wgb.30 for ; Thu, 27 Sep 2012 13:53:19 -0700 (PDT) In-Reply-To: (Saptarshi Guha's message of "Thu, 27 Sep 2012 09:33:03 -0700") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: saptarshi.guha@gmail.com Cc: emacs-orgmode@gnu.org Hi, Saptarshi Guha writes: > When i press C-C-', Aquamacs splits the frame into two vertical > panes. > How can i force it into two horizontal panes? Also, can i customize > the split % (i.e.divide the heights in 2:1 ratio). I don't use Aquamacs but since Emacs 23.1 you can set this options: split-window-preferred-function split-height-threshold split-height-threshold to get the result you want. HTH, -- Bastien