From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: Agenda to iCal not working Date: Wed, 21 Oct 2015 09:46:58 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39655) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZotjP-0004sK-AN for emacs-orgmode@gnu.org; Wed, 21 Oct 2015 09:47:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZotjK-0000RZ-Pg for emacs-orgmode@gnu.org; Wed, 21 Oct 2015 09:47:07 -0400 Received: from mail-qk0-x235.google.com ([2607:f8b0:400d:c09::235]:36135) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZotjK-0000RF-L2 for emacs-orgmode@gnu.org; Wed, 21 Oct 2015 09:47:02 -0400 Received: by qkca6 with SMTP id a6so34701924qkc.3 for ; Wed, 21 Oct 2015 06:47:02 -0700 (PDT) Received: from parma.local ([130.203.107.187]) by smtp.gmail.com with ESMTPSA id l143sm3277851qhl.3.2015.10.21.06.47.00 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 21 Oct 2015 06:47:01 -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: Org Mode I'm using the examples from https://www.gnu.org/software/emacs/manual/html_node/org/Exporting-Agenda-Views.html Specifically, (setq org-agenda-custom-commands '(("X" agenda "" nil ("agenda.html" "agenda.ps")) ("Y" alltodo "" nil ("todo.html" "todo.txt" "todo.ps")) ("h" "Agenda and Home-related tasks" ((agenda "") (tags-todo "home") (tags "garden")) nil ("~/views/home.html")) ("o" "Agenda and Office-related tasks" ((agenda) (tags-todo "work") (tags "office")) nil ("~/views/office.ps" "~/calendars/office.ics")))) But the HTML, PS, and ICS files are not being created. If I'm visiting an Org file and run (org-icalendar-export-to-ics) then the ICS is generated. Can someone offer advice why the ICS isn't generated when I generate a specific agenda view? Thanks, -k.