org-randomnote
org-randomnote copied to clipboard
Find a random note in your Org-Mode files
It would be nice to be able to specify the depth of headline you want. In my case, I'd like to only look at top level headlines in my file,...
Hi I would like the candidate to be a tree in a buffer (not the entire buffer). Could this be possible?
Hi, I ran across this package the other day and have a small suggestion. You currently use `org-map-entries` with `line-number-at-pos`, which is convenient, but slow, as it has to map...
In order to implement this, store association lists of file names to the header count and to the modification tick. Every 30 seconds starting from the first time org-randomnote is...
This would let you skip headings you know will not contain useful notes. For example, you might want to only read headings without todo keywords - those tend to be...
I've noticed that the random selection seems to be biased toward smaller files, because a random file is chosen first, followed by a random heading. To fix this, it'd be...
Thanks for making this, what a great idea! I put this in my `.spacemacs` (which in this case will make no difference from a normal `.emacs` file). ``` (load-library "find-lisp")...
Love the idea, thank for creating this mode! I'm not sure if `indirect-buffer` is working as intended... it seems to pick a random heading in the org file setup as...