From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou 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: Tue, 04 Dec 2018 10:10:04 +0100 Message-ID: <87d0qhk68j.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51529) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gU6ie-0004Wr-JX for emacs-orgmode@gnu.org; Tue, 04 Dec 2018 04:10:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gU6iY-0000R6-Vm for emacs-orgmode@gnu.org; Tue, 04 Dec 2018 04:10:16 -0500 Received: from relay10.mail.gandi.net ([217.70.178.230]:51343) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gU6iY-0000Le-Po for emacs-orgmode@gnu.org; Tue, 04 Dec 2018 04:10:10 -0500 In-Reply-To: (Michael Hoffman's message of "Mon, 3 Dec 2018 17:30:31 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Michael Hoffman Cc: emacs-orgmode@gnu.org Hello, Michael Hoffman 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