From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [PATCH] ':wrap nowrap' disable wrapping Date: Fri, 15 Mar 2013 10:33:11 +0100 Message-ID: <87620tknxk.fsf@bzg.ath.cx> References: <51327684.1040602@no8wireless.co.nz> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:40634) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UGR0n-0006Sn-Mt for emacs-orgmode@gnu.org; Fri, 15 Mar 2013 05:33:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UGR0l-0001Ox-QB for emacs-orgmode@gnu.org; Fri, 15 Mar 2013 05:33:17 -0400 Received: from mail-we0-x234.google.com ([2a00:1450:400c:c03::234]:47721) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UGR0l-0001Oo-IJ for emacs-orgmode@gnu.org; Fri, 15 Mar 2013 05:33:15 -0400 Received: by mail-we0-f180.google.com with SMTP id k14so2950244wer.11 for ; Fri, 15 Mar 2013 02:33:14 -0700 (PDT) In-Reply-To: <51327684.1040602@no8wireless.co.nz> (Michael Gauland's message of "Sun, 03 Mar 2013 11:00:36 +1300") 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: Michael Gauland Cc: emacs-orgmode Org-Mode Hi Michael, Michael Gauland writes: > Babel: Disable wrapping > > * lisp/ob-core.el (org-babel-insert-result): If the argument to ':wrap' > is 'nowrap', don't wrap the results. > > * doc/org.texi (Header Arguments): Describe 'nowrap' behaviour. > > This allows the results of a block to be inserted without wrapping, by > overriding a ':wrap' property defined in an enclosing scope. I'll let Eric have a look at this patch first -- I understand the problem, but I suspect a solution for :wrap only may not be general enough (I've not studied the question thoroughly though.) Thanks, -- Bastien