greg-minshall

Results 24 issues of greg-minshall

hi. in my environment, where i have .org files scattered all over the place, including in `${HOME}`, i would like to search for org files in a specified set of...

hi. i get this line, and also "...-anon1", printed on stderr with the following (not necessarily exemplary) script: ```` #!/usr/bin/emacs --script ;; path to names (let ((default-directory "~/.emacs.d/straight/build/")) (normal-top-level-add-subdirs-to-load-path)) (eval-when-compile...

hi. in routr's `ressource_route()` function, there is a line ```` m_since

it calls unadorned "redirect", which takes only one argument. i suspect it should be calling "res$redirect", which i think would allow for the 301 code as a second argument. ````...