From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maria Shinoto Subject: Re: TODO keyword faces do not work when tags are globally set Date: Mon, 28 Nov 2016 10:41:14 +0900 Message-ID: <681a8e21-985b-175f-21ab-b83ad7a1c967@shinoto.de> References: <180af1fa-5d55-baf7-e991-f2ce9f2a97e2@shinoto.de> <87mvglgolc.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53449) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cBAwd-0008Q1-1j for emacs-orgmode@gnu.org; Sun, 27 Nov 2016 20:41:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cBAwZ-00028V-5G for emacs-orgmode@gnu.org; Sun, 27 Nov 2016 20:41:23 -0500 Received: from mout.kundenserver.de ([212.227.126.135]:56722) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cBAwY-00027W-RQ for emacs-orgmode@gnu.org; Sun, 27 Nov 2016 20:41:19 -0500 Received: from Marias-iMac-2.local ([211.19.250.68]) by mrelayeu.kundenserver.de (mreue003 [212.227.15.167]) with ESMTPSA (Nemesis) id 0MaoDm-1cQ5CA2NCM-00KRXk for ; Mon, 28 Nov 2016 02:41:17 +0100 In-Reply-To: <87mvglgolc.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" To: emacs-orgmode@gnu.org Hi, Thanks for your answer. It was another beginner's fault that happened during some polishing of my init file. After all, the init file loaded my TODO file before before setting the TODO keywords and their faces; now the files are loaded in the end of the init process, and everything works again. Sorry for bothering you! Best, Maria PS I feel uneasy upgrading to 9.01 at the moment, since I am not yet comfortable with emacs and org mode and may explanations on the web still do not apply to 9.0, which changed a lot, as far as I understand. Am 27.11.16 um 20:16 schrieb Nicolas Goaziou: > Hello, > > Maria Shinoto writes: > >> I have set TODO-keywords in my init.el file and also set colors etc. >> for the different TODO keywords, works fine. >> >> Today I wanted to set tags globally in the init file as well, but then >> the TODO keywords do not seem to be recognized any more. They get the >> same color and font face as the headline. >> >> I simply set >> >> (setq org-tag-alist '("@haus" .....)) >> >> and tried it both before setting the TODO keywords and the font faces >> as well as afterwards. >> >> I am working with Org-mode 8.3.6, and my emacs is 25.1 > > Could you try again with latest release (Org 9.0.1)? > > Regards, >