#!/bin/bash TMPDIR=~/tmp export TMPDIR . ~/.ssh/ssh_agent_info_$(hostname) LOCKOPTS=-q if [ -n "$PS1" ]; then LOCKOPTS=-f; 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 \ --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';