From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Thum Subject: Re: [ANN] e-icalendar back-end Date: Mon, 12 Nov 2012 00:04:07 +0100 Message-ID: <50A02EE7.7040001@gmx.de> References: <87wqy3h8hx.fsf@gmail.com> <50A01FBC.7040101@gmx.de> <87ehjz9749.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]:36224) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TXfdb-0003eZ-99 for emacs-orgmode@gnu.org; Sun, 11 Nov 2012 17:04:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TXfdY-0006C8-67 for emacs-orgmode@gnu.org; Sun, 11 Nov 2012 17:04:19 -0500 Received: from mailout-de.gmx.net ([213.165.64.22]:60596) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1TXfdX-0006C2-RC for emacs-orgmode@gnu.org; Sun, 11 Nov 2012 17:04:16 -0500 In-Reply-To: <87ehjz9749.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 On 11/11/2012 10:12 PM, Nicolas Goaziou wrote: > Hello, > > Simon Thum writes: > >> just tested and it seems to work fine. > > Thanks for testing it. > >> A glitch: Unlike the other functions, I could not get >> org-e-icalendar-export-current-agenda to auto-complete in M-x > > That's correct. `org-e-icalendar-export-current-agenda' isn't meant to > be a command. It will be called internally by `org-agenda-write' ("C-x > C-w" from an agenda buffer). Though, for now, it isn't since > org-icalendar.el is still current icalendar back-end. > >> and it also did not produce meaningful results (empty icalendar). > > Make sure to call it from an agenda buffer. Also, you may want to check > `org-e-icalendar-include-todo' variable if your agenda view only > contains TODO entries. > >> 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. > > You can tweak `org-e-icalendar-include-body' (i.e. set it to nil). I saw there are some knobs but I'm looking for more felixble soultions, e.g. sth like org-icalendar-verify-function. Also "body" suggests the headline is kept, which is too much for simply indicating availability. But for now I'm content to get my phone to grasp the ical... Thanks, Simon > > > Regards, >