From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Help with error due to (require 'ox-beamer)? Date: Wed, 3 Apr 2013 11:09:49 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:53695) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNQG1-0007q7-7f for emacs-orgmode@gnu.org; Wed, 03 Apr 2013 12:09:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UNQG0-000266-05 for emacs-orgmode@gnu.org; Wed, 03 Apr 2013 12:09:53 -0400 Received: from mail-la0-x235.google.com ([2a00:1450:4010:c03::235]:56605) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNQFz-00025w-OR for emacs-orgmode@gnu.org; Wed, 03 Apr 2013 12:09:51 -0400 Received: by mail-la0-f53.google.com with SMTP id fr10so1575663lab.26 for ; Wed, 03 Apr 2013 09:09:50 -0700 (PDT) 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 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 Not sure why it's trying to load icalendar? This in Windows 7, git pull, and then make per the Worg instructions: emacs -batch -Q -L lisp -l ../mk/org-fixup -f org-make-autoloads-compile Thanks for any suggestions, John