From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johannes Rainer Subject: Difference between eval and export Date: Fri, 26 Sep 2014 12:43:01 +0200 Message-ID: <28C8F16D-2F4D-441A-8556-C1BF087F797E@gmail.com> Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44373) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXSzX-0002gJ-Qg for emacs-orgmode@gnu.org; Fri, 26 Sep 2014 06:43:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XXSzX-0001XQ-4L for emacs-orgmode@gnu.org; Fri, 26 Sep 2014 06:43:11 -0400 Received: from mail-wg0-x22b.google.com ([2a00:1450:400c:c00::22b]:59143) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXSzW-0001Wk-UW for emacs-orgmode@gnu.org; Fri, 26 Sep 2014 06:43:11 -0400 Received: by mail-wg0-f43.google.com with SMTP id y10so9586044wgg.26 for ; Fri, 26 Sep 2014 03:43:05 -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 iy10sm1750402wic.5.2014.09.26.03.43.04 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 26 Sep 2014 03:43:04 -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 hi all! I am wondering what the difference between the eval of a source block = and the export of a buffer is in terms of the process in which the code = is evaluated.=20 Is the org-export call starting a new process?=20 Is there a way to specify environment variables for the export process? thanks in advance for any information! best, jo=