From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Some in-file properties and other settings not recognized Date: Thu, 19 Feb 2009 13:30:07 +0100 Message-ID: References: Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1La82f-0007ac-Kj for emacs-orgmode@gnu.org; Thu, 19 Feb 2009 07:30:13 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1La82e-0007aN-HG for emacs-orgmode@gnu.org; Thu, 19 Feb 2009 07:30:13 -0500 Received: from [199.232.76.173] (port=57702 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1La82e-0007aK-Cc for emacs-orgmode@gnu.org; Thu, 19 Feb 2009 07:30:12 -0500 Received: from mail-bw0-f160.google.com ([209.85.218.160]:60724) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1La82d-0002WL-Ra for emacs-orgmode@gnu.org; Thu, 19 Feb 2009 07:30:12 -0500 Received: by bwz4 with SMTP id 4so1040067bwz.18 for ; Thu, 19 Feb 2009 04:30:10 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Paul Mead Cc: emacs-orgmode@gnu.org Hi Paul, On Feb 19, 2009, at 1:17 PM, Paul Mead wrote: > I have the ORDERED property set for some of my tasks, and org-mode is > configured to dim blocked tasks. > > However, in agenda view, the tasks are not dimmed. If I then go to the > PROPERTIES drawer and press C-c C-c and the refresh the agenda, the > blocked tasks dim correctly. When you press C-c C-c at a property drawer or at a property drawer, you are presented with e menu. What option do you select? > > > Similarly, I have (setq org-agenda-align-tags-to-column 100) in my > configuration file. This setting is also not recognised when I show my > task list. I have to open my config file (pdm-org.el), go to the > line in > question and hit C-x C-e. Then when I refresh the agenda view, the > tags > all shift to the right columns. This must mean that your file pdm-org.el is not read at all, or not read in time for the agenda construction, or that the setting is overwritten in some other place, for example by a custom-set-variables form in another init file. Or maybe you have first (org-agenda-list) in .emacs, and then (load-file "~/pdm-org.el") or some trick like this? > This is happening the same on two machines (both Windows I'm afraid), > with org-mode versions reported as 6.22b and 6.22trans. > > I still have my earlier problem with the stuck projects view not > ignoring inherited tags. I do not remember this one, can you send a link to the message? - Carsten