Hi everyone, I am struggling to chase down an odd problem with emacspeak and org-mode. Using git bisect I have narrowed it to the following commit: b5c546e9597abddf701b4d28c1d5c9293946ab6f The issue appears to be that when using c-c c-n or c-c c-p to move between headings the following error is thrown: Symbol’s value as variable is void: outline-navigation-repeat-map From my digging it appears that outline-navigation-repeat-map is defined in emacspeak-outline-setup-keys but I don't understand what the issue here is. Any input would be appreciated. Diff below. I am using a quite minimal config and have tested with org 9.3 and latest 9.6 pre which appears to make no difference. bart@xxxxxxxxxxx:~/emacs/src/emacspeak$ git bisect bad b5c546e9597abddf701b4d28c1d5c9293946ab6f is the first bad commit commit b5c546e9597abddf701b4d28c1d5c9293946ab6f Author: T.V Raman tv.raman.tv@xxxxxxxxxxx Date: Sat Oct 8 13:53:14 2022 -0700 update link nav to voicelock correctly: need a better fix. lisp/emacspeak-org.el | 2 ++ 1 file changed, 2 insertions(+) bart@xxxxxxxxxxx:~/emacs/src/emacspeak$ git diff 2c05de32b16cef53d8d758ddc55a720bb193c0c7 b5c546e9597abddf701b4d28c1d5c9293946ab6f diff --git a/lisp/emacspeak-org.el b/lisp/emacspeak-org.el index 7af96559f..14c9657bb 100644 --- a/lisp/emacspeak-org.el +++ b/lisp/emacspeak-org.el @@ -178,6 +178,8 @@ `(defadvice ,f(after emacspeak pre act comp) "Speak." (when (ems-interactive-p) + ; to help voice-lock + (org-mode) ; fixme: (emacspeak-speak-line) (emacspeak-auditory-icon 'paragraph))))) |
|May 1995 - Last Year|Current Year|
If you have questions about this archive or had problems using it, please contact us.