From e86b00d161726d591f9a2428a095d6283a4afb40 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Mon, 19 Sep 2016 22:43:21 -0400 Subject: org-refile-list-item: Use outline path --- lisp/km-org.el | 1 + 1 file changed, 1 insertion(+) (limited to 'lisp') 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))) -- cgit v1.2.3