From mboxrd@z Thu Jan 1 00:00:00 1970 From: Viktor Rosenfeld Subject: Re: Wish: switch active time-stamps to inactive when CANCELED Date: Wed, 23 Jan 2013 18:21:17 +0100 Message-ID: <20130123172117.GA9202@kenny.fritz.box> References: <2013-01-18T11-28-57@devnull.Karl-Voit.at> <87r4liwy4f.fsf@casa.home> <2013-01-18T12-05-57@devnull.Karl-Voit.at> <87mww6wx7h.fsf@casa.home> <2013-01-18T22-19-43@devnull.Karl-Voit.at> <20130118215951.GA2341@kenny.fritz.box> <878v7k2g2b.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55322) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ty40w-0001iB-L0 for emacs-orgmode@gnu.org; Wed, 23 Jan 2013 12:21:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ty40v-00025Q-6K for emacs-orgmode@gnu.org; Wed, 23 Jan 2013 12:21:30 -0500 Received: from mail-bk0-f50.google.com ([209.85.214.50]:49574) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ty40u-000256-Vd for emacs-orgmode@gnu.org; Wed, 23 Jan 2013 12:21:29 -0500 Received: by mail-bk0-f50.google.com with SMTP id jf3so4572926bkc.9 for ; Wed, 23 Jan 2013 09:21:27 -0800 (PST) Content-Disposition: inline In-Reply-To: <878v7k2g2b.fsf@bzg.ath.cx> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi Bastien, Bastien wrote: > Viktor Rosenfeld writes: > > > #+BEGIN_SRC emacs-lisp > > (setq org-todo-state-tags-triggers '(("CANCELLED" ("ARCHIVE" . t)))) > > #+END_SRC > > I shared this as a new FAQ, thanks! The credit should go to Bernt Hansen. I found it in his org-mode setup. Cheers, Viktor