Hi, Org fellows. I noticed a few times this little rendering problem in Org, so it might be worth reporting.
First note that I set org-hide-emphasis-markers to t, which I find to be an extremely valuable option. :-) In a :LOGBOOK: entry containing many CLOCK: lines, a literal in the description following a CLOCK: may trigger an incorrect display of the CLOCK: line. The problem is that the " => " in the CLOCK: line spuriously starts the display of a literal, that display ends at the end of the literal in the description. For example, in these lines: CLOCK: [2014-01-27 lun 15:29]--[2014-01-27 lun 17:20] => 1:51 - Check for a =literal string= and be overwhelmingly happy! the display would look as: CLOCK: [2014-01-27 lun 15:29]--[2014-01-27 lun 17:20] > 1:51 - Check for a literal string and be overwhelmingly happy! using literal face from the ">" to the "string" word, included. François