From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Welle Subject: Re: org-capture template to type in bills from shops in ledger format Date: Sun, 02 Jun 2019 15:37:12 +0200 Message-ID: <87imtoun07.fsf@luisa.c0t0d0s0.de> References: <87woi4rgwf.fsf@mail.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:53348) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hXR3H-0005NJ-Bh for emacs-orgmode@gnu.org; Sun, 02 Jun 2019 10:01:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hXR3G-0002Ob-D1 for emacs-orgmode@gnu.org; Sun, 02 Jun 2019 10:01:35 -0400 Received: from mout.gmx.net ([212.227.15.18]:50285) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hXR3F-0002Kp-UW for emacs-orgmode@gnu.org; Sun, 02 Jun 2019 10:01:34 -0400 Received: from stella.c0t0d0s0.de ([89.204.153.30]) by mail.gmx.com (mrgmx005 [212.227.17.190]) with ESMTPSA (Nemesis) id 1MplXz-1gnwv944uz-00qA1C for ; Sun, 02 Jun 2019 15:37:15 +0200 Received: from Stella (stella.c0t0d0s0.de [192.168.42.1]) by stella.c0t0d0s0.de (Postfix) with ESMTP id 4C9CD181138 for ; Sun, 2 Jun 2019 15:37:12 +0200 (CEST) In-Reply-To: <87woi4rgwf.fsf@mail.de> (Stefan Huchler's message of "Sun, 02 Jun 2019 02:05:04 +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" To: emacs-orgmode@gnu.org Hello, Stefan Huchler writes: > I wrote this template to capture my bills from mostly one shop, but it > has support for multiple shops and the important feature is that it > suggests previous item names and remembers last prices, that gives you > lot's of autocompletion if you repetetivly buy often the same stuff over > and over again. nice. I do something similar with a simple Perl script and an SQL database as a backend and sometimes I mull over about what's wrong with me ;). On the other hand, I've Org tables telling me when I got hair cuts in the last 10 years or so. Regards hmw