From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Olaf.Hamann" Subject: Re: [babel] Literate Programming for publication Date: Thu, 12 Apr 2012 12:55:57 +0200 Message-ID: <4F86B4BD.7080700@gmx.net> References: 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]:46750) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SIHhs-0002KO-2V for emacs-orgmode@gnu.org; Thu, 12 Apr 2012 06:56:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SIHhp-0003ic-DW for emacs-orgmode@gnu.org; Thu, 12 Apr 2012 06:56:51 -0400 Received: from mailout-de.gmx.net ([213.165.64.22]:40433) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1SIHhp-0003iF-3C for emacs-orgmode@gnu.org; Thu, 12 Apr 2012 06:56:49 -0400 In-Reply-To: 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 > Torsten Wagner writes: >> >> How can I manage to use different code blocks (latex and python) but >> still be able to inject results from python into the latex code >> blocks? noweb and vars looked good but it did not work for me. Hi Torsten, chapter 14.8.2.1 of the Org Mode Manual shows in detail how one can use result output from one src block as header argument :var input (input may be a org table, list, codeblock with arguments (!) , literal or even emacs lisp). Does that fit your needs? Could you give a concrete example with your requirements, that I could play with, say over weekend? I'm just a beginner with org-babel, but very interested in using LP in real project stuff. Greetings, Olaf