From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brad Collins Subject: Org-mode export to html hangs when encoding links Date: Mon, 29 Feb 2016 18:27:16 +0700 Message-ID: <87mvqjlpt7.fsf_-_@chenla.la> References: <87io17et43.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52364) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aaLzB-0001tL-OW for emacs-orgmode@gnu.org; Mon, 29 Feb 2016 06:27:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aaLz8-0006c9-F6 for emacs-orgmode@gnu.org; Mon, 29 Feb 2016 06:27:33 -0500 Received: from mail-pf0-x231.google.com ([2607:f8b0:400e:c00::231]:35768) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aaLz8-0006bj-7Z for emacs-orgmode@gnu.org; Mon, 29 Feb 2016 06:27:30 -0500 Received: by mail-pf0-x231.google.com with SMTP id w128so45952833pfb.2 for ; Mon, 29 Feb 2016 03:27:28 -0800 (PST) Received: from bulma ([114.134.189.180]) by smtp.gmail.com with ESMTPSA id fa3sm37466141pab.45.2016.02.29.03.27.24 for (version=TLS1 cipher=AES128-SHA bits=128/128); Mon, 29 Feb 2016 03:27:26 -0800 (PST) In-Reply-To: <87io17et43.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Mon, 29 Feb 2016 10:57:48 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org mode Since upgrading to 8.3.4, exporting to HTML fails if there is a hypertext link in the document with the following error: if: Autoloading failed to define function url-encode-url This is the document that fails: --begin-- #+TITLE: Testing #+AUTHOR: Brad Collins #+EMAIL: brad@chenla.la * This is a Heading Lorem ipsum dolor [[http://chenla.org][sit]] amet, consectetuer adipiscing elit. Donec hendrerit tempor tellus. Donec pretium posuere tellus. Proin quam nisl, tincidunt et, mattis eget, convallis nec, purus. --end-- I'm running: GNU Emacs 25.0.91.1 (i686-pc-linux-gnu, GTK+ Version 3.4.2) of 2016-02-22 Org-mode version 8.3.4 (8.3.4-dist @ /home/deerpig/emacs-lisp/org-mode/lisp/) Here is the the beginning of the debug backtrace (the full backtrace is 165k): Debugger entered--Lisp error: (error "Autoloading failed to define function url-encode-url") (url-encode-url text) (if (fboundp (quote url-encode-url)) (url-encode-url text) (if (org-string-match-p (concat "[[:nonascii:]" org-link-escape-chars-browser "]") text) (org-link-escape text org-link-escape-chars-browser) text)) No luck googling and I've looked through the code but I can't figure out where to even begin to look. I couldn't get the Melpa package to work -- so I'm running Org from a local install from Git. Any ideas? Cheers, b/ -- Brad Collins skype|twitter: deerpig http://chenla.la