Re: [O] [babel] Can't write accented characters in R graphics

2013-12-11 Thread Sebastien Vauban
Christian Moe wrote: > 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<---c

Re: [O] [babel] Can't write accented characters in R graphics

2013-12-10 Thread Christian Moe
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-

Re: [O] [babel] Can't write accented characters in R graphics

2013-12-10 Thread Sebastien Vauban
"Sebastien Vauban" wrote: > John Hendy wrote: >> Can you do it straight from R? Might be a better place to start? If not, >> I'd look into that first to avoid googling org and ESS stuff in vain! > > The 1'42" demo on http://screencast.com/t/A9q6CQlLY6 clearly shows that: > > - It (now [1]) works fr

[O] [babel] Can't write accented characters in R graphics

2013-12-06 Thread Sebastien Vauban
John Hendy wrote: > Can you do it straight from R? Might be a better place to start? If not, > I'd look into that first to avoid googling org and ESS stuff in vain! The 1'42" demo on http://screencast.com/t/A9q6CQlLY6 clearly shows that: - It (now [1]) works from the R terminal - It works from t