|
From: | Matthew Leifer |
Subject: | [Orgmode] RE: Can't find LaTeX under MAC |
Date: | Tue, 28 Sep 2010 12:58:55 +0100 |
Aloha Chao,
I have texlive 2010 installed on my Mac. This path works for me:
**** Emacs set path to LaTeX binaries
#+begin_src emacs-lisp :tangle yes
(setenv "PATH" (concat (getenv "PATH") ":/usr/texbin"))
(setq exec-path (append exec-path '("/usr/texbin")))
#+end_src
HTH,
Tom
On Sep 27, 2010, at 11:06 AM, Chao LU wrote:
_______________________________________________Dear all,
I'm trying to use org-mode under MAC, and when I export to html, some fragments of LaTeX needs to be converted. So I got the texlive installed and then put these lines into my .emacs:
8<------------------------>8
(defconst lch-mac-p (eq window-system 'mac) "Are we on Mac")
(if lch-mac-p
(progn
(setenv "PATH" (concat "/usr/local/texlive/2010/bin/universal-darwin:" (getenv "PATH")))
(setq exec-path (append exec-path '("/usr/local/bin" "/usr/local/texlive/2010/bin/universal-darwin:")))
)
)
8<------------------------->8
But seems not work, org still can't find where the LaTeX is. Could anyone give me a hint?
Thanks in advance ^.^
Chao
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
[Prev in Thread] | Current Thread | [Next in Thread] |