I write an extension org-link-beautify ( https://github.com/stardiviner/org-link-beautify). It use text-property to display all-the-icons icon for links. When I use `list-timers`, I found many timers like this: #+begin_example 1179.80 - #f(compiled-function () # [# ("-1003358868.jpg" :v-adjust 0.01) remhash]) 1179.80 - #f(compiled-function () # [# ("1004068059.jpg" :v-adjust 0.01) remhash]) 1179.80 - #f(compiled-function () # [# ("-1004540555.jpg" :v-adjust 0.01) remhash]) 1179.80 - #f(compiled-function () # [# ("-1010525956.jpg" :v-adjust 0.01) remhash]) 1179.80 - #f(compiled-function () # [# ("-1011541969.jpg" :v-adjust 0.01) remhash]) 1179.80 - #f(compiled-function () # [# ("1011587546.jpg" :v-adjust 0.01) remhash]) 1179.80 - #f(compiled-function () # [# ("1012116218.jpg" :v-adjust 0.01) remhash]) 1179.80 - #f(compiled-function () # [# ("1013965598.jpg" :v-adjust 0.01) remhash]) 1179.81 - #f(compiled-function () # [# ("-1014809589.jpg" :v-adjust 0.01) remhash]) 1179.81 - #f(compiled-function () # [# ("-1017207950.jpg" :v-adjust 0.01) remhash]) 1179.81 - #f(compiled-function () # [# ("1018964381.jpg" :v-adjust 0.01) remhash]) 1179.81 - #f(compiled-function () # [# ("1019711419.jpg" :v-adjust 0.01) remhash]) 1179.81 - #f(compiled-function () # [# ("-1019920854.jpg" :v-adjust 0.01) remhash]) 1179.91 - #f(compiled-function () # [# ("-1162442495.jpg" :v-adjust 0.01) remhash]) #+end_example I'm wandering is there someplace I write wrong in my source code: https://github.com/stardiviner/org-link-beautify/blob/master/org-link-beautify.el Or maybe this is an mechanism in Org Mode? [stardiviner] GPG key ID: 47C32433 IRC(freeenode): stardiviner Twitter: @numbchild Key fingerprint = 9BAA 92BC CDDD B9EF 3B36 CB99 B8C4 B8E5 47C3 2433 Blog: http://stardiviner.github.io/