emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Agenda to iCal not working
@ 2015-10-21 13:46 Ken Mankoff
  2015-10-27 16:11 ` Jorge A. Alfaro-Murillo
  0 siblings, 1 reply; 4+ messages in thread
From: Ken Mankoff @ 2015-10-21 13:46 UTC (permalink / raw)
  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.
  

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-10-28 16:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-21 13:46 Agenda to iCal not working Ken Mankoff
2015-10-27 16:11 ` Jorge A. Alfaro-Murillo
2015-10-28  1:25   ` Matt Lundin
2015-10-28 16:05     ` Jorge A. Alfaro-Murillo

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).