Hi Jean-François, Google still supports IMAP connections, but they've changed how you set up app access. Instead of dedicated mail passwords, they now use "App passwords" for less secure apps like Gnus.
To set this up: 1. Enable 2-Step Verification on your Google account 2. Go to Security → App passwords 3. Create a new app password specifically for Gnus 4. Use this password in your Gnus configuration Best regards, Raoul Comninos ----- Original Message ----- From: "Rens Oliemans" <ha...@rensoliemans.nl> To: "Ihor Radchenko" <yanta...@posteo.net>, "Raoul Comninos" <revr...@mweb.co.za> Cc: "emacs-orgmode" <emacs-orgmode@gnu.org> Sent: Thursday, May 8, 2025 10:12:25 AM Subject: Re: Commas in org source blocks Oh? I also thought it served a purpose, since Org mode 9.7.11 inserts them when editing code. Consider the following org code: #+begin_src elisp (message "abc *def") #+end_src This has no leading commas atm, but when you edit the source block with C-c ' (org-edit-special / org-edit-src-code), and save that buffer with C-c ' (org-edit-src-exit), org inserts the trailing comma before the '*'. Is this a bug, then, or do I still misunderstand the reason the commas are there?