mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
emacs: stop using an outline for Org refile
This commit is contained in:
parent
5af0b35cd1
commit
eab1cb4c79
|
|
@ -142,7 +142,7 @@
|
|||
(setq org-refile-targets
|
||||
'((org-agenda-files . (:maxlevel . 2))
|
||||
(nil . (:maxlevel . 2))))
|
||||
(setq org-refile-use-outline-path t)
|
||||
(setq org-refile-use-outline-path nil)
|
||||
(setq org-refile-allow-creating-parent-nodes 'confirm)
|
||||
(setq org-refile-use-cache t)
|
||||
(setq org-reverse-note-order nil)
|
||||
|
|
|
|||
|
|
@ -7750,7 +7750,7 @@ the capture phase ([[#h:f8f06938-0dfe-45c3-b4cf-996d36cba82d][The =prot-emacs-or
|
|||
(setq org-refile-targets
|
||||
'((org-agenda-files . (:maxlevel . 2))
|
||||
(nil . (:maxlevel . 2))))
|
||||
(setq org-refile-use-outline-path t)
|
||||
(setq org-refile-use-outline-path nil)
|
||||
(setq org-refile-allow-creating-parent-nodes 'confirm)
|
||||
(setq org-refile-use-cache t)
|
||||
(setq org-reverse-note-order nil)
|
||||
|
|
|
|||
Loading…
Reference in a new issue