Also, ledger can format output as Elisp sexp (with emacs command). That
should be easier to parse.
Best,
Ihor
t is a post-processing script
(e.g. with sed or awk or equivalent) that massages the output from
ledger into a form you like.
Hope you get something working to your satisfaction. Ledger is an
excellent text based accounting tool.
--
: Eric S Fraga via Emacs 28.0.50, Org release_9.4.4-166-g291993
>>> "UB" == Uwe Brauer writes:
>> On Monday, 4 Jan 2021 at 21:01, Uwe Brauer wrote:
>> Yes.
>> Sorry I was brief: I cut and pasted something from one of my files while
>> in a rush!
>> Basically, you could do:
>> #+begin_src ledger :cmdline -V --format "%-20A %14T\n" bal --flat assets
>> 20
>>> "CM" == Charles Millar writes:
> On 1/4/21 3:54 AM, Uwe Brauer wrote:
>> Hi
>> https://orgmode.org/worg/org-contrib/babel/languages/ob-doc-ledger.html
>> Points out how to use ledger within org mode.
>> Is there any simpler solution?
>> Regards
>> Uwe Brauer
>>
> If "simpler" means just maki
ing 1000
> : assets:bank:savings1300
> : 2300
Thanks. I figured out that I have to read a bit accounting again (I
don't want to use gnucash again, I prefer an org solution). I think
ledger is a reasonable solution (I cannot install currently beancount)
> I
> On 04/01/2021 21:04, Uwe Brauer wrote:
> https://beancount.github.io/
> is the project home page. You can find the documentation here:
> https://beancount.github.io/docs/
> I haven't submitted beancount-mode to any Emacs package repository yet,
> there is still some work I would like to do b
r, I
> > would like to suggest to look at Beancount and beancount-mode as
>> alternatives to Ledger as plain text accounting tools.
>
> Thanks, it seems that beancount is not in Ubuntu, and beancount-mode is
> not available as a emacs package.
>
> Do you have any p
er within org mode.
>>>
>>> Is there any simpler solution?
>
>> As other pointed out, you are not describing what you want to
>> accomplish, thus is impossible to suggest anything concrete. However,
> I
> > would like to suggest to look at Bea
> Also, in practical terms for day to day, rather than input things manually,
> I highly recommend downloading csvs (or similar formats) from your bank and
> using the ruby gem `reckon` which is a bayesian predictor that will learn
> from your ledger on how to expense your bank account entries and
;>
>> Is there any simpler solution?
> As other pointed out, you are not describing what you want to
> accomplish, thus is impossible to suggest anything concrete. However, I
> would like to suggest to look at Beancount and beancount-mode as
> alternatives to Ledge
>>> "ESF" == Eric S Fraga writes:
> On Monday, 4 Jan 2021 at 13:43, Uwe Brauer wrote:
>> The example in this link is ok, also the output (the result of the
>> ledger operation) is not very nicely formatted.
> ledger does allow you to control, in detail, how the output should be
>
;d personally love to see people build some
more tools on top of the ledger format. I keep wanting to take a shot at
some portfolio tools, but never seem to be able to fit in the time. =]
On Tue, Jan 5, 2021 at 1:01 AM wrote:
>
> 19. accounting (Uwe Brauer)
> 20. Re: accounting (Er
On Monday, 4 Jan 2021 at 13:43, Uwe Brauer wrote:
> The example in this link is ok, also the output (the result of the
> ledger operation) is not very nicely formatted.
ledger does allow you to control, in detail, how the output should be
formatted. The default output is suitable for a console d
On 1/4/21 3:54 AM, Uwe Brauer wrote:
Hi
https://orgmode.org/worg/org-contrib/babel/languages/ob-doc-ledger.html
Points out how to use ledger within org mode.
Is there any simpler solution?
Regards
Uwe Brauer
If "simpler" means just making entries into your ledger.dat file using
orgmode y
>>> "AB" == Arne Babenhauserheide writes:
> Uwe Brauer writes:
>> https://orgmode.org/worg/org-contrib/babel/languages/ob-doc-ledger.html
>>
>> Points out how to use ledger within org mode.
>>
>> Is there any simpler s
o
accomplish, thus is impossible to suggest anything concrete. However, I
would like to suggest to look at Beancount and beancount-mode as
alternatives to Ledger as plain text accounting tools.
Cheers,
Dan
Uwe Brauer writes:
> https://orgmode.org/worg/org-contrib/babel/languages/ob-doc-ledger.html
>
> Points out how to use ledger within org mode.
>
> Is there any simpler solution?
Do you mean simpler accounting in org-mode, or do you mean simpler
ledger-integration?
You can alw
On Monday, 4 Jan 2021 at 09:54, Uwe Brauer wrote:
> Points out how to use ledger within org mode.
> Is there any simpler solution?
How do you wish it to be simpler? What is it you wish to do?
--
: Eric S Fraga via Emacs 28.0.50, Org release_9.4.4-166-g291993
Hi
https://orgmode.org/worg/org-contrib/babel/languages/ob-doc-ledger.html
Points out how to use ledger within org mode.
Is there any simpler solution?
Regards
Uwe Brauer
Hi Ross,
Ross Patterson writes:
> Bastien writes:
>
>> thanks for the patch. Do you mind filling the copyright
>> assignment so we can accept the patch ?
>
> I already have an FSF Emacs Assignment from 2008-12-22, RT 393650. Is
> there something else I need to do?
Nope. I didn't know you ha
Bastien writes:
> thanks for the patch. Do you mind filling the copyright
> assignment so we can accept the patch ?
I already have an FSF Emacs Assignment from 2008-12-22, RT 393650. Is
there something else I need to do?
> http://orgmode.org/cgit.cgi/org-mode.git/plain/request-assign-future
Hi Ross,
thanks for the patch. Do you mind filling the copyright
assignment so we can accept the patch ?
http://orgmode.org/cgit.cgi/org-mode.git/plain/request-assign-future.txt
Also, please have a look at this page with guidance on how
to submit a patch with a ChangeLog etc.
http://orgmod
s."
:group 'org-clock
@@ -2546,6 +2554,75 @@ from the dynamic block definition."
(org-table-delete-column))
total-time))
+(defun org-clocktable-write-flat (ipos tables params)
+ "Write out a flat clock table at position IPOS in the current
+buffer. Useful to render a ta
On Fri, 23 Jul 2010 09:29:33 -0700, "Eric Schulte"
wrote:
>
> Thanks Eric!
>
> This has now been included in Org-mode.
Excellent. Many thanks.
> If you get a chance, it would be great to add ob-ledger to the list of
> supported languages on Worg, and if possible to add an ob-ledger
> specifi
Thanks Eric!
This has now been included in Org-mode.
If you get a chance, it would be great to add ob-ledger to the list of
supported languages on Worg, and if possible to add an ob-ledger
specific file with a brief usage example -- see existing
language-specific files linked to from the language
On Thu, 22 Jul 2010 13:43:00 -0700, "Eric Schulte"
wrote:
>
> Eric S Fraga writes:
[...]
> > Attached is my simple, linux only, org-babel solution and an example
> > org file which uses it. Note, I've still not had a chance to look at
> > the ob-template in Worg so I'm sure my ob-ledger file
Eric S Fraga writes:
> On Thu, 22 Jul 2010 10:06:30 -0700, "Eric Schulte"
> wrote:
[...]
>>
>> Tangling does not require *any* language specific support. Since the
>> integration of Babel into Org-mode any type of code block should tangle
>> just fine. For example the following minimal org f
;> > Hey list,
> >> >
> >> > I was wondering if anyone out there manages his personal accounting
> >> > with org. I never really managed my personal finances, but I think
> >> > it's about time to know where my money comes from and where
Eric S Fraga writes:
> On Thu, 22 Jul 2010 01:26:29 -0500, Russell Adams
> wrote:
>>
>> On Thu, Jul 22, 2010 at 01:20:58AM -0500, Marcelo de Moraes Serpa wrote:
>> > Hey list,
>> >
>> > I was wondering if anyone out there manages his personal acc
Russell Adams writes:
> On Thu, Jul 22, 2010 at 01:20:58AM -0500, Marcelo de Moraes Serpa wrote:
>> Hey list,
>>
>> I was wondering if anyone out there manages his personal accounting
>> with org. I never really managed my personal finances, but I think
>> it
On Thu, 22 Jul 2010 01:26:29 -0500, Russell Adams
wrote:
>
> On Thu, Jul 22, 2010 at 01:20:58AM -0500, Marcelo de Moraes Serpa wrote:
> > Hey list,
> >
> > I was wondering if anyone out there manages his personal accounting
> > with org. I never really managed my
On Thu, Jul 22, 2010 at 08:39:54AM +0200, Gour wrote:
> On Thu, 22 Jul 2010 01:26:29 -0500
> >>>>>> "Russell" == Russell Adams wrote:
>
> Russell> I do my expense reporting and business accounting in it. Very
> Russell> flexible and because it is
On Thu, 22 Jul 2010 01:26:29 -0500
>>>>>> "Russell" == Russell Adams wrote:
Russell> I do my expense reporting and business accounting in it. Very
Russell> flexible and because it is text based, I can use version
Russell> control and emacs.
Do you d
On Thu, Jul 22, 2010 at 01:20:58AM -0500, Marcelo de Moraes Serpa wrote:
> Hey list,
>
> I was wondering if anyone out there manages his personal accounting
> with org. I never really managed my personal finances, but I think
> it's about time to know where my money comes
Hey list,
I was wondering if anyone out there manages his personal accounting
with org. I never really managed my personal finances, but I think
it's about time to know where my money comes from and where it is
going (and where the leaks are :P). I would use something like
lessaccounting.com
*** org-mode and ledger cli accounting - two great tastes that taste
great together
:PROPERTIES:
:COLUMNS: %16LEDGER_DATE %5LEDGER_REFERENCE %10ITEM
%25LEDGER_ACCOUNT %10AMOUNT
:END:
* TODO Email the org-mode and ledger mailing lists
I'm starting to use
36 matches
Mail list logo