From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Klein Subject: Re: PATH question for gnus Date: Mon, 8 Oct 2018 14:59:11 +0200 Message-ID: <20181008145911.5fb44cf3@lt70.mpip-mainz.mpg.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53197) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g9V8I-0002r0-9H for emacs-orgmode@gnu.org; Mon, 08 Oct 2018 08:59:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g9V8D-0001iV-1d for emacs-orgmode@gnu.org; Mon, 08 Oct 2018 08:59:34 -0400 Received: from mout.kundenserver.de ([212.227.126.135]:36791) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g9V8A-0001ep-Rw for emacs-orgmode@gnu.org; Mon, 08 Oct 2018 08:59:28 -0400 In-Reply-To: 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: Joseph Vidal-Rosset Cc: "Liste-emacs-orgmode@gnu.org" Hi, On Mon, 8 Oct 2018 14:15:17 +0200 Joseph Vidal-Rosset wrote: > Hello, > > I am a Debian GNU/Linux user, but, contrarily that I did, I have > recently decided to install texlive via the sources in /usr/local/ . > I put in my init.el (user.el in scimax) : (setenv "PATH" (concat > "/usr/local/texlive/2018/bin/x86_64-linux/:" (getenv "PATH"))) > (setenv "PATH" (concat > "/usr/texbin:/usr/local/bin/:" (getenv "PATH"))) > > and the export in LaTeX works. But in Gnus, org-mime does not work > and I cannot create pgn images: neither latex nor dvipng exist for > Gnus. It is a problem of PATH configuration that I do not succeed to > solve. put something like PATH=/usr/local/texlive/2018/bin/x86_64-linux:$PATH MANPATH=/usr/local/texlive/2018/texmf/doc/man:$MANPATH INFOPATH=/usr/local/texlive/2018/texmf/doc/info:$INFOPATH export PATH MANPATH INFOPATH in your .profile/.bashrc, (and .xsessionrc if your're using lightdm for login) Best regards Robert > > Your help is welcome. > > Best wishes, > > Jo.