From: Don Armstrong Date: Wed, 9 Nov 2016 20:06:21 +0000 (-0800) Subject: use linnode, not rzlab X-Git-Url: https://git.donarmstrong.com/?p=lib.git;a=commitdiff_plain;h=0858800765ed0c54020bcabdd3217f485db4ee59;ds=sidebyside use linnode, not rzlab --- diff --git a/emacs_el/configuration/org-mode-configuration.el b/emacs_el/configuration/org-mode-configuration.el index 835e231..8e434d1 100644 --- a/emacs_el/configuration/org-mode-configuration.el +++ b/emacs_el/configuration/org-mode-configuration.el @@ -442,8 +442,8 @@ Maildir, or by Message-ID." 'my-rtcite-export-handler) -(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 "/linnode.donarmstrong.com:/sites/dav.donarmstrong.com/root/org/") +(when (string= system-name "linnode.donarmstrong.com") (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")