diff options
author | Kyle Meyer <kyle@kyleam.com> | 2016-09-19 22:43:21 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2016-09-19 22:43:21 -0400 |
commit | e86b00d161726d591f9a2428a095d6283a4afb40 (patch) | |
tree | f62c92b9136308b3d5180de775a982cd66dd740f | |
parent | 7628523a89833df6f49e97b6b7ce8b781dcfed2d (diff) | |
download | emacs.d-e86b00d161726d591f9a2428a095d6283a4afb40.tar.gz |
org-refile-list-item: Use outline path
-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))) |