From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: Orgmode for budgeting/expense recording Date: Fri, 02 Oct 2009 11:30:04 -0400 Message-ID: <87y6ntddab.fsf@fastmail.fm> References: <20091001174325.GM17702@thinkpad.adamsinfoserv.com> <87my4aqd45.wl%ucecesf@ucl.ac.uk> <87ocop6e6i.fsf@fastmail.fm> <87ws3dq1qd.wl%ucecesf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mtk5E-00021V-JI for emacs-orgmode@gnu.org; Fri, 02 Oct 2009 11:30:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mtk5A-0001vq-SM for emacs-orgmode@gnu.org; Fri, 02 Oct 2009 11:30:12 -0400 Received: from [199.232.76.173] (port=43146 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mtk5A-0001vW-Mt for emacs-orgmode@gnu.org; Fri, 02 Oct 2009 11:30:08 -0400 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:32918) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mtk5A-0001A5-Du for emacs-orgmode@gnu.org; Fri, 02 Oct 2009 11:30:08 -0400 In-Reply-To: <87ws3dq1qd.wl%ucecesf@ucl.ac.uk> (Eric S. Fraga's message of "Fri, 02 Oct 2009 16:01:14 +0100") 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: Eric S Fraga Cc: Matt Lundin , emacs-orgmode@gnu.org Eric S Fraga writes: > 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). This is OT for the org-mode list, but I believe you can call ledger-report (C-c C-o C-r) with a prefix argument, which will allow you to enter a more complex ledger command. Or you can type C-c C-o C-r and then RET for the same thing. Best, Matt