Hi Chuck,

cbe...@tajo.ucsd.edu writes:

> lisp/ox-html.el around line 2172:
>
>  (unless (and desc (string-match (regexp-quote (car att)) desc)) 
>
> att is nil
>
>
> maybe 
>
> (unless (and att desc (string-match (regexp-quote (car att))
> desc))??

Indeed, fixed, thanks.

-- 
 Bastien

Reply via email to