emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-babel, python, encoding and table
@ 2013-05-07 12:55 Roland Donat
  2013-05-07 16:41 ` Eric Schulte
  0 siblings, 1 reply; 15+ messages in thread
From: Roland Donat @ 2013-05-07 12:55 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 945 bytes --]

Hello,

My problem is about python code evaluation with org-babel that should give
a table containing accented characters.

Here is an example :
#+NAME: test1
#+begin_src python :results value :preamble # -*- coding: utf-8 -*- :return
b
a = ( ( "é", "a" ), ( "a", "à" ) )
b = "é"
#+end_src

#+RESULTS: test1
: é

It's ok, no problem!

But :
#+NAME: test2
#+begin_src python :results value :preamble # -*- coding: utf-8 -*- :return
a
a = ( ( "é", "a" ), ( "a", "à" ) )
b = "é"
#+end_src

#+RESULTS: test2
| \303\251 | a        |
| a        | \303\240 |

I don't understand why the accented characters are replaced by some codes
when the results is interpreted as org-table...

Any idea, workaround to solve my problem would be much appreciated!

I use Org-mode version 8.0.2 (8.0.2-2-g93da18-elpaplus @
/home/roland/.emacs.d/elpa/org-plus-contrib-20130429/).

Thanks in advance.

Best regards,

Roland.

[-- Attachment #2: Type: text/html, Size: 1646 bytes --]

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2013-05-29 23:55 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-07 12:55 org-babel, python, encoding and table Roland Donat
2013-05-07 16:41 ` Eric Schulte
2013-05-07 17:34   ` Andreas Röhler
2013-05-07 18:18     ` Eric Schulte
2013-05-07 18:45       ` Andreas Röhler
2013-05-07 19:20         ` Nick Dokos
2013-05-07 19:40           ` Andreas Röhler
2013-05-07 20:05             ` Nick Dokos
2013-05-08  6:21               ` Andreas Röhler
2013-05-07 19:44           ` Roland Donat
2013-05-07 19:52             ` Andreas Röhler
2013-05-08  8:36   ` Andreas Röhler
2013-05-29 12:18     ` Roland DONAT
2013-05-29 13:00       ` Eric Schulte
2013-05-29 23:54         ` Christian Wittern

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).