From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ulf Stegemann Subject: Re: Suppress linkification of external links possible? Date: Wed, 18 Feb 2009 08:58:11 +0100 Message-ID: References: <498334.41451.qm@web28308.mail.ukl.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LZhK5-000685-M9 for emacs-orgmode@gnu.org; Wed, 18 Feb 2009 02:58:25 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LZhK5-00067s-7Z for emacs-orgmode@gnu.org; Wed, 18 Feb 2009 02:58:25 -0500 Received: from [199.232.76.173] (port=58823 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LZhK4-00067o-W8 for emacs-orgmode@gnu.org; Wed, 18 Feb 2009 02:58:25 -0500 Received: from main.gmane.org ([80.91.229.2]:42880 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LZhK3-0001X1-Jm for emacs-orgmode@gnu.org; Wed, 18 Feb 2009 02:58:24 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LZhK0-0004Wv-Ee for emacs-orgmode@gnu.org; Wed, 18 Feb 2009 07:58:20 +0000 Received: from london.zeitform.net ([146.140.213.100]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 18 Feb 2009 07:58:20 +0000 Received: from ulf-news by london.zeitform.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 18 Feb 2009 07:58:20 +0000 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 Dear Carsten, Carsten Dominik wrote: > On Feb 17, 2009, at 2:05 PM, Ulf Stegemann wrote: > >> What I was originally looking for was some sort of escape >> character/special markup that would prevent creating links at all, like >> \http://...\ . This would also allow us to use other markups on plain >> text links, something that - AFAIK - is currently not possible (like >> =\http:...\=). > > Indeed, something like =http://a.com= should work, this is a bug. > I have just fixed it. great ... but unfortunately it's not working here. Whenever I try to export an org file to HTML now, I get 'org-export-normalize-links: Invalid function: org-if-unprotected-at' (with Emacs 23 and Org Mode versions as of this morning). This also happens with emacs -Q and a plain `org-install'. Ulf