Re: [FR] org-read-date-style

2025-05-13 Thread Zoey Hewll
I'm still interested. For the time being, I am just waiting to hear back from my employer. Thanks for following up. On 4/30/25 1:22 AM, Ihor Radchenko wrote: Ihor Radchenko writes: It would support at least =american= (M/D and M/D/Y) and =european= (D/M and D/M/Y) options. I do not mind su

Re: Code Review Request: Step 1 for [FR] Allow emojis in tags (was: emojis in tags?)

2025-05-13 Thread Ihor Radchenko
>> I am not sure if we need to be so granular in constants. Maybe we can > instead just have `org-tag-re' and derive other regexps from it? > > I'm following the existing pattern for one const per use case. This > trades code readability for less duplication. But I think maybe it > makes sense to

Re: [PATCH] lisp/ox-html.el: Add file level option to manage headlines self link

2025-05-13 Thread Sébastien Gendre
If I modify how values of option alist keyword are parsed, and if they are merged with a default value, do you think if it's better to make it on another patch ? signature.asc Description: PGP signature

Re: 53bd93f5c21 org-maintenance.org: added myself under #current-maintainers and #web-presense-maintainers

2025-05-13 Thread Ihor Radchenko
I guess you should also update https://orgmode.org/worg/worg-about.html#org00bd5c8 -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at . Support Org development at , or support my work at

Re: [PATCH] Improved mode line clock truncation behavior

2025-05-13 Thread Ihor Radchenko
"Rohit Patnaik" writes: >> Rather than hard-coding number 5, I'd rather >> 1. Let-bind "%s (%s) " value >> 2. Compute spaces-and-parenth-length by formatting that value with %s >>placeholders being empty. > > This is the approach I took. I let-bound the format strings into variables and > for

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

2025-05-13 Thread Ihor Radchenko
Ihor Radchenko writes: > The easiest solution is thus getting rid of the > `org-babel-tangle-use-relative-file-links' branch in > `org-babel-tangle--unbracketed-link'. > ... It has been a while since the last message in this thread. Lei Zhe, do you need any further help with the patch? -- Ihor

Re: [BUG] Org Warning said send this report caused by org-clock-out [9.7.11 (release_9.7.11 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]

2025-05-13 Thread Ihor Radchenko
Ihor Radchenko writes: > Mark Barton writes: > >>> May I know if you see this frequently? >> >> This is the first time I saw it, but I just compiled Emacs from master last >> night. I usually compile a few times a week, so I will report again if it >> comes up frequently. > > Thanks in advance

Re: [PATCH] lisp/ox-html.el: Add file level option to manage headlines self link

2025-05-13 Thread Ihor Radchenko
Sébastien Gendre writes: > If I modify how values of option alist keyword are parsed, and if they > are merged with a default value, do you think if it's better to make it > on another patch ? That would be a major breaking change that should be justified. Unless you really think that it is nece

Re: [PATCH] lisp/ox-html.el: Add file level option to manage headlines self link

2025-05-13 Thread Ihor Radchenko
Sébastien Gendre writes: > ... if not all divs > are set with this Keyword, I can still merge with the default value. > > Example: If only postamble is set with #+HTML_DIV, the values of the > preamble and content divs are taken from the org-html-div variable. > > But I wonder if a modification o

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

2025-05-13 Thread Pedro Andres Aranda Gutierrez
HI, I find the topic really interesting. Let's see what reactions we have the call tomorrow re. the fontspec integration and then we can progress on the image-inlining and integrating this feature. I have resorted to using the converter provided by the rsvg package externally and including the PD

[BUG?] ox-latex and *Warnings*

2025-05-13 Thread David Masterson
My issue: org-publish publishes a lot of files for me via multiple backends. The problem is that, in ox-latex's post scan of Latex output for warnings to add to the *Warnings* buffer, it doesn't print out the filename associated with the warning which makes it difficult to backtrack. My wish: I

[PATCH] lisp/ox.el: Fix export of id links with search string

2025-05-13 Thread Bibek Panthi
In ox.el (org-export-resolve-id-link) we need to remove search string from path when checking for id. ID links can have search string. For example:   id:4E8212FF-55F3-4E23-A63C-DB0EA8003FBA::*Heading This patch does the following: When searching for matching id, remove the part beginning at :