From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Hilboll Subject: Help tangling Date: Wed, 02 Apr 2014 21:49:39 +0200 Message-ID: <533C69D3.3010906@hilboll.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45886) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WVRAX-0006yP-GH for emacs-orgmode@gnu.org; Wed, 02 Apr 2014 15:50:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WVRAQ-000224-0g for emacs-orgmode@gnu.org; Wed, 02 Apr 2014 15:49:53 -0400 Received: from srv2.andreas-h.info ([130.185.108.51]:57298) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WVRAP-00021q-R1 for emacs-orgmode@gnu.org; Wed, 02 Apr 2014 15:49:45 -0400 Received: from localhost (localhost [127.0.0.1]) by srv2.andreas-h.info (Postfix) with ESMTP id 67F3E1C2562 for ; Wed, 2 Apr 2014 21:49:44 +0200 (CEST) Received: from srv2.andreas-h.info ([127.0.0.1]) by localhost (srv2.andreas-h.info [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pP3-1oVlMiZ0 for ; Wed, 2 Apr 2014 21:49:40 +0200 (CEST) Received: from srv1.andreas-h.info (srv1.andreas-h.info [195.138.240.26]) by srv2.andreas-h.info (Postfix) with ESMTP id 6064C1C0CA5 for ; Wed, 2 Apr 2014 21:49:40 +0200 (CEST) Received: from [192.168.184.161] (g231055046.adsl.alicedsl.de [92.231.55.46]) by srv1.andreas-h.info (Postfix) with ESMTPSA id 2E741A60BD7 for ; Wed, 2 Apr 2014 21:49:40 +0200 (CEST) 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 Hi, I want to write a "SConstruct" file (for SCons, a Python make alternative) in orgmode, using literate programming. So I have a file "SConstruct.org", where I include the code blocks with "#+begin_src ... #+end_src". My question: How can I specify that *all* code blocks shall be tangled into one single file called "SConstruct"? I know I could do this by writing #+begin_src python :tangle SConstruct [...] #+end_src instead of #+begin_src [...] #+end_src but is there some way to define the "python" and the ":tangle SConstruct" 'globally' for the whole file? Thanks for helping me orgmode-newbie! -- Andreas.