Re: [PATCH] org-babel-load-languages: load unbound scheme-mode

2023-05-11 Thread gerard . vermeulen
On 11.05.2023 17:05, Ihor Radchenko wrote: gerard.vermeu...@posteo.net writes: the attached patch fixes (setopt org-babel-load-languages '((scheme . t))) before scheme-mode has been loaded. Thanks, but may you please elaborate what is the problem you are trying to solve? I think that I

Re: CVE-2023-28617 (was Re: [PATCH] Fix ob-latex.el command injection vulnerability.)

2023-05-11 Thread Max Nikulin
On 02/05/2023 18:21, Ihor Radchenko wrote: Max Nikulin writes: I posted the links as a reminder that shell commands should be avoided when possible (and it does not break TRAMP) and arguments should be escaped otherwise. But this patch literally fixed the problem. What else should we do?

Re: [PATCH] org-babel-load-languages: load unbound scheme-mode

2023-05-11 Thread Ihor Radchenko
gerard.vermeu...@posteo.net writes: > the attached patch fixes (setopt org-babel-load-languages '((scheme . > t))) > before scheme-mode has been loaded. Thanks, but may you please elaborate what is the problem you are trying to solve? -- Ihor Radchenko // yantar92, Org mode contributor, Learn

Re: [BUG] Wrap LaTeX Fragments in a Span [9.6.2 (release_9.6.2)]

2023-05-11 Thread Ihor Radchenko
Gustaf Waldemarson writes: > The other day I wanted to do some additional styling of LaTeX (MathJax) > elements, however, I noticed that none of them were actually captured in any > HTML tag or CSS class, making this a bit cumbersome. > > So I spent a bit of time to look things up and see if

Re: BUG: org-cycle does not unfold some subtrees

2023-05-11 Thread William Denton
On 11 May 2023, Ihor Radchenko wrote: William Denton writes: Do you use evil-mode? Definitely not. Curious. This function is supposed to be run upon finishing or aborting isearch. What is the value of `isearch-mode-end-hook' in your Org buffers? (anzu--reset-mode-line

Re: BUG: org-cycle does not unfold some subtrees

2023-05-11 Thread Ihor Radchenko
William Denton writes: >> Do you use evil-mode? > > Definitely not. Curious. This function is supposed to be run upon finishing or aborting isearch. What is the value of `isearch-mode-end-hook' in your Org buffers? -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode

Re: BUG: org-cycle does not unfold some subtrees

2023-05-11 Thread William Denton
On 11 May 2023, Ihor Radchenko wrote: William Denton writes: Does it also help if you run M-: (org-fold-core--clear-isearch-overlays)? That worked! I just had the problem. I ran that, and the tree popped open! Do you use evil-mode? Definitely not. Bill -- William Denton

Re: Can `org-capture` templates be made to result in a sub-heading of the current heading?

2023-05-11 Thread Tim Visher
On Thu, May 11, 2023 at 9:05 AM Tim Visher wrote: > On Thu, May 11, 2023 at 8:42 AM Tim Visher wrote: > >> On Wed, May 10, 2023 at 5:04 PM Tim Visher wrote: >> >>> Can `org-capture` templates be made to result in a sub-heading of the >>> current heading? >>> >>> So >>> >>> ``` >>> * This Week

Re: Can `org-capture` templates be made to result in a sub-heading of the current heading?

2023-05-11 Thread Tim Visher
On Thu, May 11, 2023 at 8:42 AM Tim Visher wrote: > On Wed, May 10, 2023 at 5:04 PM Tim Visher wrote: > >> Can `org-capture` templates be made to result in a sub-heading of the >> current heading? >> >> So >> >> ``` >> * This Week >> ** TODO A TODO Item >> >>[2023-05-05 Fri 10:47] >> >>

Re: Can `org-capture` templates be made to result in a sub-heading of the current heading?

2023-05-11 Thread Tim Visher
On Wed, May 10, 2023 at 5:04 PM Tim Visher wrote: > Can `org-capture` templates be made to result in a sub-heading of the > current heading? > > So > > ``` > * This Week > ** TODO A TODO Item > >[2023-05-05 Fri 10:47] > >A description > ``` > > and I whack my capture keychord and get >

Re: It's possible, to translate the org-mode website into Spanish?

2023-05-11 Thread General discussions about Org-mode.
Antonio Simón writes: > Greetings from Spain. > > I'm a newbie in the FOSS world and a big fan of Emacs and org-mode in which > I'm taking my first steps. > > I have seen that the Org mode page is available in several languages, and > Spanish is not one of them. > > I was thinking of

[PATCH] org-babel-load-languages: load unbound scheme-mode

2023-05-11 Thread gerard . vermeulen
Hello, the attached patch fixes (setopt org-babel-load-languages '((scheme . t))) before scheme-mode has been loaded. Best regards -- Gerard 0001-org-babel-load-languages-load-unbound-scheme-mode.patch Description: Binary data

Re: BUG: (org-insert-subheading) fails when on true begin of line (first star) of heading

2023-05-11 Thread Ihor Radchenko
Michael Dauer writes: > Example > * h1 > <>** h11 > > brings: > * h1 > *** <> > ** h11 This is expected. `org-insert-subheading' inherits what `org-insert-heading' does: Insert a new heading or an item with the same depth at point.

Re: refiling heading onto itself

2023-05-11 Thread Ihor Radchenko
Ruijie Yu via "General discussions about Org-mode." writes: > ... (2) the completiong system shouldn't even provide > "two" as a completion candidate. Maybe. The current implementation of refile target selection is not aware about the context. One might try to temporarily extend

Re: refiling heading onto itself

2023-05-11 Thread Ihor Radchenko
Oliver Epper writes: > When choosing the very same heading that is going to be refiled as its > target the message buffer states success but the heading is gone. This is > version 9.5.5 of org-mode with emacs 28.2 Thanks for reporting! Fixed, on main.

Re: BUG: org-cycle does not unfold some subtrees

2023-05-11 Thread Ihor Radchenko
William Denton writes: >> Does it also help if you run M-: (org-fold-core--clear-isearch-overlays)? > > That worked! I just had the problem. I ran that, and the tree popped open! Do you use evil-mode? -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at

[BUG] Wrap LaTeX Fragments in a Span [9.6.2 (release_9.6.2)]

2023-05-11 Thread Gustaf Waldemarson
Hello, The other day I wanted to do some additional styling of LaTeX (MathJax) elements, however, I noticed that none of them were actually captured in any HTML tag or CSS class, making this a bit cumbersome. So I spent a bit of time to look things up and see if this could be fixed and came up

BUG: (org-insert-subheading) fails when on true begin of line (first star) of heading

2023-05-11 Thread Michael Dauer
Example * h1 <>** h11 brings: * h1 *** <> ** h11 expected: * h1 ** h11 *** <> Org mode version 9.7-pre (release_9.6.4-327-gf81ba4