Not too bad! Clojure rocks.
(comment
(->>
"~/todo/garden/websites/*.org"
r.zsh/expand-many
(map org-crud/path->nested-item)
(remove nil?)
(map (fn [website-note]
(str (:org/name-string website-note)
"\n\n" (:org/body-string website-note))))
(string/join "\n\n--\n\n")
(spit (str (fs/home) "/todo/garden/old_website_notes.org"))))
Some ergonomics and tools posts: