hvesalai / emacs-scala-mode

The definitive scala-mode for emacs
http://ensime.org
GNU General Public License v3.0
362 stars 68 forks source link

Remove ugly characters from org mode output #151

Closed ag91 closed 3 years ago

ag91 commented 6 years ago

Running a block would produce something like:

+RESULTS: : res0: Int = 2 : : ob_scala_eol : scala>  : scala> 

With this fix it will produce:

+RESULTS: : res22: Int = 2

to check this working easily you can try: https://github.com/ag91/EasyOrgEnsime/

CLAassistant commented 6 years ago

CLA assistant check
All committers have signed the CLA.

ag91 commented 5 years ago

Hi, any news on this?