> On 2 Nov 2025, at 15:11, Ihor Radchenko <[email protected]> wrote: > > Pablo Miranda Carranza <[email protected]> writes: > >> I just wanted to report what I think may be a bug in org mode. I use >> org-mode with a set fill-column width, but lately I have been setting >> the fill-column to 0 to be able to see large tables in org-mode, and >> began experiencing random crashes. I can easily reproduce the crash in >> my machine: it does always crash if attempting to use the Export >> Dispatcher with fill-column set to 0. This happens in my setup with >> any org buffer, even those without tables. > > Do you mean that Emacs crashes? Usually, Emacs crashes indicate a bug in > Emacs itself. Elisp programs (like Org mode) should not be able to > trigger crashes. > Yes, it is Emacs that crashes. > Also, any chance you can provide a reproducer starting from emacs -Q? > See https://orgmode.org/manual/Feedback.html#Feedback
I am trying to replicate the error in a minimal setup. Unfortunately my init file is a mess after years of customization, and I am having trouble isolating the problem. Disabling the visual-fill column package (https://github.com/joostkremers/visual-fill-column) prevents the crashes from happening, but I can’t replicate the crashing behavior n a minimal setup. I will keep on investigating and report back if I find id org-related. Thank you for your help! > > -- > Ihor Radchenko // yantar92, > Org mode maintainer, > Learn more about Org mode at <https://orgmode.org/>. > Support Org development at <https://liberapay.com/org-mode>, > or support my work at <https://liberapay.com/yantar92>
