Re: [O] [ANN] e-icalendar back-end

2012-11-11 Thread Nicolas Goaziou
Simon Thum writes: > I saw there are some knobs but I'm looking for more felixble > soultions, e.g. sth like org-icalendar-verify-function. I removed this variable since I didn't need it in the new back-end. Nevertheless, hooks and filters from org-export.el provide the same functionality, so yo

Re: [O] [ANN] e-icalendar back-end

2012-11-11 Thread Simon Thum
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-exp

Re: [O] [ANN] e-icalendar back-end

2012-11-11 Thread Nicolas Goaziou
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

Re: [O] [ANN] e-icalendar back-end

2012-11-11 Thread Simon Thum
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 informat

Re: [O] [ANN] e-icalendar back-end

2012-11-05 Thread Nicolas Goaziou
Hello, Vincent Beffara writes: > I tried it, Thank you. > nothing gets exported at all ... Is there anything I'm missing ? I don't know. What did you try exactly? On which kind of data? If your file/agenda only contains TODO entries, you may want to try again, as I have push a fix for it.

Re: [O] [ANN] e-icalendar back-end

2012-11-05 Thread Vincent Beffara
Hi, I tried it, nothing gets exported at all ... Is there anything I'm missing ? /v -- Vincent Beffara On Saturday, November 3, 2012 at 24:48 , Nicolas Goaziou wrote: > Hello, > > I've just pushed a new (and probably very buggy) iCalendar back-end for > org-export.el. > > To install it: >

[O] [ANN] e-icalendar back-end

2012-11-02 Thread Nicolas Goaziou
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