From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: #+SETUPFILE with #+TODO Date: Fri, 13 Nov 2015 07:19:08 +0100 Message-ID: References: <87oaeyu9zr.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37996) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zx7hX-0001Vq-Ng for emacs-orgmode@gnu.org; Fri, 13 Nov 2015 01:19:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zx7hW-0000Ie-CD for emacs-orgmode@gnu.org; Fri, 13 Nov 2015 01:19:11 -0500 Received: from mail-wm0-x229.google.com ([2a00:1450:400c:c09::229]:37419) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zx7hW-0000IL-5Z for emacs-orgmode@gnu.org; Fri, 13 Nov 2015 01:19:10 -0500 Received: by wmww144 with SMTP id w144so16631531wmw.0 for ; Thu, 12 Nov 2015 22:19:09 -0800 (PST) In-Reply-To: <87oaeyu9zr.fsf@nicolasgoaziou.fr> 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: Org Mode Hi Nicolas On Thu, Nov 12, 2015 at 11:30 PM, Nicolas Goaziou wrote: > Michael Brand writes: >> With today's release_8.3.2-308-g6c1f63b when I open the attached >> org_todo_test.org when it is writable then the customized todo keyword >> CNCL is recognized, when the file is read only then not. I expect CNCL >> to be recognized as a todo keyword in both cases. > > I cannot reproduce the issue. I opened "org_todo_test.org" with > `find-file-read-only' and CNCL is properly fontified as a TODO keyword. Sorry, I meant the file permissions of "org_todo_test.org" set to r--r--r--, not `find-file-read-only'. Michael