Re: [O] tangling files on export not working properly

2016-12-10 Thread Nicolas Goaziou
Hello, mcg writes: > Hello, > > When exporting my document to latex I want org-mode to tangle a few code > blocks. > > #+NAME: tangle_files > #+BEGIN_SRC emacs-lisp :exports results :eval query-export > > (org-babel-tangle-file "~/thesis/chapter/NH.org") > > #+END_SRC

[O] tangling files on export not working properly

2016-11-27 Thread mcg
Hello, When exporting my document to latex I want org-mode to tangle a few code blocks. #+NAME: tangle_files #+BEGIN_SRC emacs-lisp :exports results :eval query-export (org-babel-tangle-file "~/thesis/chapter/NH.org") #+END_SRC When I run the code block manually it works fine *Messages*: