Re: [O] [PATCH] link-home in html exporter

2013-06-20 Thread Nicolas Goaziou
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

[O] [PATCH] link-home in html exporter

2013-06-20 Thread Daniel G. Gerber
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 :ht