From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Re: Set org-todo-keywords as file-local variables Date: Tue, 07 Oct 2014 10:43:30 +0200 Message-ID: <877g0c9snh.fsf@gmail.com> References: <87d2a49y1y.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52642) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XbQN6-0000uq-DA for emacs-orgmode@gnu.org; Tue, 07 Oct 2014 04:43:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XbQMx-00031i-TL for emacs-orgmode@gnu.org; Tue, 07 Oct 2014 04:43:52 -0400 Received: from plane.gmane.org ([80.91.229.3]:50005) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XbQMx-00031X-NZ for emacs-orgmode@gnu.org; Tue, 07 Oct 2014 04:43:43 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XbQMw-00063f-RO for emacs-orgmode@gnu.org; Tue, 07 Oct 2014 10:43:42 +0200 Received: from g231105110.adsl.alicedsl.de ([92.231.105.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 07 Oct 2014 10:43:42 +0200 Received: from tjolitz by g231105110.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 07 Oct 2014 10:43:42 +0200 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 Andreas Leha writes: Hi Andreas, > Thorsten Jolitz writes: >> Hi List, >> >> I set 'org-todo-keywords' as file-local variables in a file, and 'C-h v >> org-todo-keywords' in that file's buffer suggests I was successfull: [...] >> but when doing C-c C-t in that buffer, 'org-todo' still offers me the >> usual selection menu based on the variable's global value. >> >> Am I missing something here? > > I have some files with locally set todo keywords. I use a different > interface through: > > --8<---------------cut here---------------start------------->8--- > #+TODO: TODO(t) WAITING(w!) | DONE(d!) CANCELED(c@/!) > --8<---------------cut here---------------end--------------->8--- > > Does that help? Yes, thanks, that works and is much better than directly setting file-local vars! -- cheers, Thorsten