Hi Eric,

Eric Abrahamsen <e...@ericabrahamsen.net> writes:

> -                 l (max 1 (- (match-end 0) (match-beginning 0) 3))
> +                 l (max 1
> +                        (- (org-string-width
> +                            (buffer-substring
> +                             (match-end 0) (match-beginning 0))) 3))

(Why not just (org-string-width (match-string 0))?)

Let me know when you're done with extensive testing for this!

Thanks,

-- 
 Bastien

Reply via email to