emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] org-html-link problem


From: Bastien
Subject: Re: [O] org-html-link problem
Date: Thu, 07 Feb 2013 09:57:56 +0100
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux)

Hi Chuck,

address@hidden 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

[Prev in Thread] Current Thread [Next in Thread]