Adding Org-capture functionality for proper note taking.

This commit is contained in:
Derek Taylor
2026-03-14 17:27:34 -05:00
parent 139f79b5ec
commit 9b710a3429
2 changed files with 5 additions and 2 deletions

View File

@@ -569,7 +569,7 @@
(setq org-directory "~/nc/Org/")
(setq org-agenda-files '(concat org-directory "/agenda.org"))
(setq org-agenda-files (list (concat org-directory "agenda.org")))
;; Defines the global fallback destination for all your Org notes.
(setq org-default-notes-file (concat org-directory "/notes.org"))

View File

@@ -788,11 +788,14 @@ Neotree is a file tree viewer. When you open neotree, it jumps to the current f
#+begin_src emacs-lisp
(setq org-directory "~/nc/Org/")
#+end_src
** Agenda
#+begin_src emacs-lisp
(setq org-agenda-files '(concat org-directory "/agenda.org"))
(setq org-agenda-files (list (concat org-directory "agenda.org")))
#+end_src
** TODO Capture