From mboxrd@z Thu Jan 1 00:00:00 1970 From: khi at users.sourceforge.jp (khi at users.sourceforge.jp) Date: Mon, 12 Feb 2018 02:19:27 +0900 Subject: [Howm-eng 127] Re: Report from collected notes In-Reply-To: <87eflt952n.fsf@smugg> References: <87eflt952n.fsf@smugg> Message-ID: <87eflra1gg.wl@id.domain> Hi. I know two tools that may be related with your request. I use yen.el to calculate the sum of "XXX yen" in the region. http://howm.osdn.jp/a/yen.el (Sorry for Japanese comments in the above codes.) ;; "M-x yen-region" to show the sum of "opening: XXX" in the region. ;; "C-y" to paste the sum. (setq yen-regexp "opening: ?\\(-?[0-9.,]+\\)") (setq yen-number-pos 1) Yamamiya-san wrote howmoney.el as an account book on howm. Though it provides convenient features "M-x howmoney-daily", "M-x howmoney-weekly", "M-x howminutes-monthly", ..., I am not sure whether it is still maintained. http://www.languagegame.org:8080/propella/uploads/82/howmoney-25.el http://howm.osdn.jp/a/howmoney-24.el -- khi at users.osdn.me