emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] PATH question for gnus


From: Robert Klein
Subject: Re: [O] PATH question for gnus
Date: Mon, 8 Oct 2018 14:59:11 +0200

Hi,

On Mon, 8 Oct 2018 14:15:17 +0200
Joseph Vidal-Rosset <address@hidden> 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]