[BUG] global-whitespace-mode doesn’t enable whitespace-mode in org source block edit buffers [9.7.11 (release_9.7.11 @ /gnu/store/416vvmsc3n33wsliga55ljzmcvhyry54-emacs-pgtk-30.1/share/emacs/30.1/lisp

2025-08-13 Thread Anush V
Hello Org Maintainers, global-whitespace-mode does not enable whitespace-mode in Org mode source block edit buffers (opened with C-'). This happens because whitespace-enable-predicate prevents whitespace-mode from activating in buffers whose names start with ‘*’, with only *scratch* as an except

Re: 'auto configuration option for org-babel-python-command-nonsession

2025-08-03 Thread Anush V
From: Jack Kamm Date: Sun, 27 Jul 2025 17:19:51 -0700 Ihor Radchenko writes: Anush V writes: Hello Org Maintainers, Is it possible to add an 'auto' option for the variable org-babel-python-command-nonsession, similar to how org-babel-python-command and org-babel-pyth

Re: org-open-at-point fails to open files externally with double prefix

2025-07-07 Thread Anush V
> From: Max Nikulin > Date: Mon, 30 Jun 2025 17:51:36 +0700 > [... 16 lines elided] > I hope, the following workaround does not override associations for > other file types. Even if I made a mistake, I think, you will be able > to adjust the recipe. > > (with-eval-after-load 'org > (push '

Re: org-open-at-point fails to open files externally with double prefix

2025-06-29 Thread Anush V
> From: Max Nikulin > Date: Sat, 28 Jun 2025 17:51:24 +0700 > > [... 35 lines elided] > You can try to evaluate (you may use specific video player instead of > xdg-open) > > (setq movie "~/big_buck_bunny.webm") > (setq movie-cmd > (format "xdg-open %s" (shell-quote-argument >

Re: org-open-at-point fails to open files externally with double prefix

2025-06-29 Thread Anush V
> From: Ihor Radchenko > Date: Fri, 27 Jun 2025 18:28:34 +0000 > > Anush V writes: > >> I get the message “Running xdg-open >> /home//big_buck_bunny.webm...done” but doesn’t open mpv. >> >> pdf files open properly with the default pdf viewer, however. >

Re: org-open-at-point fails to open files externally with double prefix

2025-06-29 Thread Anush V
> From: Max Nikulin > Date: Sun, 29 Jun 2025 18:41:15 +0700 > > On 28/06/2025 17:51, Max Nikulin wrote: >> The player is killed by SIGPIPE when it tries to write a warning to >> stderr. > > Anush, please, specify > > - Linux distribution and version > lsb_release -a > - Desktop environment/w

Re: org-open-at-point fails to open files externally with double prefix

2025-06-23 Thread Anush V
> From: Ihor Radchenko > Date: Thu, 19 Jun 2025 16:45:39 +0000 > > Anush V writes: > >> I believe there’s a bug in org-open-at-point. The help text states >> that with a double prefix argument (C-u C-u C-c C-o), it should “try >> to open outside of Emacs, in th

'auto configuration option for org-babel-python-command-nonsession

2025-06-18 Thread Anush V
Hello Org Maintainers, Is it possible to add an 'auto' option for the variable org-babel-python-command-nonsession, similar to how org-babel-python-command and org-babel-python-command-session already support it? Thank you. Regards, Anush

org-open-at-point fails to open files externally with double prefix

2025-06-14 Thread Anush V
Hello Org Maintainers, I believe there’s a bug in org-open-at-point. The help text states that with a double prefix argument (C-u C-u C-c C-o), it should “try to open outside of Emacs, in the application the system uses for this file type.” However, when I use this command with a double prefix