org-mode-incremental-reading icon indicating copy to clipboard operation
org-mode-incremental-reading copied to clipboard

SuperMemo inspired incremental reading for org-mode and Anki

Results 2 org-mode-incremental-reading issues
Sort by recently updated
recently updated
newest added

when I M+x incremental-reading-extract-basic,the following error occurs: Symbol’s function definition is void: org-roam-node-tags? org-roam version is 2.2.2, org is 9.6.7, and emacs-plus@29

Maybe it is more convenient to add local `incremental-reading-map`. ``` (defvar incremental-reading-extract-functions '(incremental-reading-extract-basic incremental-reading-extract-basic-no-back incremental-reading-extract-cloze incremental-reading-extract-cloze-no-back)) (defvar incremental-reading-map (let ((map (make-sparse-keymap))) (define-key map (kbd "c") #'anki-editor-cloze-region) (define-key map (kbd "C")...