From c54083d67713066b187430990ff8376db55f9e02 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 3 Aug 2022 13:27:39 -0700 Subject: add initial Howm setup, archive Org-roam config to git history --- bin/doccheckin | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bin/doccheckin') 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 -- cgit v1.2.3