msnoigrs / ox-rst

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

missing require ox-ascii #44

Closed VladimirAlexiev closed 5 years ago

VladimirAlexiev commented 5 years ago

https://github.com/msnoigrs/ox-rst/blob/master/ox-rst.el#L1404 uses org-ascii-*. Therefore https://github.com/msnoigrs/ox-rst/blob/master/ox-rst.el#L34 needs

(require 'ox-ascii)
msnoigrs commented 5 years ago

Thank you for letting me know.