Opened 13 years ago

Last modified 13 years ago

#33392 closed defect

emacs org-export pdf fails — at Initial Version

Reported by: nx8a@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.0.3
Keywords: Cc:
Port: emacs

Description

I've recently downloaded emacs 23.4+v11 and texlive portts, but been unable to export org docs in emacs to pdf. The message buffer in emacs is:

Latex export done, pushed to kill ring and clipboard processing LaTex file... (Shell command failed with code 1 and some error output) org-export-as-pdf: PDF file was not produced

MacBook-Pro:~ NX8A$ port version Version: 2.0.4 MacBook-Pro:~ NX8A$ port platform Platform: darwin 10 i386 Operating System - 10.6.8

I've looked thru the Hotlist and previous entries, but didn't find any solutions. I've uninstalled my emacs port and re-installed with same results. Likewise, Ive added the following statements to my .emacs file to insure emacs can find the 'tex' ports added, but this hasn't worked either.

;; Added to get pdf to print and to have emacs recognize the macports binaries (setenv "PATH" (concat "/opt/local/bin:/opt/local/sbin:" (getenv "PATH"))) (setq exec-path (append '("/opt/local/bin" "/opt/local/sbin") exec-path))

When I tried to customize the emacs org-export-latex parts, it looked as if their are two menus listed with the same options when they should be different. Can you confirm that the latest version of emacs is good to go in this area.

Change History (0)

Note: See TracTickets for help on using tickets.