From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: RE: Re: org-babel-read should have option NOT to interpret as elisp Date: Wed, 02 Mar 2011 07:56:45 -0700 Message-ID: <87mxldwowa.fsf@gmail.com> References: <877hclbgxz.fsf@gmail.com> <87hbbpyrde.fsf@gmail.com> <87vd037c4r.fsf@gmail.com> <002e01cbd80a$f2fcd6c0$d8f68440$@bg> <87hbbm68n8.fsf@gmail.com> <001801cbd8aa$559bb9a0$00d32ce0$@bg> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=54712 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PunVr-0001pO-Ov for emacs-orgmode@gnu.org; Wed, 02 Mar 2011 09:58:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PunVq-0003gs-Os for emacs-orgmode@gnu.org; Wed, 02 Mar 2011 09:58:51 -0500 Received: from mail-gx0-f169.google.com ([209.85.161.169]:33756) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PunVq-0003gl-Kv for emacs-orgmode@gnu.org; Wed, 02 Mar 2011 09:58:50 -0500 Received: by gxk2 with SMTP id 2so3070562gxk.0 for ; Wed, 02 Mar 2011 06:58:49 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: vladimir@sirma.bg Cc: emacs-orgmode@gnu.org "Vladimir Alexiev" 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