From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer M Krug Subject: [babel] escaping of links when result from source code block? Date: Thu, 21 Jul 2011 16:25:46 +0200 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=0016363b8e1ef9066304a8951f5d Return-path: Received: from eggs.gnu.org ([140.186.70.92]:45692) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjuCD-0004xl-QT for emacs-orgmode@gnu.org; Thu, 21 Jul 2011 10:25:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QjuCC-0001yz-IR for emacs-orgmode@gnu.org; Thu, 21 Jul 2011 10:25:49 -0400 Received: from mail-qy0-f169.google.com ([209.85.216.169]:64496) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjuCC-0001ys-G1 for emacs-orgmode@gnu.org; Thu, 21 Jul 2011 10:25:48 -0400 Received: by qyk32 with SMTP id 32so4093663qyk.0 for ; Thu, 21 Jul 2011 07:25:47 -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 --0016363b8e1ef9066304a8951f5d Content-Type: text/plain; charset=ISO-8859-1 Hi when evaluating the code blocks below, I would expect [[file:./cv.cls]] , but I get [[file:./cv\.cls]], i.e. the "." is escaped and does not work. When not using [[]], the "." is not escaped - is this a bug, or how can I circumvent the esaping? Cheers, Rainer #+begin_src R :results org paste("[[file:./cv.cls]]") #+end_src #+results: #+BEGIN_ORG [[file:\./cv\.cls]] #+END_ORG #+begin_src sh :results org echo "[[file:./cv.cls]]" #+end_src #+results: #+BEGIN_ORG [[file:\./cv\.cls]] #+END_ORG #+begin_src R :results org paste("file:./cv.cls") #+end_src #+results: #+BEGIN_ORG file:./cv.cls #+END_ORG -- 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 (F): +33 - (0)9 58 10 27 44 Fax (D): +49 - (0)3 21 21 25 22 44 email: Rainer@krugs.de Skype: RMkrug --0016363b8e1ef9066304a8951f5d Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi

when evaluating the code blocks below, I w= ould expect =A0[[file:./cv.cls]]=A0, but I get =A0[[file:./cv\.cls]], i.e. = the "." is escaped and does not work.=A0

When not using [[]], the "." is not escaped - is this a bug, or = how can I circumvent the esaping?

Cheers,

Rainer

#= +begin_src R :results org
=A0 paste("[[file:./cv.cls]]"= )
#+end_src

#+results:
#+BEGIN= _ORG
[[file:\./cv\.cls]]
#+END_ORG

#+beg= in_src sh :results org
=A0 =A0echo "[[file:./cv.cls]]"<= /div>
#+end_src

#+results:
#+BEGIN_O= RG
[[file:\./cv\.cls]]
#+END_ORG

= #+begin_src R :results org
=A0 paste("file:./cv.cls")
#+end_src

#+results:
#+BEGIN_OR= G
file:./cv.cls
#+END_ORG


-- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology= , UCT), Dipl. Phys. (Germany)

Centre of Excellence for Invasion Biol= ogy
Stellenbosch University
South Africa

Tel : =A0 =A0 =A0 +33 - (0)9= 53 10 27 44
Cell: =A0 =A0 =A0 +33 - (0)6 85 62 59 98
Fax (F): =A0 = =A0 =A0 +33 - (0)9 58 10 27 44

Fax (D): =A0 =A0+49 - (0)3 21 21 25 2= 2 44

email: =A0 =A0 =A0Rainer@krugs.de

Skype: =A0 =A0 =A0RMkrug

--0016363b8e1ef9066304a8951f5d--