From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bill Harris Subject: SQLite in 7.01h? Date: Sat, 18 Sep 2010 11:32:01 -0700 Message-ID: <87d3sakin2.fsf@moenchweiler.bach> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=38348 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ox2CC-00043o-Ih for emacs-orgmode@gnu.org; Sat, 18 Sep 2010 14:31:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ox2C9-0000Lr-M9 for emacs-orgmode@gnu.org; Sat, 18 Sep 2010 14:31:31 -0400 Received: from host.onyxservers.com ([72.52.154.132]:49381) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ox2C9-0000Lj-H8 for emacs-orgmode@gnu.org; Sat, 18 Sep 2010 14:31:29 -0400 Received: from host.onyxservers.com ([72.52.154.132]:49379 helo=moenchweiler.bach) by host.onyxservers.com with esmtp (Exim 4.69) (envelope-from ) id 1Ox2Bz-0004iw-D1 for emacs-orgmode@gnu.org; Sat, 18 Sep 2010 14:31:19 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org =2D----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I'm probably just missing it, but I didn't see anything in the manual, the FAQ, the mailing list, or from a Google search. I rediscovered org-mode this week; I had used much earlier versions some years ago, but org-babel really attracted my attention.=20=20 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=20 sqlite3 sqlite/db.sqlite select * from table; #+END_SRC (The org-mode file is in a directory with a subdirectory called sqlite, and the database is there.) I did a similar thing for R, and it works: #+BEGIN_SRC R 3 + 4 #+END_SRC #+results: : 7 I'm running this test with GNU Emacs 22.2.1 on Debian Stable; I'm running sqlite3 version 3.5.9. What am I missing? Can you give me an example SQLite source code block that works? Thanks, Bill =2D --=20 Bill Harris http://makingsense.facilitatedsystems.com/ Facilitated Systems Everett, WA 98208 USA http://www.facilitatedsystems.com/ phone: +1 425 374-1845 =2D----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAkyVBacACgkQ3J3HaQTDvd8avQCfVQ4gMOXMjEHRqrETLJG+pmrt OW4AnR1Kbh7wHEV+qZuSJOfeKGUCSMv+ =3DDPVV =2D----END PGP SIGNATURE-----