From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marvin Doyley Subject: Re: Problem org-beamer export Date: Fri, 14 May 2010 09:11:38 -0400 Message-ID: <970940C6-60CD-4E3D-AD57-D91520C8B5A7@ece.rochester.edu> References: <1D4E2F50-1859-435B-AE42-C3B36EA0C37D@ece.rochester.edu> <07698044-5B4A-4310-8104-0D1F601D027F@gmail.com> Mime-Version: 1.0 (Apple Message framework v1078) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=56832 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OCug8-0007Ig-OS for emacs-orgmode@gnu.org; Fri, 14 May 2010 09:11:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OCug6-0000w1-Si for emacs-orgmode@gnu.org; Fri, 14 May 2010 09:11:48 -0400 Received: from cowpens.ceas.rochester.edu ([128.151.162.25]:35023) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OCug6-0000vs-Le for emacs-orgmode@gnu.org; Fri, 14 May 2010 09:11:46 -0400 In-Reply-To: <07698044-5B4A-4310-8104-0D1F601D027F@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Carsten Dominik Cc: emacs-orgmode@gnu.org Hi Carsten, This problem is now resolved. I just needed to change pdftex to pdflatex = in graphics.cfg file. =20 thanks M PS I am planning to learn lisp this summer so I can contribute to org = development in my limited spare time, what is the best place to start ? On May 14, 2010, at 8:08 AM, Carsten Dominik wrote: >=20 > On May 13, 2010, at 5:16 PM, Marvin Doyley wrote: >=20 >> Hi there, >>=20 >> Org beamer has proven to be an invaluable tool, I use it not only for = preparing lecture notes but also for all my presentation - farewell = powerpoint :) However, I recently upgraded my current version of org to = 6.36. I love the new inline image, but their seem to be a bug in the = latex export. It would appear that org-export-latex still does a good = job in translating org files to latex, but for some reason I get an = error when issue C-C C-e C-p . More specifically, pdftex.def Error: = Option 'pdftex' requires pdfTex. What is interesting is 1) if I compile = the resulting latex file from the command line everything works fine, = 2) I don't get an error when there is an existing pdf file when I issue = C-C C-e C-p, but the pdf doesn't get updated - it seems to skip the = compiling stage if the pdf file is there. >=20 > Hi, >=20 > I have no problems compiling to PDF. Anyone else? >=20 > The error message sounds to me that somehow Emacs cannot find the you = TEX installation. Maybe there is something wrong with the paths. If it = works from the command line, try starting Emacs from the command line - = this will make the command line environment visible to Emacs. If you = start Carbon Emacs normally, then stuff in you shell setup is not read = any you may end up with a different set of environment settings. >=20 > - Carsten >=20 Marvin Doyley doyley@ece.rochester.edu