mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-08-09 17:41:12 +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-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.
|
;; Defines the global fallback destination for all your Org notes.
|
||||||
(setq org-default-notes-file (concat org-directory "/notes.org"))
|
(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
|
#+begin_src emacs-lisp
|
||||||
(setq org-directory "~/nc/Org/")
|
(setq org-directory "~/nc/Org/")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** Agenda
|
** Agenda
|
||||||
#+begin_src emacs-lisp
|
#+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
|
#+end_src
|
||||||
|
|
||||||
** TODO Capture
|
** TODO Capture
|
||||||
|
|||||||
Reference in New Issue
Block a user