emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Wish: switch active time-stamps to inactive when CANCELED


From: Viktor Rosenfeld
Subject: Re: [O] Wish: switch active time-stamps to inactive when CANCELED
Date: Fri, 18 Jan 2013 22:59:51 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

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

Cheers,
Viktor



reply via email to

[Prev in Thread] Current Thread [Next in Thread]