(Emacs/config)~ensure org-directory is an actual directory name
This commit is contained in:
@@ -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 "")
|
||||||
|
|||||||
Reference in New Issue
Block a user