diff --git a/.emacs.d/include/orgconfig.el b/.emacs.d/include/orgconfig.el index cb1bb7c..b293e67 100644 --- a/.emacs.d/include/orgconfig.el +++ b/.emacs.d/include/orgconfig.el @@ -71,7 +71,7 @@ (interactive) ;; Sync the calendars directory (let ((default-directory (expand-file-name "~/.calendars/"))) - (shell-command "./sync" "*scratch*")) + (shell-command "./sync")) ;; Import the calendars into the diary (let* ((diary-file-name (expand-file-name "~/.emacs.d/diary")) (calendar-dir (expand-file-name "~/.calendars/"))