[Emacs] Allow files to be refile targets
This commit is contained in:
parent
d809ba1525
commit
e5ee36321f
@ -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))
|
||||||
|
Loading…
Reference in New Issue
Block a user