From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Sexton Subject: Re: org-babel: Bugs with inline src_* blocks Date: Tue, 15 Feb 2011 21:22:25 +0000 (UTC) Message-ID: References: <87lj1h5dzi.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=53554 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PpSM9-0003gZ-Ra for emacs-orgmode@gnu.org; Tue, 15 Feb 2011 16:22:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PpSM8-0001vj-Mg for emacs-orgmode@gnu.org; Tue, 15 Feb 2011 16:22:45 -0500 Received: from lo.gmane.org ([80.91.229.12]:39360) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PpSM8-0001ve-Fj for emacs-orgmode@gnu.org; Tue, 15 Feb 2011 16:22:44 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PpSM5-0006AU-2C for emacs-orgmode@gnu.org; Tue, 15 Feb 2011 22:22:43 +0100 Received: from rp.young.med.auckland.ac.nz ([130.216.140.20]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 15 Feb 2011 22:22:41 +0100 Received: from psexton by rp.young.med.auckland.ac.nz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 15 Feb 2011 22:22:41 +0100 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: emacs-orgmode@gnu.org Eric Schulte gmail.com> writes: > Hi, I agree with your intuition here, but I changed the default inline > header argument so that others would be able to use inline code blocks > and have the results inserted. To regain the behavior you describe, > simply adjust the value of `org-babel-default-inline-header-args' as > follows in your .emacs file. > > #+begin_src emacs-lisp > (setf org-babel-default-inline-header-args > '((:session . "none") > (:results . "silent") > (:exports . "results"))) > #+end_src Thanks Eric. The 'default' behaviour I experienced where inline blocks were inheriting behaviour from elsewhere seems odd however. Is it intended to work this way? Paul