From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giovanni Ridolfi Subject: Re: Re: Keep URLs from automagically turning into links in HTML export? Date: Mon, 13 Dec 2010 16:41:16 +0100 Message-ID: <831v5l1y03.fsf@yahoo.it> References: <9006.72638458691$1292251831@news.gmane.org> <87tyihpvg1.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=43118 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PSAVs-0002Az-U8 for emacs-orgmode@gnu.org; Mon, 13 Dec 2010 10:40:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PSAVr-0006mQ-HQ for emacs-orgmode@gnu.org; Mon, 13 Dec 2010 10:40:32 -0500 Received: from nm18-vm1.bullet.mail.ukl.yahoo.com ([217.146.183.112]:44556) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1PSAVr-0006m6-7g for emacs-orgmode@gnu.org; Mon, 13 Dec 2010 10:40:31 -0500 In-Reply-To: <87tyihpvg1.fsf@gmail.com> (Oscar Carlsson's message of "Mon, 13 Dec 2010 16:02:38 +0100") 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: Oscar Carlsson Cc: emacs-orgmode@gnu.org Oscar Carlsson writes: > Uriel Avalos writes: > >> Suppose you have the following org file: >> >> * Hello World >> http://testlink.com >> >> How do you keep that URL from auto-magically turning into an HTML >> anchor (http://testlink.com Giovanni