[oni-org] Allow refiling to the current buffer
This commit is contained in:
parent
500e36c381
commit
5a6ba52a1a
1 changed files with 3 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 2021.0518.223544
|
;; Version: 2021.0610.144223
|
||||||
;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org-plus-contrib org-bullets org-edna diminish all-the-icons org-journal)
|
;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org-plus-contrib org-bullets org-edna diminish all-the-icons org-journal)
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
|
@ -504,7 +504,8 @@ After running it once remove it from `org-capture-after-finalize-hook'."
|
||||||
org-refile-allow-creating-parent-nodes 'confirm
|
org-refile-allow-creating-parent-nodes 'confirm
|
||||||
org-log-refile 'time)
|
org-log-refile 'time)
|
||||||
|
|
||||||
(setq org-refile-targets '((org-default-notes-file . (:maxlevel . 10))))
|
(setq org-refile-targets '((nil . (:maxlevel . 10))
|
||||||
|
(org-default-notes-file . (:maxlevel . 10))))
|
||||||
|
|
||||||
;;; org-journal
|
;;; org-journal
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue