Hello, Chen Zhang <darkbaby...@gmail.com> writes:
> During my investigation, I think the key problems are: > 1. The Org manual only mentions CLOCK_MODELINE_TOTAL to change mode line > clock time. And it's easy to guide people like me to use property > inheritance to do global settings. But it doesn't work. Indeed. Fixed. > 2. The org-clock-mode-line-total can be used as global settings. But it > doesn't mentioned in Org manual at all. It is: (info "(org) Clocking commands"), third footnote. > So I suggest to change code to something like (org-entry-get nil > "CLOCK_MODELINE_TOTAL" t) to use inheritance. I used `selective' instead of t for the argument. > If inheritance has to be disabled for some reason (e.g performance). I don't think performance for inherited properties is an issue anymore. Thank you. Regards, -- Nicolas Goaziou