From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Highlighting bug with org-agenda-set-restriction-lock Date: Fri, 05 Apr 2013 09:12:08 -0400 Message-ID: <87bo9tyvdj.fsf@norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43959) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UO6RK-0004Zq-QC for emacs-orgmode@gnu.org; Fri, 05 Apr 2013 09:12:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UO6RF-0001kU-St for emacs-orgmode@gnu.org; Fri, 05 Apr 2013 09:12:22 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:54958) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UO6RF-0001hQ-Fo for emacs-orgmode@gnu.org; Fri, 05 Apr 2013 09:12:17 -0400 Received: from cpe000102d0fe75-cm0012256ecbde.cpe.net.cable.rogers.com ([99.239.165.89] helo=mail.norang.ca) by mho-02-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1UO6R8-000IL8-Em for emacs-orgmode@gnu.org; Fri, 05 Apr 2013 13:12:10 +0000 Received: from localhost.localdomain (gollum.intra.norang.ca [192.168.1.5]) by mail.norang.ca (8.14.3/8.14.3/Debian-9.4) with ESMTP id r35DC8Ld026048 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Fri, 5 Apr 2013 09:12:09 -0400 Received: from localhost.localdomain (gollum [127.0.0.1]) by localhost.localdomain (8.14.3/8.14.3/Debian-9.4) with ESMTP id r35DC8lC016884 for ; Fri, 5 Apr 2013 09:12:08 -0400 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 Hi, The highlighting has changed for this functionality. I finally updated to master (1200+ commits) yesterday and when I use C-c C-x < the entire subtree is now highlighted in bright yellow on my Windows Emacs. GNU Emacs 23.3.1 (i386-mingw-nt5.1.2600) of 2011-03-10 on 3249CTO Org-mode version 7.9.2 (release_7.9.2-2030-g29a75d @ d:/bin/org-mode/lisp/) This used to highlight only the first heading of the subtree. Highlighting the entire subtree is _very_ distracting and makes working in the org file on the narrowed subtree difficult (for me). I can fix this by changing the face and completely removing the highlight but I'd prefer the old functionality if that is possible. I also noticed that the main heading is now also highlighted in the agenda which is okay I guess but also different from how this used to work :) I haven't tried this on my Linux system at home yet. Will do that this weekend. Thanks, Bernt