emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Better way to specify the latex documentclass of an exported fil


From: Nicolas Goaziou
Subject: Re: [O] Better way to specify the latex documentclass of an exported file without changing my configuration?
Date: Wed, 26 Mar 2014 15:10:52 +0100

Alan Schmitt <address@hidden> 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

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