This you find around the ๐ŸŒ Internet
๐Ÿ” Web search with Google โ€ข Bing โ€ข DuckDuckGo โ€ข Marginalia โ€ข Reddit โ€ข Spotify โ€ข TikTok โ€ข Tootfinder โ€ข X โ€ข Yandex โ€ข Youtube โ€ข YTM
This you find in the ๐Ÿ›๏ธ Agora
๐Ÿค– AI assistant on 'index-page-for-my-journal-files'
Generative AI services provided by Mistral AI. To save a generation into the Agora, for now please copy/paste into the document Stoa above.

Generating text...


๐Ÿ—ฃ๏ธ Stoas for [[index-page-for-my-journal-files]]
A Stoa is a public space where people can meet and collaborate.
๐Ÿ“– Document at https://doc.anagora.org/index page for my journal files
๐Ÿ“น Meeting at https://framatalk.org/index page for my journal files
๐Ÿ“š Node [[index page for my journal files]]
๐Ÿ““ garden/neil/index-page-for-my-journal-files.md by @neil ๏ธ๐Ÿ”— โœ๏ธ

index page for my journal files

Put this function at the top of a file journal/index.org.

It pulls out all the org files in that folder, and formats them at a bulleted list of links to each of those journal .orgs.

(mapconcat
 (lambda (x)
   (concat
    "- "
    (org-link-make-string
     (concat "file:" x)
     (file-name-sans-extension x))))
 (nreverse (file-expand-wildcards "*.org")) "\n")

I had to also (setq org-confirm-babel-evaluate nil) in order to not have my gitlab pipeline prompt me for code execution.

Loading pushes...

Rendering context...