From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim Visher Subject: Re: Ag (the Silver Searcher) knows about Org files now Date: Thu, 31 Aug 2017 13:06:56 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="001a11495ae061280d05580faeed" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33213) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dnSwN-00040D-L8 for emacs-orgmode@gnu.org; Thu, 31 Aug 2017 13:07:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dnSwM-0008OO-Bl for emacs-orgmode@gnu.org; Thu, 31 Aug 2017 13:07:39 -0400 Received: from mail-ua0-x231.google.com ([2607:f8b0:400c:c08::231]:33934) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dnSwM-0008N8-68 for emacs-orgmode@gnu.org; Thu, 31 Aug 2017 13:07:38 -0400 Received: by mail-ua0-x231.google.com with SMTP id l11so759902uaf.1 for ; Thu, 31 Aug 2017 10:07:37 -0700 (PDT) In-Reply-To: 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: William Denton Cc: emacs-orgmode@gnu.org --001a11495ae061280d05580faeed Content-Type: text/plain; charset="UTF-8" It's worth noting that you can already achieve that behavior using [-G | --file-search-regex .*.org ``` ag -G '.*\.org' ``` The emacs ag package is also quite good. https://github.com/Wilfred/ag.el On Thu, Aug 31, 2017 at 12:36 PM, William Denton wrote: > A recent commit means that the very useful tool ag recognizes --org as an > option to let you search just Org files. > > Ag: https://github.com/ggreer/the_silver_searcher > > It'll take a while for that to make its way into package updates on > different operating systems, but it's good news. > > Bill > -- > William Denton :: Toronto, Canada --- Listening to Art: > https://listeningtoart.org/ > https://www.miskatonic.org/ --- GHG.EARTH: http://ghg.earth/ > Caveat lector. --- STAPLR: http://staplr.org/ > > --001a11495ae061280d05580faeed Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
It's worth noting that you can already achieve that be= havior using [-G | --file-search-regex .*.org

```
ag -G '.*\.org'
```

The emacs ag package is also quite good.=C2=A0https://github.com/Wilfred/ag.el

On Thu, Aug 31, 2017 at 1= 2:36 PM, William Denton <wtd@pobox.com> wrote:
A recent commit means that the very useful tool ag recogni= zes --org as an option to let you search just Org files.

Ag: https://github.com/ggreer/the_silver_searcher<= /a>

It'll take a while for that to make its way into package updates on dif= ferent operating systems, but it's good news.

Bill
--
William Denton :: Toronto, Canada=C2=A0 =C2=A0---=C2=A0 =C2=A0Listening to = Art:
https://listeningtoart.org/
https://www.miskatonic.org/=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0---=C2= =A0 =C2=A0GHG.EARTH: http://ghg.earth/
Caveat lector.=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 ---=C2=A0 =C2=A0STAPLR: http://staplr.org/


--001a11495ae061280d05580faeed--