emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] RE: [Orgmode] Re: org-babel-read should have option NOT to inter


From: Eric Schulte
Subject: Re: [O] RE: [Orgmode] Re: org-babel-read should have option NOT to interpret as elisp
Date: Wed, 02 Mar 2011 07:56:45 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

"Vladimir Alexiev" <address@hidden> writes:

>> I believe quoted strings are already handled, e.g.,
>> #+results:
>> : "(a b c)"
>
> They are not. This leaves the quotes as part of the string.
>

Alright, I've changed this behavior so that double-quoted strings are
read into variable values (removing the quotes).  For example

#+results: spaces-wrapped-string
- " pass through with space "


#+begin_src emacs-lisp :var res=spaces-wrapped-string[0]
  res
#+end_src

#+results:
:  pass through with space 

Best -- Eric



reply via email to

[Prev in Thread] Current Thread [Next in Thread]