Re: [PATCH] Use full timestamp in todo-list sorts

2025-06-08 Thread Ihor Radchenko
Ihor Radchenko writes: > Yup, a proper solution would be making a fix there. ... > > What might be done to implement the feature properly is ... Charles, would you be interested to try working on more accurate patch, as I suggested? -- Ihor Radchenko // yantar92, Org mode maintainer, Learn mor

Re: [BUG?] in pcomplete???

2025-06-08 Thread Ihor Radchenko
Pedro Andres Aranda Gutierrez writes: > ... Enough for today. I may look by this afternoon. Did you have a chance to test the patch again? -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at . Support Org development at

Re: [BUG] ob-shell async session does not work with multiple blocks running [9.7.16 (9.7.16-ba9734 @ /nix/store/6la93ywyb1h055phgyqba7h7qay60p0m-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.

2025-06-08 Thread Ihor Radchenko
Matt writes: > On December 19, 2024 12:24:48 AM GMT+01:00, Matt wrote: >>Running from the latest commit, eebc9be7c, on Emacs on Android, I'm not able >>to reproduce. >> >>Did I miss a change between Dec. 10 and today which fixed this? > > My bad. To reproduce the error, the blocks *must* be r

Re: [PATCH] ox-overview.org: Add new section and make minor edits

2025-06-08 Thread Ihor Radchenko
Ihor Radchenko writes: > ... > What might make sense is listing packages that are not available in > repositories. ... Raoul, did you have a chance to look into my comments? -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at . Support Org de

Re: [BUG] org babel #+call: block does not eval :file elisp expression

2025-06-08 Thread Ihor Radchenko
Ihor Radchenko writes: > For side effects, you may introduce an optional argument EVAL instead of > mandatory API change. That will make it 100% safe even if some > third-party code is using this internal function. > ... It has been a while since the last update in this thread. Tom, have you had

Re: babel (LaTeX) support in feature/all-tex-fonts branch

2025-06-08 Thread Ihor Radchenko
Pedro Andres Aranda Gutierrez writes: > I have finally added preliminary support for babel (as in LaTeX package) to > the feature branch. > it is activated by the > #+LATEX_BABEL_LANGS > header keyword, which substitutes the need for > #+LATEX_HEADER: \usepackage[...]{babel} > in the header. Tha

Re: "Subproduct" of the feature branch

2025-06-08 Thread Ihor Radchenko
Pedro Andres Aranda Gutierrez writes: > could you please take a look at the last patch set I have uploaded to the > feature branch, specifically at the change to ox-latex.el that starts with > > @@ -1813,17 +1823,13 @@ Return the new header." Could you please provide the commit hash or the commi

Re: [PATCH] add lowercase c to languages recognized for CSS highlight

2025-06-08 Thread Ihor Radchenko
Nikolaos Chatzikonstantinou writes: > With an org file like this: > > #+begin_src c > /* ... */ > #+end_src > > you get valid recognition by babel, etc, Not really. You cannot evaluate such a code block. > ... but it is not recognized by > ox-html's CSS file. Of course not all cases can be supp

Re: Language support for C# in org-babel

2025-06-08 Thread Ihor Radchenko
poverobuosodonati writes: > On the matter: This is not for a reason, and you are of course both > right. Doing something more "advanced" then just hardcoding a fixed > version is definitely a good thing. I was actually also planning to move > over the heuristic I implemented for the tests to t

Re: Change in the way polyglossia is handled in the feature/all-tex-fonts

2025-06-08 Thread Ihor Radchenko
Pedro Andres Aranda Gutierrez writes: > I have created a new way to control polyglossia for multi-language > documents (using lualatex or xelatex) There is no need to add the > \usepackage[langs...]{polyglossia} in the document header anymore. Instead > you add > > #+LATEX_POLYGLOSSIA_LANGS: lang

Re: TOC is missing in html export when using #+INCLUDE

2025-06-08 Thread Ihor Radchenko
Ihor Radchenko writes: > I am unable to reproduce. > Could you please provide more details about the files you have problems > with? Maybe you can share another.org file? > See https://orgmode.org/manual/Feedback.html#Feedback Without extra information, the issue is not actionable. Closing. Canc

Fixing the Woof tracker?

2025-06-08 Thread Derek Chen-Becker
I'm looking for a bug to work on and when I went through the Woof tracker I noticed that several of the bugs I'm looking at appear to be fixed already. I know this has been called out as an issue with Woof, but I was wondering if there's anything I can do to help fix that? Cheers, Derek -- +---

Re: Fixing the Woof tracker?

2025-06-08 Thread Ihor Radchenko
Derek Chen-Becker writes: > I'm looking for a bug to work on and when I went through the Woof tracker I > noticed that several of the bugs I'm looking at appear to be fixed already. > I know this has been called out as an issue with Woof, but I was wondering > if there's anything I can do to help

Re: [BUG] Numeric priorities only partially supported

2025-06-08 Thread Derek Chen-Becker
On Sun, Oct 13, 2024 at 04:11:01PM +, Ihor Radchenko wrote: > Not so safe. I tried to fix this specific issue in the past and changing > the org-element parser to handle non-single char priorities broke > tests (either because I did something stupid or because the tests make > incorrect assumpt

Re: [PATCH] ob-dot: Add `graphviz-dot' language alias

2025-06-08 Thread Ihor Radchenko
Rudolf Adamkovič writes: > I did not change `org-src-get-lang-mode' directly. Instead I wrapped > it in `org-src-get-lang-mode-if-bound' which does little more. WDYT? Thanks for the patch! You are introducing a new behavior, so please update etc/ORG-NEWS. Also, 16.10 Editing Source Code sectio

Re: Querying cached parse trees without opening files

2025-06-08 Thread Ihor Radchenko
"Martin Edström" writes: > I'll conclude a yes on the feasibility analysis. I do wonder if it'd > make sense for Org itself to have such an API (think a thin wrapper > around org-element-parse-buffer results), because then org-agenda / > org-ql / etc could be rewritten to make use of it, solving

Re: [PATCH] org-link: Add async-shell link

2025-06-08 Thread pinmacs
On 2025-06-08 14:11, Ihor Radchenko wrote: pinmacs writes: I see no async-shell link and I propose the following one, see patch attached ... +*** =ol.el=: New =async-shell= link type + +You can now create links to execute programs asynchronously. This +means Emacs will not freeze while waitin

Re: WORG Patch 1/2 for Org Protocol Page

2025-06-08 Thread Ihor Radchenko
Christian Moe writes: >> Also request guidance on handling obsolete content on an existing WORG page. > > I favor keeping things simple, cautiously deleting obsolete content > without archiving when we can, using the archive sparingly, avoiding > duplication, and keeping links between worg pages

Re: [WORG] Help test style/accessibility change

2025-06-08 Thread Ihor Radchenko
Christian Moe writes: > 1. Keep the TOC under the header and always expanded if it's less than a >certain length, collapsed/expandable if longer Another option is making it expanded initially, but up to certain length limit. + full expansion on click. Not sure if it is something possible wit

Re: Fixing the Woof tracker?

2025-06-08 Thread Bastien Guerry
Thanks for the heads up! Ihor Radchenko writes: > Woof! is developed at https://github.com/bzg/woof > I am CCing Bastien, as he might suggest something more specific. I won't have any free time until July or August. When I do, I plan to rewrite Woof entirely: see https://codeberg.org/bzg/woof#

Re: How have users managed email tasks with org?

2025-06-08 Thread Kristoffer Balintona
On Sun, Jun 08 2025, Ihor Radchenko wrote: > Kristoffer Balintona writes: > >> My main problem with trying to use org-agenda for all tasks created from >> emails is that the state and relevance of those emails may change >> without the todos tied to them changing (unless I update it myself). In >

Re: [BUG] Numeric priorities only partially supported

2025-06-08 Thread Jacob S. Gordon
Hey Derek, Just tying this together with a recent thread where numeric default priorities are interpreted as characters: https://list.orgmode.org/orgmode/328266e1-4338-4963-a3ae-eb6c51f6d...@frantzen.info/ Thanks, -- Jacob S. Gordon jacob.as.gor...@gmail.com == Please avo

Re: Querying cached parse trees without opening files

2025-06-08 Thread Kristoffer Balintona
On Sun, Jun 08 2025, Ihor Radchenko wrote: > "Martin Edström" writes: > >> I'll conclude a yes on the feasibility analysis. I do wonder if it'd >> make sense for Org itself to have such an API (think a thin wrapper >> around org-element-parse-buffer results), because then org-agenda / >> org-ql

Re: Querying cached parse trees without opening files

2025-06-08 Thread Ihor Radchenko
Kristoffer Balintona writes: > Is there a necessity for org-element’s cache to be sparse? Is it mostly > to avoid having to parse entire buffers (or at least large chunks of > them) when they change? When I first heard about org’s caching, I had > the (extremely) naive question of what technical

Re: [BUG] org babel #+call: block does not eval :file elisp expression

2025-06-08 Thread Tom Gillespie
> > For side effects, you may introduce an optional argument EVAL instead of > > mandatory API change. That will make it 100% safe even if some > > third-party code is using this internal function. > > ... Good point. I drafted a version that did that but didn't go with it because I didn't think a

Re: [PATCH]: add BEAMER_CLASS_OPTIONS

2025-06-08 Thread Ihor Radchenko
Ihor Radchenko writes: >> So apparently, overwriting the :options-alist doesn't have any effect. >> What am I not understanding about (org-export-define-derived-backend) > > This is a bug. > I just fixed it on main. > https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=95aee91c26 I p

Re: Select a region and yank a URL to create a link

2025-06-08 Thread Ihor Radchenko
Ihor Radchenko writes: > It has been a while since the last message in this thread. > Ryan, are you still interested in writing the patch? No response in over a month. I am thus closing this thread. Canceled. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at

Re: bug#78037: 30.1; Insert link when using org-yank regardless if file already exists

2025-06-08 Thread Ihor Radchenko
Ihor Radchenko writes: > Visuwesh writes: > >>> Visuwesh, could you take a look? >> >> I have multiple deadlines to meet. Once I'm relatively free, I can take >> a closer look at this. > > Sure. There is no rush. It has been over a month, so a gentle ping :) -- Ihor Radchenko // yantar92, Or

Re: [PATCH] Use full timestamp in todo-list sorts

2025-06-08 Thread General discussions about Org-mode.
Yes; sorry for the lack of response, I did get started on this for a bit, and will pick it back up. Charles On Sun, Jun 8, 2025 at 5:16 AM Ihor Radchenko wrote: > Ihor Radchenko writes: > > > Yup, a proper solution would be making a fix there. ... > > > > What might be done to implement the fe

Re: [BUG] Cannot tangle src block in capture buffer [9.7.6]

2025-06-08 Thread Ihor Radchenko
Derek Chen-Becker writes: > My copyright assignment has been processed! I've attached the latest > version of my patches, rebased against the current mainline. It's been a > while since I created the patches last time, so if I've made a mistake in > the options please let me know. Thanks! Applie

Re: "Tab width in Org files must be 8, not 2. Please adjust your ‘tab-width’ settings for Org mode"

2025-06-08 Thread Ihor Radchenko
Ihor Radchenko writes: >> I have tried many things, >> But I still get the error: Tab width in Org files must be 8, not >> 2... Please report this to Org mode mailing list" > > Thanks for reporting! > Something in your config is overriding Org's settings. > Since you are using Org 9.7.27, O

Re: On oc-csl adding

2025-06-08 Thread Ihor Radchenko
András Simonyi writes: >> The >> issue I have is with the function `org-cite-csl-render-bibliography': >> it should not output elements because when one exports an >> org-mode document > > Thanks for reporting! Unfortunately, I'm not well-versed enough in > HTML matters to assess how norm violat

Re: Question about contribution to improve svg handling in latex export

2025-06-08 Thread Ihor Radchenko
Emin Martinian writes: > Ihor Radchenko writes: > >> I think that rather than inventing something new, we can reuse >> the >> existing semantics of `org-latex-pdf-process' and >> `org-compile-file'. > > I redid the code (see attached patch) to you use =defcustom= to > define only a single var

Re: [FR] org-babel-n-tangle

2025-06-08 Thread Ihor Radchenko
Lei Zhe writes: > Yes, this definitely makes sense, but we need to get rid of the > `only-this-block` parameter here, since the result of > `org-babel-tangle-single-block` needs to be a nested list. This must > be a breaking change that we discussed before. I have ideas how to avoid that, but le

Re: Question about contribution to improve svg handling in latex export

2025-06-08 Thread Ihor Radchenko
Thomas Redelberger writes: > Regards "rsvg-convert": > I had installed rsvg-convert to resolve an issue using SVG with /pandoc/ to > generate DOCX. But that is unrelated to the built-in Org mode exporter. > See: > https://web222.webclient5.de/doc/swdev/emacs/orgmode/pandoc > > rsvg-convert gen

Re: [PATCH] org-link: Add async-shell link

2025-06-08 Thread Ihor Radchenko
pinmacs writes: >> I see no async-shell link and I propose the following one, see patch >> attached > ... > +*** =ol.el=: New =async-shell= link type > + > +You can now create links to execute programs asynchronously. This > +means Emacs will not freeze while waiting for the link to execute. Th

Re: Change in the way polyglossia is handled in the feature/all-tex-fonts

2025-06-08 Thread Pedro Andres Aranda Gutierrez
Hmmm... So, we could have something like #+LATEX_POLYGLOSSIA_LANGS: AUTO to import all the document languages and define the main? Will see how to integrate in the feature branch. Thx, /PA On Sun, 8 Jun 2025 at 13:01, Ihor Radchenko wrote: > Pedro Andres Aranda Gutierrez writes: > > > I ha

Re: Automated naming of tables

2025-06-08 Thread Ihor Radchenko
Roger Mason writes: > 5. Find the heading hierarchy up to the nearest level 1 heading in > which point lies. (How?). > 6. Concatenate the heading names into a string with a separator > (perhaps '_'). See org-get-heading > If anyone has already done something like this, please point me

Re: How have users managed email tasks with org?

2025-06-08 Thread Ihor Radchenko
Kristoffer Balintona writes: > My main problem with trying to use org-agenda for all tasks created from > emails is that the state and relevance of those emails may change > without the todos tied to them changing (unless I update it myself). In > other words, although capturing emails as todos (

Re: Change in the way polyglossia is handled in the feature/all-tex-fonts

2025-06-08 Thread Ihor Radchenko
Pedro Andres Aranda Gutierrez writes: > So, we could have something like > > #+LATEX_POLYGLOSSIA_LANGS: AUTO I rather thought that polyglossia can use #+LANGUAGE value directly and skip a new keyword altogether. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <

Re: First impression when exporting to iCal

2025-06-08 Thread Ihor Radchenko
jman writes: > The example orgmode snippet provided: > > --8<---cut here---start->8--- > * Meeting at location with multi-line address > <2024-01-08 Mon 14:20-15:00> > :PROPERTIES: > :LOCATION: Someplace > :LOCATION+: Some Street 5 > :LOCATION+: 12345 Small To

Re: [BUG?] ox-latex and *Warnings*

2025-06-08 Thread Ihor Radchenko
David Masterson writes: > The messages about what file is being worked on are sent to *Messages* in > the first line of org-latex-compile. The problem, I think, is in the > following piece of code in org-latex-compile--postprocess: > > (let ((warnings (org-latex--collect-warnings log-buf)))

Re: [PATCH] Use full timestamp in todo-list sorts

2025-06-08 Thread Ihor Radchenko
Charles T writes: > Yes; sorry for the lack of response, I did get started on this for a bit, > and will pick it back up. Thanks for the update! Feel free to ask questions if you encounter any difficulties. Best, Ihor

Re: [PATCH] org-link: Add async-shell link

2025-06-08 Thread Ihor Radchenko
pinmacs writes: >> > > Oh, that's true, works, thanks! > > And with that syntax I can place any space that I want, without using > the more typical link format [1] [[shell: inkscape &]] but inkscape &> Maybe we can update the manual hinting about this feature. -- Ihor Radchenko // yantar

Re: Fixing the Woof tracker?

2025-06-08 Thread Ihor Radchenko
Bastien Guerry writes: > When I do, I plan to rewrite Woof entirely: see > https://codeberg.org/bzg/woof#headline-1 It would be nice to refer to the new codeberg repository from github. Because github is where Org's woof! instance points to and sourcehut mirror has been removed.

Re: How to visually distinguish headlines using colors

2025-06-08 Thread Ihor Radchenko
mb...@mbork.pl writes: > I'd like to be able to set the background of a headline to various > colors depending on a tag or (maybe better) a property. For instance, > if the property :color: has value `red', I'd like the headline > (alternatively, the whole subtree) to have a reddish background, e

Re: "Subproduct" of the feature branch

2025-06-08 Thread Pedro Andres Aranda Gutierrez
I think, I will provide a patch for main when everything is ready. My feeling here is that we can use replace-regexp-in-string at some places, instead of all this string-match / replace-match and that would simplify the code. Best, /PA On Sun, 8 Jun 2025 at 12:47, Ihor Radchenko wrote: > Pedro

Re: [BUG] Numeric priorities only partially supported

2025-06-08 Thread Ihor Radchenko
Derek Chen-Becker writes: >> We must eventually support numeric properties, as documented in the manual. > > This is actually something I've wanted for a while and never got > around to looking at it. I'm happy to start digging into this if it's > still valid. Yes, this bug still needs to be fix

Re: Fixing the Woof tracker?

2025-06-08 Thread Bastien Guerry
Ihor Radchenko writes: > It would be nice to refer to the new codeberg repository from github. > Because github is where Org's woof! instance points to and sourcehut > mirror has been removed. Done, thanks. -- Bastien

Re: [PATCH] ox-overview.org: Add new section and make minor edits

2025-06-08 Thread Raoul Comninos
> Raoul, did you have a chance to look into my comments? I reviewed your feedback but haven't made any further revisions. -- Raoul Comninos

Re: Change in the way polyglossia is handled in the feature/all-tex-fonts

2025-06-08 Thread Pedro Andres Aranda Gutierrez
It would make then difficult to distinguish between people who want/need polyglossia and people who don't, wouldn't it. I'd rather not force anyone to load polyglossia if they don't want to use it. best, /PA On Sun, 8 Jun 2025 at 17:27, Ihor Radchenko wrote: > Pedro Andres Aranda Gutierrez wri