Re: [O] [babel] escaping of links when result from source code block?

2011-07-21 Thread Rainer M Krug
On Thu, Jul 21, 2011 at 7:28 PM, Eric Schulte wrote: > Hi Rainer, > Hi Eric, > The leading "[" makes the string result look like a list to Babel, so it > is passed to the `read' function which then escapes the periods in the > file name. You can inhibit this interpretation of the string by > e

Re: [O] [babel] escaping of links when result from source code block?

2011-07-21 Thread Eric Schulte
Hi Rainer, The leading "[" makes the string result look like a list to Babel, so it is passed to the `read' function which then escapes the periods in the file name. You can inhibit this interpretation of the string by explicitly informing the code block that you will be returning a string with t

[O] [babel] escaping of links when result from source code block?

2011-07-21 Thread Rainer M Krug
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