From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julius Dittmar Subject: Re: minimal testing setup for pdf export? Date: Wed, 28 Aug 2019 10:29:10 +0200 Message-ID: References: <20190827081403.03c7b07b@lt70.mpip-mainz.mpg.de> <8fc0dad7-f387-0d81-7196-259f328f7f19@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:59253) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i2tKX-0001tC-Ac for emacs-orgmode@gnu.org; Wed, 28 Aug 2019 04:29:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i2tKV-0005DM-9e for emacs-orgmode@gnu.org; Wed, 28 Aug 2019 04:29:25 -0400 Received: from mout.gmx.net ([212.227.15.18]:58739) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i2tKV-0005CE-15 for emacs-orgmode@gnu.org; Wed, 28 Aug 2019 04:29:23 -0400 In-Reply-To: Content-Language: de-DE 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" To: org-mode-email Am 28.08.19 um 01:33 schrieb Matt Price: > huh.=C2=A0 that was kinda cool... but the value of default-directory see= ms to > be correct.=C2=A0 However, this helped a bit: > > #+BEGIN_SRC emacs-lisp > (shell-command-to-string "echo $PWD") > > #+END_SRC > =C2=A0 > > #+RESULTS: > : /home/matt/src/org-mode > > Not sure what's going on here, but this value is the same in a regular > emacs and=C2=A0 "emacs -Q".=C2=A0 is this normal? For me, with "emacs -Q", this reliably returns the path from which I started emacs. HTH, Julius