diff options
author | Preston Pan <preston@nullring.xyz> | 2023-06-14 16:30:24 -0700 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2023-06-14 16:30:24 -0700 |
commit | a3fa456e28a8fc9b0720e230039083c3f8e3f7b8 (patch) | |
tree | f6034cb30f67069ecefecac244fcbd201d36a3a7 /journal/index.org | |
parent | 2bcbe7346a1e61e4cb019e445f75f28714f4d855 (diff) |
add content to journal and mindmap
Diffstat (limited to 'journal/index.org')
-rw-r--r-- | journal/index.org | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/journal/index.org b/journal/index.org index c6bfe89..e5231a7 100644 --- a/journal/index.org +++ b/journal/index.org @@ -15,7 +15,7 @@ Here is a list of all my journal entries: #+begin_src shell :results output raw :exports both for f in $(ls | sort -r); do - if [[ "$f" == "index.org" ]]; then + if [[ "$f" == "index.org" || "$f" == "README.org" ]]; then continue fi printf -- "- [[file:$f][$f]]\n" @@ -23,6 +23,8 @@ done #+end_src #+RESULTS: +- [[file:20230614.org][20230614.org]] +- [[file:20230613.org][20230613.org]] - [[file:20230611.org][20230611.org]] - [[file:20230610.org][20230610.org]] - [[file:20230609.org][20230609.org]] |