Re: [O] Help with babel results

2013-03-11 Thread Michael Gauland
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

Re: [O] Help with babel results

2013-03-10 Thread Eric Schulte
I've now committed this patch. -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] Help with babel results

2013-03-10 Thread Eric Schulte
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

[O] Help with babel results

2013-03-09 Thread Michael Gauland
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