From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Re: buffer-wide tangle filename Date: Thu, 29 Mar 2012 09:47:28 +0200 Message-ID: <4F741390.9020209@christianmoe.com> References: <10986.85.197.227.93.1332984324.squirrel@www.hafro.is> Reply-To: mail@christianmoe.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:33973) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDA57-0005JT-4w for emacs-orgmode@gnu.org; Thu, 29 Mar 2012 03:47:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SDA52-0003sP-Ji for emacs-orgmode@gnu.org; Thu, 29 Mar 2012 03:47:40 -0400 Received: from b1.hitrost.net ([91.185.211.67]:48834) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDA52-0003ey-Cb for emacs-orgmode@gnu.org; Thu, 29 Mar 2012 03:47:36 -0400 In-Reply-To: <10986.85.197.227.93.1332984324.squirrel@www.hafro.is> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Julian Burgos Cc: emacs-orgmode@gnu.org 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 > > > >