[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orgmode] Re: [Babel] Reporting 2 problems of code execution
|
From: |
Eric Schulte |
|
Subject: |
Re: [Orgmode] Re: [Babel] Reporting 2 problems of code execution |
|
Date: |
Mon, 29 Nov 2010 19:03:15 -0700 |
|
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
Sébastien Vauban <address@hidden> writes:
>
> You're right that could be it. I often forget about adding that setting, even
> though it's more or less mandatory for the sh blocks -- at least, in many sh
> blocks I write...
>
You can specify this as the default header argument for all shell blocks
with the following.
#+begin_src emacs-lisp
(add-to-list 'org-babel-default-header-args '((:results . "output")))
#+end_src
- Re: [Orgmode] Re: [Babel] Reporting 2 problems of code execution,
Eric Schulte <=