From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Arthur A. Gleckler" Subject: using variables with :dir Date: Sat, 5 Sep 2015 20:08:55 -0700 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a1149cc8e344b08051f0b7527 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54262) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZYQKV-0008Nu-1C for emacs-orgmode@gnu.org; Sat, 05 Sep 2015 23:09:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZYQKR-0001Hu-Qd for emacs-orgmode@gnu.org; Sat, 05 Sep 2015 23:09:18 -0400 Received: from mail-qk0-f172.google.com ([209.85.220.172]:35704) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZYQKR-0001Ho-NS for emacs-orgmode@gnu.org; Sat, 05 Sep 2015 23:09:15 -0400 Received: by qkcj187 with SMTP id j187so22812702qkc.2 for ; Sat, 05 Sep 2015 20:09:15 -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@gnu.org --001a1149cc8e344b08051f0b7527 Content-Type: text/plain; charset=UTF-8 Is it possible to use variables with :dir? For example, I've tried this, but no substitution of ${SRFI} seems to happen: #+BEGIN_SRC sh :dir ~/srfi/split/srfi-${SRFI} :results output silent :session local git push #+END_SRC Thanks. --001a1149cc8e344b08051f0b7527 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Is it possible to use variables with :dir?=C2=A0 For examp= le, I've tried this, but no substitution of ${SRFI} seems to happen:
#+BEGIN_SRC sh :dir ~/= srfi/split/srfi-${SRFI} :results output silent :session local
=C2=A0 git push
#+END_SRC

Thanks.
--001a1149cc8e344b08051f0b7527--