emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Sebastian Rose <sebastian_rose@gmx.de>
To: buckbrody@gmail.com
Cc: emacs-orgmode <emacs-orgmode@gnu.org>,
	Carsten Dominik <carsten.dominik@gmail.com>
Subject: Re: error when exporting to pdf
Date: Thu, 22 Apr 2010 23:06:18 +0200	[thread overview]
Message-ID: <877hnz6vud.fsf@gmx.de> (raw)
In-Reply-To: <z2k8bd4668a1004220901hc2a3cb34g54bb26a09a0e874b@mail.gmail.com> (Buck Brody's message of "Thu, 22 Apr 2010 12:01:12 -0400")

Buck Brody <buckbrody@gmail.com> writes:
> Carsten,
>
> I'm not sure how to run pdflatex.  I didn't mention earlier, but I run emacs
> on Windows.

Hi Buck,

did you install `texlive' or similar?

See: http://www.tug.org/texlive/

Download: http://www.tug.org/texlive/acquire-netinstall.html


HTH

   Sebastian

>
> Buck
>
> On Wed, Apr 21, 2010 at 6:38 AM, Carsten Dominik
> <carsten.dominik@gmail.com>wrote:
>
>> Hi Buck,
>>
>> In this process, Org-mode will produce a .tex file.  Try running pdflatex
>> on the file "by hand", this will give you (and, if still necessary, us),
>> more information on what is going wrong.
>>
>> - Carsten
>>
>>
>> On Apr 21, 2010, at 2:22 AM, Buck Brody wrote:
>>
>>  I am trying to export to PDF.  I typed C-c C-e d.  Which should be,
>>> "export as LaTeX and process to PDF and open PDF file".  I received a
>>> message that said "PDF file was not produced".  The org file I used was the
>>> one in the example http://orgmode.org/worg/org-tutorials/org-beamer.php.
>>>  Version information and backtrace are below.  Thanks for your help.
>>>
>>> Buck
>>>
>>> Versions:
>>>
>>> Emacs 22.3.1
>>>
>>> Org-Mode 6.34c
>>>
>>> Backtrace:
>>> Debugger entered--Lisp error: (error "PDF file was not produced")
>>>  signal(error ("PDF file was not produced"))
>>>  error("PDF file was not produced")
>>>  (if (not (file-exists-p pdffile)) (error "PDF file was not produced")
>>> (set-window-configuration wconfig) (when org-export-pdf-remove-logfiles
>>> (dolist ... ... ...)) (message "Exporting to PDF...done") pdffile)
>>>  (let* ((wconfig ...) (lbuf ...) (file ...) (base ...) (pdffile ...) (cmds
>>> org-latex-to-pdf-process) (outbuf ...) (bibtex-p ...) cmd)
>>> (with-current-buffer outbuf (erase-buffer)) (message "Processing LaTeX
>>> file...") (if (and cmds ...) (funcall cmds file) (while cmds ... ... ...
>>> ...)) (message "Processing LaTeX file...done") (if (not ...) (error "PDF
>>> file was not produced") (set-window-configuration wconfig) (when
>>> org-export-pdf-remove-logfiles ...) (message "Exporting to PDF...done")
>>> pdffile))
>>>  org-export-as-pdf(nil)
>>>  (let ((pdffile ...)) (if pdffile (org-open-file pdffile) (error "PDF file
>>> was not produced")))
>>>  org-export-as-pdf-and-open(nil)
>>>  call-interactively(org-export-as-pdf-and-open)
>>>  (if (and bg (nth 2 ass) (not ...) (not ...)) (let (...)
>>> (set-process-sentinel p ...) (message "Background process \"%s\": started"
>>> p)) (if subtree-p (progn ... ...)) (call-interactively (nth 1 ass)) (when
>>> (and bpos ...) (let ... ... ... ... ...)))
>>>  (let* ((bg ...) subtree-p (help "[t]   insert the export option
>>> template\n[v]   limit export to visible part of outline tree\n[1]   only
>>> export the current subtree\n[SPC] publish enclosing subtree (with
>>> LaTeX_CLASS or EXPORT_FILE_NAME prop)\n\n[a] export as ASCII     [A] to
>>> temporary buffer\n\n[h] export as HTML      [H] to temporary buffer   [R]
>>> export region\n[b] export as HTML and open in browser\n\n[l] export as LaTeX
>>>     [L] to temporary buffer\n[p] export as LaTeX and process to PDF
>>>    [d] ... and open PDF file\n\n[D] export as DocBook   [V] export as
>>> DocBook, process to PDF, and open\n\n[m] export as Freemind mind map\n[x]
>>> export as XOXO\n[g] export using Wes Hardaker's generic exporter\n\n[i]
>>> export current file as iCalendar file\n[I] export all agenda files as
>>> iCalendar files   [c] ...as one combined file\n\n[F] publish current file
>>>        [P] publish current project\n[X] publish a project...          [E]
>>> publish every projects") (cmds ...) r1 r2 ass (cpos ...) (cbuf ...) bpos)
>>> (save-excursion (save-window-excursion ... ... ... ... ... ... ...)) (and
>>> bpos (goto-char bpos)) (setq r2 (if ... ... r1)) (unless (setq ass ...)
>>> (error "No command associated with key %c" r1)) (if (and bg ... ... ...)
>>> (let ... ... ...) (if subtree-p ...) (call-interactively ...) (when ...
>>> ...)))
>>>  org-export(nil)
>>>  call-interactively(org-export)
>>> _______________________________________________
>>> 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
>>>
>>
>> - Carsten
>>
>>
>>
>>
> _______________________________________________
> 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

-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Sebastian  Rose      Fachinformatiker / Anwendungsentwicklung
Viktoriastr. 22      Entwicklung von Anwendungen mit freien Werkzeugen
30451  Hannover      und Bibliotheken.

0173  83 93 417      sebastian_rose@gmx.de         s.rose@emma-stil.de
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  reply	other threads:[~2010-04-22 21:06 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-21  0:22 error when exporting to pdf Buck Brody
2010-04-21 10:38 ` Carsten Dominik
2010-04-22 16:01   ` Buck Brody
2010-04-22 21:06     ` Sebastian Rose [this message]
2010-04-23 15:00     ` Nick Dokos
2010-04-23 16:12       ` Buck Brody
2010-04-23 17:51         ` Mark Elston
2010-04-23 19:16         ` Nick Dokos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=877hnz6vud.fsf@gmx.de \
    --to=sebastian_rose@gmx.de \
    --cc=buckbrody@gmail.com \
    --cc=carsten.dominik@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).