From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: View scheduled tasks that have a specific state [8.2.10 (release_8.2.10 @ /usr/share/emacs/24.5/lisp/org/)] Date: Sun, 10 Sep 2017 14:13:12 +0200 Message-ID: <87tw0azr8n.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45899) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dr170-0000K4-QL for emacs-orgmode@gnu.org; Sun, 10 Sep 2017 08:13:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dr16x-0002RT-IB for emacs-orgmode@gnu.org; Sun, 10 Sep 2017 08:13:18 -0400 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:33662) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dr16x-0002RC-CU for emacs-orgmode@gnu.org; Sun, 10 Sep 2017 08:13:15 -0400 In-Reply-To: (cro cefisso's message of "Sun, 3 Sep 2017 22:16:06 +0200") 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: cro cefisso Cc: emacs-orgmode@gnu.org Hello, "cro cefisso" writes: > Hello, I'm on Org-mode 8.2.10 on Xubuntu 16.04 and despite having tried many combinations, I can't manage to view all scheduled tasks that don't have "DONE" and "CANCELLED" as a state. For example, when I do : > (setq org-agenda-custom-commands > '( > ("+" "Scheduled" > ((todo "" > ((org-agenda-overriding-header "\nScheduled") > (org-agenda-skip-function '(org-agenda-skip-entry-if 'notscheduled 'todo '("DONE" "CANCELLED"))) > ) > )) > ) > ) > ) > it shows all scheduled tasks but including those with "DONE" and "CANCELLED" states... Fixed. Thank you. Regards, -- Nicolas Goaziou