Re: [O] src blocks: code is /always/ exported

2016-12-29 Thread Charles C. Berry
On Thu, 29 Dec 2016, Martin Gürtler wrote: Am Donnerstag, 29. Dezember 2016, 09:07:40 CET schrieb Charles C. Berry: On Thu, 29 Dec 2016, "Martin Gürtler" wrote: Dear list, I am exporting the following org mode file: [deleted] But how would I control the (not-)inclusion of the src code

Re: [O] src blocks: code is /always/ exported

2016-12-29 Thread Lars E. Pettersson
On 12/29/16 19:45, Martin Gürtler wrote: I do not really need src block evaluation during export. I only need to evaluate (manually) when I changed the graphics src, what I am doing anyway to check the changed image. But how would I control the (not-)inclusion of the src code during export in

Re: [O] src blocks: code is /always/ exported

2016-12-29 Thread Martin Gürtler
Am Donnerstag, 29. Dezember 2016, 09:07:40 CET schrieb Charles C. Berry: > On Thu, 29 Dec 2016, "Martin Gürtler" wrote: > > Dear list, > > I am exporting the following org mode file: > > 8< > > * doc > > #+BEGIN_SRC shell :exports none > > ls |wc > > #+END_SRC > > > >

Re: [O] src blocks: code is /always/ exported

2016-12-29 Thread Charles C. Berry
On Thu, 29 Dec 2016, "Martin Gürtler" wrote: Dear list, I am exporting the following org mode file: 8< * doc #+BEGIN_SRC shell :exports none ls |wc #+END_SRC #+RESULTS: : 20  20 199 8< I'd expect org mode to honour the :exports none header