summaryrefslogtreecommitdiff
path: root/bin/doccheckin
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-10-17 08:20:49 -0700
committerSean Whitton <spwhitton@spwhitton.name>2015-10-17 08:20:56 -0700
commitdbe0b5edfdb12e32d9553ff7dfdeb51afa3a8355 (patch)
tree7531e3de0ab9b0dd8aebad900a27d17e384731f5 /bin/doccheckin
parent918b3b18dbdba1d88318b78a4a77b8e0c1d08a87 (diff)
downloaddotfiles-dbe0b5edfdb12e32d9553ff7dfdeb51afa3a8355.tar.gz
writing papers in Org now
Diffstat (limited to 'bin/doccheckin')
-rwxr-xr-xbin/doccheckin2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/doccheckin b/bin/doccheckin
index 3a2e8f1c..d3fe139c 100755
--- a/bin/doccheckin
+++ b/bin/doccheckin
@@ -10,7 +10,7 @@ if [[ $gstatus =~ 'You have unmerged paths.' ]]; then
fi
# this command should never fail and stop mr
-git add org/{philos/,/}*.org papers/*.{md,bib} playlists/*.m3u emacs-abbrevs emacs-bookmarks mutt-aliases mutt-groups || true
+git add org/{philos/,/}*.org papers/*.{org,md,bib} playlists/*.m3u emacs-abbrevs emacs-bookmarks mutt-aliases mutt-groups || true
# this command should never fail and stop mr
git commit -a -m "auto commit on $(hostname -s)" || true