From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Fischmeister Subject: complex searches with org-sparse-tree Date: Sun, 7 Oct 2012 11:05:46 -0400 Message-ID: <20121007150546.GG760@muh> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46981) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TKsQX-0006JW-A6 for emacs-orgmode@gnu.org; Sun, 07 Oct 2012 11:05:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TKsQW-0000is-F6 for emacs-orgmode@gnu.org; Sun, 07 Oct 2012 11:05:57 -0400 Received: from mail-la0-f41.google.com ([209.85.215.41]:64791) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TKsQW-0000io-7p for emacs-orgmode@gnu.org; Sun, 07 Oct 2012 11:05:56 -0400 Received: by mail-la0-f41.google.com with SMTP id p5so1854717lag.0 for ; Sun, 07 Oct 2012 08:05:55 -0700 (PDT) Content-Disposition: inline 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 Hello, Is there a possibility to get a sparse tree for a more complex query? For review purposes, I would like to get a sparse tree with (SCHEDULED <= ) [if scheduled is set] or SCHEDULED is not set (org-sparse-tree) seems to be able to only to give me the first part, but it neither can give me a sparse tree where the SCHEDULED is not set nor can I merge the query. Any ideas? Thanks, Sebastian