summaryrefslogtreecommitdiff
path: root/bin/doccheckin
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-08-03 13:27:39 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-08-05 11:38:04 -0700
commitc54083d67713066b187430990ff8376db55f9e02 (patch)
treea4c20c709ab56ae325dc85eb86606a7ba8a6ec81 /bin/doccheckin
parentacae31bacb3f51c7d299dcf71e8695522b16e0ee (diff)
downloaddotfiles-c54083d67713066b187430990ff8376db55f9e02.tar.gz
add initial Howm setup, archive Org-roam config to git history
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