From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer M Krug Subject: [babel] var with result from shell script? Date: Tue, 19 Mar 2013 16:38:29 +0100 Message-ID: <51488675.2080001@gmail.com> Reply-To: Rainer@krugs.de Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:51945) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHycb-0008Dh-Rf for emacs-orgmode@gnu.org; Tue, 19 Mar 2013 11:38:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UHycT-0006a9-5R for emacs-orgmode@gnu.org; Tue, 19 Mar 2013 11:38:41 -0400 Received: from mail-we0-x22a.google.com ([2a00:1450:400c:c03::22a]:48383) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHycS-0006ZZ-UX for emacs-orgmode@gnu.org; Tue, 19 Mar 2013 11:38:33 -0400 Received: by mail-we0-f170.google.com with SMTP id z53so505365wey.15 for ; Tue, 19 Mar 2013 08:38:31 -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 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi I want to define two variables in org: #+PROPERTY: var+ GITHASH= #+PROPERTY: var+ GITCOMMITDATE= I can get them via the following code blocks: src_sh{git rev-parse HEAD} src_sh{git show -s --format="%ci" HEAD} but how can I get the results into the variables? Thanks, Rainer - -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology Stellenbosch University South Africa Tel : +33 - (0)9 53 10 27 44 Cell: +33 - (0)6 85 62 59 98 Fax : +33 - (0)9 58 10 27 44 Fax (D): +49 - (0)3 21 21 25 22 44 email: Rainer@krugs.de Skype: RMkrug -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBAgAGBQJRSIZ0AAoJENvXNx4PUvmCClkH/26K6EB8Cj1JUIYZM/uoeHbu 4qGGBvuAzesyUo9ETw/frO/nRxYflkX2T5enR9rpGV5UahGwN7rCR+IJkO2Zwvf/ 0J6o9QMzYjlSldBI5n0Smtw4UN2G8oUhIbgSyYJkUUodYqp6rh5n04x5nWUubrwr hg8s/1F5eUiC5he8B6dCwinzWyAs+LIxKrva3yHx+YDMDlTe1fxgy86qjCWiaKQd A60MNb4vPeBO2iCE+bhrwClAfttpQ1lrppYo6v8M1WkQZML4Qzf2L42Qjn0+nija FviWR1BuzNLF3tac0QyaGncfKcKb6fNJqMXWxXwYhUX+YUCKB5YqNHjYQOOlM+U= =QQIQ -----END PGP SIGNATURE-----