From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: Help with error due to (require 'ox-beamer)? Date: Wed, 3 Apr 2013 15:56:47 -0500 Message-ID: References: <20130403181047.GK31109@kuru.dyndns-at-home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45785) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNUjm-0003an-41 for emacs-orgmode@gnu.org; Wed, 03 Apr 2013 16:56:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UNUjh-00067I-Dh for emacs-orgmode@gnu.org; Wed, 03 Apr 2013 16:56:54 -0400 Received: from mail-la0-x231.google.com ([2a00:1450:4010:c03::231]:61211) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNUjh-00067C-5q for emacs-orgmode@gnu.org; Wed, 03 Apr 2013 16:56:49 -0400 Received: by mail-la0-f49.google.com with SMTP id fs13so1839624lab.22 for ; Wed, 03 Apr 2013 13:56:48 -0700 (PDT) In-Reply-To: <20130403181047.GK31109@kuru.dyndns-at-home.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: Suvayu Ali Cc: emacs-orgmode On Wed, Apr 3, 2013 at 1:10 PM, Suvayu Ali wrote: > On Wed, Apr 03, 2013 at 11:09:49AM -0500, John Hendy wrote: >> Just pulled and with emacs -Q and then a minimal config loaded (just >> setting org dirs), I've traced the problem down to =(require >> 'ox-beamer)=. >> >> Min config: >> >> ;; set load dirs and global config options >> (add-to-list 'load-path "~/.emacs.d/org.git/lisp") >> (add-to-list 'load-path "~/.emacs.d/org.git/contrib/lisp") >> (add-to-list 'load-path "~/.emacs.d/ess-12.04/lisp") >> (add-to-list 'load-path "~/.emacs.d/site-lisp") >> >> ;; exporters >> (require 'ox-beamer) >> >> I get this error: >> >> Problems while trying to load export back-end `icalendar' >> org-export-barf-if-invalid-backend: Unknown "(quote latex)" back-end: >> Aborting export > > I just pulled and checked; I can export to beamer without problems. > Not sure what the problem was. Wiped org.git, repulled, and re-made and it's working. May have been an issue when I was trying to go through the steps of setting org-version manually per Worg's instructions for Windows so I don't get the !NA Fixup error on M-x org-version. All's well now. John > -- > Suvayu > > Open source is the future. It sets us free. >