From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martyn Jago Subject: Re: buffer-wide tangle filename Date: Thu, 29 Mar 2012 09:27:18 +0100 Message-ID: References: <10986.85.197.227.93.1332984324.squirrel@www.hafro.is> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52304) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDAht-0007Ba-Jw for emacs-orgmode@gnu.org; Thu, 29 Mar 2012 04:27:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SDAhn-00054L-H0 for emacs-orgmode@gnu.org; Thu, 29 Mar 2012 04:27:45 -0400 Received: from plane.gmane.org ([80.91.229.3]:60080) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDAhn-00054B-9j for emacs-orgmode@gnu.org; Thu, 29 Mar 2012 04:27:39 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SDAhl-0005yc-Fr for emacs-orgmode@gnu.org; Thu, 29 Mar 2012 10:27:37 +0200 Received: from 88-96-171-142.dsl.zen.co.uk ([88.96.171.142]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 29 Mar 2012 10:27:37 +0200 Received: from martyn.jago by 88-96-171-142.dsl.zen.co.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 29 Mar 2012 10:27:37 +0200 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: emacs-orgmode@gnu.org "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 filename? Something like this (which does not work)? > > #+PROPERTY :tangle output.el > > > Any ideas? > > Julian --8<---------------cut here---------------start------------->8--- #+PROPERTY: tangle output.el --8<---------------cut here---------------end--------------->8--- Best, Martyn