Re: [O] passing LC_ALL environment variable to org export call

2014-09-29 Thread Johannes Rainer
On 29 Sep 2014, at 14:06, Rasmus wrote: > Johannes Rainer writes: > >> thanks for your hint. I checked Sys.getenv before and after the >> failing code, but LC_ALL was always properly set. I’m afraid my >> problem relates to some Mac LLVM and GCC gfortran compiler thing, >> since I’m using a R

Re: [O] passing LC_ALL environment variable to org export call

2014-09-29 Thread Rasmus
Johannes Rainer writes: > thanks for your hint. I checked Sys.getenv before and after the > failing code, but LC_ALL was always properly set. I’m afraid my > problem relates to some Mac LLVM and GCC gfortran compiler thing, > since I’m using a R version compiled against the Mac Accelerate > frame

Re: [O] passing LC_ALL environment variable to org export call

2014-09-29 Thread Johannes Rainer
hi Rasmus, thanks for your hint. I checked Sys.getenv before and after the failing code, but LC_ALL was always properly set. I’m afraid my problem relates to some Mac LLVM and GCC gfortran compiler thing, since I’m using a R version compiled against the Mac Accelerate framework (vecLib)… it is

Re: [O] passing LC_ALL environment variable to org export call

2014-09-26 Thread Rasmus
Hi Johannes, Johannes Rainer writes: > I stumbled across a strange problem. I’m using org-mode to perform > analyses in R and I have one block of R-code in which I use mclapply > to perform parallel calculations. evaluating this code block using C-c > C-c works fine, but I get a segfault error w

[O] passing LC_ALL environment variable to org export call

2014-09-26 Thread Johannes Rainer
dear all, I stumbled across a strange problem. I’m using org-mode to perform analyses in R and I have one block of R-code in which I use mclapply to perform parallel calculations. evaluating this code block using C-c C-c works fine, but I get a segfault error when I export the org file. This h