emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [PATCH] link-home in html exporter
@ 2013-06-20 12:14 Daniel G. Gerber
  2013-06-20 18:20 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel G. Gerber @ 2013-06-20 12:14 UTC (permalink / raw)
  To: emacs-orgmode

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."
     "<body>\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))))

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] link-home in html exporter
  2013-06-20 12:14 [PATCH] link-home in html exporter Daniel G. Gerber
@ 2013-06-20 18:20 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2013-06-20 18:20 UTC (permalink / raw)
  To: Daniel G. Gerber; +Cc: emacs-orgmode

Hello,

"Daniel G. Gerber" <daniel.g.gerber@gmail.com> 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."
>     "<body>\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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-06-20 18:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-20 12:14 [PATCH] link-home in html exporter Daniel G. Gerber
2013-06-20 18:20 ` Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).