From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Subject: Multi string search of org entries Date: Thu, 15 Dec 2011 17:56:11 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:56254) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RbFXk-0008Ib-R9 for emacs-orgmode@gnu.org; Thu, 15 Dec 2011 12:56:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RbFXi-0003DG-Tp for emacs-orgmode@gnu.org; Thu, 15 Dec 2011 12:56:32 -0500 Received: from lo.gmane.org ([80.91.229.12]:34363) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RbFXi-0003Cq-OV for emacs-orgmode@gnu.org; Thu, 15 Dec 2011 12:56:30 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RbFXd-00067s-FX for emacs-orgmode@gnu.org; Thu, 15 Dec 2011 18:56:25 +0100 Received: from 94-21-223-214.pool.digikabel.hu ([94.21.223.214]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 15 Dec 2011 18:56:25 +0100 Received: from adatgyujto by 94-21-223-214.pool.digikabel.hu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 15 Dec 2011 18:56:25 +0100 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 This package is a variant of this one: http://thread.gmane.org/gmane.emacs.orgmode/49887 It supports matching multiple substrings in any order in the whole entry (heading+body) and it also highlights the matches. So, for example this entry * Fenton running on the field Dog having fun in nature. http://www.youtube.com/watch?v=3GRSbr0EYYU can be matched by the query: dog run youtube http://www.emacswiki.org/emacs/org-search-goto-ml.el The search method is more complex, so it may be a bit slower than the previous variants.