From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: [babel] options to the example directive Date: Wed, 04 Nov 2009 09:45:05 +0000 Message-ID: <87639qy672.wl%ucecesf@ucl.ac.uk> References: <87ljinwtdm.wl%ucecesf@ucl.ac.uk> <87ws27jyv7.fsf@stats.ox.ac.uk> Reply-To: Eric S Fraga Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N5cQX-0003UP-Qb for emacs-orgmode@gnu.org; Wed, 04 Nov 2009 04:45:17 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N5cQT-0003T2-Ui for emacs-orgmode@gnu.org; Wed, 04 Nov 2009 04:45:17 -0500 Received: from [199.232.76.173] (port=48449 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N5cQT-0003Sw-Og for emacs-orgmode@gnu.org; Wed, 04 Nov 2009 04:45:13 -0500 Received: from vscane-c.ucl.ac.uk ([144.82.108.43]:64123) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N5cQT-0000Bi-Bd for emacs-orgmode@gnu.org; Wed, 04 Nov 2009 04:45:13 -0500 In-Reply-To: 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: Eric Schulte Cc: Dan Davison , emacs org-mode mailing list At Tue, 03 Nov 2009 13:57:22 -0700, Eric Schulte wrote: > > 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 Dan & Eric, I think this would be ideal, and results_switches is a perfectly fine name. Thanks, eric