Re: [BUG] Spurious ORG errors when editing a Markdown file [9.6.15 (release_9.6.15 @ /nix/store/gwnlqb2zp3rga9y66k88hgv1ffcdj9k3-emacs-29.4/share/emacs/29.4/lisp/org/)]

2025-03-14 Thread Ihor Radchenko
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

Re: [BUG] Got error opening existing org file in emacs 30.1 [9.7.11 (release_9.7.11 @ /usr/share/emacs/30.1/lisp/org/)]

2025-03-14 Thread Steinar Bang
> 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

Re: Fwd: 29.3; right-to-left export

2025-03-14 Thread Ihor Radchenko
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

Re: [BUG] org babel uses sh-mode with zsh indentation when i specify bash or bash-ts [9.7.11 (release_9.7.11 @ /usr/local/share/emacs/31.0.50/lisp/org/)]

2025-03-14 Thread Ihor Radchenko
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

Re: [BUG] Spurious ORG errors when editing a Markdown file [9.6.15 (release_9.6.15 @ /nix/store/gwnlqb2zp3rga9y66k88hgv1ffcdj9k3-emacs-29.4/share/emacs/29.4/lisp/org/)]

2025-03-14 Thread Alaric Snell-Pym
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

Re: [BUG] org babel uses sh-mode with zsh indentation when i specify bash or bash-ts [9.7.11 (release_9.7.11 @ /usr/local/share/emacs/31.0.50/lisp/org/)]

2025-03-14 Thread General discussions about Org-mode.
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

Re: [BUG] org babel uses sh-mode with zsh indentation when i specify bash or bash-ts [9.7.11 (release_9.7.11 @ /usr/local/share/emacs/31.0.50/lisp/org/)]

2025-03-14 Thread General discussions about Org-mode.
Attached a screenshot that shows how it looks in my case.