[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] [babel] Can't write accented characters in R graphics
From: |
Christian Moe |
Subject: |
Re: [O] [babel] Can't write accented characters in R graphics |
Date: |
Tue, 10 Dec 2013 22:08:35 +0100 |
User-agent: |
mu4e 0.9.9.5-dev6; emacs 24.3.1 |
Sebastien Vauban writes:
> Fixed with:
>
> --8<---------------cut here---------------start------------->8---
> ;; accented characters on graphics
> (setq org-babel-R-command
> (concat org-babel-R-command " --encoding=UTF-8")))
> --8<---------------cut here---------------end--------------->8---
That looked promising, but when I tried it, I got the following
*Org-Babel Error Output*, which shows Babel choking on the first
non-ascii character at the start of the xlab string:
Error: unexpected '/' in:
"plot(1:10, 1:10, xlab="dev.off()
}}(),transfer.file="/var/folders/JV/JVNxBfnMGkWC9Aw0BZa8Kk+++TI/-Tmp-/"
Execution halted
Still baffled,
Christian