This commit is contained in:
Jeffrey Serio 2024-03-29 10:12:11 -05:00
parent 70b0533566
commit f5f27ab5cc

View File

@ -231,10 +231,10 @@ If point was already at that position, move point to beginning of line."
(setq org-use-effective-time t)
;; org-refile
(setq org-reverse-note-order t) ; new notes prepended
(setq org-refile-use-outline-path 'file)
(setq org-reverse-note-order nil) ; new notes prepended
(setq org-refile-use-outline-path 'full-file-path)
(setq org-outline-path-complete-in-steps nil)
(setq org-refile-allow-creating-parent-nodes 'confirm)
(setq org-refile-allow-creating-parent-nodes nil)
(setq org-refile-use-cache nil)
(setq org-blank-before-new-entry '((heading . t) (plain-list-item . t)))
@ -277,10 +277,6 @@ If point was already at that position, move point to beginning of line."
(setq org-log-done 'time)
(setq org-popup-calendar-for-date-prompt nil)
;; org-roam
(setq org-roam-directory "~/sync/org-roam")
(org-roam-db-autosync-mode)
;;;; python-mode