emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Bug: org-agenda-do-date-earlier does not honor org-shiftleft-fin


From: Nicolas Goaziou
Subject: Re: [O] 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: Tue, 04 Dec 2018 10:10:04 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Hello,

Michael Hoffman <address@hidden> writes:

> 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"

That means one of the commands called by `org-shiftleft' failed.

Note that `org-shiftleft-final-hook' runs only when all other options
have been excluded, which is not the case here.

Regards,

-- 
Nicolas Goaziou



reply via email to

[Prev in Thread] Current Thread [Next in Thread]