all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Help with babel results
@ 2013-03-10  1:32 Michael Gauland
  2013-03-10 21:37 ` Eric Schulte
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Gauland @ 2013-03-10  1:32 UTC (permalink / raw
  To: emacs-orgmode Org-Mode

[-- Attachment #1: Type: text/plain, Size: 851 bytes --]

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


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 901 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-03-11 17:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-10  1:32 Help with babel results Michael Gauland
2013-03-10 21:37 ` Eric Schulte
2013-03-10 23:48   ` Eric Schulte
2013-03-11 17:43     ` Michael Gauland

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.