From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Arntson Subject: latex export beginner Date: Tue, 20 May 2014 20:30:09 -0700 Message-ID: <87zjibsta6.fsf@stevenarntson.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33431) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WmxEd-0000Tg-EH for emacs-orgmode@gnu.org; Tue, 20 May 2014 23:30:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WmxEU-00042a-KE for emacs-orgmode@gnu.org; Tue, 20 May 2014 23:30:31 -0400 Received: from plane.gmane.org ([80.91.229.3]:49691) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WmxEU-00042V-EY for emacs-orgmode@gnu.org; Tue, 20 May 2014 23:30:22 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WmxET-0004s7-NW for emacs-orgmode@gnu.org; Wed, 21 May 2014 05:30:21 +0200 Received: from 174-21-7-21.tukw.qwest.net ([174.21.7.21]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 21 May 2014 05:30:21 +0200 Received: from steven by 174-21-7-21.tukw.qwest.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 21 May 2014 05:30:21 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org I'm taking my first baby steps at exporting an org file to LaTex. I know a little about org-mode, and almost nothing about LaTex. I type C-c C-e l o A file named file.tex is produced, but the process halts with an error: org-latex-compile: PDF file ./plm.pdf wasn't produced: [LaTeX error] A program called pdfTex produces a buffer with extensive output, including: ! LaTeX Error: Missing \begin{document}. This seems like some markup that should probably be included in my file automatically as part of the export? Shoud I add "/begin{document}" to my org doc? Thank you! Steven Arntson