Hello, "Sheng Yang (杨圣)" <yangsheng6...@gmail.com> writes:
> I was trying the beloved clock feature of org-mode, and tried > `org-clock-display` on an org file. A total time is added to each > headline as expected, but it is not the case for headlines with a link > in it. The whole link is displayed as if `org-toggle-link-display` is > called. > > Minimum file to reproduce the problem: > > * [[https://www.google.com][google]] > :LOGBOOK: > CLOCK: [2018-06-03 Sun 22:15]--[2018-06-03 Sun 22:25] => 0:10 > :END: > > Steps to reproduce: > 1. Open an org file whose headline contains link > 2. Add some clock for this headline > 3. Call `org-clock-display` > > Expected behavior: > > Looks like: > > * google ......................................................10 > :LOGBOOK:... > > What I get: > > * [[https://www.google.com][google]] ..........................10 > :LOGBOOK:... > > Note: If I call `org-clock-remove-overlay` to remove clock display, the > clock displayed is removed, and link display is restored. Fixed. Thank you. Regards, -- Nicolas Goaziou