From 904a0129a092a3e174f464eda254d4e9ab25049a Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Mon, 6 Sep 2021 15:20:32 -0400 Subject: [PATCH] Exclude drill function --- README.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.org b/README.org index c73ed4e..cc431a0 100644 --- a/README.org +++ b/README.org @@ -2333,6 +2333,11 @@ Org Drill[fn:64] is an extension for Org Mode[fn:60] that uses a spaced repition #+NAME: emacs-org-drill-elisp #+BEGIN_SRC emacs-lisp +;; Exclude :drill: items from `org-roam'. +(setq org-roam-db-node-include-function + (defun dotfiles/org-roam-include () + (not (member "drill" (org-get-tags))))) + ;; Configure keybindings for `org-drill'. (dotfiles/leader "od" '(:ignore t :which-key "Drill")