X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=update_mobile_org;h=e59e6ba1571a632b1f248b531b39ab174fde53db;hb=958abadafd37b29e7a2c11cc07ec0072dafd7292;hp=4078d68e2e2f7eb108d3f159914a2ff649006f10;hpb=67d565fddff8156bd8b2407e285e9ce1e95ca59a;p=bin.git diff --git a/update_mobile_org b/update_mobile_org index 4078d68..e59e6ba 100755 --- a/update_mobile_org +++ b/update_mobile_org @@ -9,6 +9,6 @@ if [ -n "$PS1" ]; then fi; mr -d ~/org-mode up; with-lock-ex $LOCKOPTS $TMPDIR/update_mobile_org emacsclient -n -e '(org-save-all-org-buffers)' >/dev/null 2>&1 -with-lock-ex $LOCKOPTS $TMPDIR/update_mobile_org emacs --batch -l ~/.emacs \ +yes|with-lock-ex $LOCKOPTS $TMPDIR/update_mobile_org emacs --batch -l ~/.emacs \ --eval '(org-mobile-push)' --eval '(org-mobile-pull)' --eval '(org-save-all-org-buffers)'; mr -d ~/org-mode commit -m'org mobile automated commit and push';