* [Howm-eng 123] Report from collected notes
@ 2018-02-09 22:22 xavier
2018-02-11 17:19 ` [Howm-eng 127] " khi
0 siblings, 1 reply; 2+ messages in thread
From: xavier @ 2018-02-09 22:22 UTC (permalink / raw)
Hello fellow howm-users,
I was thinking about something I'd like to see.
I am a "one file per note" man which is to say, I C-c , e along
the day and collect frenetically many notes a day. This is fine.
I am tracking my habits/routines. I'd like to have some report of
these notes.
Let say I have 3 notes with:
day 1
opening: 30
middle: 45
tactics: 10
day 2
opening: 0
middle: 12
tactics: 55
day 3
opening: 1
middle: 2
tactics: 42
I would like to have something which would sort of display a
dashboard with all this stuff consolidated:
* sum of routines *
opening: 46
middle: 58
tactics: 107
Do you have some clue on how to do this ?
Regards
--
Xavier
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Howm-eng 127] Re: Report from collected notes
2018-02-09 22:22 [Howm-eng 123] Report from collected notes xavier
@ 2018-02-11 17:19 ` khi
0 siblings, 0 replies; 2+ messages in thread
From: khi @ 2018-02-11 17:19 UTC (permalink / raw)
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-02-11 17:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-09 22:22 [Howm-eng 123] Report from collected notes xavier
2018-02-11 17:19 ` [Howm-eng 127] " khi
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 NNTP newsgroup(s).