Make superscripts produce a ^ in the output, instead of _
commit6914619f579120ca9a9fa2bb3e1ca48591180c22
authorNick Dokos <ndokos@gmail.com>
Fri, 9 May 2014 03:47:14 +0000 (8 23:47 -0400)
committerNick Dokos <ndokos@gmail.com>
Fri, 9 May 2014 11:52:45 +0000 (9 07:52 -0400)
tree85b621d5d3f92b45da8592d045a91a327207156f
parentef6f2465bd9bb4010868c465a1fa4d0d66821864
Make superscripts produce a ^ in the output, instead of _

* ox-ascii.el (org-ascii-superscript): Change _ to ^ in the output.

Reported by Suvayu Ali: http://thread.gmane.org/gmane.emacs.orgmode/86014
lisp/ox-ascii.el