Hello, Michael Hoffman <gmane4-hoff...@sneakemail.com> 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