[Emacs] Allow refile targets in agenda files

This commit is contained in:
Ivan Malison 2023-08-20 04:26:31 -06:00
parent 8638d05595
commit 21e491842c

View File

@ -3045,7 +3045,9 @@ The following is taken from [[https://github.com/syl20bnr/spacemacs/blob/a650877
org-startup-folded t
org-fold-catch-invisible-edits 'show
org-edit-src-content-indentation 0
org-src-preserve-indentation t)
org-src-preserve-indentation t
org-refile-targets '((org-agenda-files . (:maxlevel . 1))
(org-agenda-files . (:level . 0))))
(defun imalison:set-display-custom-times ()
(setq org-display-custom-times t))