emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Org-mode export to html hangs when encoding links


From: Brad Collins
Subject: [O] Org-mode export to html hangs when encoding links
Date: Mon, 29 Feb 2016 18:27:16 +0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.91 (gnu/linux)

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:  address@hidden

* 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 <address@hidden>
skype|twitter: deerpig
http://chenla.la



reply via email to

[Prev in Thread] Current Thread [Next in Thread]