From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johannes Rainer Subject: passing LC_ALL environment variable to org export call Date: Fri, 26 Sep 2014 11:14:00 +0200 Message-ID: Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53235) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXRbO-0007li-OO for emacs-orgmode@gnu.org; Fri, 26 Sep 2014 05:14:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XXRbN-0004AD-Rj for emacs-orgmode@gnu.org; Fri, 26 Sep 2014 05:14:10 -0400 Received: from mail-we0-x232.google.com ([2a00:1450:400c:c03::232]:37833) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXRbN-00049n-Lx for emacs-orgmode@gnu.org; Fri, 26 Sep 2014 05:14:09 -0400 Received: by mail-we0-f178.google.com with SMTP id t60so9181576wes.23 for ; Fri, 26 Sep 2014 02:14:03 -0700 (PDT) Received: from ?IPv6:2a02:27e8:20:9049:f50d:df36:daed:d91b? ([2a02:27e8:20:9049:f50d:df36:daed:d91b]) by mx.google.com with ESMTPSA id ic7sm1475215wid.11.2014.09.26.02.14.02 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 26 Sep 2014 02:14:02 -0700 (PDT) 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: emacs-orgmode@gnu.org dear all, I stumbled across a strange problem. I=92m 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 has to do something with the LC_ALL environment variable as I can = reproduce the same error above in R in a terminal after =93unset = LC_ALL=94. Is there a way to pass environment variables to the export call? thanks!=