From mboxrd@z Thu Jan 1 00:00:00 1970 From: "J. Brian Walters" Subject: org-batch-agenda-csv issue Date: Tue, 29 Nov 2016 14:17:01 -0500 Message-ID: <20161129191701.ym4d4plnjdjrcp7m@PsiPhi.ma5j.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55022) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cBoHT-0003iB-44 for emacs-orgmode@gnu.org; Tue, 29 Nov 2016 14:41:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cBoHQ-0004by-0c for emacs-orgmode@gnu.org; Tue, 29 Nov 2016 14:41:31 -0500 Received: from gateway20.websitewelcome.com ([192.185.49.40]:40453) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cBoHP-0004Wn-Iv for emacs-orgmode@gnu.org; Tue, 29 Nov 2016 14:41:27 -0500 Received: from cm4.websitewelcome.com (unknown [108.167.139.16]) by gateway20.websitewelcome.com (Postfix) with ESMTP id DBAFBFC42746F for ; Tue, 29 Nov 2016 13:17:04 -0600 (CST) Received: from c-69-142-73-183.hsd1.nj.comcast.net ([69.142.73.183]:51019 helo=ma5j.com) by gator4245.hostgator.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87) (envelope-from ) id 1cBntn-000CT6-AT for emacs-orgmode@gnu.org; Tue, 29 Nov 2016 13:17:03 -0600 Content-Disposition: inline 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" To: emacs-orgmode@gnu.org Hello, I am trying to automatically extract the todo's from my orgmode files and format them for display via a widget on my desktop. The following command works fine with no errors when executed in a terminal emacs -batch -l ~/.emacs -eval '(org-batch-agenda-csv "a")' However when I setup the same command to run every 15 minutes via crontab I get the following error message *--[ Loading my Emacs init file ]-- Cannot open load file: package Why would it work fine in the terminal but not when executed via a crontab entry? Thanks --jbw GNU Emacs 25.1.1 on MacOS OrgMode 9.0.1-elpa