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
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
> 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 '
> 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
>
> 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.
>
> 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
> 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
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
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