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:51:26 +0100 Message-ID: References: <437629.60030.qm@web28311.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 1LZhDe-0002xc-GA for emacs-orgmode@gnu.org; Wed, 18 Feb 2009 02:51:46 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LZhDc-0002vt-Ja for emacs-orgmode@gnu.org; Wed, 18 Feb 2009 02:51:45 -0500 Received: from [199.232.76.173] (port=46804 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LZhDc-0002vl-Fh for emacs-orgmode@gnu.org; Wed, 18 Feb 2009 02:51:44 -0500 Received: from main.gmane.org ([80.91.229.2]:44239 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 1LZhDb-0000qn-LO for emacs-orgmode@gnu.org; Wed, 18 Feb 2009 02:51:43 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LZhDW-0004IN-F0 for emacs-orgmode@gnu.org; Wed, 18 Feb 2009 07:51:38 +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:51:38 +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:51:38 +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 Hi Giovanni, Giovanni Ridolfi wrote: > --- Mar 17/2/09, Ulf Stegemann ha scritto: >> 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:...\=). > > what about post processing your HTML file with > an /ad hoc/ function (called e.g. my-replace-esc-hlink [1])? > > In your file.org you may write \http://gateway.orgthat is exported as: > \http://gateway.org > > then open your html buffer and > > M-x my-replace-esc-hlink thanks for the idea. I was also thinking about using a postprocessing, maybe by using the completion-function when publishing. Should nothing else work, I will probably come back to this. Ulf