org-clock.el: Fix clock overlays bug
commit62064c73fc135735a205b9523f0d6f78f147ca40
authorBastien Guerry <bzg@altern.org>
Sun, 19 Aug 2012 06:01:43 +0000 (19 08:01 +0200)
committerBastien Guerry <bzg@altern.org>
Sun, 19 Aug 2012 06:01:43 +0000 (19 08:01 +0200)
tree5f1238ec6afb8252efafc764589b57681c48504f
parent56b731087ece7f52b9639da4dc1c3c8786a4cdb2
org-clock.el: Fix clock overlays bug

* org-clock.el (org-clock-put-overlay): Put the overlay on the
whole headline, not only on the last character.  This fixes a
bug with overlays on headlines ending with a bracketed link.

Thanks to Ryan Kaskel for reporting this.
lisp/org-clock.el