GNU bug report logs - #64842
30.0.50; org-mode hook doesn't load as expected

Previous Next

Package: emacs;

Reported by: Protonmail <ccqpein <at> protonmail.com>

Date: Tue, 25 Jul 2023 01:38:01 UTC

Severity: normal

Found in version 30.0.50

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 64842 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Protonmail <ccqpein <at> protonmail.com>
Cc: 64842 <at> debbugs.gnu.org
Subject: Re: bug#64842: 30.0.50; org-mode hook doesn't load as expected
Date: Tue, 25 Jul 2023 14:52:25 +0300
> Date: Tue, 25 Jul 2023 01:37:12 +0000
> From:  Protonmail via "Bug reports for GNU Emacs,
>  the Swiss army knife of text editors" <bug-gnu-emacs <at> gnu.org>
> 
> I add several modes hooks to org-mode via `use-package` and `straight.el`. However, it doesn't load
> any of them as it did in several previous versions. 
> 
> Here is my configuration:
> 
> ```elisp
> (use-package org
>   ;;:straight (:type built-in)
>   :ensure org-plus-contrib
>   :hook
>   (
>    (org-mode . org-indent-mode)
>    (org-mode . visual-line-mode)
>    (org-mode . ejira-mode)
>    ))
> ```
> 
> Regardless of whether `:straight (:type built-in)` is configured or not, the modes that are being hooked
> don't load. 

AFAICT, you are using :hook incorrectly.  The "Hooks" node of the
use-package manual explains how to use it correctly.  In a nutshell,
:hook is not for adding stuff to the hook of the package you are
declaring with use-package.




This bug report was last modified 1 year and 302 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.