emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] bug: copyright-sign not printed


From: Andreas Röhler
Subject: [O] bug: copyright-sign not printed
Date: Tue, 13 Aug 2019 12:09:36 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:60.0) Gecko/20100101 Thunderbird/60.8.0

#+BEGIN_SRC python :results output
print(u'\\xA9')
#+END_SRC

#+RESULTS:
: \xA9


AFAUI cause in in calling  org-babel--shell-command-on-region, line 108 of ob-eval.el

        (process-file shell-file-name input-file

where python is run through a bash.

While in a Emacs python-shell print(u'\xA9') works nicely.

Thanks,

Andreas





reply via email to

[Prev in Thread] Current Thread [Next in Thread]