From mboxrd@z Thu Jan 1 00:00:00 1970 From: Piter Subject: passing entry property to a source code block? Date: Fri, 2 Dec 2016 12:03:07 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36554) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cClcY-0001fN-MX for emacs-orgmode@gnu.org; Fri, 02 Dec 2016 06:03:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cClcV-0001Y2-Kx for emacs-orgmode@gnu.org; Fri, 02 Dec 2016 06:03:14 -0500 Received: from mail-wm0-x230.google.com ([2a00:1450:400c:c09::230]:38305) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cClcV-0001Xp-DK for emacs-orgmode@gnu.org; Fri, 02 Dec 2016 06:03:11 -0500 Received: by mail-wm0-x230.google.com with SMTP id f82so12363977wmf.1 for ; Fri, 02 Dec 2016 03:03:10 -0800 (PST) Received: from [192.168.128.202] (saskia.uochb.cas.cz. [147.231.120.7]) by smtp.gmail.com with ESMTPSA id ef10sm4968141wjd.22.2016.12.02.03.03.08 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 02 Dec 2016 03:03:08 -0800 (PST) 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" To: emacs-orgmode@gnu.org Hi everybody. I would like to get a property of org-mode entry and pass it as a string variable to a python source code. Is it possible to do? I have been looking into attach screensshot code but since my elisp experience is very limited I can not figure it out. Any tips about it? may be I can use inline ellisp function in python source header? Thanks. Petro