From mboxrd@z Thu Jan 1 00:00:00 1970 From: Achim Gratz Subject: [Bug] html-export mangels mailto: links Date: Wed, 01 Sep 2010 22:26:14 +0200 Message-ID: <87fwxtjjmh.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=47608 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oqtt7-0005Do-SN for emacs-orgmode@gnu.org; Wed, 01 Sep 2010 16:26:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oqtt5-0007VY-KL for emacs-orgmode@gnu.org; Wed, 01 Sep 2010 16:26:29 -0400 Received: from lo.gmane.org ([80.91.229.12]:35376) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oqtt5-0007VJ-Di for emacs-orgmode@gnu.org; Wed, 01 Sep 2010 16:26:27 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Oqtt2-0004il-7z for emacs-orgmode@gnu.org; Wed, 01 Sep 2010 22:26:24 +0200 Received: from p57aad1a4.dip.t-dialin.net ([87.170.209.164]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 01 Sep 2010 22:26:24 +0200 Received: from Stromeko by p57aad1a4.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 01 Sep 2010 22:26:24 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org HTML export removes the "mailto:" from a link, which will then be interpreted as a local link by the browser. For an example, see the link to this mailing list in ORGWEBPAGE/index.org and the corresponding HTML export on orgmode-org (or just the local file). Achim.