From: Don Armstrong Date: Wed, 6 May 2015 15:01:12 +0000 (-0700) Subject: handle org-mobile push on rzlab X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=869187ed35239dc5057ac0a790f5a5f4df8c330f;p=lib.git handle org-mobile push on rzlab --- diff --git a/emacs_el/configuration/org-mode-configuration.el b/emacs_el/configuration/org-mode-configuration.el index 7d2e8ca..7071e1e 100644 --- a/emacs_el/configuration/org-mode-configuration.el +++ b/emacs_el/configuration/org-mode-configuration.el @@ -428,6 +428,8 @@ Maildir, or by Message-ID." (setq-default org-mobile-directory "/rzlab.ucr.edu:/sites/dav.donarmstrong.com/root/org/") +(when (string= system-name "rzlab.ucr.edu") + (setq-default org-mobile-directory "/sites/dav.donarmstrong.com/root/org/")) (setq-default org-directory "/home/don/org-mode/") (setq-default org-mobile-inbox-for-pull "/home/don/org-mode/from-mobile.org")