[Emacs] Rename org-agenda-log filter for person function

This commit is contained in:
Kat Huang 2023-09-30 12:06:22 -06:00
parent fa02f1c351
commit a670741380

View File

@ -328,7 +328,7 @@ We're going to use this to write separate parts of our config to different secti
#+begin_src emacs-lisp :tangle org-config-config.el
(defvar imalison:org-agenda-filter-to nil)
(defun imalison:filter-agenda-log-to-completions-for (person)
(defun imalison:org-agenda-filter-log-to-completions-for (person)
(interactive (list (completing-read "Choose a person" imalison:org-people)))
(when (string-equal person "nil")
(setq person nil))