Alan Schmitt <alan.schm...@polytechnique.org> writes:

> It is in a :noexport: section already. Here is a quick test.
>
> Exporting
>
> * Test :noexport:
>
> #+begin_src sh
> echo "date 1" >> ~/tmp/results
> echo `date` >> ~/tmp/results
> #+end_src
>
> #+begin_src sh :exports results :results silent
> echo "date 2" >> ~/tmp/results
> echo `date` >> ~/tmp/results
> #+end_src
>
> yields this "~/tmp/results" file:
>
> date 2 Wed Mar 26 14:46:08 CET 2014
>
> The behavior is identical if the ":noexport:" tag is absent.

Then I think you can at least remove the ":results silent" part, can't
you?


Regards,

-- 
Nicolas Goaziou

Reply via email to