Re: [O] [PATCH] fix for ignored header args in org-babel-tangle

2015-04-23 Thread Charles C. Berry
On Thu, 23 Apr 2015, Nicolas Goaziou wrote: Hello, Sam Ritchie writes: I found that all of my header arguments to source blocks were getting ignored. Moving the header-args into the let* binding seems to fix this issue, though I'm not enough of a guru to know why. Without this arguments like

Re: [O] [PATCH] fix for ignored header args in org-babel-tangle

2015-04-23 Thread Nicolas Goaziou
Hello, Sam Ritchie writes: > I found that all of my header arguments to source blocks were getting > ignored. Moving the header-args into the let* binding seems to fix > this issue, though I'm not enough of a guru to know why. Without this > arguments like > > #+BEGIN_SRC clojure :tangle ./proje