From 12951ae45d407da77a22e2ab7984153e91babdb2 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 15 Jan 2014 09:14:40 -0800 Subject: [PATCH] fix directories to org-mode --- update_mobile_org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update_mobile_org b/update_mobile_org index 75cfc80..2de7dc2 100755 --- a/update_mobile_org +++ b/update_mobile_org @@ -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'; -- 2.39.5