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).
This commit is contained in:
Howard Abrams 2024-06-30 11:53:55 -07:00
parent e1897c2e95
commit 8eaf1d5600

View file

@ -365,8 +365,8 @@ Well use a shell command to call =ripgrep= to search my collection of org fi
" --no-heading" " --no-heading"
" --line-number" " --line-number"
" --max-depth 1" " --max-depth 1"
" --type org" " -e '^\\*+ '"
" -e '^\\*+ '") " *.org")
"A ripgrep shell call to search my headers.") "A ripgrep shell call to search my headers.")
#+end_src #+end_src