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.

1. Elsewhere

1.1. In my garden

Notes that link to this note (AKA backlinks).

1.3. Mentions

This page last updated: 2023-03-17 Fri 16:15. Map. Recent changes. Source. Peer Production License.