From 8eaf1d5600277efd911d4f52b83d0ac3488e12f7 Mon Sep 17 00:00:00 2001 From: Howard Abrams Date: Sun, 30 Jun 2024 11:53:55 -0700 Subject: [PATCH] Edit Org files not in Git I can not jump to any Org file in my project whether or not that file has been committed (as `rg` limits the searches to git repository files). --- bootstrap.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap.org b/bootstrap.org index b02e88e..60d1ba8 100644 --- a/bootstrap.org +++ b/bootstrap.org @@ -365,8 +365,8 @@ We’ll use a shell command to call =ripgrep= to search my collection of org fi " --no-heading" " --line-number" " --max-depth 1" - " --type org" - " -e '^\\*+ '") + " -e '^\\*+ '" + " *.org") "A ripgrep shell call to search my headers.") #+end_src