From: Christian Moe <mail@christianmoe.com>
To: Eric Schulte <eric.schulte@gmx.com>
Cc: Org Mode <emacs-orgmode@gnu.org>
Subject: Re: [Babel][R] Non-ascii characters in R plots
Date: Mon, 20 Aug 2012 10:23:20 +0200 [thread overview]
Message-ID: <5031F3F8.4040208@christianmoe.com> (raw)
In-Reply-To: <87vcgeigyw.fsf@gmx.com>
On 8/20/12 1:44 AM, Eric Schulte wrote:
>> When I the following example source block in Org I get a plot in which
>> the non-ascii characters are replaced by double dots (namely, the
>> degree sign in `degrees C' and the `Å' in `År', Norwegian for `Year').
>>
>> #+begin_src R :results graphics :file
>> ~/Desktop/testplot-with-Babel.png :width 480 :height 360
>> temp <- c(15, 17, 16, 19, 17, 18)
>> year <- c(2000:2005)
>> plot(year, temp, xlab="\305r", ylab="\260C")
>> #+end_src
>>
(...)
>> Yours,
>> Christian
>>
>
> Hi Christian,
>
> Your example worked for me without problem, however I had to replace the
> characters from your original email with valid (at least on my system)
> utf8 alternatives. See the attached org-mode file and resulting plot.
>
Hi, Eric,
Thanks for taking a look. Sorry about messing up the special
characters in the email, I should have attached a proper text file.
But I did use valid UTF8 in Org: the same as in your example, code
points #xC5 and #xB0.
Evaluating your example on my Mac gives the same result as before:
Special characters are replaced with two dots. Tangling it and running
the tangled file works fine.
It's not really a problem, I can work around it with \u.... escapes,
which may be the safest approach anyway. But it's curious.
Since it works for you, it probably isn't Babel's fault. Maybe
something Mac-specific in the communication between Emacs and the
shell. Maybe there's a setting I can change, but all the variables
I've been able to think of already default to utf-8-unix.
Yours,
Christian
prev parent reply other threads:[~2012-08-20 8:14 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-19 14:36 [Babel][R] Non-ascii characters in R plots Christian Moe
[not found] ` <87vcgeigyw.fsf@gmx.com>
2012-08-20 8:23 ` Christian Moe [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5031F3F8.4040208@christianmoe.com \
--to=mail@christianmoe.com \
--cc=emacs-orgmode@gnu.org \
--cc=eric.schulte@gmx.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).