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: b...@chenla.la
Maybe this (section 15.3 of the Org manual):
>
> (info "(org) Speed keys")
>
> ?
>
> Eval the form above with C-x C-e after the closing paren to get to that
> section.
--
Brad Collins
skype|twitter|wave: deerpig
http://chenla.la
Jisang Yoo writes:
> On Mon, Jul 15, 2013 at 8:23 AM, Brad Collins wrote:
>> Jisang Yoo writes:
>>
>>
>> Try an ascii block instead.
>> ...
>
> That also recognizes rectangles as tables.
>
You can:
(setq org-enable-table-editor nil)
Which turns
with dot prefix):
>
> #+BEGIN_EXAMPLE
> . +-+
> . | |
> . | box |
> . | |
> . +-+
> #+END_EXAMPLE
>
> the dots prevent org-src-mode from recognizing the rectangle as a
> table, but is there a way to prevent org-src-mode from recognizing
> tables without resorting to this prefix trick?
>
--
Brad Collins
skype|twitter|wave: deerpig
http://chenla.la