From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Porter Subject: Re: using rgrep, ag, etc in folded org files? Date: Mon, 12 Sep 2016 18:04:28 -0500 Message-ID: <87wpigwwhv.fsf@alphapapa.net> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47325) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bjaHT-0004KR-Vc for emacs-orgmode@gnu.org; Mon, 12 Sep 2016 19:04:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bjaHP-00068E-3h for emacs-orgmode@gnu.org; Mon, 12 Sep 2016 19:04:51 -0400 Received: from [195.159.176.226] (port=37007 helo=blaine.gmane.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bjaHO-00067O-TN for emacs-orgmode@gnu.org; Mon, 12 Sep 2016 19:04:47 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1bjaHF-0004sG-FT for emacs-orgmode@gnu.org; Tue, 13 Sep 2016 01:04:37 +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: emacs-orgmode@gnu.org You might find this package useful (it's mine ;): https://github.com/alphapapa/helm-org-rifle Or you can install it from MELPA. I have plans to look into using external tools to find matches someday. git grep seems like the most promising, but maybe ag or agrep could work too. In the meantime, you may find the existing functionality useful. It wouldn't be hard to customize it slightly to do what you want, although you might like the feature to open selected subtrees in indirect buffers. Please feel free to give feedback on the tracker. :)