Re: [O] Can't tangle inline source code

2012-08-17 Thread Eric Schulte
I don't believe tangling is supported for inline code blocks. The original reason for implementing inline code blocks was purely for the inclusion of inline results in export. Best, Luis Muñiz writes: > Hi there! I'm having some problems while tangling. More > specifically, I can tangle a sr

[O] Can't tangle inline source code

2012-08-17 Thread Luis Muñiz
Hi there! I'm having some problems while tangling. More specifically, I can tangle a src block of code: #+BEGIN_SRC emacs-lisp :tangle block.el :results silent (format-time-string "%Y/%m_%b/%d_%a :: [%H:%M:%S]" ) #+END_SRC But I can't tangle the inlined equivalent form: src_emacs-lisp[ :ta