Re: [O] export to org, header args disappear

2014-05-21 Thread Bastien
Hi Aaron, Aaron Ecay writes: > The babel/export interface does not attempt to manage the header args > when it rewrites source blocks. I think this code is pretty subtle. > Check out the (let (... (replacement ...)) ...) code in > ‘org-babel-exp-process-buffer’ and the attached patch which fixe

Re: [O] export to org, header args disappear

2014-05-20 Thread Aaron Ecay
Hello Bastien and Brady, The babel/export interface does not attempt to manage the header args when it rewrites source blocks. I think this code is pretty subtle. Check out the (let (... (replacement ...)) ...) code in ‘org-babel-exp-process-buffer’ and the attached patch which fixes the problem

Re: [O] export to org, header args disappear

2014-05-20 Thread Bastien
Hi Brady, Brady Trainor writes: > I have code blocks such as > > #+BEGIN_SRC emacs-lisp :tangle no > ... > #+END_SRC > > and when I export the file to org, it becomes > > #+BEGIN_SRC emacs-lisp > ... > #+END_SRC > > Is there an option to include the header args on export? Not to my knowledge --