From mboxrd@z Thu Jan 1 00:00:00 1970 From: andrea Crotti Subject: Exporting after executing code Date: Fri, 11 Sep 2009 12:41:24 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mm5S4-0004uo-AR for emacs-orgmode@gnu.org; Fri, 11 Sep 2009 08:42:09 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mm5Ry-0004s3-Oh for emacs-orgmode@gnu.org; Fri, 11 Sep 2009 08:42:07 -0400 Received: from [199.232.76.173] (port=40486 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mm5Ry-0004rl-FU for emacs-orgmode@gnu.org; Fri, 11 Sep 2009 08:42:02 -0400 Received: from lo.gmane.org ([80.91.229.12]:52951) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Mm5Rx-0005Vh-Un for emacs-orgmode@gnu.org; Fri, 11 Sep 2009 08:42:02 -0400 Received: from list by lo.gmane.org with local (Exim 4.50) id 1Mm5Rs-00057z-VI for emacs-orgmode@gnu.org; Fri, 11 Sep 2009 14:41:57 +0200 Received: from proxyopera.unitn.it ([193.205.206.22]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 Sep 2009 14:41:56 +0200 Received: from andrea.crotti.0 by proxyopera.unitn.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 Sep 2009 14:41:56 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Maybe it's a simple answer, but I haven't seen it in the manual. Is there a possibility to insert code like #+BEGIN_SRC python print hello #+END_SRC which when exported gets substituted to what returned by the result of the code execution?? I think that I maybe need to customize the function in publishing variables, is that right? And another thing, is there an easy way to include a file like \include or \input in latex?? THanks all