From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Vladimir Alexiev" Subject: RE: RE: Re: org-babel-read should have option NOT to interpret as elisp Date: Wed, 2 Mar 2011 09:20:40 +0200 Message-ID: <001801cbd8aa$559bb9a0$00d32ce0$@bg> References: <877hclbgxz.fsf@gmail.com> <87hbbpyrde.fsf@gmail.com> <87vd037c4r.fsf@gmail.com> <002e01cbd80a$f2fcd6c0$d8f68440$@bg> <87hbbm68n8.fsf@gmail.com> Reply-To: vladimir@sirma.bg Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=50722 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PugKe-00012n-0j for emacs-orgmode@gnu.org; Wed, 02 Mar 2011 02:18:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PugKc-0007jW-TB for emacs-orgmode@gnu.org; Wed, 02 Mar 2011 02:18:48 -0500 Received: from pmx.sirma.bg ([62.213.161.134]:16894) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PugKc-0007jB-I2 for emacs-orgmode@gnu.org; Wed, 02 Mar 2011 02:18:46 -0500 Received: from pmx.sirma.bg (localhost [127.0.0.1]) by pmx.sirma.bg (Sirma mail system) with ESMTP id EF29E24007 for ; Wed, 2 Mar 2011 09:18:43 +0200 (EET) Received: from vlado (unknown [192.168.129.111]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (Client did not present a certificate) by pmx.sirma.bg (Sirma mail system) with ESMTP id DF45824002 for ; Wed, 2 Mar 2011 09:18:43 +0200 (EET) In-Reply-To: <87hbbm68n8.fsf@gmail.com> Content-Language: en-us 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: emacs-orgmode@gnu.org > 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. Please add a second usage to the description: (this is useful for having leading/trailing whitespace in a string, or having a leading ('` yet preventing the emacs lisp treatment)