Thx John, this is *exactly* what i wanted...its just as always my wishes and code skills dont align thx so much again Z On Tue, Aug 30, 2016 at 4:50 PM, John Kitchin wrote: > > (defun z/export-to-ics () > (interactive) > (with-current-buffer (find-file-noselect "meetings.org") > (rename-file (org-icalendar-export-to-ics) > "/home/zeltak/org/files/export/kcal.ics") > (message "exported to ics"))) >