I am sorry, I have changed nothing to the code of Deus Max for:
planner-ledger-balance-regexp 
and
planner-ledger-pending-regexp

code:

 (defcustom planner-ledger-balance-regexp
;;-  "^* Ledger\n\n$"
   "^\* Ledger *$"
   "Section marker for insertion of ledger balance."
   :type 'regexp
   :group 'planner-ledger)
 
 (defcustom planner-ledger-pending-regexp
;;-  "^** Pending Transactions\n\n$"
   "^\*\* Pending Transactions *$"
   "Section marker for insertion of pending ledger transactions."
   :type 'regexp
   :group 'planner-ledger)

But i have to write in .emacs:

code:

;;(setq planner-day-page-template
;;      "* Tasks\n\n\n* Ledger\n\n** Pending Transactions\n\n* Diary\n\n\n* 
Notes")


-- 
A +
Thierry
PS:You can find my pubkey here:
http://pgp.mit.edu/

_______________________________________________
Planner-el-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/planner-el-discuss

Reply via email to