summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-10-11 18:43:06 -0700
committerSean Whitton <spwhitton@spwhitton.name>2015-10-11 18:43:06 -0700
commit1024e34abc8e18f9dc5ba321d876cc9a8415b274 (patch)
tree5008ecfad9d29ae7409303b8b492dac92f502583
parent95698f2d28ca3bb829f5bc839e19612cf36718d9 (diff)
downloaddotfiles-1024e34abc8e18f9dc5ba321d876cc9a8415b274.tar.gz
exclude philos notes from review view's grep
-rw-r--r--.emacs.d/init-org.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/init-org.el b/.emacs.d/init-org.el
index d3e00dcc..5ea82ee9 100644
--- a/.emacs.d/init-org.el
+++ b/.emacs.d/init-org.el
@@ -587,6 +587,7 @@ spaces in it and to remove any colons."
" -regextype posix-egrep -type f"
args-together
" -not -regex '" (expand-file-name org-directory) "/archive/.*'"
+ " -not -regex '" (expand-file-name org-directory) "/philos/.*'"
" -not -name reading.org"
" -not -name archive.org -not -regex '" (expand-file-name org-directory) "/[ABCDEFGHIJKLMNOPQRSTUVWXYZ].*' -exec egrep -nH -e \"\\* \(TODO\|SOMEDAY\|WAITING\|SOONDAY\) \" {} +"))))