Alaric Snell-Pym writes:
> ;;(add-hook 'text-mode-hook 'turn-on-auto-fill)
> (add-hook 'org-mode-hook 'turn-on-auto-fill)
> (add-hook 'prog-mode-hook 'turn-off-auto-fill)
>
> No other references to the word "fill" in there. I just tried restarting
> emacs (shock horror!) and auto-fill-function i
> Ihor Radchenko :
> May it be that you are using built-in version of edittorconfig?
> I am afraid that the built-in version ignores
> `editorconfig-exclude-regexps'.
'M-x locate-library RET editorconfig RET' says
Library is file ~/.emacs.d/elpa/editorconfig-20250219.1528/editorconfig.elc
Ihor Radchenko writes:
> I can also reproduce with all Org mode versions down to Org 9.4.
> However, it may or may not be Org mode problem - IMHO, libreoffice being
> stuck sounds like a bug in libreoffice.
Reported as a bug in libreoffice bug tracker.
https://bugs.documentfoundation.org/show_bu
the_wurfkreuz writes:
> It installs emacs 30, and i get the same thing. I've noticed that
> bash-ts-mode doesn't want to be activated in general without a
> shebang, it falls back to the shell mode giving the same message about
> using zsh indentation. Maybe this is somehow related to the problem
On 13/03/2025 17:09, Ihor Radchenko wrote:
Alaric Snell-Pym writes:
Yeah... I've no idea what might be causing that though :-/ The buffer is
in Markdown mode. It's a shame the backtrace is nil so I can't see what
code path is leading to the org parser being invoked there!
M-x toggle-debug-on
I've tried to use the latest org release and compile emacs from the latest
commit. Nothing has changed. Then i've tried to install emacs from nix. I used
this home manager config:
```
{ config, pkgs, ... }:
let
unstableTarball = fetchTarball
"https://github.com/NixOS/nixpkgs/archive/nixos-uns
Attached a screenshot that shows how it looks in my case.