Michael Welle <mwe012...@gmx.net> writes: > I want to 'hide' the value of the SCHEDULED property and later restore > it. I can use inactive time stamps. But that means that I have to change > the value when deactivating the task and again, later when I activate > the task again. But it would have been nicer without doing so ;).
It depends on what means "later". If it means "right after doing something to the headline", you could also store the actual time stamp in the lexical closure of a call-back function, without using a property drawer. There is `org-toggle-timestamp-type', too. We could extend it to process time stamp strings. Regards,