From: Don Armstrong Date: Mon, 24 Jul 2017 14:57:41 +0000 (-0700) Subject: system-name returns the hostname, not the FQDN X-Git-Url: https://git.donarmstrong.com/?p=lib.git;a=commitdiff_plain;h=512d0a029cda672a6fb6a19233809a5eae2c7e5a system-name returns the hostname, not the FQDN --- diff --git a/emacs_el/configuration/org-mode-configuration.el b/emacs_el/configuration/org-mode-configuration.el index 0b4672a..3d11e19 100644 --- a/emacs_el/configuration/org-mode-configuration.el +++ b/emacs_el/configuration/org-mode-configuration.el @@ -451,7 +451,7 @@ Maildir, or by Message-ID." (setq-default org-mobile-directory "/linnode.donarmstrong.com:/sites/dav.donarmstrong.com/root/org/") -(when (string= system-name "linnode.donarmstrong.com") +(when (string= system-name "linnode") (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")