From mboxrd@z Thu Jan 1 00:00:00 1970 From: Saptarshi Guha Subject: Re: Opening code blocks in two horizontal splits Date: Fri, 28 Sep 2012 13:14:49 -0700 Message-ID: References: <87mx0b6vcu.fsf@bzg.ath.cx> Reply-To: saptarshi.guha@gmail.com Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:42868) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THgxs-0002ic-KY for emacs-orgmode@gnu.org; Fri, 28 Sep 2012 16:15:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1THgxr-0000Ng-9B for emacs-orgmode@gnu.org; Fri, 28 Sep 2012 16:15:12 -0400 Received: from mail-vb0-f41.google.com ([209.85.212.41]:51954) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THgxr-0000Na-4h for emacs-orgmode@gnu.org; Fri, 28 Sep 2012 16:15:11 -0400 Received: by vbkv13 with SMTP id v13so4046684vbk.0 for ; Fri, 28 Sep 2012 13:15:10 -0700 (PDT) In-Reply-To: <87mx0b6vcu.fsf@bzg.ath.cx> 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: Bastien Cc: emacs-orgmode@gnu.org Thanks much. Worked very nicely. On Thu, Sep 27, 2012 at 1:53 PM, Bastien wrote: > 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