msnoigrs / ox-rst

reStructuredText Back-End for Org-Mode Export Engine
116 stars 18 forks source link

Unable to Export files with hyperlinks #26

Closed necromuralist closed 7 years ago

necromuralist commented 7 years ago

When I try to export any file with a hyperlink:

This an example [[http://orgmode.org][Org Mode]].

I get the error:

Symbol's value as variable is void: org-link-escape-chars-browser

I found a commit message (for org) saying that this variable has been removed - http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=adcaf91648c1af347be28af5372df607808fe49d - but I don't know where it's referenced.

I had melpa set up so I don't know the exact version number of org-mode I had installed, but it was dated December 24, 2016 and I'm using emacs 26.0.50.2.

msnoigrs commented 7 years ago

I have already fixed this. Please try the latest commit.

necromuralist commented 7 years ago

Sorry I didn't see your comment earlier. It is working for me now. Thank you for the fix.