From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Orgmode for budgeting/expense recording Date: Fri, 02 Oct 2009 16:01:14 +0100 Message-ID: <87ws3dq1qd.wl%ucecesf@ucl.ac.uk> References: <20091001174325.GM17702@thinkpad.adamsinfoserv.com> <87my4aqd45.wl%ucecesf@ucl.ac.uk> <87ocop6e6i.fsf@fastmail.fm> Reply-To: Eric S Fraga Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MtjdP-0004cn-O8 for emacs-orgmode@gnu.org; Fri, 02 Oct 2009 11:01:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MtjdK-0004Zh-Vc for emacs-orgmode@gnu.org; Fri, 02 Oct 2009 11:01:27 -0400 Received: from [199.232.76.173] (port=34955 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MtjdK-0004Zb-Qj for emacs-orgmode@gnu.org; Fri, 02 Oct 2009 11:01:22 -0400 Received: from vscane-c.ucl.ac.uk ([144.82.108.43]:42367) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MtjdK-0004WY-Al for emacs-orgmode@gnu.org; Fri, 02 Oct 2009 11:01:22 -0400 In-Reply-To: <87ocop6e6i.fsf@fastmail.fm> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Matt Lundin Cc: emacs-orgmode@gnu.org At Fri, 02 Oct 2009 10:52:37 -0400, Matt Lundin wrote: > Do you use ledger.el, which comes with the ledger source? It makes it > very easy to enter new items and to invoke ledger commands from within a > ledger file. I also find it indispensable for reconciling accounts. Thanks Matt. I do use the ledger mode (of course ;-) and it helps for adding and reconciling. It's the viewing of balances and the register for specific accounts that I find is missing (i.e. just 'reg' and 'bal' commands on the command line). It would be nice if, for instance, a small window could show a subset of the output of ledger, updated with any change made to the ledger. It can obviously be done by executing a shell command within emacs, of course (cf. the watch command already suggested!). But the integration with org-mode via org-babel is so seductive... and nothing is lost in terms of ledger.el in that it can still be used to edit the source code block? Thanks again, eric