From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Groth Subject: temporarily un-ignoring scheduled tasks in global todo list Date: Wed, 21 May 2014 08:23:10 +0200 Message-ID: <87sio3fy5t.fsf@grothesque.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34156) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WmzwD-000562-H1 for emacs-orgmode@gnu.org; Wed, 21 May 2014 02:23:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wmzw5-0006d1-Fn for emacs-orgmode@gnu.org; Wed, 21 May 2014 02:23:41 -0400 Received: from plane.gmane.org ([80.91.229.3]:42086) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wmzw5-0006cs-9a for emacs-orgmode@gnu.org; Wed, 21 May 2014 02:23:33 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Wmzvu-0001cV-45 for emacs-orgmode@gnu.org; Wed, 21 May 2014 08:23:22 +0200 Received: from dra38-5-82-246-248-175.fbx.proxad.net ([82.246.248.175]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 21 May 2014 08:23:22 +0200 Received: from christoph by dra38-5-82-246-248-175.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 21 May 2014 08:23:22 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi, I like to have (setq org-agenda-todo-ignore-scheduled 'all) (setq org-agenda-todo-ignore-deadlines 'all) (setq org-agenda-tags-todo-honor-ignore-options t) but sometimes I would like to search for some item that I know that is scheduled somewhere into the future. Or I want to verify whether some item exists. What would be the best way to temporarily show all tasks? I am thinking of writing a function that calls org-agenda with the above variables temporarily set to the default values. (That should be possible in elisp, but I do not yet know how.) Is there a better way? Alternatively, one could always show all items in the global todo list, but somehow mark the already scheduled ones. Orgmode does not seem to allow for something like this out-of-the-box, though. Thanks, Christoph