config/doom: update org-roam and org-attach settings

This commit is contained in:
xeruf 2021-11-02 14:55:24 +01:00
parent b7dd870d80
commit 7c2dd0ecf5
2 changed files with 7 additions and 2 deletions

View File

@ -170,7 +170,9 @@ Version 2019-11-04 2021-02-16"
(setq org-directory (expand-file-name "2-standards/notes" user-data-dir)
default-directory org-directory
org-roam-directory (expand-file-name "roam" org-directory)
org-roam-directory org-directory
org-roam-db-update-on-save nil
org-roam-extract-new-file-path "%<%Y%m%d>-${slug}.org"
)
(require 'org-roam-protocol)
@ -202,6 +204,8 @@ Version 2019-11-04 2021-02-16"
;; Behavior
(set-file-template! 'org-mode :ignore t)
(setq org-read-date-prefer-future nil)
(setq org-attach-id-dir (expand-file-name "3-resources/attach" user-data-dir)
org-attach-method 'mv)
;; Visuals
; https?[0-z.\/-]*\.(png|jpg)\?[^?]*
@ -441,6 +445,7 @@ Version 2019-11-04 2021-02-16"
(lambda () (interactive) (image-dired buffer-file-name))
:desc "Open image externally" "I" 'image-dired-dired-display-external
:desc "Start ranger" "r" 'ranger
:desc "Org attach subtree" "a" 'org-attach-dired-to-subtree
:map wdired-mode-map
:n "RET" (lambda () (interactive) (progn
(wdired-exit)

View File

@ -2,4 +2,4 @@
# name: Tag roam file as tech
# key: +tech
# --
#+filetags: :tech:software:
#+filetags: :tech:software:list: