summaryrefslogtreecommitdiff
path: root/bin/doccheckin
diff options
context:
space:
mode:
Diffstat (limited to 'bin/doccheckin')
-rwxr-xr-xbin/doccheckin3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/doccheckin b/bin/doccheckin
index a2fcd2f3..29046f8b 100755
--- a/bin/doccheckin
+++ b/bin/doccheckin
@@ -15,13 +15,12 @@ cd ~/doc/
[ -z "$(git ls-files --unmerged)" ] || exit 0
# this command should never fail and stop mr
-git add org/*.org \
+git add howm/*.org howm/*/*.org \
papers/*.org papers/*.md papers/*.bib \
newpapers/*/*.org \
dissert/*.md pres/*.md letters/*.tex \
emacs-abbrevs emacs-bookmarks News/* \
emacs-diary archive/emacs-diary-* \
- notes/days/*.org notes/*.org \
|| true
# this command should never fail and stop mr