Hi François, François Pinard <pin...@iro.umontreal.ca> writes:
> 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! The only thing I can think of right now is to adapt `org-emphasis-regexp-components' to your needs -- but sure, we need a more general fix here. -- Bastien