From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: org-html-link problem Date: Thu, 07 Feb 2013 09:57:56 +0100 Message-ID: <87txpo1oji.fsf@bzg.ath.cx> References: <87wqukr80q.fsf@tajo.ucsd.edu> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49196) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3NQu-0004l0-K1 for emacs-orgmode@gnu.org; Thu, 07 Feb 2013 04:06:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U3NQs-0001W2-PG for emacs-orgmode@gnu.org; Thu, 07 Feb 2013 04:06:16 -0500 Received: from mail-wg0-f52.google.com ([74.125.82.52]:40799) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3NQs-0001Vc-I6 for emacs-orgmode@gnu.org; Thu, 07 Feb 2013 04:06:14 -0500 Received: by mail-wg0-f52.google.com with SMTP id 12so1845806wgh.7 for ; Thu, 07 Feb 2013 01:06:13 -0800 (PST) In-Reply-To: <87wqukr80q.fsf@tajo.ucsd.edu> (cberry@tajo.ucsd.edu's message of "Wed, 06 Feb 2013 21:46:13 -0800") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: cberry@tajo.ucsd.edu Cc: emacs-orgmode@gnu.org Hi Chuck, cberry@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