From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: Org and ledger Date: Fri, 31 Oct 2014 12:32:31 +0530 Message-ID: <4AA4F46C-5ABD-481A-8F95-2401FC407E03@agrarianresearch.org> Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44777) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XkDtP-0006TE-JK for emacs-orgmode@gnu.org; Fri, 31 Oct 2014 11:14:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xk6EG-0007TJ-8x for emacs-orgmode@gnu.org; Fri, 31 Oct 2014 03:02:43 -0400 Received: from mail-pa0-f44.google.com ([209.85.220.44]:33915) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xk6EG-0007Qg-2a for emacs-orgmode@gnu.org; Fri, 31 Oct 2014 03:02:36 -0400 Received: by mail-pa0-f44.google.com with SMTP id bj1so7191678pad.3 for ; Fri, 31 Oct 2014 00:02:34 -0700 (PDT) Received: from [172.16.162.115] ([202.41.10.21]) by mx.google.com with ESMTPSA id h1sm9015291pat.6.2014.10.31.00.02.32 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 31 Oct 2014 00:02:33 -0700 (PDT) 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: org-mode mailing list I have started using ledger with Org, and would be interested in knowing = experiences of other users. I see two sets of uses in combining Ledger with Org. 1. Record keeping of transactions: Org works with ledger mainly through = babel. Has anyone considered the possibility of maintaining the records = natively in Org, which could be exported to ledger? Keeping native = ledger source blocks in Org does not seem to add much value as far as = maintaining books is concerned. Some people have tried some basic = expense recording in Org, but to my knowledge, these solutions do not = talk to ledger. 2. Generating reports: Babel results do not use the standard Org table = syntax. Given my limited knowledge of lisp, I am finding it difficult to = programme customising these reports in Org. It would be of much benefit = if other users could share how they customise ledger reports in Org. = Some examples would be great. Vikas=