OrgMode : Roam & Agenda directories fix.

This commit is contained in:
2021-11-02 16:16:45 +09:00
parent 22b04935a8
commit 980a6dc02a

View File

@ -416,7 +416,7 @@ This makes nov to ugly
"f R" '(revert-buffer :which-key "Revert Buffer") "f R" '(revert-buffer :which-key "Revert Buffer")
"t t" '(toggle-truncate-lines :which-key "Toggle truncate lines") "t t" '(toggle-truncate-lines :which-key "Toggle truncate lines")
;; Shortcut ;; Shortcut
"f d a" '(lambda () (interactive) (find-file (expand-file-name "~/Roam/Agenda")) :which-key "open agenda folder") "f d a" '(lambda () (interactive) (find-file (expand-file-name "~/Agenda")) :which-key "open agenda folder")
"f d d" '(lambda () (interactive) (find-file (expand-file-name "~/.emacs.d/desktop.org")) :which-key "open exwm config") "f d d" '(lambda () (interactive) (find-file (expand-file-name "~/.emacs.d/desktop.org")) :which-key "open exwm config")
"f d e" '(lambda () (interactive) (find-file (expand-file-name "~/.emacs.d/emacs.org")) :which-key "open emacs config")) "f d e" '(lambda () (interactive) (find-file (expand-file-name "~/.emacs.d/emacs.org")) :which-key "open emacs config"))
#+end_src #+end_src
@ -842,7 +842,7 @@ https://emacs.stackexchange.com/a/30691
(setq org-format-latex-options (plist-put org-format-latex-options :scale 1.8)) (setq org-format-latex-options (plist-put org-format-latex-options :scale 1.8))
(setq org-agenda-files (setq org-agenda-files
'("/home/jaeus/Roam/Agenda/Agenda-2021-6th.org"))) '("/home/jaeus/Agenda/Agenda-2021-6th.org")))
(use-package org-superstar :after org :hook (org-mode . org-superstar-mode)) (use-package org-superstar :after org :hook (org-mode . org-superstar-mode))
(use-package org-attach-screenshot) (use-package org-attach-screenshot)
(use-package org-download) (use-package org-download)
@ -897,7 +897,7 @@ https://emacs.stackexchange.com/a/30691
:init :init
(setq org-roam-v2-ack t) (setq org-roam-v2-ack t)
:custom :custom
(org-roam-directory "~/Roam/NewStart") (org-roam-directory "~/Roam")
(org-roam-completion-everywhere t) (org-roam-completion-everywhere t)
;; Org capture ;; Org capture
(org-roam-dailies-capture-templates (org-roam-dailies-capture-templates