emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou <n.goaziou@gmail.com>
To: "Daniel G. Gerber" <daniel.g.gerber@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: [PATCH] link-home in html exporter
Date: Thu, 20 Jun 2013 20:20:24 +0200	[thread overview]
Message-ID: <87zjukfxuf.fsf@gmail.com> (raw)
In-Reply-To: <51C2F235.2040400@gmail.com> (Daniel G. Gerber's message of "Thu, 20 Jun 2013 14:14:45 +0200")

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

      reply	other threads:[~2013-06-20 18:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-20 12:14 [PATCH] link-home in html exporter Daniel G. Gerber
2013-06-20 18:20 ` Nicolas Goaziou [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zjukfxuf.fsf@gmail.com \
    --to=n.goaziou@gmail.com \
    --cc=daniel.g.gerber@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).