From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Thum Subject: Re: [ANN] e-icalendar back-end Date: Sun, 11 Nov 2012 22:59:24 +0100 Message-ID: <50A01FBC.7040101@gmx.de> References: <87wqy3h8hx.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46464) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TXecz-000644-MI for emacs-orgmode@gnu.org; Sun, 11 Nov 2012 15:59:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TXecw-0005aB-KP for emacs-orgmode@gnu.org; Sun, 11 Nov 2012 15:59:37 -0500 Received: from mailout-de.gmx.net ([213.165.64.23]:41693) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1TXecw-0005a2-9V for emacs-orgmode@gnu.org; Sun, 11 Nov 2012 15:59:34 -0500 In-Reply-To: <87wqy3h8hx.fsf@gmail.com> 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: Nicolas Goaziou Cc: Org Mode List Hi, just tested and it seems to work fine. A glitch: Unlike the other functions, I could not get org-e-icalendar-export-current-agenda to auto-complete in M-x and it also did not produce meaningful results (empty icalendar). What I'm missing is the ability to influence the amount of information "diclosed" for a public calendar. But 'll hack on this myself and come back eventually. Thanks for this nice exporter! Cheers, Simon On 11/03/2012 12:48 AM, Nicolas Goaziou wrote: > Hello, > > I've just pushed a new (and probably very buggy) iCalendar back-end for > org-export.el. > > To install it: > > (require 'org-e-icalendar) > > It should then be available under `org-export-dispatch' menu. > > There's also a function to write current agenda view to a calendar, but > it isn't hooked into `org-agenda-write' yet. For now, you can test it, > from an agenda buffer, with: > > M-: (org-e-icalendar-export-current-agenda) > > > Feedback is welcome. > > > Regards, >