From e1193819370d6efdd2840325b40386963d4c69bb Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 9 Aug 2015 23:38:11 -0400 Subject: Revert "Remove km/avy-goto-subword-1" This reverts commit 808e4c576e1b751570ea8436bc89b697ea2fa35a. I was mistaken about being mistaken. Calling avy-goto-subword-1 in Org with folded headings assigns candidates to hidden text. --- lisp/init-org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/init-org.el') diff --git a/lisp/init-org.el b/lisp/init-org.el index 4793a2f..a7ffd81 100644 --- a/lisp/init-org.el +++ b/lisp/init-org.el @@ -483,7 +483,7 @@ displayed in the agenda." (defun km/org-agenda-avy-goto-subword-1 () (interactive) - (call-interactively #'avy-goto-subword-1) + (call-interactively #'km/avy-goto-subword-1) (org-agenda-do-context-action)) (define-key km/global-org-map "a" 'org-agenda) -- cgit v1.2.3