From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Beamer presentation using new exporter Date: Mon, 04 Mar 2013 15:02:00 +0100 Message-ID: <87lia3tg9z.fsf@gmail.com> References: <20130301101933.GA17662@panahar> <87k3prnzsh.fsf@gmail.com> <20130302045338.GA15307@panahar> <877glqciou.fsf@gmail.com> <20130303014605.GA12262@panahar> <87vc98x4ae.fsf@gmail.com> <20130304115337.GA24463@panahar> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:40119) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCVy5-0003kT-VW for emacs-orgmode@gnu.org; Mon, 04 Mar 2013 09:02:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UCVy1-0005ze-0I for emacs-orgmode@gnu.org; Mon, 04 Mar 2013 09:02:17 -0500 Received: from mail-wi0-f174.google.com ([209.85.212.174]:53174) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCVy0-0005yj-QU for emacs-orgmode@gnu.org; Mon, 04 Mar 2013 09:02:12 -0500 Received: by mail-wi0-f174.google.com with SMTP id hi8so2040439wib.1 for ; Mon, 04 Mar 2013 06:02:12 -0800 (PST) In-Reply-To: <20130304115337.GA24463@panahar> (Vikas Rawal's message of "Mon, 4 Mar 2013 17:23:38 +0530") 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 Hello, Vikas Rawal writes: > 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. You mean `ox-beamer' right? > 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. It looks like you're encountering the same problem. How do you export your document? For example "C-c C-e l O" should use Beamer back-end. If this isn't a valid combination, you didn't load beamer backend. Tweak `org-export-backends' to fix it. Regards, -- Nicolas Goaziou