From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: [babel] options to the example directive Date: Tue, 03 Nov 2009 13:57:22 -0700 Message-ID: References: <87ljinwtdm.wl%ucecesf@ucl.ac.uk> <87ws27jyv7.fsf@stats.ox.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N5QRZ-0006RO-AU for emacs-orgmode@gnu.org; Tue, 03 Nov 2009 15:57:33 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N5QRU-0006J2-Ai for emacs-orgmode@gnu.org; Tue, 03 Nov 2009 15:57:32 -0500 Received: from [199.232.76.173] (port=34507 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N5QRU-0006Ii-3m for emacs-orgmode@gnu.org; Tue, 03 Nov 2009 15:57:28 -0500 Received: from mail-px0-f189.google.com ([209.85.216.189]:53022) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N5QRT-0004q3-E9 for emacs-orgmode@gnu.org; Tue, 03 Nov 2009 15:57:27 -0500 Received: by pxi27 with SMTP id 27so4410991pxi.25 for ; Tue, 03 Nov 2009 12:57:26 -0800 (PST) In-Reply-To: <87ws27jyv7.fsf@stats.ox.ac.uk> (Dan Davison's message of "Tue, 03 Nov 2009 12:34:52 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Dan Davison Cc: emacs org-mode mailing list Dan Davison writes: > > This is a consequence of the same issue: org-exp-blocks preprocesses > your src block in a pre-export buffer (a copy of the original), hands it > to org-babel, which creates the results block (overwriting the version > where you had manually inserted switches), and that results block lacks > any switches. > Would it be worthwhile to add a :results_switches header argument for passing switches through to a results block? If that would solve the problem it should be easy to implement. Best -- Eric