From ffea78e98b6a9c494c0a52f59e6ad1678a6dc445 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Mon, 21 Aug 2023 16:42:27 +1000 Subject: Fixing a few things in emacs, adding xdgdef Emacs: updating the org clock refile so that it refiles all text in the logbook --- emacs/.emacs.d/init/ycp-org.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'emacs/.emacs.d/init/ycp-org.el') diff --git a/emacs/.emacs.d/init/ycp-org.el b/emacs/.emacs.d/init/ycp-org.el index 9c9191a..d18b9f6 100644 --- a/emacs/.emacs.d/init/ycp-org.el +++ b/emacs/.emacs.d/init/ycp-org.el @@ -70,8 +70,8 @@ (setq org-modules '(ol-bbdb ol-gnus ol-info)) (setq org-use-sub-superscripts '{}) (setq org-todo-keywords - '((sequence "TODO(t!)" "DOIN(i!)" "WAIT(w!)" "|" - "DONE(d!)" "OBSO(o!)" "DUPL(u!)"))) + '((sequence "TODO(t)" "DOIN(i)" "WAIT(w)" "|" + "DONE(d)" "OBSO(o)" "DUPL(u)"))) (setq org-enforce-todo-dependencies t org-enforce-todo-checkbox-dependencies t) (setq org-use-fast-todo-selection 'expert) @@ -297,7 +297,7 @@ (setq org-speed-commands '(("User commands") ("g" . org-delete-property) - ("W" . my-org-clock-refile-clocking) + ("W" . my-org-refile-logbook) ("+" . my-org-vote-up) ("-" . my-org-vote-down) ("m" . my-magit-clone-org-source) -- cgit v1.2.3