Changes between Initial Version and Version 1 of Ticket #33392


Ignore:
Timestamp:
Feb 28, 2012, 4:28:45 PM (13 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Please remember to use WikiFormatting and to Cc the maintainer of the affected port.

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  
    11I'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:
    22
     3{{{
    34Latex export done, pushed to kill ring and clipboard
    45processing LaTex file...
    56(Shell command failed with code 1 and some error output)
    67org-export-as-pdf: PDF file was not produced
     8}}}
    79
     10{{{
    811MacBook-Pro:~ NX8A$ port version
    912Version: 2.0.4
     
    1114Platform: darwin 10 i386
    1215Operating System - 10.6.8
     16}}}
    1317
    1418I'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.
    1519
     20{{{
    1621;; Added to get pdf to print and to have emacs recognize the macports binaries
    1722(setenv "PATH" (concat "/opt/local/bin:/opt/local/sbin:" (getenv "PATH")))
    1823(setq exec-path (append '("/opt/local/bin" "/opt/local/sbin") exec-path))
     24}}}
    1925
    2026When 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.