Re: [O] org-entry-delete vs org-entry-put

2017-01-22 Thread Michael Welle
Hello, Nicolas Goaziou writes: > Hello, > > Michael Welle writes: > >> 1. Property names like DISABLED-SCHEDULED seem to be problematic. I >>guess the regexp matching the scheduled property is too greedy. > > What exactly is problematic? Could you expound a bit? no, I can reproduce it today

Re: [O] org-entry-delete vs org-entry-put

2017-01-22 Thread Nicolas Goaziou
Hello, Michael Welle writes: > 1. Property names like DISABLED-SCHEDULED seem to be problematic. I >guess the regexp matching the scheduled property is too greedy. What exactly is problematic? Could you expound a bit? > 2. (org-entry-put pom "SCHEDULED" nil) removes the property, but >

[O] org-entry-delete vs org-entry-put

2017-01-21 Thread Michael Welle
Hello, I'm hacking a function to deactivate and activate recurring tasks without losing the time stamp associated with the scheduled property. I observed two things so far: 1. Property names like DISABLED-SCHEDULED seem to be problematic. I guess the regexp matching the scheduled property is t