From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: Re: Beamer presentation using new exporter Date: Mon, 4 Mar 2013 17:23:38 +0530 Message-ID: <20130304115337.GA24463@panahar> References: <20130301101933.GA17662@panahar> <87k3prnzsh.fsf@gmail.com> <20130302045338.GA15307@panahar> <877glqciou.fsf@gmail.com> <20130303014605.GA12262@panahar> <87vc98x4ae.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="y0ulUmNC+osPPQO6" Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37770) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCTyJ-0007bF-Ua for emacs-orgmode@gnu.org; Mon, 04 Mar 2013 06:54:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UCTyI-0002Sb-BI for emacs-orgmode@gnu.org; Mon, 04 Mar 2013 06:54:23 -0500 Received: from mail-da0-f44.google.com ([209.85.210.44]:45892) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCTyI-0002SV-5q for emacs-orgmode@gnu.org; Mon, 04 Mar 2013 06:54:22 -0500 Received: by mail-da0-f44.google.com with SMTP id z20so2515109dae.17 for ; Mon, 04 Mar 2013 03:54:21 -0800 (PST) Content-Disposition: inline In-Reply-To: <87vc98x4ae.fsf@gmail.com> 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 --y0ulUmNC+osPPQO6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline > > You may be trying to modify `org-latex-classes' before having `ox-latex' > loaded. > > You can either explicitly (require 'ox-latex) before that, which will > load all export framework along with Org, or use the following > construct: I don't know why this is turning out to be so difficult. I have got ox-latex loaded, and have defined beamer class in org-latex-classes. But I still get an error with the simple org file that I am trying to export. I am attaching both the org file, and the log of errors thrown by pdftex. Will be grateful if somebody could explain what may be wrong now. This is turning out to be quite frustrating. Vikas --y0ulUmNC+osPPQO6 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="credit.org" #+STARTUP: hidestars #+TITLE: Title #+AUTHOR: My name #+OPTIONS: H:2 toc:nil #+EMAIL: username@email.org #+LaTeX_CLASS: beamer #+LaTeX_CLASS_OPTIONS: [presentation] #+BEAMER_THEME: default #+COLUMNS: %45ITEM %10BEAMER_env(Env) %10BEAMER_act(Act) %4BEAMER_col(Col) %8BEAMER_opt(Opt) #+PROPERTY: BEAMER_col_ALL 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 0.0 :ETC * Introduction ** temp1 + temp123 ** temp2 + skjdskjdk --y0ulUmNC+osPPQO6 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="credit.log" This is pdfTeX, Version 3.1415926-2.4-1.40.13 (TeX Live 2012/Debian) restricted \write18 enabled. entering extended mode (/home/vikas/Rural-credit/credit.tex LaTeX2e <2011/06/27> Babel and hyphenation patterns for english, dumylang, nohyphenation, lo aded. ! Undefined control sequence. l.2 \usetheme {default} ! LaTeX Error: Missing \begin{document}. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.2 \usetheme{d efault} ! Undefined control sequence. l.6 \hypersetup { (/home/vikas/Rural-credit//credit.aux) ! LaTeX Error: The font size command \normalsize is not defined: there is probably something wrong with the class file. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.10 \begin{document} ! Undefined control sequence. l.12 \maketitle ! LaTeX Error: The font size command \normalsize is not defined: there is probably something wrong with the class file. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.31 \end{document} [1 ! Undefined control sequence. \newlabel{sec-1}{{1}{\thepage }} l.31 \end{document} ] (/home/vikas/Rural-credit//credit.aux) ) (see the transcript file for additional information) Output written on /home/vikas/Rural-credit//credit.pdf (1 page, 988 bytes). Transcript written on /home/vikas/Rural-credit//credit.log. --y0ulUmNC+osPPQO6--