From mboxrd@z Thu Jan 1 00:00:00 1970 From: torys.anderson@gmail.com (Tory S. Anderson) Subject: Org Ical export doesn't work for 2015? Date: Wed, 21 Jan 2015 09:57:19 -0500 Message-ID: <87mw5cqj00.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40502) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDwik-0005Z1-JK for emacs-orgmode@gnu.org; Wed, 21 Jan 2015 09:57:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YDwig-0003A2-9K for emacs-orgmode@gnu.org; Wed, 21 Jan 2015 09:57:26 -0500 Received: from mail-yh0-x22c.google.com ([2607:f8b0:4002:c01::22c]:53215) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDwig-00039g-4N for emacs-orgmode@gnu.org; Wed, 21 Jan 2015 09:57:22 -0500 Received: by mail-yh0-f44.google.com with SMTP id i57so4472634yha.3 for ; Wed, 21 Jan 2015 06:57:21 -0800 (PST) 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: orgmode list I use a shell script to look over my agenda and export an ical file, which I then upload and bring into my google calendar. But it no longer seems to be working; mostly, none of my agenda items I've created since 2015 (or maybe a little before, it's hard to tell) are showing up (although some of the items that take place IN 2015 but were created earlier are still present). Any idea what the problem is? The principle line I'm running is this: emacs --batch --user $USER --eval "(progn (org-agenda-list nil nil 'year) (org-icalendar-combine-agenda-files))" As I said, it was working just fine last year. What's changed?