From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: Suppress linkification of external links possible? Date: Tue, 17 Feb 2009 06:20:05 -0600 Message-ID: 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 1LZOvr-0005XP-UB for emacs-orgmode@gnu.org; Tue, 17 Feb 2009 07:20:11 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LZOvq-0005Wh-52 for emacs-orgmode@gnu.org; Tue, 17 Feb 2009 07:20:11 -0500 Received: from [199.232.76.173] (port=51911 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LZOvp-0005Wb-Fi for emacs-orgmode@gnu.org; Tue, 17 Feb 2009 07:20:09 -0500 Received: from out4.smtp.messagingengine.com ([66.111.4.28]:45093) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LZOvp-000265-7V for emacs-orgmode@gnu.org; Tue, 17 Feb 2009 07:20:09 -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, 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. You can customize the variable org-activate-links and remove "plain" from the list. Regards, Matt