Andreas Röhler <andreas.roeh...@easy-emacs.de> writes: > When evaluating the source examples attached, it fails sending > > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > UnicodeEncodeError: 'ascii' codec can't encode character u'\xa9' in position > 0: ordinal not in range(128)
This is a Python error, not an Org error. I guess you are using Python 2.x? The way Python handles encoding changed in Python 3.0. -- Bastien