From mboxrd@z Thu Jan 1 00:00:00 1970 From: Piter_ Subject: passing the attachment folder to a python source code, how to? Date: Sat, 6 Jun 2015 18:04:53 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52063) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z1Gad-00072t-HK for emacs-orgmode@gnu.org; Sat, 06 Jun 2015 12:04:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z1Gac-0005N6-Ni for emacs-orgmode@gnu.org; Sat, 06 Jun 2015 12:04:55 -0400 Received: from mail-qc0-x242.google.com ([2607:f8b0:400d:c01::242]:34594) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z1Gac-0005Mq-H4 for emacs-orgmode@gnu.org; Sat, 06 Jun 2015 12:04:54 -0400 Received: by qcrw7 with SMTP id w7so4565804qcr.1 for ; Sat, 06 Jun 2015 09:04:53 -0700 (PDT) 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 Hi all. I am trying to separete files generated by python scripts in different subtrees, It appeared to me that attachment folder could be used for it. I should be able to pass a varible to a source code block using header arguments, but, now I am a bit pussled how can i get it. Thank you in advance. Petro.