]> git.donarmstrong.com Git - bin.git/commitdiff
fix directories to org-mode
authorDon Armstrong <don@donarmstrong.com>
Wed, 15 Jan 2014 17:14:40 +0000 (09:14 -0800)
committerDon Armstrong <don@donarmstrong.com>
Wed, 15 Jan 2014 17:14:40 +0000 (09:14 -0800)
update_mobile_org

index 75cfc802e62d97b6869124df1ffa738a14bf0292..2de7dc2547fa50efa1315be5a61829dcb8f35569 100755 (executable)
@@ -7,6 +7,6 @@ LOCKOPTS=-q
 if [ -n "$PS1" ]; then
     LOCKOPTS=-f;
 fi;
-mr -d org-mode up;
+mr -d ~/org-mode up;
 with-lock-ex $LOCKOPTS $TMPDIR/update_mobile_org emacs --batch -l ~/.emacs -f 'org-mobile-push' -f 'org-mobile-pull'
-mr -d org-mode commit -m'org mobile automated commit and push';
+mr -d ~/org-mode commit -m'org mobile automated commit and push';