[Emacs] Allow files to be refile targets

This commit is contained in:
Ivan Malison 2023-08-20 13:19:48 -06:00
parent d809ba1525
commit e5ee36321f

View File

@ -3047,7 +3047,8 @@ The following is taken from [[https://github.com/syl20bnr/spacemacs/blob/a650877
org-edit-src-content-indentation 0 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-refile-targets '((org-agenda-files . (:maxlevel . 1))
(org-agenda-files . (:level . 0)))) (org-agenda-files . (:level . 0)))
org-refile-use-outline-path 'file)
(defun imalison:set-display-custom-times () (defun imalison:set-display-custom-times ()
(setq org-display-custom-times t)) (setq org-display-custom-times t))