forked from colonelpanic/dotfiles
[Emacs] Make all args to imalison:org-at-time keyword args
This commit is contained in:
parent
bbf0b82262
commit
82618e1a94
@ -185,7 +185,7 @@ We're going to use this to write separate parts of our config to different secti
|
||||
nil
|
||||
'agenda))
|
||||
|
||||
(cl-defun imalison:org-at-time (&optional time &key (fn 'org-wild-notifier-check))
|
||||
(cl-defun imalison:org-at-time (&key time (fn 'org-wild-notifier-check))
|
||||
(interactive)
|
||||
(setq time (or time (time-convert (encode-time (parse-time-string (org-read-date))) 'list)))
|
||||
(message "%s" time)
|
||||
|
Loading…
Reference in New Issue
Block a user