From: Robert Klein <roklein@roklein.de>
To: Joseph Vidal-Rosset <joseph.vidal.rosset@gmail.com>
Cc: "Liste-emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>
Subject: Re: PATH question for gnus
Date: Mon, 8 Oct 2018 14:59:11 +0200 [thread overview]
Message-ID: <20181008145911.5fb44cf3@lt70.mpip-mainz.mpg.de> (raw)
In-Reply-To: <CAD-VTcHBrzYdn74=47i0UcZWjcpepDTAcEYH8_6RQWqmVPCSKQ@mail.gmail.com>
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.
next prev parent reply other threads:[~2018-10-08 12:59 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-08 12:15 PATH question for gnus Joseph Vidal-Rosset
2018-10-08 12:59 ` Robert Klein [this message]
2018-10-08 13:23 ` Joseph Vidal-Rosset
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20181008145911.5fb44cf3@lt70.mpip-mainz.mpg.de \
--to=roklein@roklein.de \
--cc=emacs-orgmode@gnu.org \
--cc=joseph.vidal.rosset@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).