emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: org-babel: Bugs with inline src_* blocks


From: Paul Sexton
Subject: [Orgmode] Re: org-babel: Bugs with inline src_* blocks
Date: Tue, 15 Feb 2011 21:22:25 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Eric Schulte <schulte.eric <at> 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]