emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug: SPC no longer works as a custom agenda key [9.3.4 (9.3.4-elpaplus @ /home/lin/.emacs.d/elpa/26.3/develop/org-plus-contrib-20200206/)]
@ 2020-02-10 11:27 Yuan Lin
  2020-02-11  0:08 ` Bastien
  0 siblings, 1 reply; 2+ messages in thread
From: Yuan Lin @ 2020-02-10 11:27 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 1961 bytes --]

Remember to cover the basics, that is, what you expected to happen and
what in fact did happen.  You don't know how to make a good report?  See

     https://orgmode.org/manual/Feedback.html#Feedback

Your bug report will be posted to the Org mailing list.
------------------------------------------------------------------------
My org-agenda-custom-commands contains

(" " "Notes" tags "NOTE"
  ((org-agenda-overriding-header "Notes")
   (org-tags-match-list-sublevels t)))

notice the key is "SPC" in this case, it used to work without issue. however
after a recent update of spacemacs and package update
(org-plus-contrib-20191230). It suddenly stopped working.

And in the later version I also tried -20200206, it is still broken.

------------------------------------------------------------------------
This issue is initially reported to spacemacs
<https://github.com/syl20bnr/spacemacs> as issue 13138 - SPC no longer
works as a custom agenda command key in org-mode
<https://github.com/syl20bnr/spacemacs/issues/13138>, after some
investigation, it it highly possible that here I quote:

A possible reason why the behavior changed might be because of this commit
from 2 months ago:
https://code.orgmode.org/bzg/org-mode/commit/80b29acba3847c1756fa3c143d6991964f7273ca

agenda: Enable navigation for the agenda dispatch buffer

   - lisp/org-agenda.el (org-agenda-get-restriction-and-command): Use
   keys C-n, C-p, SPC, DEL analogue to export dispatcher. See function
   org-export--dispatch-action.

Reported by Nathan Neff
https://lists.gnu.org/archive/html/emacs-orgmode/2019-10/msg00179.html.

Could those agenda navigation keys made configurable? Or an option to
disable the newly introduced navigation if not needed?

Best Regards,
Yuan

Emacs  : GNU Emacs 26.3 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.10)
 of 2019-08-29
Package: Org mode version 9.3.4 (9.3.4-elpaplus @
/home/lin/.emacs.d/elpa/26.3/develop/org-plus-contrib-20200206/)

[-- Attachment #2: Type: text/html, Size: 3318 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Bug: SPC no longer works as a custom agenda key [9.3.4 (9.3.4-elpaplus @ /home/lin/.emacs.d/elpa/26.3/develop/org-plus-contrib-20200206/)]
  2020-02-10 11:27 Bug: SPC no longer works as a custom agenda key [9.3.4 (9.3.4-elpaplus @ /home/lin/.emacs.d/elpa/26.3/develop/org-plus-contrib-20200206/)] Yuan Lin
@ 2020-02-11  0:08 ` Bastien
  0 siblings, 0 replies; 2+ messages in thread
From: Bastien @ 2020-02-11  0:08 UTC (permalink / raw)
  To: Yuan Lin; +Cc: emacs-orgmode

Hi Yuan Lin,
 
thanks for reporting this.

Yes, this is because of the recent addition you are referring to,
which I find a bit problematic, even though I understand the intent.

It is good to be able to navigate the agenda commands dispatch window
but losing the SPC key is too high a price for this.

I have pushed a change that advertize the use of C-v and M-v to scroll
up and down in export/agenda/attach dispatch buffers, while SPC and
DEL are still usable for the export dispatch buffer.

From latest master, you can reuse SPC as a key binding for a custom
agenda command.

Thanks for reporting this,

-- 
 Bastien

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-02-11  0:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-10 11:27 Bug: SPC no longer works as a custom agenda key [9.3.4 (9.3.4-elpaplus @ /home/lin/.emacs.d/elpa/26.3/develop/org-plus-contrib-20200206/)] Yuan Lin
2020-02-11  0:08 ` Bastien

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).