emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] SQLite in 7.01h?


From: Bill Harris
Subject: Re: [Orgmode] SQLite in 7.01h?
Date: Sat, 18 Sep 2010 20:23:18 -0700
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

Bill Harris <address@hidden> writes:

> I've gotten v 7.01h to work on Debian Stable and XP for R, elisp, and
> sh, but I can't figure out how to make it work for SQLite.  I did enable
> SQLite as one of the languages, but, when I execute the following
> section, I get "No org-babel-execute function for Sqlite!":
>
> #+BEGIN_SRC Sqlite 
>   sqlite3 sqlite/db.sqlite
>   select * from table;
> #+END_SRC

I found a workaround

#+begin_src sh :results replace
  sqlite3 sqlite/db.sqlite 'select * from table;'
#+end_src

but it would surely be nice to be able to use the SQLite connection
directly.

Bill
-- 
Bill Harris                  http://makingsense.facilitatedsystems.com/
Facilitated Systems                              Everett, WA 98208 USA
http://www.facilitatedsystems.com/               phone: +1 425 374-1845



reply via email to

[Prev in Thread] Current Thread [Next in Thread]