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

2024-02-24 Thread Corwin Kerr
Hello, 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 Actual message: : Not enough

Re: Asynchronous blocks for everything (was Re: [BUG] Unexpected result when evaluating python src block asynchronously [9.7-pre (release_9.6.17-1131-gc9ed03.dirty @ /home/yantar92/.emacs.d/straight/b

2024-02-24 Thread Matt
On Sat, 24 Feb 2024 17:42:54 +0100 Bruno Barbier > I'll publish a branch soon; it will be a major rewrite of my current > proposal. It should be less confusing and, I hope, address some of your > comments. > > Thanks again for your questions and feedbacks, You're welcome and than

Re: [PATCH] Handle block-type when checking `org-src-fontify-natively'

2024-02-24 Thread Nathaniel Nicandro
Ihor Radchenko writes: > Nathaniel, is there any particular problem you encountered that your > patch was aiming to solve? If no, we should probably re-add fontifying > example blocks as undocumented feature people rely on in practice. No there wasn't any particular problem, I was just browsin

Re: [BUG] FAQ asnwer for "How can I use arbitrary colors for words/sentences in HTML export?" is outdated

2024-02-24 Thread Ihor Radchenko
Bastien Guerry writes: >> Bastien, could you, please, have a look at the CI configuration. I do >> not see recent builds in >> https://builds.sr.ht/~bzg/worg > > I just triggered a new build myself. > > The secret key needed to launch the build has been shared with other > users, including Ihor a

Re: [BUG] org clock wants to resolve clocks every time a clock in, occurs [9.7 (9.7-??-0dd2c5e @, /home/aayush/.config/emacs/.local/straight/build-29.2/org/)]

2024-02-24 Thread Ihor Radchenko
Sau P writes: > What should happen? > When I clock in, the clock should continue > until I clock out (or go idle). > > What actually happens? > Every minute I will get a popup requesting me to resolve a clock. > > This has been happening for a number of days now and I thought I had > dangling clo

Re: [BUG] org-contrib/org-static-mathjax is not operational [9.7-pre (release_9.6.18-1153-gee395b.dirty @ /home/yantar92/.emacs.d/straight/build/org/)]

2024-02-24 Thread Ihor Radchenko
Bastien Guerry writes: >> Should we obsolete the library? > > I removed org-static-mathjax.el from org-contrib and released 0.5. Fixed. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development at

Re: When closing an org file, if the file contains Chinese characters, it always prompts me to choose an encoding system.

2024-02-24 Thread Ihor Radchenko
fang yu writes: > I encountered an issue while using org-mode. Whenever the file contains > Chinese characters, it always prompts me to choose an encoding system. > > My emacs version is 29.2 and my org-mode version is 9.6.15, and I have > language environment setting below > > ;; set languag

Re: [BUG] Invalid search bound (wrong side of point) [9.6.15 (release_9.6.15 @ /usr/share/emacs/29.2/lisp/org/)]

2024-02-24 Thread Ihor Radchenko
Diego Sánchez writes: > Emacs : GNU Emacs 29.2 (build 1, x86_64-pc-linux-gnu, GTK+ Version > 3.24.40, cairo version 1.18.0) > Package: Org mode version 9.6.15 (release_9.6.15 @ > /usr/share/emacs/29.2/lisp/org/) Thanks for reporting! May you try the development version of Org mode and let us

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-24 Thread Ihor Radchenko
Robert Place writes: > When opening an org file I received this warning. > > Emacs : GNU Emacs 29.2 (build 1, aarch64-apple-darwin21.6.0, NS > appkit-2113.60 Version 12.6.6 (Build 21G646)) > of 2024-01-18 > Package: Org mode version 9.6.15 (release_9.6.15 @ > /Applications/Emacs.app/Contents/

Re: Asynchronous blocks for everything (was Re: [BUG] Unexpected result when evaluating python src block asynchronously [9.7-pre (release_9.6.17-1131-gc9ed03.dirty @ /home/yantar92/.emacs.d/straight/b

2024-02-24 Thread Bruno Barbier
Ihor Radchenko writes: > Bruno Barbier writes: > >>> May you please clarify if adding the new code block parameter that >>> defines custom execute function is something you want to add to Org mode >>> or just a helper code to demo you main patch? >> >> Yes. (I thought about adding it in a sep

Re: [PATCH v2] org-id: allow using parent's existing id in links to headlines

2024-02-24 Thread Rick Lupton
Thanks for your help with it! On Sat, 24 Feb 2024, at 1:02 PM, Ihor Radchenko wrote: > Bastien Guerry writes: > >>> "Rick Lupton" writes: >>> On Fri, 9 Feb 2024, at 12:09 PM, Ihor Radchenko wrote: > May you please update on your FSF copyright assignment status? I believe the a

[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-24 Thread Robert Place
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

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

2024-02-24 Thread Martin Edström
Ah yes. My custom Node script (which I hope it's OK to paste below) strips the beginnings and ends of the input. I suppose that it could be done already on the Elisp side, which would take care of interpreting the $-signs as envvars too. const katex = require('katex') let input = process.argv[2].t

Re: Help: How to change faces of words between parenthesis

2024-02-24 Thread Kepa
Thanks, William I'm not writing citation. I am studying a text, and it has citations. To delete them all, generates friction, while to let them all be, generates distraction. So with the help of Ihor (and chatgpt) I have added this code to my init file, so they are shadowed: (defun yant/appl

[BUG] org clock wants to resolve clocks every time a clock in, occurs [9.7 (9.7-??-0dd2c5e @, /home/aayush/.config/emacs/.local/straight/build-29.2/org/)]

2024-02-24 Thread Sau P
What should happen? When I clock in, the clock should continue until I clock out (or go idle). What actually happens? Every minute I will get a popup requesting me to resolve a clock. This has been happening for a number of days now and I thought I had dangling clocks but I don't think this is t

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

2024-02-24 Thread Martin Edström
And ignore my suggestion about stripping input on the Elisp side. Didn't think that through. On Wed, 21 Feb 2024 at 16:04, Martin Edström wrote: > > Actually, I agree about your test case, that looks like it'd cause a problem. > > So we patch the function to use `shell-quote-argument'? > > On Wed

[BUG] Invalid search bound (wrong side of point) [9.6.15 (release_9.6.15 @ /usr/share/emacs/29.2/lisp/org/)]

2024-02-24 Thread Diego Sánchez
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list. -

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

2024-02-24 Thread Martin Edström
Actually, I agree about your test case, that looks like it'd cause a problem. So we patch the function to use `shell-quote-argument'? On Wed, 21 Feb 2024 at 15:38, Max Nikulin wrote: > > On 19/02/2024 02:36, Martin Edström wrote: > > +Since this is a shell-command, remember to use single-quotes

Re: [BUG] FAQ asnwer for "How can I use arbitrary colors for words/sentences in HTML export?" is outdated

2024-02-24 Thread Bastien Guerry
Max Nikulin writes: > Bastien, could you, please, have a look at the CI configuration. I do > not see recent builds in > https://builds.sr.ht/~bzg/worg I just triggered a new build myself. The secret key needed to launch the build has been shared with other users, including Ihor and you: can yo

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

2024-02-24 Thread Bastien Guerry
I'm all for any experiment that will help interesting Org post get more traction. If someone wants to play with https://git.sr.ht/~bzg/orgweb so that it includes latest Org posts from Sacha's URL, please go ahead! A complementary suggestion: let's activate the "Blog" tab on Woof (at https://trac

Re: org-contrib: Remove org-eval-light.el and org-evel.el

2024-02-24 Thread Bastien Guerry
Ihor Radchenko writes: > According to https://orgmode.org/worg/org-contrib/#org4b339dd, > org-eval-lite "... is a reworking of Carsten's org-eval with the goals > of a more uniform syntax, safer default execution rules, and increased > ease of execution. Written by Eric Schulte. Link to raw file.

Re: [BUG] org-contrib/org-static-mathjax is not operational [9.7-pre (release_9.6.18-1153-gee395b.dirty @ /home/yantar92/.emacs.d/straight/build/org/)]

2024-02-24 Thread Bastien Guerry
Hi Ihor, Ihor Radchenko writes: > Since we observe no bug reports about org-static-mathjax, it does not > look like anyone at all is using it. > > Should we obsolete the library? I removed org-static-mathjax.el from org-contrib and released 0.5. Thanks! -- Bastien Guerry

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

2024-02-24 Thread Bastien Guerry
Hi Ihor, Ihor Radchenko writes: > Sourcehut is known for unusual interface that looks foreign for users > coming from GitHub background. > > Some SourceHut projects employ an approach to use Github-compatible > terminology and link to the corresponding Sourcehut pages: > > [Issues] [Pull request

Re: bug#66291: [Leo Vivier] [PATCH] orgalist: Update bug:31361 workaround for new upstream signature

2024-02-24 Thread Bastien Guerry
Ihor Radchenko writes: > Nicolas Goaziou writes: > >> To answer Ihor's question : I'm out of touch concerning Org development, >> so maintaining a package such as Orgalist may be problematic at some >> point, indeed. > > Then, may we need to ask someone to help maintaining orgalist? > Similar qu

Re: Ada/SPARK support in Babel

2024-02-24 Thread Bastien Guerry
Ihor Radchenko writes: > My initial assessment is that we might include babel support for Ada if > it is accompanied by good set of tests, so that we do not need to worry > too much about things breaking even if there is no ob-ada maintainer. > > ... and let's see if the original author is still

Re: [PATCH] org-ctags: Fix regexp to not break radio targets

2024-02-24 Thread Ihor Radchenko
Bastien Guerry writes: >> Bastien, may you please check FSF records? > > Yes, Martin's FSF record is okay. Thanks! Updated our records. https://git.sr.ht/~bzg/worg/commit/a93fa90a -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support

Re: [PATCH v2] org-id: allow using parent's existing id in links to headlines

2024-02-24 Thread Ihor Radchenko
Bastien Guerry writes: >> "Rick Lupton" writes: >> >>> On Fri, 9 Feb 2024, at 12:09 PM, Ihor Radchenko wrote: May you please update on your FSF copyright assignment status? >>> >>> I believe the agreement is all signed and completed. >> >> Bastien, may your please check FSF records? > > Do

Re: Asynchronous blocks for everything (was Re: [BUG] Unexpected result when evaluating python src block asynchronously [9.7-pre (release_9.6.17-1131-gc9ed03.dirty @ /home/yantar92/.emacs.d/straight/b

2024-02-24 Thread Ihor Radchenko
Bruno Barbier writes: >> May you please clarify if adding the new code block parameter that >> defines custom execute function is something you want to add to Org mode >> or just a helper code to demo you main patch? > > Yes. (I thought about adding it in a separate request; but that would be >

Re: [PATCH] org-ctags: Fix regexp to not break radio targets

2024-02-24 Thread Bastien Guerry
Ihor Radchenko writes: > Martin Marshall writes: > >> Ihor Radchenko writes: >>> I also see that you submitted a number of patches recently. >>> For now, your contribution size is fairly small, but if you plan to >>> contribute a lot more, please consider signing FSF copyright assignment. >>> S

Re: [PATCH v2] org-id: allow using parent's existing id in links to headlines

2024-02-24 Thread Bastien Guerry
Hi, Ihor Radchenko writes: > "Rick Lupton" writes: > >> On Fri, 9 Feb 2024, at 12:09 PM, Ihor Radchenko wrote: >>> May you please update on your FSF copyright assignment status? >> >> I believe the agreement is all signed and completed. > > Bastien, may your please check FSF records? Done, an

Re: [BUG] ox-texinfo can't export example blocks [9.6.9 (release_9.6.9 @ /usr/local/share/emacs/30.0.50/lisp/org/)]

2024-02-24 Thread Ihor Radchenko
[ Adding Org mailing list back to CC for public record ] pva-outd...@yandex.ru writes: >> Please describe your problem in more details. What do you mean by "can't >> export"? See https://orgmode.org/manual/Feedback.html#Feedback > > To reproduce my problem you can write create an org-mode buffer

Re: org-agenda-filter-by-category not working in block agendas due to inconsistent truncation

2024-02-24 Thread Ihor Radchenko
John Mathena writes: > The category of items in an "agenda" block view as returned by > org-agenda-get-category are truncated based on the value of the prefix > format; this isn't the case for e.g. the tags-todo view. For instance, > if an item has a category "marathon training", and your agenda

Re: org-goto bug

2024-02-24 Thread Ihor Radchenko
Pan Xie writes: > Just found a minor issue about the org-goto interface. When I set > `org-goto-auto-isearch' as `t', the number keys should also be part of > isearch, not treated as "digit argument". However, the current version > (9.7-pre) of OrgMode I am using treat the number keys as digit