emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] buffer-wide tangle filename


From: Christian Moe
Subject: Re: [O] buffer-wide tangle filename
Date: Thu, 29 Mar 2012 09:47:28 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:11.0) Gecko/20120313 Thunderbird/11.0

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

[Prev in Thread] Current Thread [Next in Thread]