From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: Re: Beamer presentation using new exporter Date: Sun, 3 Mar 2013 07:16:05 +0530 Message-ID: <20130303014605.GA12262@panahar> References: <20130301101933.GA17662@panahar> <87k3prnzsh.fsf@gmail.com> <20130302045338.GA15307@panahar> <877glqciou.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:44655) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UBy0G-000549-PA for emacs-orgmode@gnu.org; Sat, 02 Mar 2013 20:46:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UBy0F-0006gJ-N0 for emacs-orgmode@gnu.org; Sat, 02 Mar 2013 20:46:16 -0500 Received: from mail-pa0-f51.google.com ([209.85.220.51]:38633) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UBy0F-0006gE-H9 for emacs-orgmode@gnu.org; Sat, 02 Mar 2013 20:46:15 -0500 Received: by mail-pa0-f51.google.com with SMTP id hz1so2503150pad.24 for ; Sat, 02 Mar 2013 17:46:14 -0800 (PST) Content-Disposition: inline In-Reply-To: <877glqciou.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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org > > I have been trying to figure out how to do this. I saw Suvayu's config > > files which he has kindly kept on github > > (https://github.com/suvayu/.emacs.d). > > > > I tried to evaluate the following lines > > > > (add-to-list 'org-latex-classes > > '("beamer" > > "\\documentclass\[presentation\]\{beamer\}" > > ("\\section\{%s\}" . "\\section*\{%s\}") > > ("\\subsection\{%s\}" . "\\subsection*\{%s\}") > > ("\\subsubsection\{%s\}" . "\\subsubsection*\{%s\}"))) > > > > > > But I get the following error: > > > > Symbol's value as variable is void: org-latex-classes > > > > Why should that be? > > You may be using an outdated version (maint branch?). Otherwise, latex > back-end may not be loaded, but it is by default (see > `org-export-backends'). I shifted from the elpa version to the version downloaded using git repository. But I still get this error. org-version says: Org-mode version 7.9.3f (release_7.9.3f-1360-g2d3add @ /home/vikas/lisp/org-mode/lisp/) Vikas