[EMAIL PROTECTED] writes:
> Today when I went M-x plan I received "save-current-buffer: No buffer named
> -s" in my *Messages* and get an empty day planner page. I am not sure where
> this came from.
>
> The only thing I have changed of my configuration lately was to take the
> recently posted planner-ledger.el from this list and replace is with the one
> in my site-list/planner-el directory.
>
> I exited emacs, made sure today's planner file did not exist (it was empty
> and upon exiting had not saved a /Plans/2007.12.18 file) made the change and
> still received the same message and empty file.
>
> any pointers on where to look to fix this?
>
> thank you,
> K
Hi, if you use planner-ledger, it's a typical error
when your planner-template is not correctly configured
to receive planner-ledger.
here is the config i use with this version of planner-ledger
(the last one)
(setq planner-day-page-template
"* Schedule\n\n\n* Tasks\n\n\n* Ledger\n\n** Pending Transactions\n\n*
Diary\n\n\n* Favoris\n\n \
\[[lisp:planner-notes-index-weeks][Voir Semaine(n)]]\n \
\[[~/finance/ledger.dat][Voir Compta]]\n \
\[[lisp:/(emms-lastfm-radio-global-tag \"rock\")][Lastfm Rock Music]]\n \
\[[lisp:/(emms-lastfm-radio-global-tag \"recommendations\")][Lastfm My
recommendations]]\n \
\[[lisp:/(emms-lastfm-radio-global-tag \"playlist\")][Lastfm My playlist]]\n\n*
Notes\n")
May be you don't need "Favoris" and all the other stuff, so take it off
Here is my planner-ledger config:
;;Planner-ledger
(require 'planner-ledger)
(add-hook 'planner-goto-hook 'planner-ledger-insert-maybe)
(setq planner-ledger-data-file "/home/thierry/finance/ledger.dat")
(setq planner-ledger-balance-args '("--real" "-B" "balance" "socgen"))
(setq planner-ledger-register-args '("-U" "register" "socgen"))
(setq planner-ledger-balance-accounts '("Assets:socgen" "Liabilities:socgen"
"-Equity"))
Change with your settings
If you have changed the planner-ledger.el file, don't forget to compile
it or to delete the old planner-ledger.elc
If you are not a leger user make sure you don't load planner-ledger in
your init file and don't insert this config in your init file.
--
A+ Thierry
Pub key: http://pgp.mit.edu
_______________________________________________
Planner-el-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/planner-el-discuss