summaryrefslogtreecommitdiff
path: root/lisp/km-org.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2016-09-19 22:43:21 -0400
committerKyle Meyer <kyle@kyleam.com>2016-09-19 22:43:21 -0400
commite86b00d161726d591f9a2428a095d6283a4afb40 (patch)
treef62c92b9136308b3d5180de775a982cd66dd740f /lisp/km-org.el
parent7628523a89833df6f49e97b6b7ce8b781dcfed2d (diff)
downloademacs.d-e86b00d161726d591f9a2428a095d6283a4afb40.tar.gz
org-refile-list-item: Use outline path
Diffstat (limited to 'lisp/km-org.el')
-rw-r--r--lisp/km-org.el1
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)))