Re: [O] iCalendar export and missed deadlines.

2017-08-11 Thread Nicolas Goaziou
Hello, Michaël Cadilhac writes: > Is there a way to change this behavior so that the item is duplicated > as long as it's not DONE? I don't think so. > If not, where is a good starting point in ox-icalendar.el to hack this > in? `org-icalendar-entry' dispatches a headline (ENTRY), to various

Re: [O] Icalendar export and contacts

2016-02-25 Thread Nicolas Goaziou
Hello, Simon Thum writes: > Well, I had intended the link target to become visible but now that > you ask, my primary concern was "not wrecking the export". I expect > that tel links are only relevant to the vcard export, which handles > them on its own terms (and which still works). > > So perh

Re: [O] Icalendar export and contacts

2016-02-21 Thread Simon Thum
Well, I had intended the link target to become visible but now that you ask, my primary concern was "not wrecking the export". I expect that tel links are only relevant to the vcard export, which handles them on its own terms (and which still works). So perhaps the patch is a bit premature. An

Re: [O] Icalendar export and contacts

2016-02-20 Thread Nicolas Goaziou
Hello, Simon Thum writes: > would the attached patch be enough? Thank you. I do not maintain org-contact.el, tho. > +;; Add the link type supported by org-contacts-strip-link > +;; so everything is in order for its use in Org files > +(org-add-link-type "tel") This means that no export functi

Re: [O] Icalendar export and contacts

2016-02-14 Thread Simon Thum
Then let's just hope it got fixed by accident ;) On 02/14/2016 05:49 PM, Nicolas Goaziou wrote: Hello, Simon Thum writes: Yes, but the exporter stalls on the [[fails]] link although it resolves in org. Provided you're right the reasoning seems off. I cannot reproduce it. Regards,

Re: [O] Icalendar export and contacts

2016-02-14 Thread Nicolas Goaziou
Hello, Simon Thum writes: > Yes, but the exporter stalls on the [[fails]] link although it > resolves in org. Provided you're right the reasoning seems off. I cannot reproduce it. Regards, -- Nicolas Goaziou

Re: [O] Icalendar export and contacts

2016-02-13 Thread Simon Thum
Hi, would the attached patch be enough? Cheers, Simon On 02/12/2016 11:41 PM, Nicolas Goaziou wrote: Hello, Simon Thum writes: do you refer to master, maint or something else? I'm on 8.3 but am considering an upgrade. Development version = master. Also I think org-contacts should decl

Re: [O] Icalendar export and contacts

2016-02-13 Thread Simon Thum
On 02/12/2016 11:43 PM, Nicolas Goaziou wrote: Hello, Simon Thum writes: I noticed one more strange thing: the new exporter fails to resolve links to radio targets (which are slightly pointless but worked before). I'm not sure it needs fixing, just thought I'd let you know. I.e. <<>> <>

Re: [O] Icalendar export and contacts

2016-02-12 Thread Nicolas Goaziou
Hello, Simon Thum writes: > I noticed one more strange thing: > > the new exporter fails to resolve links to radio targets (which are > slightly pointless but worked before). I'm not sure it needs fixing, > just thought I'd let you know. > > I.e. <<>> <> > > [[works]] > [[fails]] It doesn't n

Re: [O] Icalendar export and contacts

2016-02-12 Thread Nicolas Goaziou
Hello, Simon Thum writes: > do you refer to master, maint or something else? I'm on 8.3 but am > considering an upgrade. Development version = master. > Also I think org-contacts should declare the link type if it has > support for it (in the vcard export). I'd be happy to do that if it > can

Re: [O] Icalendar export and contacts

2016-02-12 Thread Simon Thum
I noticed one more strange thing: the new exporter fails to resolve links to radio targets (which are slightly pointless but worked before). I'm not sure it needs fixing, just thought I'd let you know. I.e. <<>> <> [[works]] [[fails]] Cheers, Simon On 02/12/2016 12:01 AM, Nicolas Goazio

Re: [O] Icalendar export and contacts

2016-02-11 Thread Simon Thum
Hi, do you refer to master, maint or something else? I'm on 8.3 but am considering an upgrade. Also I think org-contacts should declare the link type if it has support for it (in the vcard export). I'd be happy to do that if it can be done as a TINYCHANGE. Cheers, Simon On 02/12/2016 12:

Re: [O] Icalendar export and contacts

2016-02-11 Thread Nicolas Goaziou
Hello, Simon Thum writes: > Unfortunately I now get > > user-error: Unable to resolve link "tel:xxx" > > and the icalendar export full stops. Is there a way to declare the > link type (I am loading org-contact) See `org-add-link-type' in particular with the export argument. > or avoid the expo

