From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Oliver_Ve=C4=8Dern=C3=ADk?= Subject: Re: sqlite im-/export Date: Sat, 18 May 2013 08:21:36 +0200 Message-ID: <874ne0x0y7.fsf@kerstf.org> References: <87r4h6dfa9.fsf@kerstf.org> <87zjvuloz3.fsf@gmail.com> <87ip2id75m.fsf@kerstf.org> <87sj1mlkgd.fsf@gmail.com> <87a9nucgqf.fsf@kerstf.org> <87txm1k8ya.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:33406) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UdaWr-0000zB-9Z for emacs-orgmode@gnu.org; Sat, 18 May 2013 02:22:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UdaWo-0000VX-TV for emacs-orgmode@gnu.org; Sat, 18 May 2013 02:22:05 -0400 Received: from plane.gmane.org ([80.91.229.3]:47694) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UdaWo-0000VP-Mx for emacs-orgmode@gnu.org; Sat, 18 May 2013 02:22:02 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UdaWf-0006WG-U4 for emacs-orgmode@gnu.org; Sat, 18 May 2013 08:21:53 +0200 Received: from 178.112.124.222.wireless.dyn.drei.com ([178.112.124.222]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 18 May 2013 08:21:53 +0200 Received: from ov by 178.112.124.222.wireless.dyn.drei.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 18 May 2013 08:21:53 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org > I may have missed you spelling this out in a previous email, but can you > not import Org tables directly into sqlite code blocks? > > Evaluate this again after evaluating the second block. > #+BEGIN_SRC sqlite :csv :db test.sqlite > SELECT * from t1; > #+END_SRC This works like a charm, thanks again. But where is :csv or :db documented? The info manual says to look at worg, but there is no `ob-doc-sqlite' documentation link. Are there any more specific arguments to sqlite? There is no `ob-doc-sh' either, but maybe there are no specific arguments for shell. -- Best, Oliver