On 11/03/13 12:48, Eric Schulte wrote:
> I've now committed this patch.
Thanks--that was fast.
Works for me now.
Kind Regards,
Mike
signature.asc
Description: OpenPGP digital signature
I've now committed this patch.
--
Eric Schulte
http://cs.unm.edu/~eschulte
Michael Gauland writes:
> 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
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 t