From ca76547b69f2b9fb13e757229235e702836e3a2b Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Wed, 8 Nov 2023 00:38:04 +1100 Subject: [emacs] Some minor changes --- emacs/.emacs.d/lisp/my/my-org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs/.emacs.d/lisp') diff --git a/emacs/.emacs.d/lisp/my/my-org.el b/emacs/.emacs.d/lisp/my/my-org.el index 9900195..1f5ca63 100644 --- a/emacs/.emacs.d/lisp/my/my-org.el +++ b/emacs/.emacs.d/lisp/my/my-org.el @@ -1466,7 +1466,7 @@ will be in the format of WORK-42 CHORE-1024 etc." "Increment the next id of CATEGORY. Return the next id before incrementing." - (let* ((next-ids (my-org-read-next-ids)) + (let* ((next-ids (my-org-task-read-next-ids)) (next-id (alist-get category next-ids))) (setf (alist-get category next-ids) (1+ next-id)) -- cgit v1.2.3