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

2016-02-29 Thread Brad Collins
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

Re: [O] what are speedy keys?

2013-07-15 Thread Brad Collins
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

Re: [O] How to make org-src-mode stop recognizing tables in box diagrams?

2013-07-15 Thread Brad Collins
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

Re: [O] How to make org-src-mode stop recognizing tables in box diagrams?

2013-07-14 Thread Brad Collins
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