From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Gauland Subject: Help with babel results Date: Sun, 10 Mar 2013 14:32:13 +1300 Message-ID: <513BE29D.20208@no8wireless.co.nz> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="----enig2QQLHDQKSRBHLBAMWTJQU" Return-path: Received: from eggs.gnu.org ([208.118.235.92]:41407) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UEV7t-0007rF-KC for emacs-orgmode@gnu.org; Sat, 09 Mar 2013 20:32:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UEV7s-0008OT-CU for emacs-orgmode@gnu.org; Sat, 09 Mar 2013 20:32:37 -0500 Received: from jersey.rurallink.co.nz ([114.134.15.197]:40832 helo=smtp.rurallink.co.nz) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UEV7s-0008NR-1b for emacs-orgmode@gnu.org; Sat, 09 Mar 2013 20:32:36 -0500 Received: from 114-134-9-192.rurallink.co.nz ([114.134.9.192] helo=[192.168.15.101]) by smtp.rurallink.co.nz with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1UEV7h-000888-3c for emacs-orgmode@gnu.org; Sun, 10 Mar 2013 14:32:25 +1300 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 Org-Mode This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2QQLHDQKSRBHLBAMWTJQU Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I'm working with an sqlite database of songs, and I've run into trouble with titles that start with a '(' (for example, (I Can't Get No) Satisfaction). 'Verbatim' results work: #+BEGIN_SRC sqlite :db test-db :results verbatim .mode csv .separator | drop table playlist; create table playlist (title varchar, artist varchar); insert into playlist values("(I Can't Get No) Satisfaction", "Rolling Stones"); select * from playlist; #+END_SRC #+RESULTS: : "(I Can't Get No) Satisfaction"|"Rolling Stones" But :results table' reports: eval: Symbol's function definition is void: I It looks to me like org is trying to interpret (I Can't Get No) as emacs lisp, but I haven't been able to figure out how to prevent that. Advice would be greatly appreciated. Kind Regards, Mike ------enig2QQLHDQKSRBHLBAMWTJQU Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBAgAGBQJRO+KiAAoJEKnkgIXLqylXbHAP/RKJA48yoCJH6qdbBSk4az6t QqMhszKnoHqpyLiGiQ0caAQlix8nJpRLiXNFhro0sAt2rdCiZhopK77XTGcYV+97 lcU66ZneTG7JiC7f2G4Fjtj7+VD4MD0gVLDCltFYSAEaR9u2ldfvMaq+cVljPAnD T3Ly9tVNrzZ9+R+jMMst/5iZv1/kfvbON3KvgwZfNzUoDZLlpp7MmRnPZqIAVmFa 8KeMfoUDznOPgVLx6Yp34KZG61AAoWJP3g/kuC44fihEC743GfsJ3U59WrgSlpLP ySahLiVieDcv1h0HjH6sreAXlJDAPNDCXCctwYr7BBo8FlAkKttTEPtvWwxnD2mZ gUkgMDhLtcsPe3NAgVKTAaGOq7+c5xWF8UENe18D0HtVPhXDwlfmNO4nQPj/gUiq p+VJQ6UgdW1q9WL8VaviEgTSOU/o57R/os6lrc4CoAP3Kr+KE+osHo//o7slg8MG TuEAZod1edFboaxN/a7ak1Fgf0sTkH2CaeHggeV/NdwjeJ3D9s4P6oe/mcu1j0w3 fUxkI/JHdbl/JLsoTCO3DzzqiHEKGZ5uP/ELexl+OdZPLrbC49ycOtSbjgq9jHKO yDgCO6VJFAZN1KW52R8V6w7Q02hFJrrRaum97DD3MBPw47fIYb0J7zWIZrJdDL32 HXa8nd9e254FplRk4C5m =inQC -----END PGP SIGNATURE----- ------enig2QQLHDQKSRBHLBAMWTJQU--