Re: [O] Need clarification

2017-06-16 Thread Fabrice Popineau
2017-06-16 9:39 GMT+02:00 Thomas S. Dye : > Aloha Fabrice, > > Fabrice Popineau writes: > > > Hi, > > > > I have this src code block: > > > > #+BEGIN_SRC python :exports output :results output html > > print('Foo!') > > #+END_SRC > > > > I think the problem might be :exports, which takes one of =c

Re: [O] Need clarification

2017-06-16 Thread Thomas S. Dye
Aloha Fabrice, Fabrice Popineau writes: > Hi, > > I have this src code block: > > #+BEGIN_SRC python :exports output :results output html > print('Foo!') > #+END_SRC > I think the problem might be :exports, which takes one of =code=, =results=, =both=, =none=. hth, Tom -- Thomas S. Dye http://

[O] Need clarification

2017-06-16 Thread Fabrice Popineau
Hi, I have this src code block: #+BEGIN_SRC python :exports output :results output html print('Foo!') #+END_SRC I have setup my own mechanism to export org files, based almost on #'org-export-as but I can't get rid of the src block on export. I must be overlooking something. At what point is it