<div dir="ltr">Hi Brandon,<div><br></div><div>I'm guessing you're using evil-org-mode. This sounds like a symptom of that package, which has "t" bound to org-todo. I don't think you've tried to do this with just evil installed, because not only can I not reproduce it, but C-a a doesn't even open the agenda.</div><div><br></div><div>Eivind</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Apr 6, 2017 at 7:40 PM, Brandon Amos <span dir="ltr"><<a href="mailto:bamos@cs.cmu.edu" target="_blank">bamos@cs.cmu.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi, I am mapping the "t" character in evil normal/motion modes to<br>
`evil-next-line` with the following. I am doing this mapping<br>
for reasonable navigation with the Dvorak layout.<br>
<br>
  (define-key evil-normal-state-map "t" 'evil-next-line)<br>
  (define-key evil-motion-state-map "t" 'evil-next-line)<br>
<br>
This works well, except in one case when org mode over-rides<br>
my mapping with `org-todo`:<br>
<br>
  1. Open Emacs and an org file<br>
  2. In normal mode, `C-h k t` shows that `t` is bound to evil-next-line.<br>
  3. Open the agenda with `C-a a`<br>
  4. Close the agenda buffer with `C-x 0`<br>
  5. In normal mode, `C-h k t` shows that `t` is bound to `org-todo`<br>
<br>
How can I prevent opening the agenda buffer from<br>
over-writing this key mapping like this?<br>
<br>
I've tried searching for ways to unset this org-mode keyboard mapping<br>
and ways to define keyboard mappings that can't be over-ridden,<br>
but I haven't been able to find anything that works.<br>
<br>
If it is helpful, I am using this version of spacemacs:<br>
<a href="https://github.com/syl20bnr/spacemacs/tree/c2774bc0dea3dbc63621709d54685fbbe9212d55" rel="noreferrer" target="_blank">https://github.com/syl20bnr/<wbr>spacemacs/tree/<wbr>c2774bc0dea3dbc63621709d54685f<wbr>bbe9212d55</a><br>
My (near-vanilla) spacemacs init file is here.<br>
I set the evil keymappings in dotspacemacs/user-config:<br>
<a href="https://github.com/bamos/dotfiles/blob/master/.spacemacs.d/init.el" rel="noreferrer" target="_blank">https://github.com/bamos/<wbr>dotfiles/blob/master/.<wbr>spacemacs.d/init.el</a><br>
<br>
-Brandon.<br>
<br>
______________________________<wbr>_________________<br>
implementations-list mailing list<br>
<a href="mailto:implementations-list@lists.ourproject.org">implementations-list@lists.<wbr>ourproject.org</a><br>
<a href="https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list" rel="noreferrer" target="_blank">https://lists.ourproject.org/<wbr>cgi-bin/mailman/listinfo/<wbr>implementations-list</a><br>
</blockquote></div><br></div>