EFLS
EFLS
For what it's worth: I've been building on `consult-notes` package to achieve some of the things discussed here. In particular, I wanted to get an overview of what's in my...
I might do that at some point, @protesilaos! I'm currently still tinkering and experimenting with it. Currently I have included in the Consult buffer, next to the title: keywords, number...
I just want to chime in that this is an amazing addition (in terms of functionality -- can't judge the code) and I hope it gets included in Org-roam itself!...
This discussion goes completely over my head due to my limited understanding of the inner workings of Emacs, but I just wanted to chip in: after a recent update of...
I am on macOS indeed, version 10.15.2, with Emacs 26.3
> The thing is, org-mode is a rather slow piece of software, and do not open files in org-mode while searching, to keep it fast. That makes sense, thanks for...
I've created something that does what I want, more or less. It feels a bit hacky though. This function leverages `org-ql` to return a list of markers to all subtrees...
Thanks for the workaround, @norz! It is frustratingly inconvenient, but at least it is possible. Also, it seems to work even without Highlight API enabled. I really hope highlights on...
I should mention here what I've added to the README: Zetteldeft is no longer under active development, for the simple reason that I'm exploring note-taking based on Denote rather than...
I don't think you need to disable evil, rather turn it to `emacs` state with something like `(evil-set-initial-state 'elfeed-dashboard-mode 'emacs)` You can then use the keybindings you have configured in...