From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Store org-files in a git repository? Date: Wed, 12 Sep 2012 16:18:33 +0200 Message-ID: <877grzjmub.fsf@altern.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34076) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TBodJ-0008EF-4a for Emacs-orgmode@gnu.org; Wed, 12 Sep 2012 11:13:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TBodE-0001D3-S8 for Emacs-orgmode@gnu.org; Wed, 12 Sep 2012 11:13:41 -0400 Received: from mail-wi0-f171.google.com ([209.85.212.171]:48110) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TBodE-0001B1-Hf for Emacs-orgmode@gnu.org; Wed, 12 Sep 2012 11:13:36 -0400 Received: by wibhq4 with SMTP id hq4so4390426wib.12 for ; Wed, 12 Sep 2012 08:13:35 -0700 (PDT) In-Reply-To: (Moritz Ulrich's message of "Sat, 08 Sep 2012 01:28:37 +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: Moritz Ulrich Cc: Emacs-orgmode Moritz Ulrich writes: > My dream setup would be a range of functions hooking into all sorts of > org-mode hooks, automatically committing changes done via the agenda or > other org functions together with a context dependent commit message. This calls for a good logging system. Something that stores any action you take on a .org file (editing an entry, marking it as DONE, clocking it, refiling it, etc.) and that you can easily *query*. For now the logs are somewhat hackish, more a casual convenience, and the actual system is not good for stable parsing. That's something I considered working on at some point, but starting this before org-element.el was complete was not a good idea. Ok, now org-element.el is complete... :) -- Bastien