From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giovanni Ridolfi Subject: Re: Re: Suppress linkification of external links possible? Date: Tue, 17 Feb 2009 15:57:41 +0000 (GMT) Message-ID: <437629.60030.qm@web28311.mail.ukl.yahoo.com> References: Reply-To: giovanni.ridolfi@yahoo.it Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LZSKP-0002sh-6O for emacs-orgmode@gnu.org; Tue, 17 Feb 2009 10:57:45 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LZSKM-0002sM-Pu for emacs-orgmode@gnu.org; Tue, 17 Feb 2009 10:57:44 -0500 Received: from [199.232.76.173] (port=53040 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LZSKM-0002sJ-LF for emacs-orgmode@gnu.org; Tue, 17 Feb 2009 10:57:42 -0500 Received: from n20.bullet.mail.ukl.yahoo.com ([87.248.110.137]:42305) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1LZSKM-0004wj-5J for emacs-orgmode@gnu.org; Tue, 17 Feb 2009 10:57:42 -0500 In-Reply-To: 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, Ulf Stegemann --- Mar 17/2/09, Ulf Stegemann ha scritto:=20 > 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 > =3D\http:...\=3D). what about post processing your HTML file with=20 an /ad hoc/ function (called e.g. my-replace-esc-hlink [1])? In your file.org you may write \http://gateway.org=20 that is exported as: \http://gateway.org then open your html buffer and M-x my-replace-esc-hlink=20 to cancel the "\" string HTH Giovanni [1] (defun my-replace-esc-hlink () "In a HTML file, replace escaped http links" (interactive) (goto-char (point-min)) (while (< (point) (point-max)) (re-search-forward "\\\\") ;end (setq x2 (point)) =20 (delete-region x1 x2) ) ) ) ) =0A=0A=0A Passa a Yahoo! Mail.=0A= =0ALa webmail che ti offre GRATIS spazio illimitato, =0Aantispam e messenge= r integrato.=0Ahttp://it.mail.yahoo.com/=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0