Changes between Initial Version and Version 1 of Ticket #33392
- Timestamp:
- Feb 28, 2012, 4:28:45 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33392
- Property Owner changed from macports-tickets@… to dports@…
- Property Port 23.4+v11 removed
-
Ticket #33392 – Description
initial v1 1 1 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: 2 2 3 {{{ 3 4 Latex export done, pushed to kill ring and clipboard 4 5 processing LaTex file... 5 6 (Shell command failed with code 1 and some error output) 6 7 org-export-as-pdf: PDF file was not produced 8 }}} 7 9 10 {{{ 8 11 MacBook-Pro:~ NX8A$ port version 9 12 Version: 2.0.4 … … 11 14 Platform: darwin 10 i386 12 15 Operating System - 10.6.8 16 }}} 13 17 14 18 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. 15 19 20 {{{ 16 21 ;; Added to get pdf to print and to have emacs recognize the macports binaries 17 22 (setenv "PATH" (concat "/opt/local/bin:/opt/local/sbin:" (getenv "PATH"))) 18 23 (setq exec-path (append '("/opt/local/bin" "/opt/local/sbin") exec-path)) 24 }}} 19 25 20 26 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.