emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Can't find LaTeX under MAC
@ 2010-09-27 21:06 Chao LU
  2010-09-27 21:30 ` Thomas S. Dye
  0 siblings, 1 reply; 5+ messages in thread
From: Chao LU @ 2010-09-27 21:06 UTC (permalink / raw)
  To: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 682 bytes --]

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

[-- Attachment #1.2: Type: text/html, Size: 847 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-09-28 12:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-27 21:06 Can't find LaTeX under MAC Chao LU
2010-09-27 21:30 ` Thomas S. Dye
     [not found]   ` <AANLkTikvPY2LKjAOK=ZmFbgWkaubAuksU=xkoY3kfspp@mail.gmail.com>
2010-09-28 11:58     ` Matthew Leifer
2010-09-28 12:20       ` Jeff Horn
2010-09-28 12:35         ` Joost Kremers

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).