Re: Inconsistent org-sort numeric

2024-09-10 Thread Kepa
I thought it would be similar to alphabetical sort, where numbers are ordered although they are not part of the alphabet. If it's as intended, ok.

Re: [DISCUSSION]: LaTeX - include the xcolor package in the packages list

2024-09-10 Thread Pedro Andres Aranda Gutierrez
Hi > El 9 sept 2024, a las 9:49, Ihor Radchenko escribió: > >> It could also help a lot in `org-latex-src-block-backend': there we ask to >> load package color... why not xcolor to get a richer control of colours? > > I guess that you are referring to > >When using listings, you also need

Re: [BUG] Speed command for rot13-region

2024-09-10 Thread Kepa
From: Ihor Radchenko Subject: Re: [BUG] Speed command for rot13-region Date: Mon, 09 Sep 2024 18:12:44 + If you can reproduce from emacs -Q, may your please share more detailed instructions on how to trigger the problem you are seeing? Emacs -Q Create org file with: * 1 aaa * 2

Re: [PATCH v3] Inline image display as part of a new org-link-preview system

2024-09-10 Thread Karthik Chikmagalur
> The best test for the design is actually using it for things. > If you have some feature you want to use org-async for, we can merge > that feature + org-async. Only LaTeX previews for now. As you may be aware, the patchset also includes asynchronous pdf exports (using org-async), which makes a

Re: [PATCH v3] Inline image display as part of a new org-link-preview system

2024-09-10 Thread Karthik Chikmagalur
Latest iteration of patch attached. +BEG and END define the considered part. They default to the +buffer boundaries with possible narrowing." + (interactive "P") + (when (display-graphic-p) >>> >>> Do we need it here? You check graphics both here and later in the >>> preview

Re: strange behaviour with $PROP_r1 value in a table

2024-09-10 Thread Ihor Radchenko
Rens Oliemans writes: >>> -(while (string-match >>> "\\<\\([a-zA-Z]+\\)\\([0-9]+\\>\\|&\\)\\|\\(;[^\r\n:]+\\|\\>> s start) >>> +(while (string-match >>> "\\(\\$PROP_\\)\\{0\\}\\<\\([a-zA-Z]+\\)\\([0-9]+\\>\\|&\\)\\|\\(;[^\r\n:]+\\|\\>> s start) >> >> This is doing much more than fixin

Re: [BUG] org-element--cache empty parent [9.7.10 (N/A @ /gnu/store/icgsji9268qh5fxlrw0xh8775nbark3v-emacs-org-9.7.10/share/emacs/site-lisp/org-9.7.10/)]

2024-09-10 Thread Ihor Radchenko
"Dr. Arne Babenhauserheide" writes: > To build the site (and hopefully reproduce the problem): > hg clone https://hg.sr.ht/~arnebab/draketo && \ > cd draketo && \ > autoreconf -i && ./configure && make && make > > This comes with its own Emacs config. > The site is created in site/ (see site/inde

Re: [PATCH v3] Inline image display as part of a new org-link-preview system

2024-09-10 Thread Ihor Radchenko
Karthik Chikmagalur writes: >>> since the previews are place asynchronously. It always reports "no >>> images to display inline". Should I remove this messaging, or find a >>> way to run this from the final async chunk? The code gets a little >>> convoluted when I do the latter. >> >> I am a b

Re: [PATCH v3] Inline image display as part of a new org-link-preview system

2024-09-10 Thread Karthik Chikmagalur
>> Another problem: this top level chunk no longer works >> >> [...] >> >> since the previews are place asynchronously. It always reports "no >> images to display inline". Should I remove this messaging, or find a >> way to run this from the final async chunk? The code gets a little >> convolute

Re: [BUG] export blocks no longer fontifying [9.7.10 (release_9.7.10 @ /Users/ben/Scripts/emacs/lisp/org/)]

2024-09-10 Thread Ihor Radchenko
Benjamin McMillan writes: > At some point in the last few months, org mode stopped fontifying my > latex export blocks. However, an older version of emacs on my computer > still does fontify. > (The difference is seen even opening emacs with the -q flag) > It seems that there was a change to the

Re: [PATCH v3] Inline image display as part of a new org-link-preview system

2024-09-10 Thread Ihor Radchenko
Karthik Chikmagalur writes: > Another problem: this top level chunk no longer works > > (when interactive? > (let ((new (org-link-preview--get-overlays beg end))) > (message > (if new >(format "[%s] %d images displayed inline %s" >scope (length new) >

Re: [PATCH v3] Inline image display as part of a new org-link-preview system

2024-09-10 Thread Ihor Radchenko
Karthik Chikmagalur writes: >> Hmm... Not sure. I feel that we are going too far. >> Maybe we should use org-pending >> >> after it is finalized. > > Interesting, I didn't know about org-pending. At first I thought this > wou

Re: [FR]: thing-at-point 'org-table-cell

2024-09-10 Thread Ihor Radchenko
Ihor Radchenko writes: > Pedro Andres Aranda Gutierrez writes: > >> It would be great to have a thing-at-point handler that returns a cell in >> and org table. The most simple use case is to have a table in an org-file >> with data that you need to transfer to an online Web page. Being able to >

Re: Change behavior of "org-babel-tangle-publish" from org 9.6 to 9.7 -- deleting source files and not tangling properly

2024-09-10 Thread Gilles Marait
Hi Igor, Thanks for your answer. Yes, with org 9.6, I end up with two code.cpp as your said, one in "." and one in "src". I think the line you're pointing to is indeed the problem - Mail original - > De: "Ihor Radchenko" > À: "Gilles Marait" > Cc: "emacs-orgmode" , "emmanuel agullo"