Re: [O] observations on updating to recent org

2014-05-06 Thread Bastien
Hi Nicolas, Nicolas Goaziou writes: > Bastien writes: > >> Assuming this is just difficult, not impossible, what would be the way >> to do it? > > The major difficulty is to keep an association table between headlines > in the pristine original buffer, and headlines in the copy being > exported

Re: [O] observations on updating to recent org

2014-04-24 Thread Greg Troxel
Nicolas Goaziou writes: > Nicolas Goaziou writes: > >> Greg Troxel writes: > >>> I didn't try to turn this on. My icalendar-relevant settings are >>> >>> (setq org-icalendar-alarm-time 10) >>> (setq org-icalendar-use-scheduled nil) >>> (setq org-icalendar-use-deadline nil) >

Re: [O] observations on updating to recent org

2014-04-23 Thread Nicolas Goaziou
Nicolas Goaziou writes: > Greg Troxel writes: >> I didn't try to turn this on. My icalendar-relevant settings are >> >> (setq org-icalendar-alarm-time 10) >> (setq org-icalendar-use-scheduled nil) >> (setq org-icalendar-use-deadline nil) >> >> I am trying to get ics entries o

Re: [O] observations on updating to recent org

2014-04-23 Thread Nicolas Goaziou
Greg Troxel writes: > I guess that's an interesting question about what makes sense. Here's > the actual todo entry, with just a few words redacted. I don't see why > someone would want VEVENTS for this kind of history, but I suppose maybe > that's what you get when you turn on events from ina

Re: [O] observations on updating to recent org

2014-04-23 Thread Greg Troxel
Nicolas Goaziou writes: > Greg Troxel writes: > >> I timed this. With 6161 lines in 14 org-mode files (about 2175 of which >> are due to PROPERTIES/ID/END), doing a combined export took 88s of cpu >> time. emacs-23.4.1, NetBSD 6, i386, plenty of RAM, Core i5 2.9 GHz. >> In contrast, starting

Re: [O] observations on updating to recent org

2014-04-23 Thread Nicolas Goaziou
Hello, Greg Troxel writes: > I timed this. With 6161 lines in 14 org-mode files (about 2175 of which > are due to PROPERTIES/ID/END), doing a combined export took 88s of cpu > time. emacs-23.4.1, NetBSD 6, i386, plenty of RAM, Core i5 2.9 GHz. > In contrast, starting up emacs and generating t

Re: [O] observations on updating to recent org

2014-04-23 Thread Greg Troxel
Greg Troxel writes: > Exporting to ical as a single file took a really long time, perhaps a > whole minute, whereas it used to take a second to a few seconds. The > resulting export did seem ok. I timed this. With 6161 lines in 14 org-mode files (about 2175 of which are due to PROPERTIE

Re: [O] observations on updating to recent org

2014-04-23 Thread Nicolas Goaziou
Bastien writes: > Assuming this is just difficult, not impossible, what would be the way > to do it? The major difficulty is to keep an association table between headlines in the pristine original buffer, and headlines in the copy being exported. Note that hooks and Babel code may have deleted o

Re: [O] observations on updating to recent org

2014-04-23 Thread Bastien
Hi Nicolas, Nicolas Goaziou writes: > Bastien writes: > >> Nicolas, do you remember why we added IDs to all headlines and not >> just the one that we be exported in the .ics file? > > It is a bit difficult to do otherwise. Assuming this is just difficult, not impossible, what would be the way

Re: [O] observations on updating to recent org

2014-04-23 Thread Nicolas Goaziou
Hello, Bastien writes: > Nicolas, do you remember why we added IDs to all headlines and not > just the one that we be exported in the .ics file? It is a bit difficult to do otherwise. We don't know beforehand what headlines are going to be exported. We get this information when a headline is e

Re: [O] observations on updating to recent org

2014-04-22 Thread Bastien
Hi Greg, Greg Troxel writes: > I used to get an ID PROPERTIES entries for nodes that were exported to the > calendar, which was basically nodes that had an active timestamp. > But now I had a huge number of changes, adding ID to every node, even > those with no real content and just chil

[O] observations on updating to recent org

2014-04-22 Thread Greg Troxel
I use org for the usual notes-to-self and TODO - nothing super fancy. I had been running from master of the git repo, but in 2013-01 stopped updating, probably because I had some issue. The recent release provoked me to try again, and this note reports some issues. I had been running (for no re