Ah, you had me for a moment there: I thought you meant that it
understood Org files semantically, so it could search entries within Org
files. That would be very helpful for helm-org-rifle. Maybe someday...
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 us
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
--
Wi