Show buffer instead of file name when refiling

File names may not be unique, but buffer names usually are.
This commit is contained in:
Daniel - 2022-08-14 10:39:35 +02:00
parent d2d396d6db
commit ae37cffb2c
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 1 additions and 1 deletions

View File

@ -886,7 +886,7 @@
(setq org-refile-targets '((org-agenda-files . (:maxlevel . 9))
(nil . (:maxlevel . 9))
(db/org-default-notes-file . (:maxlevel . 9)))
org-refile-use-outline-path 'file
org-refile-use-outline-path 'buffer-name
org-refile-use-cache t
org-refile-allow-creating-parent-nodes 'confirm
org-indirect-buffer-display 'current-window