* Nick Dokos <nicholas.do...@hp.com> wrote: > > You can probably accomplish this with org-after-todo-state-change-hook: > > Write a function that checks if org-state is "CANCELED", and if so looks > for active timestamps and calls org-toggle-timestamp-type on them. > > Then add the function to the hook.
Oh, I would have guessed this algorithm overview/principle as well :-) But unfortunately, I know that little of ELISP, that I am not able to implement it by myself :-( -- Karl Voit