From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Re: [babel] Can't write accented characters in R graphics Date: Tue, 10 Dec 2013 22:08:35 +0100 Message-ID: References: <86vbz3si21.fsf@somewhere.org> <867gbi2pm0.fsf_-_@somewhere.org> <86vbywr1a0.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60986) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqUYL-00014D-3g for emacs-orgmode@gnu.org; Tue, 10 Dec 2013 16:09:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VqUYB-0001r9-NS for emacs-orgmode@gnu.org; Tue, 10 Dec 2013 16:09:13 -0500 Received: from mail-forward4.uio.no ([2001:700:100:10::33]:60657) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqUYB-0001mX-GY for emacs-orgmode@gnu.org; Tue, 10 Dec 2013 16:09:03 -0500 Received: from exim by mail-out4.uio.no with local-bsmtp (Exim 4.80.1) (envelope-from ) id 1VqUXa-0007aR-B8 for emacs-orgmode@gnu.org; Tue, 10 Dec 2013 22:08:26 +0100 In-reply-to: <86vbywr1a0.fsf@somewhere.org> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Sebastien Vauban Cc: emacs-orgmode@gnu.org 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