From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Dieter Wilhelm, H." Subject: Re: Wrong captialisation from a latex src block Date: Thu, 26 Sep 2013 17:24:21 +0200 Message-ID: References: Reply-To: dieter@duenenhof-wilhelm.de Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37793) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPDQt-0007Yk-Dm for emacs-orgmode@gnu.org; Thu, 26 Sep 2013 11:24:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VPDQo-0003yS-MA for emacs-orgmode@gnu.org; Thu, 26 Sep 2013 11:24:47 -0400 Received: from mail-lb0-x22f.google.com ([2a00:1450:4010:c04::22f]:60396) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPDQo-0003yM-Dj for emacs-orgmode@gnu.org; Thu, 26 Sep 2013 11:24:42 -0400 Received: by mail-lb0-f175.google.com with SMTP id y6so1199307lbh.20 for ; Thu, 26 Sep 2013 08:24:41 -0700 (PDT) In-Reply-To: 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" Sorry, I forgot to say that I'm using org-8.2. 2013/9/26 Dieter Wilhelm, H. : > Dear (), > > when I'm trying to asign a variable in the following way: > > #+BEGIN_SRC latex :var Idir = (concat (org-attach-dir) "/PostImage") > \animategraphics[autoplay,loop,width=10cm] > {5}{Idir}{716}{728} > #+END_SRC > > I'm getting a wrong capitalisation of Idir: > > #+RESULTS: > #+BEGIN_LaTeX > \animategraphics[autoplay,loop,width=10cm] > {5}{/HOME/Uidg1626/Development/Report/Tz/Haeug0x8g0/PostImage}{716}{728} > #+END_LaTeX > > instead of the following corrected output > > # #+RESULTS: > #+BEGIN_LaTeX > \animategraphics[autoplay,loop,width=10cm] > {5}{/HOME/uidg1626/development/report/tz/haeug0x8g0/PostImage}{716}{728} > #+END_LaTeX > > Am I doing something wrong? > > Thanks > Dieter > -- > Best wishes > > H. Dieter Wilhelm > > Darmstadt > Germany