diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/km-org.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/km-org.el b/lisp/km-org.el index 4760212..b1cd833 100644 --- a/lisp/km-org.el +++ b/lisp/km-org.el @@ -479,6 +479,7 @@ original list." (lambda (f) (cons f (cons :tag km/org-refile-list-item-tag))) ftargets)) + (org-refile-use-outline-path t) (loc (org-refile-get-location "Bullet heading")) (fname (nth 1 loc)) (heading-pos (nth 3 loc))) |