From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] link-home in html exporter Date: Thu, 20 Jun 2013 20:20:24 +0200 Message-ID: <87zjukfxuf.fsf@gmail.com> References: <51C2F235.2040400@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42579) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpjT0-0006UQ-6l for emacs-orgmode@gnu.org; Thu, 20 Jun 2013 14:20:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UpjSx-0006IP-Rd for emacs-orgmode@gnu.org; Thu, 20 Jun 2013 14:20:18 -0400 Received: from mail-wi0-x236.google.com ([2a00:1450:400c:c05::236]:57885) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpjSx-0006I5-LO for emacs-orgmode@gnu.org; Thu, 20 Jun 2013 14:20:15 -0400 Received: by mail-wi0-f182.google.com with SMTP id m6so1987663wiv.15 for ; Thu, 20 Jun 2013 11:20:14 -0700 (PDT) In-Reply-To: <51C2F235.2040400@gmail.com> (Daniel G. Gerber's message of "Thu, 20 Jun 2013 14:14:45 +0200") 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: "Daniel G. Gerber" Cc: emacs-orgmode@gnu.org Hello, "Daniel G. Gerber" writes: > Hi list, > > diff --git a/lisp/ox-html.el b/lisp/ox-html.el > index 365802f..90d6a5d 100644 > --- a/lisp/ox-html.el > +++ b/lisp/ox-html.el > @@ -1719,7 +1719,7 @@ holding export options." > "\n" > (let ((link-up (org-trim (plist-get info :html-link-up))) > (link-home (org-trim (plist-get info :html-link-home)))) > - (unless (and (string= link-up "") (string= link-up "")) > + (unless (and (string= link-up "") (string= link-home "")) > (format org-html-home/up-format > (or link-up link-home) > (or link-home link-up)))) Applied. Thank you. Regards, -- Nicolas Goaziou