Architectural Upgrade 2026-03-30: Modular Emacs, org-gtd v4.0, and PSF Phase 1

This commit is contained in:
2026-03-30 21:16:05 -04:00
parent 4652163b7b
commit 5a9129132e
321 changed files with 151080 additions and 112599 deletions

View File

@@ -17,7 +17,7 @@
#+end_src
#+begin_src elisp
(defvar org-directory (concat (getenv "HOME") "/org/"))
(defvar org-directory (concat (getenv "HOME") "/memex/"))
#+end_src
** Looks
@@ -97,7 +97,7 @@ Images
** Capture
#+begin_src elisp
(defvar org-default-notes-file (concat org-directory "/0_inbox/inbox.org"))
(defvar org-default-notes-file (concat org-directory "inbox.org"))
#+end_src
*** Org-protocol
@@ -132,12 +132,12 @@ Org-protocol templates
(defvar org-capture-templates '(
("p" "Protocol"
entry
(file "0_inbox/inbox.org")
(file "inbox.org")
"* %^{Title}\nSource: %u, %c\n #+BEGIN_QUOTE\n%i\n#+END_QUOTE\n\n\n%?"
)
("L" "Protocol Link"
entry
(file "0_inbox/inbox.org")
(file "inbox.org")
"* %? [[%:link][%:description]]\n:PROPERTIES:\n:TITLE: %:description\n:URI: %:link\n:CREATED: %U\n:END:"
:prepend nil
:empty-lines 1