emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Bug: property "CLOCK_MODELINE_TOTAL" is not inherted


From: Nicolas Goaziou
Subject: Re: [O] Bug: property "CLOCK_MODELINE_TOTAL" is not inherted
Date: Wed, 03 Jan 2018 22:57:31 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Hello,

Chen Zhang <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]