Leo Okawa Ericson
Leo Okawa Ericson
## About the author I'm a masters student in computer science that took a course in constraint programming they like a lot. ## Quick Summary I've written an introductory blog...
What I'm trying to do is get a list of org-roam nodes sorted by their `mtime` attribute. With base `org-roam` I used `(org-roam-node-read--completions nil #'org-roam-node-read-sort-by-file-mtime)`, but that only works on...
It seems like rss-parrot creates one account per website, but that fails when a website has multiple rss feeds. To reproduce Message the bot with example.com/feed1.xml. An account should be...
Executing a keybinding that launches the minibuffer (e.g. with `completing-read`) from hercules will cause some weird interactions. There are two problems. 1) The cursor moves back to the position from...
This is similar to https://github.com/Feel-ix-343/markdown-oxide/issues/292 , but it's about the descriptions. I have a file `foo.md`: ``` # work [[baz]] [[baz|desc]] [desc](baz) [desc(with parenthesis work)](baz) # don't work [desc.](baz) [[baz|desc.]]...