From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Question about html output Date: Sun, 25 Mar 2012 12:27:16 -0400 Message-ID: <8762dsodcr.fsf@norang.ca> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49338) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SBqHx-00085V-Rg for emacs-orgmode@gnu.org; Sun, 25 Mar 2012 12:27:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SBqHv-0002Cs-VY for emacs-orgmode@gnu.org; Sun, 25 Mar 2012 12:27:29 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:36537) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SBqHv-0002CS-S1 for emacs-orgmode@gnu.org; Sun, 25 Mar 2012 12:27:27 -0400 In-Reply-To: (Erich Neuwirth's message of "Sun, 25 Mar 2012 17:21:08 +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: Erich Neuwirth Cc: emacs-orgmode@gnu.org Erich Neuwirth writes: > The html file produce by org-mode export contains a link to validate XHTML. > Safari at least on Macs does not send a referer field in the http header, > therefore this link does not work. > Is there an option to turn the creation of this link off by default? > And is there a way to tweak Safari to send the referer information? (setq org-export-html-validation-link nil) Regards, Bernt