Re: [BUG] org :extend property bugfix does not work [9.7 (9.7-??-388ba5b @ /home/st/.config/emacs/.local/straight/build-30.0.50/org/)]

2024-02-25 Thread Ihor Radchenko
StrawberryTea writes: > Sure. Just evaluate the following code after starting Emacs with `emacs -Q`: Thanks! Fixed, on main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=5d186b499 -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at

Re: [PATCH] org-bibtex-yank: Allow to populate existing item

2024-02-25 Thread Ihor Radchenko
Martin Kampas writes: > Subject: [PATCH] org-bibtex-yank: Allow to populate existing item Applied, onto main, with amendments. I changed the argument name from NONEW to UPDATE-HEADING and updated the commit message. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=37e468cf1 Thank

Re: org-mode: example blocks are no longer syntax highlighted in emacs

2024-02-25 Thread Ihor Radchenko
Rudi C writes: > After upgrading to emacs 29.2 and org 9.7, my example blocks are no longer > syntax highlighted in emacs. They used to be syntax highlighted when I > specified the block's language. Any ideas? This is an undocumented feature. Yet, there is no reason to remote it. I recovered exa

Re: [BUG] "Not enough arguments for format string" from failed fuzzy search containing % [9.6.19]

2024-02-25 Thread Ihor Radchenko
"Corwin Kerr" writes: > When a search link with a fuzzy expression contains the % character > and is not found in the file, the error message is burried by format > error. This affects ~org-link-search~, ~org-open-file~, etc. > > Expected message: > : No match for fuzzy expression: % search bad >

Re: Ada/SPARK support in Babel

2024-02-25 Thread Ihor Radchenko
Francesc Rocher writes: > If you still want to include it into the mainstream org-mode repository, > then I'll be more than happy > to contribute. If so, let me know what are the next steps and what kind of > test do you expect. Yes, we are interested to have Ada support in Org mode repository.

[PATCH] org-table-to-lisp enhanced

2024-02-25 Thread tbanelwebmin
Here is a new version of `org-table-to-lisp'. Why a new version? - Because it is more than 3x faster than the current one.   Bench-marked on a 3822 rows by 16 columns Org table   - current: 0.405 seconds   - new one: 0.122 seconds   on Emacs 30.0.50 with native compilation   The speedup is achiev

Re: Warn about shell-expansion in the docstring of org-latex-to-html-convert-command

2024-02-25 Thread Max Nikulin
On 23/02/2024 19:46, Ihor Radchenko wrote: Max Nikulin writes: On 19/02/2024 02:36, Martin Edström wrote: +Since this is a shell-command, remember to use single-quotes +around \\='%i\\=', not double-quotes! Else a math fragment such +as \"$y = 200$\" gets butchered into only \" = 200\"." I

Re: [FR] Org mode sr.ht project page: add familiar links for newcomers

2024-02-25 Thread Ihor Radchenko
Bastien Guerry writes: >> I suggest doing the same, with the following mapping: >> >> [[orgmode.org/][Home page]] >> [[https://tracker.orgmode.org/][Issues]] >> [[mailto:emacs-orgmode@gnu.org][New issue]] >> [[https://tracker.orgmode.org/patches][Pull requests]] >> [[https://list.orgmode.org/][Di

Re: [DISCUSSION] Add "Recent News" to orgmode.org

2024-02-25 Thread Ihor Radchenko
Bastien Guerry writes: > A complementary suggestion: let's activate the "Blog" tab on Woof (at > https://tracker.orgmode.org) so that when people send an email to the > list prefixed with [BLOG], it is referenced on this tab. Then, a RSS > feed is available from https://tracker.orgmode.org/blog.r

Re: [PATCH] org-table-to-lisp enhanced

2024-02-25 Thread Ihor Radchenko
tbanelwebmin writes: > Here is a new version of `org-table-to-lisp'. Why a new version? > ... > I ran all the standard unit tests of Org Mode as of [2024-02-24]. All > went as expected. Thanks! Applied, onto main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=407a55c1c -- Ih

Re: [PATCH] org-babel-demarcate-block: split using element API

2024-02-25 Thread gerard . vermeulen
On 23.02.2024 14:43, Ihor Radchenko wrote: gerard.vermeu...@posteo.net writes: [...] I rewrote my `org-babel-edit-prep:python' to get rid of user-errors but then I bumped on the user-error coming from `org-src--make-source-overlay'. This is strange. `org-src--make-source-overlay' does n

Re: [PATCH] org-babel-demarcate-block: split using element API

2024-02-25 Thread Ihor Radchenko
gerard.vermeu...@posteo.net writes: > I added the caveat: > This patch is incompatible with `org-babel-edit-prep:' functions > that signal `user-error's. > to the commit message and cleaned it up a bit. You may wrap `org-indent-block' into `condition-case' to catch user-errors. -- Ihor Radchenk

Re: [BUG] wrong side of point error in org-element-cache [9.6.15 (release_9.6.15 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]

2024-02-25 Thread Ihor Radchenko
Rob Place writes: >> May you try the development version of Org mode and let us know if you >> still see the warning? > > I managed to fix the issue but I can honestly not remember what had been > causing it, I was in the midst of a number of changes in my init file > and looking back at the git

A question about local/experimental branches

2024-02-25 Thread Juan Manuel Macías
Hi, I've noticed that the code for my implementation of the new 'inline-special-block' experimental element is growing. In addition, I introduce modifications and improvements daily. So I think it might be a good idea to make my local branch public, in case someone wants to try it or contribute to

Re: A question about local/experimental branches

2024-02-25 Thread Ihor Radchenko
Juan Manuel Macías writes: > I've noticed that the code for my implementation of the new > 'inline-special-block' experimental element is growing. In addition, I > introduce modifications and improvements daily. So I think it might be a > good idea to make my local branch public, in case someone

Re: A question about local/experimental branches

2024-02-25 Thread Juan Manuel Macías
Ihor Radchenko writes: > P.S. Juan, I will need some time to review previous discussions on > inline special blocks before I can comment on your work in depth. No problem, Ihor. These days I had enough free time to develop my idea, translate it into code and get something usable from which it cou

Re: [BUG] Newlines after links are fontified with the org-link face after an incremental search

2024-02-25 Thread Rohit Patnaik
Hello, It seems like this fix regressed as a result of commit 5d186b499dde97f59a91dc11f4c4a15113d29f4d. After I updated to the latest version of org-mode again, I noticed that the fontification of newlines was back. When I created a branch that reverted 5d186b499dde97f59a91dc11f4c4a15113d29f4d, th

Re: org-mode: example blocks are no longer syntax highlighted in emacs

2024-02-25 Thread Rudi C
Thanks! On Sun, Feb 25, 2024 at 1:30 PM Ihor Radchenko wrote: > Rudi C writes: > > > After upgrading to emacs 29.2 and org 9.7, my example blocks are no > longer > > syntax highlighted in emacs. They used to be syntax highlighted when I > > specified the block's language. Any ideas? > > This is