From mboxrd@z Thu Jan 1 00:00:00 1970 From: johnt Subject: org-batch-agenda giving "Unknown terminal type" error Date: Mon, 27 Dec 2010 19:56:12 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=52330 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PXJBJ-0002Vk-0h for emacs-orgmode@gnu.org; Mon, 27 Dec 2010 14:56:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PXJBH-0007jP-J9 for emacs-orgmode@gnu.org; Mon, 27 Dec 2010 14:56:32 -0500 Received: from lo.gmane.org ([80.91.229.12]:35019) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PXJBH-0007iP-Dj for emacs-orgmode@gnu.org; Mon, 27 Dec 2010 14:56:31 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PXJBC-0003mb-Ti for emacs-orgmode@gnu.org; Mon, 27 Dec 2010 20:56:27 +0100 Received: from 8.sub-174-252-55.myvzw.com ([174.252.55.8]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 27 Dec 2010 20:56:26 +0100 Received: from jtarbotton by 8.sub-174-252-55.myvzw.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 27 Dec 2010 20:56:26 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org I am trying to export my agenda from the command line. It works fine using C-c ae Here is the command I am using: emacs -batch -l ~/.emacs_batch -eval '(org-batch-agenda "e")' I made a stripped down .emacs try to help. If I run some simple command like org-version it works fine. I am running Ubuntu and the ELPA tar org-20101223.tar. I assume I have some kind of configuration problem. Any ideas?