From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Alekseyev Subject: Verbatim URL in HTML export Date: Thu, 19 Jan 2012 00:17:50 -0600 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:56793) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RnlJp-0000M3-NV for emacs-orgmode@gnu.org; Thu, 19 Jan 2012 01:17:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RnlJo-00025B-Va for emacs-orgmode@gnu.org; Thu, 19 Jan 2012 01:17:53 -0500 Received: from mail-pw0-f41.google.com ([209.85.160.41]:53193) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RnlJo-000251-MV for emacs-orgmode@gnu.org; Thu, 19 Jan 2012 01:17:52 -0500 Received: by pbdu6 with SMTP id u6so164951pbd.0 for ; Wed, 18 Jan 2012 22:17:51 -0800 (PST) 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 I would like to have a plain-text URL with no formatting in my HTML output. I can't figure out how to avoid having it turn into a link on HTML export. Surrounding it with ~tildes~ puts it in a block, which is not what I need; I simply need that particular URL to be treated as plain text. Is there a markup/option for this? --Leo