diff options
-rw-r--r-- | agenda.org | 42 | ||||
-rw-r--r-- | config/emacs.el | 3 | ||||
-rw-r--r-- | config/emacs.org | 3 | ||||
-rw-r--r-- | index.org | 7 | ||||
l--------- | journal/.#20240613.org | 1 | ||||
-rw-r--r-- | journal/index.org | 7 |
6 files changed, 56 insertions, 7 deletions
diff --git a/agenda.org b/agenda.org new file mode 100644 index 0000000..8a95b0c --- /dev/null +++ b/agenda.org @@ -0,0 +1,42 @@ +#+title: Agenda +#+author: Preston Pan +#+description: My public agenda for the next while. +#+html_head: <link rel="stylesheet" type="text/css" href="style.css" /> +#+language: en +#+OPTIONS: broken-links:t +#+date: <2025-01-09 Thu> +#+html_head: <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> +#+html_head: <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> +#+html_head: <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> +#+html_head: <link rel="manifest" href="/site.webmanifest"> +#+html_head: <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"> +#+html_head: <meta name="msapplication-TileColor" content="#da532c"> +#+html_head: <meta name="theme-color" content="#ffffff"> +* Tasks +These are general life tasks that I need to do, not following a schedule. +** TODO Resume +I need to update my resume with my work experience. Additionally, I want to re-write my resume +in org mode. +** NixOS Configuration +*** TODO Gammastep +Fix gammastep in my config so that it actually works on my dell machine. +*** TODO VPS +My VPS needs to be a NixOS configuration. +** TODO Umami +My client server protocol needs to continue to be written. I also need to make a git repository +for it. +** Music and Media +*** TODO Write Another Song +I want to write another song. +** TODO Analogue Computer +I want to make an analogue computer. +* Friends +These are tasks related to seeing my friends. +** TODO Travis and Friends Meetup +Eating dinner with them. +SCHEDULED: <2025-01-12 Sun> +* Groceries +There will be a TODO when I need to get groceries. + +* TODO Dishes +There will be a TODO when I need to do the dishes. diff --git a/config/emacs.el b/config/emacs.el index 4eba87a..b242e7d 100644 --- a/config/emacs.el +++ b/config/emacs.el @@ -118,7 +118,8 @@ (require 'org-habit) (setq org-agenda-files (list "~/org/agenda.org" - "~/org/notes.org")) + "~/org/notes.org" + "~/org/website/agenda.org")) (setq org-default-notes-file (concat org-directory "/notes.org")) (setq org-habit-preceding-days 1) diff --git a/config/emacs.org b/config/emacs.org index 18841ab..2010d2c 100644 --- a/config/emacs.org +++ b/config/emacs.org @@ -147,7 +147,8 @@ Configure org agenda variables: #+begin_src emacs-lisp (require 'org-habit) (setq org-agenda-files (list "~/org/agenda.org" - "~/org/notes.org")) + "~/org/notes.org" + "~/org/website/agenda.org")) (setq org-default-notes-file (concat org-directory "/notes.org")) (setq org-habit-preceding-days 1) #+end_src @@ -55,6 +55,13 @@ I also have a [[https://github.com/ret2pop][github]] for those interested. * [[https://youtube.com/@ret2pop][Music and Media]] Most of the music that I have recorded can be found on my Youtube channel. Note that it will also contain other things that I filmed. +* [[file:agenda.org][Agenda]] +Here, you can view my public agenda. It contains scheduled meetings with friends, my groceries, +current projects that are in progress, and my groceries. I also keep track of a private agenda, +but of course that won't be kept in a public repository. + +I think that it's cool to automatically and transparently let people know what I'm up to, so you +don't have to ask. Also, it gives me some motivation to do things if a part of my agenda is public. * [[file:about.org][About]] Who is the man behind ret2pop? How do you contact him? So many mysteries await… diff --git a/journal/.#20240613.org b/journal/.#20240613.org deleted file mode 120000 index c43a005..0000000 --- a/journal/.#20240613.org +++ /dev/null @@ -1 +0,0 @@ -preston@continuity.1616:1718293659
\ No newline at end of file diff --git a/journal/index.org b/journal/index.org index b959e7a..7b4baa5 100644 --- a/journal/index.org +++ b/journal/index.org @@ -14,10 +14,9 @@ #+html_head: <meta name="theme-color" content="#ffffff"> #+html_head: <meta name="viewport" content="width=1000; user-scalable=0;" /> * Introduction -This is my journal. It's basically my everyday life from -a technology perspective (not many personal details although -there will be some). I will also be posting some TODOs that I have -throughout time. +This is my journal. It's basically my everyday life, or at least the part that I can make public +(not many personal details although there will be some). I will also be posting some TODOs that +I have throughout time. ** Entries @@html: <div class="links-page">@@ |