[Emacs] Add variable for potential ASSIGNEEs

This commit is contained in:
Ivan Malison 2023-08-21 14:54:19 -06:00
parent 55be932dde
commit d71c4233bc

View File

@ -3018,6 +3018,7 @@ The following is taken from [[https://github.com/syl20bnr/spacemacs/blob/a650877
(defvar imalison:org-dir "~/org")
(defvar imalison:shared-org-dir "~/katnivan")
(defvar imalison:org-whoami "Ivan Malison")
(defvar imalison:org-potential-assignees (list "Ivan Malison" "Kat Huang"))
(defvar imalison:org-default-initial-state "TODO")
(use-package org
:commands (org-mode org org-mobile-push org-mobile-pull org-agenda)
@ -3089,7 +3090,7 @@ The following is taken from [[https://github.com/syl20bnr/spacemacs/blob/a650877
(point-max)))))
(defun imalison:org-known-assignees ()
(list imalison:org-whoami))
imalison:org-potential-assignees)
(cl-defun imalison:set-assignee (&key assignee (override t))
(interactive)