* Viktor Rosenfeld <listuse...@gmail.com> wrote: > Hi, Hi!
> Karl Voit wrote: > >> But still: there are two steps I have to make: (a) mark as canceled >> because I want this "CANCELED" string attached and (b) add the >> ARCHIVE tag. > > You can set the ARCHIVE tag when switching the TODO state automatically > using org-todo-state-tags-triggers. > > For example (untestet): > > #+BEGIN_SRC emacs-lisp > (setq org-todo-state-tags-triggers '(("CANCELLED" ("ARCHIVE" . t)))) > #+END_SRC Well, I could not find any reason why I do not want this happen in the same time. So, thanks for this trick - it solves indeed my issue in a sleek way :-) -- Karl Voit