From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: Failure exporting with emacs --batch Date: Tue, 15 Nov 2011 13:21:31 -0700 Message-ID: <87bosdkugk.fsf@gmail.com> References: <87pqgt9wj7.fsf@hermes.hocat.ca> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:50763) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RQPVk-0005kS-EX for emacs-orgmode@gnu.org; Tue, 15 Nov 2011 15:21:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RQPVf-00028q-UT for emacs-orgmode@gnu.org; Tue, 15 Nov 2011 15:21:40 -0500 Received: from mail-ey0-f169.google.com ([209.85.215.169]:62349) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RQPVf-00028h-Pz for emacs-orgmode@gnu.org; Tue, 15 Nov 2011 15:21:35 -0500 Received: by eye4 with SMTP id 4so6849208eye.0 for ; Tue, 15 Nov 2011 12:21:35 -0800 (PST) In-Reply-To: <87pqgt9wj7.fsf@hermes.hocat.ca> (Tom Prince's message of "Tue, 15 Nov 2011 11:32:12 -0500") 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: Tom Prince Cc: Org Mode List Tom Prince writes: > With b43c1c621f52f4a51d8d79cb76c226dfed003998 running > > emacs --no-init-file --load min.el --eval '(setq debug-on-error t)' --eval '(find-file "test.org")' -eval '(org-export-as-html 3)' --batch > > with > > ------ min.el > (setq org-babel-load-languages '((emacs-lisp . t) (latex . t))) > (setq org-confirm-babel-evaluate nil) > (setq org-export-latex-packages-alist > `(("" "diagrams" t))) > > (require 'org-install) > (require 'org) > ------ > and > ------ test.org > #+TITLE: Notes for Higher Category Theory > #+MATHJAX: mathml:t > #+BABEL :exports results > One item to note is that the #+BABEL: syntax is now deprecated, try replacing the above line with the following. #+PROPERTY: exports results Best -- Eric -- Eric Schulte http://cs.unm.edu/~eschulte/