From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Suppress linkification of external links possible? Date: Wed, 18 Feb 2009 13:29:29 +0100 Message-ID: References: <498334.41451.qm@web28308.mail.ukl.yahoo.com> Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LZlYW-00031u-7y for emacs-orgmode@gnu.org; Wed, 18 Feb 2009 07:29:36 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LZlYV-000300-J9 for emacs-orgmode@gnu.org; Wed, 18 Feb 2009 07:29:35 -0500 Received: from [199.232.76.173] (port=41599 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LZlYV-0002zh-7Y for emacs-orgmode@gnu.org; Wed, 18 Feb 2009 07:29:35 -0500 Received: from mail-ew0-f20.google.com ([209.85.219.20]:64289) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LZlYU-00022W-RQ for emacs-orgmode@gnu.org; Wed, 18 Feb 2009 07:29:35 -0500 Received: by ewy13 with SMTP id 13so3870649ewy.18 for ; Wed, 18 Feb 2009 04:29:31 -0800 (PST) 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: Ulf Stegemann Cc: emacs-orgmode@gnu.org On Feb 18, 2009, at 8:58 AM, Ulf Stegemann wrote: > 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'. This is defined in org-macs.el. http://repo.or.cz/w/org-mode.git?a=commitdiff;h=538a536d0da678a753f4e5db17b2e13c6fb1876b Something must have gone wrong when you updated. try removing all .elc files, maybe recompile. - Carsten