(Emacs/config)~ensure org-directory is an actual directory name

This commit is contained in:
2024-07-27 04:35:55 +01:00
parent 1b354c1dc4
commit ca1e31f4ee

View File

@@ -2630,7 +2630,7 @@ I'm not very bothered.
:straight t :straight t
:defer t :defer t
:init :init
(setq org-directory "~/Text" (setq org-directory "~/Text/"
org-adapt-indentation nil org-adapt-indentation nil
org-indent-mode nil org-indent-mode nil
org-startup-indented t org-startup-indented t
@@ -2870,7 +2870,7 @@ todo file directly.
:defer t :defer t
:init :init
(setq (setq
org-default-notes-file (concat org-directory "/todo.org") org-default-notes-file (concat org-directory "todo.org")
org-capture-templates org-capture-templates
'(("t" "Todo" entry '(("t" "Todo" entry
(file "") (file "")