From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: Re: orgmode and a database Date: Mon, 04 Apr 2016 16:19:19 -0400 Message-ID: References: <87shz1f97s.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58976) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1anAy3-00061q-Sf for emacs-orgmode@gnu.org; Mon, 04 Apr 2016 16:19:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1anAy2-00088w-NJ for emacs-orgmode@gnu.org; Mon, 04 Apr 2016 16:19:23 -0400 Received: from mail-qg0-x231.google.com ([2607:f8b0:400d:c04::231]:36627) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1anAy2-00088r-J5 for emacs-orgmode@gnu.org; Mon, 04 Apr 2016 16:19:22 -0400 Received: by mail-qg0-x231.google.com with SMTP id f52so66127297qga.3 for ; Mon, 04 Apr 2016 13:19:22 -0700 (PDT) In-reply-to: <87shz1f97s.fsf@mat.ucm.es> 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: Uwe Brauer Cc: emacs-orgmode@gnu.org On 2016-04-04 at 15:46, Uwe Brauer wrote: > I am looking for a sort of database I could use with orgmode. Anybody > has a suggestion? What's about recutils? Can you be more specific? Org tables? They can be joined... Org supports SQLite http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-sqlite.html http://howardism.org/Technical/Emacs/literate-database.html And many use Org PROPERTY drawers as a database (for example, the address book support/examples). -k.