* Can I keep budget using Emacs?
@ 2009-12-30 10:33 Water Lin
2009-12-30 13:29 ` Paul H.
` (3 more replies)
0 siblings, 4 replies; 9+ messages in thread
From: Water Lin @ 2009-12-30 10:33 UTC (permalink / raw)
To: help-gnu-emacs
Is there any mode to keep notes about how I spend my money?
I am just very interesting to try some mode like keeping budget. Or is
there some mode like Excel in emacs?
Thanks
Water Lin
--
Water Lin's notes and pencils: http://en.waterlin.org
Email: WaterLin@ymail.com
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Can I keep budget using Emacs?
2009-12-30 10:33 Can I keep budget using Emacs? Water Lin
@ 2009-12-30 13:29 ` Paul H.
2009-12-30 14:57 ` Anselm Helbig
` (2 subsequent siblings)
3 siblings, 0 replies; 9+ messages in thread
From: Paul H. @ 2009-12-30 13:29 UTC (permalink / raw)
To: help-gnu-emacs
On 30 dec, 11:33, Water Lin <Water...@ymail.invalid> wrote:
> Is there any mode to keep notes about how I spend my money?
>
> I am just very interesting to try some mode like keeping budget. Or is
> there some mode like Excel in emacs?
Org mode <http://orgmode.org>has some spreadsheet functionality. I
don't know whether it is sufficient for you.
Best regards,
Paul.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Can I keep budget using Emacs?
2009-12-30 10:33 Can I keep budget using Emacs? Water Lin
2009-12-30 13:29 ` Paul H.
@ 2009-12-30 14:57 ` Anselm Helbig
2009-12-30 16:05 ` Memnon Anon
2009-12-31 1:13 ` Tim X
2010-01-01 4:44 ` Óscar Fuentes
3 siblings, 1 reply; 9+ messages in thread
From: Anselm Helbig @ 2009-12-30 14:57 UTC (permalink / raw)
To: help-gnu-emacs
At Wed, 30 Dec 2009 18:33:46 +0800,
Water Lin <WaterLin@ymail.invalid> wrote:
>
>
> Is there any mode to keep notes about how I spend my money?
>
> I am just very interesting to try some mode like keeping budget. Or is
> there some mode like Excel in emacs?
Have a look at http://www.emacswiki.org/emacs/CategoryFinancial
HTH,
Anselm
--
Anselm Helbig - http://mnemonikk.org
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Can I keep budget using Emacs?
2009-12-30 14:57 ` Anselm Helbig
@ 2009-12-30 16:05 ` Memnon Anon
0 siblings, 0 replies; 9+ messages in thread
From: Memnon Anon @ 2009-12-30 16:05 UTC (permalink / raw)
To: help-gnu-emacs
Anselm Helbig <anselm.helbig+news2009@googlemail.com> writes:
> At Wed, 30 Dec 2009 18:33:46 +0800,
> Water Lin <WaterLin@ymail.invalid> wrote:
>>
>>
>> Is there any mode to keep notes about how I spend my money?
>>
>> I am just very interesting to try some mode like keeping budget. Or is
>> there some mode like Excel in emacs?
>
> Have a look at http://www.emacswiki.org/emacs/CategoryFinancial
http://www.mail-archive.com/emacs-orgmode@gnu.org/msg10198.html
In this mail, Matthew Lundin describes a setup for tracking expenses
with orgmode.
,----[ Quote Matthew Lundin ]
| If your needs are simple (i.e., just tracking discretionary spending)
| you might consider using properties and column views to keep track of
| where your money is going. I find that this creates a nice way to sum
| up weekly, monthly, and yearly expenditures.
| [...]
| For more sophisticated financial tracking, I'd probably recommend a
| tool devoted to that purpose.
`----
hth
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Can I keep budget using Emacs?
2009-12-30 10:33 Can I keep budget using Emacs? Water Lin
2009-12-30 13:29 ` Paul H.
2009-12-30 14:57 ` Anselm Helbig
@ 2009-12-31 1:13 ` Tim X
2009-12-31 13:15 ` Memnon Anon
2010-01-01 4:44 ` Óscar Fuentes
3 siblings, 1 reply; 9+ messages in thread
From: Tim X @ 2009-12-31 1:13 UTC (permalink / raw)
To: help-gnu-emacs
Water Lin <WaterLin@ymail.invalid> writes:
> Is there any mode to keep notes about how I spend my money?
>
> I am just very interesting to try some mode like keeping budget. Or is
> there some mode like Excel in emacs?
>
There are a few solutions.
1. Org mode has some basic abilities to do simple spreadsheet like
operations and I think there is a contrib package for org to provide
simple ledger style operations.
2. Emacs 22 and 23 come with SES (Simple Emacs Spreadsheet), which could
be used to maintain data on expenditure etc.
3. John Wheatly is working on a command line ledger/accounting program.
As John has done lots of emacs development (Muse, Planner mode etc) it
is likely he is also factoring in an emacs interface (just an assumption
on my part)
4. emacs has Calc mode and while this may be using a sledge hammer to
crack a nut, it could possibly do what you want.
5. depending on your needs, it probably wouldn't be too hard to use
something like edb (Emacs database mode), emacs forms etc to roll your
own.
the first thing I would check ot would be org mode as you get so much
other stuff with this mode.
Tim
--
tcross (at) rapttech dot com dot au
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Can I keep budget using Emacs?
2009-12-31 1:13 ` Tim X
@ 2009-12-31 13:15 ` Memnon Anon
0 siblings, 0 replies; 9+ messages in thread
From: Memnon Anon @ 2009-12-31 13:15 UTC (permalink / raw)
To: help-gnu-emacs
Tim X <timx@nospam.dev.null> writes:
> 3. John Wheatly is working on a command line ledger/accounting program.
> As John has done lots of emacs development (Muse, Planner mode etc) it
> is likely he is also factoring in an emacs interface (just an assumption
> on my part)
John Wiegley already wrote a ledger-mode for emacs.
,----[ Ledger Manual: 3.11 Using Emacs to Keep Your Ledger ]
| In the Ledger tarball is an Emacs module, ledger.el. This module makes
| the process of keeping a text ledger much easier for Emacs users
`----
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Can I keep budget using Emacs?
2009-12-30 10:33 Can I keep budget using Emacs? Water Lin
` (2 preceding siblings ...)
2009-12-31 1:13 ` Tim X
@ 2010-01-01 4:44 ` Óscar Fuentes
2010-01-01 14:18 ` Sean Sieger
2010-01-01 14:28 ` Sean Sieger
3 siblings, 2 replies; 9+ messages in thread
From: Óscar Fuentes @ 2010-01-01 4:44 UTC (permalink / raw)
To: help-gnu-emacs
Water Lin <WaterLin@ymail.invalid> writes:
> Is there any mode to keep notes about how I spend my money?
>
> I am just very interesting to try some mode like keeping budget. Or is
> there some mode like Excel in emacs?
I use SES (Simple Emacs Spreadsheet, included on Emacs 23). My needs are
very simple, though: just estimate how much time I have before becoming
homeless :-)
--
Óscar
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Can I keep budget using Emacs?
2010-01-01 4:44 ` Óscar Fuentes
@ 2010-01-01 14:18 ` Sean Sieger
2010-01-01 14:28 ` Sean Sieger
1 sibling, 0 replies; 9+ messages in thread
From: Sean Sieger @ 2010-01-01 14:18 UTC (permalink / raw)
To: help-gnu-emacs
Óscar Fuentes <ofv@wanadoo.es> writes:
I use SES (Simple Emacs Spreadsheet, included on Emacs 23). My needs are
very simple, though: just estimate how much time I have before becoming
homeless :-)
Thanks for the giggle! Awesome.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Can I keep budget using Emacs?
2010-01-01 4:44 ` Óscar Fuentes
2010-01-01 14:18 ` Sean Sieger
@ 2010-01-01 14:28 ` Sean Sieger
1 sibling, 0 replies; 9+ messages in thread
From: Sean Sieger @ 2010-01-01 14:28 UTC (permalink / raw)
To: help-gnu-emacs
Óscar Fuentes <ofv@wanadoo.es> writes:
I use SES (Simple Emacs Spreadsheet, included on Emacs 23). My needs are
very simple, though: just estimate how much time I have before becoming
homeless :-)
After I explained to my six-year-old daughter what it was that I
laughing about, she asked, ``What did one centipede say to the other
centipede?''
``Uhh ...'' I desperately tried.
``Ow! My foot, my foot, my foot ...'' she answered, recursively,
seemingly knowingly.
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2010-01-01 14:28 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-30 10:33 Can I keep budget using Emacs? Water Lin
2009-12-30 13:29 ` Paul H.
2009-12-30 14:57 ` Anselm Helbig
2009-12-30 16:05 ` Memnon Anon
2009-12-31 1:13 ` Tim X
2009-12-31 13:15 ` Memnon Anon
2010-01-01 4:44 ` Óscar Fuentes
2010-01-01 14:18 ` Sean Sieger
2010-01-01 14:28 ` Sean Sieger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).