[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
|
nil
|
||||||
'agenda))
|
'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)
|
(interactive)
|
||||||
(setq time (or time (time-convert (encode-time (parse-time-string (org-read-date))) 'list)))
|
(setq time (or time (time-convert (encode-time (parse-time-string (org-read-date))) 'list)))
|
||||||
(message "%s" time)
|
(message "%s" time)
|
||||||
|
Loading…
Reference in New Issue
Block a user