From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joao Cortes Subject: Toggle dimming of blocked tasks Date: Wed, 20 Nov 2019 12:13:36 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:48784) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iXOre-0002WC-TG for emacs-orgmode@gnu.org; Wed, 20 Nov 2019 07:13:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iXOrd-0004GS-Mx for emacs-orgmode@gnu.org; Wed, 20 Nov 2019 07:13:42 -0500 Received: from mail-oln040092064107.outbound.protection.outlook.com ([40.92.64.107]:54918 helo=EUR01-DB5-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iXOrd-0004BS-8F for emacs-orgmode@gnu.org; Wed, 20 Nov 2019 07:13:41 -0500 Content-Language: en-US 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" The org-mode version I am using is 9.2.3 (release_9.2.3-372-g66cd1f). I would like being able to toggle the dimming of blocked tasks. "#" is mapped to 'org-agenda-dim-blocked-tasks'. Calling this function seem to do nothing, independently of the current 'org-agenda-dim-blocked-tasks' value: If I do '(setq org-agenda-dim-blocked-tasks t)' , the list has the blocked tasks dimmed, independently of calling 'org-agenda-dim-blocked-tasks'. If I do '(setq org-agenda-dim-blocked-tasks nil)', then the blocked tasks are always fully visible.