* PATH question for gnus
@ 2018-10-08 12:15 Joseph Vidal-Rosset
2018-10-08 12:59 ` Robert Klein
0 siblings, 1 reply; 3+ messages in thread
From: Joseph Vidal-Rosset @ 2018-10-08 12:15 UTC (permalink / raw)
To: Liste-emacs-orgmode@gnu.org
[-- Attachment #1: Type: text/plain, Size: 618 bytes --]
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.
Your help is welcome.
Best wishes,
Jo.
[-- Attachment #2: Type: text/html, Size: 1802 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: PATH question for gnus
2018-10-08 12:15 PATH question for gnus Joseph Vidal-Rosset
@ 2018-10-08 12:59 ` Robert Klein
2018-10-08 13:23 ` Joseph Vidal-Rosset
0 siblings, 1 reply; 3+ messages in thread
From: Robert Klein @ 2018-10-08 12:59 UTC (permalink / raw)
To: Joseph Vidal-Rosset; +Cc: Liste-emacs-orgmode@gnu.org
Hi,
On Mon, 8 Oct 2018 14:15:17 +0200
Joseph Vidal-Rosset <joseph.vidal.rosset@gmail.com> 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.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-10-08 13:23 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-08 12:15 PATH question for gnus Joseph Vidal-Rosset
2018-10-08 12:59 ` Robert Klein
2018-10-08 13:23 ` Joseph Vidal-Rosset
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).