From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Subject: Sparse trees and searching for multiple words Date: Sun, 19 Sep 2010 08:48:25 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=45971 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OxFZq-0008BI-Uh for emacs-orgmode@gnu.org; Sun, 19 Sep 2010 04:48:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OxFZj-0004R4-5m for emacs-orgmode@gnu.org; Sun, 19 Sep 2010 04:48:50 -0400 Received: from lo.gmane.org ([80.91.229.12]:40770) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OxFZi-0004Qs-Vn for emacs-orgmode@gnu.org; Sun, 19 Sep 2010 04:48:43 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OxFZe-0007Wp-1i for emacs-orgmode@gnu.org; Sun, 19 Sep 2010 10:48:38 +0200 Received: from 94-21-76-114.pool.digikabel.hu ([94.21.76.114]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 19 Sep 2010 10:48:38 +0200 Received: from levelhalom by 94-21-76-114.pool.digikabel.hu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 19 Sep 2010 10:48:38 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org I see sparse trees can be constructed by searching for a regexp, but I can't find the same ability for multiple searches. For example, I'd like to see entries which contains the words 'cat' and 'dog' in any order. Or 'apple', 'orange', 'melon', 'plum' and 'pear' in any order. Searching for multiple keywords in a single operation is a pretty basic feature. I recommend adding it if currently there is no way to do it in org.