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 properties.

Yours,
Christian

On 3/29/12 3:25 AM, Julian Burgos wrote:
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 does not work)?

#+PROPERTY :tangle output.el


Any ideas?

Julian






Reply via email to