Fix confirmed!  Everything works fine now. Thank you GNU Emacs _*29.0.50*_ (build 3, x86_64-pc-linux-gnu, GTK+ Version 3.22.30, cairo version 1.15.12) of 2022-08-25 Org mode version _*9.5.4*_ (release_9.5.4-758-g3c11e9 @ /home/dortmann/src/git-org-mode/lisp/) On 8/25/22 10:18, Daniel Ortmann wrote: > > > commit 52f9ce5528e3a82c4170be2f3d117966793e8efc (HEAD -> master, > origin/master, origin/HEAD) > Author: Lars Ingebrigtsen > Date:   Thu Aug 25 16:00:27 2022 +0200 > >     Mention C-x C-q + revert change in NEWS > > commit 2385bf3397f8a92e226a29a5050c69dd8d2a1c31 > Author: Robert Pluim > Date:   Thu Aug 25 11:47:57 2022 +0200 > >     Treat smtp-auth method from auth-info as a symbol > >     The lookup of the SMTP auth method is done based on symbols, but >     sometimes the requested value comes from `auth-info', in which > case it >     is a string, so call `intern-soft' to convert it to a symbol (which >     does nothing if it's already a symbol). > >     * lisp/mail/smtpmail.el (smtpmail-try-auth-methods): Call >     `intern-soft' on the smtp-auth key's value.  (Bug#57373) > > commit 34e0a232cd0e7b38a33bc9134134c47665aeb185 > Author: Kien Nguyen > Date:   Wed Aug 24 23:19:35 2022 +0900 > >     Allow symlink creation on MS-Windows without Administrator privileges > >     * src/w32.c (symlink): Use the >     SYMBOLIC_LINK_FLAG_ALLOW_UNPRIVILEGED_CREATE flag when available. >     (Bug#57386) > > commit b28b2cefaea0d7846ab9a45dc92f68ad00e92085 > Author: Lars Ingebrigtsen > Date:   Thu Aug 25 14:54:49 2022 +0200 > >     Fix warning about obsoleted generalized variables > >     * lisp/emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): >     Autoload so that the call here from gv.el (about obsolete >     generalized variables) doesn't bug out (bug#57394). > > commit a8a3608c074c00e32a551c6fa27131b0094c8b2c > Author: Lars Ingebrigtsen > Date:   Thu Aug 25 14:42:59 2022 +0200 > >     Make frame-width obsolete as a generalized variable > >     * lisp/emacs-lisp/gv.el (frame-width): Make obsolete as >     generalized variable. > > commit dbec115948657d4f0b5c8ad86410b8e1c9e825d2 > Author: Daniel Martín > Date:   Thu Aug 25 14:37:36 2022 +0200 > >     Fix instrumented eval-defun not printing "Edebug:" to the echo area > >     * lisp/progmodes/elisp-mode.el (elisp--eval-defun): Determine if > we're >     instrumenting a function and call eval-region with PRINTFLAG set to >     nil if so (Bug#50245). > >     * test/lisp/progmodes/elisp-mode-tests.el >     (eval-defun-prints-edebug-when-instrumented): Add a new test. > > commit b947f80a623c9a8c6abd2bcd4e2e245af6b0e03a > Author: Lars Ingebrigtsen > Date:   Thu Aug 25 14:29:43 2022 +0200 > >     Add hideshow-test.el file (bug#56635) > > commit 7c7fc8fa5be69ccbfd2d134a899cdedf29d25aab > Author: kobarity > Date:   Thu Aug 25 14:29:10 2022 +0200 > >     Add Python blocks support for hideshow > >     * lisp/progmodes/python.el (python-nav-beginning-of-block-regexp): > > On 8/25/22 09:52, Lars Ingebrigtsen wrote: >> Daniel Ortmann writes: >> >>> Is the fix actually pushed to main? >>> How can I obtain the code so I can verify the fix? >> What does "git log" in the emacs directory say? >