[emacs] Add vulpea for org-roam improvements
This commit is contained in:
@ -139,10 +139,9 @@
|
||||
latex-mode))
|
||||
|
||||
(load! "+agenda-fix")
|
||||
|
||||
(defun vulpea-agenda-files-update (&rest _)
|
||||
"Update the value of `org-agenda-files'."
|
||||
(setq org-agenda-files (vulpea-project-files)))
|
||||
(setq org-agenda-files (append (vulpea-project-files) '("~/src/code.unbl.ink/vrobbler/todos.org"))))
|
||||
|
||||
(advice-add 'org-agenda :before #'vulpea-agenda-files-update)
|
||||
(advice-add 'org-todo-list :before #'vulpea-agenda-files-update)
|
||||
@ -153,6 +152,7 @@
|
||||
(setq org-directory (expand-file-name "~/var/org/")
|
||||
org-ellipsis "…"
|
||||
org-image-actual-width '(600)
|
||||
org-log-done 'time
|
||||
org-fontify-quote-and-verse-blocks t
|
||||
org-agenda-dim-blocked-tasks nil
|
||||
org-pretty-entities t
|
||||
@ -165,7 +165,7 @@
|
||||
org-id)))
|
||||
|
||||
;; Refiling
|
||||
(setq org-refile-targets '(("~/var/org/index.org" :maxlevel . 9)))
|
||||
(setq org-refile-targets '((vulpea-project-files :maxlevel . 9)))
|
||||
(setq org-outline-path-complete-in-steps nil) ; Refile in a single go
|
||||
(setq org-refile-use-outline-path t) ; Show full paths for refiling
|
||||
|
||||
|
||||
Reference in New Issue
Block a user