Re: [O] iCalendar export problem

2013-04-05 Thread Nicolas Goaziou
Hello, Simon Thum writes: > However, that's not what DTSTAMP is for. Actually, it should be set to > the date-time the export happens. At least, that's what they say: > > http://stackoverflow.com/questions/11594921/whats-the-difference-between-created-and-dtstamp-in-the-icalendar-format > > Chan

Re: [O] Icalendar-export, priorities missing, possible bug

2013-02-10 Thread Anders Johansson
Hi, 2013-02-10 20:31, Nicolas Goaziou skrev: Hello, Anders Johansson writes: When I'm exporting to icalendar, the priorities of todo items (or perhaps any items) don't get carried through correctly. It always falls back to priority 5 (the default). After doing some edebugging I found that

Re: [O] Icalendar-export, priorities missing, possible bug

2013-02-10 Thread Nicolas Goaziou
Hello, Anders Johansson writes: > When I'm exporting to icalendar, the priorities of todo items (or > perhaps any items) don't get carried through correctly. It always > falls back to priority 5 (the default). > > After doing some edebugging I found that > > (string-match org-priority-regexp

Re: [O] Icalendar Export Broken in Git Version

2012-08-14 Thread Charles Philip Chan
Nick Dokos writes: Hi Nick: Thanks, Bastien already fixed it. > There are only two recent commits against org-icalendar. The second > one mentions org-print-icalendar-entries, so I bet that's the culprit > :-) I figured that it was that commit too when I grepped the git log. :-) > For future

Re: [O] Icalendar Export Broken in Git Version

2012-08-14 Thread Nick Dokos
Charles Philip Chan wrote: > Hello: > > I tried to export an icalendar file with the current git version of > org-mode and it failed. I debugged it by loading org-install on a clean > Emacs with no init files and this is what I got: > > , > | Debugger entered--Lisp error: (wrong-type-argume

Re: [O] Icalendar Export Broken in Git Version

2012-08-14 Thread Bastien
Hi Charles, Charles Philip Chan writes: > I tried to export an icalendar file with the current git version of > org-mode and it failed. I debugged it by loading org-install on a clean > Emacs with no init files and this is what I got: Fixed, thanks for reporting this. -- Bastien

Re: [O] iCalendar export

2011-07-25 Thread Arun Persaud
Hi >>> And have anyone got this information to their mobile devices? Android? I do a simple two-way sync (well, kind of two-way) using the method described here: http://orgmode.org/worg/org-tutorials/org-google-sync.html ARUN

Re: [O] iCalendar export

2011-07-21 Thread Bastien
Tassilo Horn writes: >> And have anyone got this information to their mobile devices? Android? > > Well, I have it there using the Google Calendar app. It's ok to see my > appointments in some graphical read-only view, but nothing more... I use some .ics files the same way Tassilo does. It's c

Re: [O] iCalendar export

2011-07-20 Thread Tassilo Horn
Gustav Wikström writes: Hi Gustav, > So my question to this newsgroup is; If you use the iCalendar export > function, what software do you use to view this information? Yeah, I convert to ical files on save, and there's some cron job that copies these files to some webpage. From there, I impor