From mboxrd@z Thu Jan 1 00:00:00 1970 From: Erich Neuwirth Subject: Question about html output Date: Sun, 25 Mar 2012 17:21:08 +0200 Message-ID: Mime-Version: 1.0 (Apple Message framework v1257) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:38960) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SBpFq-000303-2J for emacs-orgmode@gnu.org; Sun, 25 Mar 2012 11:21:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SBpFo-0006wD-8C for emacs-orgmode@gnu.org; Sun, 25 Mar 2012 11:21:13 -0400 Received: from grace.univie.ac.at ([131.130.3.115]:33014) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SBpFn-0006vu-Tm for emacs-orgmode@gnu.org; Sun, 25 Mar 2012 11:21:12 -0400 Received: from justin.univie.ac.at ([131.130.3.111] helo=justin.univie.ac.at) by grace.univie.ac.at with esmtp (Exim 4.77) (envelope-from ) id 1SBpFk-0005Ot-Nu for emacs-orgmode@gnu.org; Sun, 25 Mar 2012 17:21:08 +0200 Received: from 91-114-200-104.adsl.highway.telekom.at ([91.114.200.104] helo=mercator.fritz.box) by justin.univie.ac.at with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.77) (envelope-from ) id 1SBpFk-0006Rr-Kq for emacs-orgmode@gnu.org; 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: emacs-orgmode@gnu.org 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?