On Sun, Dec 23, 2007 at 08:31:12AM +0100, Thierry Volpiatto wrote: > [EMAIL PROTECTED] writes: > > > On Tue, Dec 18, 2007 at 11:41:11PM +0100, Thierry Volpiatto wrote: > You give 2 args to planner-ledger-balance-args ==> it take 4 args! > You give 2 args to planner-ledger-balance-accounts ==> it take 3 args! > You didn't set planner-ledger-register-args! (3 args) > Check again the config i sent to you
Thank you for your continuing help! I did not realize there was a minimum
number of arguments I had to specify. I now have:
;;Planner-ledger
(require 'planner-ledger)
(add-hook 'planner-goto-hook 'planner-ledger-insert-maybe)
(setq planner-ledger-data-file "/home/ktneely/life/finances/ledger/ledger.dat")
; (setq planner-ledger-balance-args '("--real" "-B" "balance" "socgen"))
(setq planner-ledger-balance-args '( "--real" "--cleared" "-b 2007/12/01"
"bal"))
; (setq planner-ledger-register-args '("-U" "register" "socgen"))
(setq planner-ledger-balance-accounts '("Assets:" "Liabilities:CreditCards"
"Income:Kevin"))
> > Also, for some reason, I lost all my open tasks. It had been a few days
> > since I last successfully ran M-x plan but I also have the carry-forward
> > set to -1
>
> Send your planner-day-page-template config.
Here it is. I took yours and stripped out all the stuff I do not use:
(setq planner-day-page-template
"* Schedule\n\n\n* Tasks\n\n\n* Ledger\n\n** Pending Transactions\n\n*
[[~/life/finances/ledger/ledger.dat]]\n\n\n* Notes\n\n\* Diary")
That is pretty much the extent of my ledger config other than a (load ledger)
near the top of the file.
thank you,
K
--
In Vino Veritas
http://astroturfgarden.com
signature.asc
Description: Digital signature
_______________________________________________ Planner-el-discuss mailing list [email protected] https://mail.gna.org/listinfo/planner-el-discuss
