Finally fixed the annoying refile behavior

see this link for an explanation

https://www.mail-archive.com/emacs-orgmode@gnu.org/msg12520.html
master
Jacopo De Simoi 2 years ago
parent 3e360b0b6e
commit 3bf89dabf4
  1. 3
      global.org

@ -1529,7 +1529,8 @@
(org-agenda-mode)
(setq org-refile-targets '((nil . (:maxlevel . 5))
(org-agenda-files . (:maxlevel . 1))))
(setq org-refile-use-outline-path t)
(setq org-refile-use-outline-path 'file
org-outline-path-complete-in-steps nil)
(setq org-agenda-buffer (current-buffer))
(setq org-agenda-contributing-files nil)
(setq org-agenda-columns-active nil)

Loading…
Cancel
Save