diff options
| author | Preston Pan <ret2pop@gmail.com> | 2025-09-27 21:17:05 -0700 |
|---|---|---|
| committer | Preston Pan <ret2pop@gmail.com> | 2025-09-27 21:17:05 -0700 |
| commit | 8a036cf21982210045685fe748afaf6be5aef042 (patch) | |
| tree | 18ac0fb0f7ceeb6cb1eed9be9eb717d2ac674e42 | |
| parent | 33402a3a3aa4655a86acf208ec87d34a343ea0c1 (diff) | |
modify some org files
| -rw-r--r-- | agenda.org | 26 | ||||
| -rw-r--r-- | config/nix.org | 4 | ||||
| -rw-r--r-- | journal/20250924.org | 12 | ||||
| -rw-r--r-- | nix/modules/home/user.nix | 4 |
4 files changed, 37 insertions, 9 deletions
@@ -58,7 +58,7 @@ These are tasks related to my appointments which have to be at a specific time. *** DONE Appointment Call I have an appointment in a couple days. SCHEDULED: <2025-09-16 Tue 15:45> -*** TODO Friends Stay a Night +*** DONE Friends Stay a Night SCHEDULED: <2025-09-23 Tue> *** TODO Covet Concert SCHEDULED: <2025-10-10 Fri> @@ -69,6 +69,10 @@ For eye health @ Mount Pleasant Optometry. *** TODO Magbay Concert SCHEDULED: <2025-09-30 Tue> Exciting! +*** TODO Blood test +SCHEDULED: <2025-10-02 Thu 16:15> +*** TODO BCID +SCHEDULED: <2025-10-03 Fri 03:40> ** Friends These are tasks related to seeing my friends. There will be tasks listed here when I schedule something. @@ -76,11 +80,12 @@ something. These are some habits I want to track. They are repeated according to a calendar schedule in general. ** TODO Supplements -SCHEDULED: <2025-09-22 Mon .+1d> +SCHEDULED: <2025-09-25 Thu .+1d> :PROPERTIES: -:LAST_REPEAT: [2025-09-21 Sun 06:57] +:LAST_REPEAT: [2025-09-24 Wed 07:07] :STYLE: habit :END: +- State "DONE" from "TODO" [2025-09-24 Wed 07:07] - State "DONE" from "TODO" [2025-09-21 Sun 06:57] - State "DONE" from "TODO" [2025-09-17 Wed 03:40] - State "DONE" from "TODO" [2025-09-16 Tue 03:13] @@ -105,11 +110,12 @@ Current stack: - EPA/DHA - Creatine Monohydrate ** TODO Strength Training -SCHEDULED: <2025-09-22 Mon .+1d> +SCHEDULED: <2025-09-25 Thu .+1d> :PROPERTIES: -:LAST_REPEAT: [2025-09-21 Sun 06:57] +:LAST_REPEAT: [2025-09-24 Wed 07:08] :STYLE: habit :END: +- State "DONE" from "TODO" [2025-09-24 Wed 07:08] - State "DONE" from "TODO" [2025-09-21 Sun 06:57] - State "DONE" from "TODO" [2025-09-17 Wed 03:40] - State "DONE" from "TODO" [2025-09-14 Sun 02:26] @@ -130,11 +136,12 @@ SCHEDULED: <2025-08-26 Tue .+1d> - State "DONE" from "TODO" [2025-06-26 Thu 23:22] I want to be able to run or bike every day so that I get my exercise in. ** TODO Stretch -SCHEDULED: <2025-09-22 Mon .+1d> +SCHEDULED: <2025-09-25 Thu .+1d> :PROPERTIES: -:LAST_REPEAT: [2025-09-21 Sun 06:57] +:LAST_REPEAT: [2025-09-24 Wed 07:08] :STYLE: habit :END: +- State "DONE" from "TODO" [2025-09-24 Wed 07:08] - State "DONE" from "TODO" [2025-09-21 Sun 06:57] - State "DONE" from "TODO" [2025-09-17 Wed 03:40] - State "DONE" from "TODO" [2025-09-16 Tue 03:14] @@ -145,11 +152,12 @@ SCHEDULED: <2025-09-22 Mon .+1d> - State "DONE" from "TODO" [2025-01-11 Sat 02:26] I want to stretch every day so that I can become more flexible. ** TODO Journal -SCHEDULED: <2025-09-18 Thu .+1d> +SCHEDULED: <2025-09-25 Thu .+1d> :PROPERTIES: -:LAST_REPEAT: [2025-09-17 Wed 03:40] +:LAST_REPEAT: [2025-09-24 Wed 07:08] :STYLE: habit :END: +- State "DONE" from "TODO" [2025-09-24 Wed 07:08] - State "DONE" from "TODO" [2025-09-17 Wed 03:40] - State "DONE" from "TODO" [2025-09-16 Tue 03:14] - State "DONE" from "TODO" [2025-09-14 Sun 02:18] diff --git a/config/nix.org b/config/nix.org index f8765ae..58f53f9 100644 --- a/config/nix.org +++ b/config/nix.org @@ -3570,15 +3570,19 @@ for these configurations. if [ ! -d "/home/${config.monorepo.vars.userName}/email/${config.monorepo.vars.internetName}/" ]; then mkdir -p /home/${config.monorepo.vars.userName}/email/${config.monorepo.vars.internetName}/ fi + if [ ! -d "/home/${config.monorepo.vars.userName}/music" ]; then mkdir -p /home/${config.monorepo.vars.userName}/music fi + if [ ! -d /home/${config.monorepo.vars.userName}/org ]; then mkdir -p /home/${config.monorepo.vars.userName}/org fi + if [ ! -d /home/${config.monorepo.vars.userName}/src ]; then mkdir -p /home/${config.monorepo.vars.userName}/src fi + touch /home/${config.monorepo.vars.userName}/org/agenda.org touch /home/${config.monorepo.vars.userName}/org/notes.org ''; diff --git a/journal/20250924.org b/journal/20250924.org new file mode 100644 index 0000000..275a06d --- /dev/null +++ b/journal/20250924.org @@ -0,0 +1,12 @@ +#+TITLE: Daily Journal +#+STARTUP: showeverything +#+DESCRIPTION: My daily journal entry +#+AUTHOR: Preston Pan +#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="../style.css" /> +#+html_head: <script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script> +#+html_head: <script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script> +#+options: broken-links:t +* Wednesday, 24 September 2025 +** 07:08 +Today (or yesterday night) I went out with my friends, went to a smash burger place, and then went to a bar. +It was pretty fun. diff --git a/nix/modules/home/user.nix b/nix/modules/home/user.nix index 59a11bf..680acd8 100644 --- a/nix/modules/home/user.nix +++ b/nix/modules/home/user.nix @@ -5,15 +5,19 @@ if [ ! -d "/home/${config.monorepo.vars.userName}/email/${config.monorepo.vars.internetName}/" ]; then mkdir -p /home/${config.monorepo.vars.userName}/email/${config.monorepo.vars.internetName}/ fi + if [ ! -d "/home/${config.monorepo.vars.userName}/music" ]; then mkdir -p /home/${config.monorepo.vars.userName}/music fi + if [ ! -d /home/${config.monorepo.vars.userName}/org ]; then mkdir -p /home/${config.monorepo.vars.userName}/org fi + if [ ! -d /home/${config.monorepo.vars.userName}/src ]; then mkdir -p /home/${config.monorepo.vars.userName}/src fi + touch /home/${config.monorepo.vars.userName}/org/agenda.org touch /home/${config.monorepo.vars.userName}/org/notes.org ''; |
