Re: [O] buffer-wide tangle filename

2012-03-29 Thread Martyn Jago
"Julian Burgos" writes: > Hello everyone, > This may be a very simple question. I want to tangle multiple source code > blocks into a single file. Instead of using the same output filename as a > block header (e.g. :tangle output.el) in each code block, can I I define a > buffer-wide tangle fil

Re: [O] buffer-wide tangle filename

2012-03-29 Thread Julian Burgos
Thanks!! You were right. The position of the colon was wrong (but is still needed), and I had to refresh the local setup. On fim 29.mar 2012 07:57, Sebastien Vauban wrote: Hello Julian, "Julian Burgos" wrote: This may be a very simple question. I want to tangle multiple source code blocks

Re: [O] buffer-wide tangle filename

2012-03-29 Thread Sebastien Vauban
Hello Julian, "Julian Burgos" wrote: > This may be a very simple question. I want to tangle multiple source code > blocks into a single file. Instead of using the same output filename as a > block header (e.g. :tangle output.el) in each code block, can I I define a > buffer-wide tangle filename?

Re: [O] buffer-wide tangle filename

2012-03-29 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 29/03/12 09:47, Christian Moe wrote: > Hi, Julian, > > See if it helps to fix a small syntax error: drop the colon before "tangle", > and place it > after #+PROPERTY instead. > > #+PROPERTY: tangle output.el > > The colon in ":tangle" is needed

Re: [O] buffer-wide tangle filename

2012-03-29 Thread Christian Moe
Hi, Julian, See if it helps to fix a small syntax error: drop the colon before "tangle", and place it after #+PROPERTY instead. #+PROPERTY: tangle output.el The colon in ":tangle" is needed when you're providing a header argument to a src block, but not when you're setting buffer-wide prope

[O] buffer-wide tangle filename

2012-03-28 Thread Julian Burgos
Hello everyone, This may be a very simple question. I want to tangle multiple source code blocks into a single file. Instead of using the same output filename as a block header (e.g. :tangle output.el) in each code block, can I I define a buffer-wide tangle filename? Something like this (which d