From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daimrod Subject: Re: per file org-todo-keywords? Date: Tue, 29 Jul 2014 17:14:02 +0900 Message-ID: <87silk37lh.fsf@tanger.home> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44485) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XC2Y5-0000Up-5E for emacs-orgmode@gnu.org; Tue, 29 Jul 2014 04:14:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XC2Xw-0004xM-0Q for emacs-orgmode@gnu.org; Tue, 29 Jul 2014 04:14:17 -0400 Received: from mail-pd0-x231.google.com ([2607:f8b0:400e:c02::231]:64088) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XC2Xv-0004xH-Ph for emacs-orgmode@gnu.org; Tue, 29 Jul 2014 04:14:07 -0400 Received: by mail-pd0-f177.google.com with SMTP id p10so11164664pdj.8 for ; Tue, 29 Jul 2014 01:14:06 -0700 (PDT) In-Reply-To: (Xebar Saram's message of "Tue, 29 Jul 2014 10:52:43 +0300") 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 Xebar Saram writes: > Hi all Hi, > i would like to know if its possible to have=C2=A0per file org-todo-keywo= rds? i know you can have custom TODO states in the top of the file/buffer b= ut > then you loose the fast access to TODO states tight? No, it still works. > currently i have something like this: > > (setq org-todo-keywords (quote ((sequence "TODO(t)" "NEXT(n)" "|" "DONE(d= )") (sequence "WAITING(w@/!)" "HOLD(h@/!)" "|" "CANCELLED(c@/!)" ))))=C2=A0 > > but i woud like different =C2=A0TODO keywords for specific file that i ca= n use fast access for > > any ideas? It's all in the documentation. see (info "(org) Tracking TODO state changes= ") >>> You can use the exact same syntax for setting logging preferences >>> local to a buffer: >>> #+TODO: TODO(t) WAIT(w@/!) | DONE(d!) CANCELED(c@) --=20 Daimrod/Greg