From: Michael Hoffman <gmane4-hoffman@sneakemail.com>
To: emacs-orgmode@gnu.org
Subject: Re: Bug: org-agenda-do-date-earlier does not honor org-shiftleft-final-hook [9.1.14 (9.1.14-1-g4931fc-elpa @ /home/mhoffman/.emacs.d/elpa/org-9.1.14/)]
Date: Fri, 3 May 2019 14:40:04 -0400 [thread overview]
Message-ID: <qai1u4$4p11$1@blaine.gmane.org> (raw)
In-Reply-To: <pu4am4$hk0$1@blaine.gmane.org>
On 12/3/18 5:30 PM, Michael Hoffman wrote:
> 1. What exactly did you do?
>
> - Execute:
> (with-eval-after-load 'org
> (add-hook 'org-shiftleft-final-hook 'windmove-left))
> (org-agenda nil "a")
> (split-window-horizontally)
>
> - Type S-left
>
> 2. What did you expect to happen?
>
> (windmove-left)
>
> 3. What happened instead?
>
> Received message "Command not allowed in this line"
Workaround:
(defvar org-agenda-mode-map)
(with-eval-after-load 'org-agenda
(define-key org-agenda-mode-map [S-left] #'windmove-left)
(define-key org-agenda-mode-map [S-right] #'windmove-right))
Michael Hoffman
prev parent reply other threads:[~2019-05-03 19:26 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-03 22:30 Bug: org-agenda-do-date-earlier does not honor org-shiftleft-final-hook [9.1.14 (9.1.14-1-g4931fc-elpa @ /home/mhoffman/.emacs.d/elpa/org-9.1.14/)] Michael Hoffman
2018-12-04 9:10 ` Nicolas Goaziou
2018-12-04 21:43 ` Michael Hoffman
2019-05-03 18:40 ` Michael Hoffman [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='qai1u4$4p11$1@blaine.gmane.org' \
--to=gmane4-hoffman@sneakemail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).