Re: [O] Babel : python generate org source block with an extra comma before * characters

2014-07-15 Thread Roland DONAT
Thorsten Jolitz gmail.com> writes: > > Roland DONAT gmail.com> writes: > > > To do so, I tried to use de "drawer" option. It gives me the good result > > with a drawer but then when I export my org buffer to latex, the drawers > > ":RESULTS:" is also exported which is not cool... > > Did yo

Re: [O] Babel : python generate org source block with an extra comma before * characters

2014-07-13 Thread Thorsten Jolitz
Roland DONAT writes: > To do so, I tried to use de "drawer" option. It gives me the good result > with a drawer but then when I export my org buffer to latex, the drawers > ":RESULTS:" is also exported which is not cool... Did you try header args ':exports code ' or ':exports none'? -- cheer

Re: [O] Babel : python generate org source block with an extra comma before * characters

2014-07-13 Thread Roland DONAT
Thorsten Jolitz gmail.com> writes: > > This is because this function was applied to the results > > ,[ C-h f org-escape-code-in-region RET ] > | org-escape-code-in-region is an interactive compiled Lisp function in > | `org-src.el'. > | > | (org-escape-code-in-region BEG END) > | > | Esc

Re: [O] Babel : python generate org source block with an extra comma before * characters

2014-07-13 Thread Thorsten Jolitz
Roland DONAT writes: > Dear Orgmode community, > > Thanks in advance to take some time to help me with my problem... > > Here is what is making me very sad : > > I have a python (python 3 interpreter) source block that I use to generate > parts of a report written in Orgmode. Suppose we have thi

[O] Babel : python generate org source block with an extra comma before * characters

2014-07-13 Thread Roland DONAT
Dear Orgmode community, Thanks in advance to take some time to help me with my problem... Here is what is making me very sad : I have a python (python 3 interpreter) source block that I use to generate parts of a report written in Orgmode. Suppose we have this little example : #+NAME: test #+B