From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: Suppress linkification of external links possible? Date: Tue, 17 Feb 2009 13:36:00 +0100 Message-ID: <87skmdxmtr.fsf@kassiopeya.MSHEIMNETZ> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LZP8S-0003Mt-Fk for emacs-orgmode@gnu.org; Tue, 17 Feb 2009 07:33:12 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LZP8R-0003MR-3o for emacs-orgmode@gnu.org; Tue, 17 Feb 2009 07:33:12 -0500 Received: from [199.232.76.173] (port=54601 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LZP8Q-0003MO-UO for emacs-orgmode@gnu.org; Tue, 17 Feb 2009 07:33:10 -0500 Received: from mail.gmx.net ([213.165.64.20]:34708) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1LZP8Q-0003Wi-Bm for emacs-orgmode@gnu.org; Tue, 17 Feb 2009 07:33:10 -0500 In-Reply-To: (Ulf Stegemann's message of "Tue, 17 Feb 2009 12:44:27 +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: Ulf Stegemann Cc: emacs-orgmode@gnu.org Hi Ulf, a dirty hackish aproach: (defun sr-no-link (href) "Links, that are no links" "#") (setq org-link-abbrev-alist '(("man" . "http://localhost/devel/man.php?q=man&what=%s") ;; ... many more ... ("dummy" . sr-no-link)) [[dummy:][http://gateway.example.org]] It's still displayed as link then, but the browsers do nothing ;-) Regards, Sebastian Ulf Stegemann writes: > Hi all, > > just a quick question: Is it possible to suppress the automagical > linkification of external links? I have a document here for tutorial > purposes which is cluttered with invalid addresses like > 'http://gateway.example.org'. Linkification of those addresses is rather > disturbing. > > Ulf > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > -- Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover Tel.: +49 (0)511 - 36 58 472 Fax: +49 (0)1805 - 233633 - 11044 mobil: +49 (0)173 - 83 93 417 Email: s.rose@emma-stil.de, sebastian_rose@gmx.de Http: www.emma-stil.de