From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Re: simple expense tracking with org Date: Sat, 20 Sep 2014 15:39:27 +0200 Message-ID: <87a95uwgvk.fsf@gmail.com> References: <877g0yv402.fsf@ithaka.home> <87y4tejurs.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46527) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XVKtD-0008D1-RK for emacs-orgmode@gnu.org; Sat, 20 Sep 2014 09:39:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XVKt8-0008C5-Fh for emacs-orgmode@gnu.org; Sat, 20 Sep 2014 09:39:51 -0400 Received: from plane.gmane.org ([80.91.229.3]:44278) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XVKt8-0008BW-8o for emacs-orgmode@gnu.org; Sat, 20 Sep 2014 09:39:46 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XVKt2-0003xc-5X for emacs-orgmode@gnu.org; Sat, 20 Sep 2014 15:39:40 +0200 Received: from e178188203.adsl.alicedsl.de ([85.178.188.203]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 20 Sep 2014 15:39:40 +0200 Received: from tjolitz by e178188203.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 20 Sep 2014 15:39:40 +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 torys.anderson@gmail.com (Tory S. Anderson) writes: > Could you give a few snippets of examples -- what the org files with > tags look like, what the result looks like? I'm interested because I > also use Org to do my budgeting and finances. You two know about ledger-cli, emacs ledger-mode, and ob-ledger.el, don't you? > Eike writes: > >> Hello there, >> >> I thought to share a little elisp thingy that I wrote to track my >> expenses with org. I use the org's capture mechanism to add expense >> items to some files and the following code only searches through all >> these files and creates summaries of all found expenses. It is possible >> to search by date, tags etc. >> >> You can have a look here: https://github.com/eikek/org-expenses >> >> >> Regards, >> Eike >> >> -- >> gpg: AD7AC35E >> finger print: 137F BB0B 1639 D25F DC5D E59C B412 C5F5 AD7A C35E > > -- cheers, Thorsten