mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-11 19:17:19 +10:00
Adding Org-capture functionality for proper note taking.
This commit is contained in:
@@ -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"))
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user