Re: State of the feature branch - An update

2025-05-25 Thread Ihor Radchenko
. The specific section of TEC's config I shared contains ideas how to implement multi-language pdflatex support. Just something to consider. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://li

Re: State of the feature branch - An update

2025-05-25 Thread Ihor Radchenko
> (i.e. fontspec and polyglossia) > 2.- The code specifically returns an empty string if (equal compiler > "pdflatex") No problem. I just pointed that there is preliminary work on pdflatex we can refer to. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>

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

2025-05-25 Thread Ihor Radchenko
gt; Hmm. Am I right in assuming LOG-BUF will be the *Messages* buffer? No, it is "*Org PDF LaTeX Output*". See `org-latex-compile'. > Also, will ERR-MSG be the *Warnings* buffer? ERR-MSG is just a string. It has nothing to do with buffer. See the docstring of `org-compile-file&#

Re: [ox-icalendar] End time added to appointments during export

2025-05-18 Thread Ihor Radchenko
ost probably :-) Jack, may you take a look? Maybe we should just document `org-agenda-default-appointment-duration' to the manual? -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.

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

2025-05-18 Thread Ihor Radchenko
x27;m not sure if outfile would be the filename. The starting place is `org-compile-file'. Its LOG-BUF argument defines where the compilation output is dumped. You can augment that output with some information about which file is being compiled and using which commands. -- Ihor Radchenko // y

Re: [BUG] Double slash in body text not captured in Org Protocol [9.7.30 (9.7.30-84f18c @ /Users/cchoi/.config/emacs/elpa/org-9.7.30/)]

2025-05-18 Thread Ihor Radchenko
onfirmed. This is because `server--process-filter-1' hard-codes passing the argument through `expand-file-name', which can cause havoc for especially unfortunate org-protocol strings. I am afraid that fixing this would require non-trivial Emacs upstream changes. -- Ihor Radchenko // yan

Re: [BUG] Latex Tikz graph previews are upside down

2025-05-18 Thread Ihor Radchenko
no issues. I do not think that it is a bug on Org side. Org correctly messages that there are problems when exporting to pdf. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>

Re: [BUG] gc-lock.eld [9.7.26 (9.7.26-07e380 @ /home/pradmin/.emacs.d/elpa/org-9.7.26/)]

2025-05-18 Thread Ihor Radchenko
Ihor Radchenko writes: > That sounds similar to https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75209 > I believe that this particular issues should be fixed on development (main) > branch. Could you test? According to off-list discussion, there are no issues on main. Canceled.

Re: [BUG] When call org-html-export-to-html from org-export-dispatch, ext-plist is empty with #+OPTIONS: set [9.7.11 (release_9.7.11 @ /usr/share/emacs/30.1/lisp/org/)]

2025-05-18 Thread Ihor Radchenko
rmed. But not easy to fix. This is similar case to https://list.orgmode.org/orgmode/87k05i25lq.fsf@localhost/ At the point when `org-html-export-to-html' is invoked, the buffer keywords are not yet parsed, and we cannot know the contents of the INFO plist. -- Ihor Radchenko // yantar92, Org mo

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

2025-05-18 Thread Ihor Radchenko
ew options override/augment the value. Instead of simply checking :html-divs value, the code will consult :html-divs + the new (overriding) options. Does it make sense? -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support

Re: [PATCH] Improved mode line clock truncation behavior

2025-05-18 Thread Ihor Radchenko
ess. A few remained. I cleaned them up. Applied, onto main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=7eafc194d Thanks! -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at &l

Re: [PATCH] Accept nil outline path for file+olp+datetree org-capture-templates target

2025-05-18 Thread Ihor Radchenko
;; is non-nil and the datetree should be created at > +;; the end of the file specified by expanded-file-path There is no guarantee that it will be created at the end. > + (pcase headline > + ((pred not) (goto-char (point-max))) Nitpick: `nu

Re: [PATCH] ob-sql: session + sql.el w/o prompt

2025-05-17 Thread Ihor Radchenko
(sleep-for 0.03)) > + ;; command finished, remove filter > + (set-process-filter (get-buffer-process sql--buffer) nil) This looks repetitive with the code in `org-sql-session-comint-output-filter'. Could it be possible to avoid code duplication? >

Re: State of the feature branch - An update

2025-05-17 Thread Ihor Radchenko
Ihor Radchenko writes: > ... > https://tecosaur.github.io/emacs-config/config.html#font-collections By the way, that page has a working setup for pdflatex + non-cyryllic scripts ;) -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/&

[RFC] Should we allow search options for all links types? (was: [PATCH] lisp/ox.el: Fix export of id links with search string)

2025-05-17 Thread Ihor Radchenko
se :path because it can break links that have :: as a part of actual path (say, http links). We should also leave :path in file links as historical case to avoid breakage. Maybe we can also take this opportunity to use # as an alternative to :: and naturally support https://example.com/#anch

Re: State of the feature branch - An update

2025-05-17 Thread Ihor Radchenko
rset as per 34.7 Character Sets section of Elisp manual) Maybe we can then use `char-charset' instead of directly querying `char-script-table'. > Again, please go through the examples I attached as a ZIP to my message in > the hope that they would show what I want to achieve from the

Re: Request to maintain the ob-emacs-lisp module of org-mode

2025-05-17 Thread Ihor Radchenko
Yue Yi writes: > ... I will try to submit some related patches or bug reports in the > future. If you encounter any difficulties or have questions, do not hesitate to ask me. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>.

Re: Request to maintain the ob-emacs-lisp module of org-mode

2025-05-17 Thread Ihor Radchenko
https://orgmode.org/worg/org-contrib/babel/languages/ob-doc-elisp.html -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>

Re: State of the feature branch - An update

2025-05-17 Thread Ihor Radchenko
g-latex-fontspec-config . > +(("main" :font "Noto Serif") > + ("sans" :font "Noto Sans") > + ("mono" :font "Noto Sans Mono") > + ("CJKmain" :font "Noto Serif CJK SC") > + ("CJKsans&quo

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

2025-05-13 Thread Ihor Radchenko
ink that it is necessary, you should better just use the idea with three separate keywords. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>

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

2025-05-13 Thread Ihor Radchenko
e, may as well use rx for better >> readability. > > Ah, this looks like a much better alternative. However, I'm not super > familiar with rx, and would like to keep this refactoraization patch > semantically equivalent to the old code. Do you mind if I do the rx > change i

Re: [PATCH] Improved mode line clock truncation behavior

2025-05-13 Thread Ihor Radchenko
k-out) + + ;; Check the limit case where the headline can't be displayed at all + (should + (equal +" [0:00] " +(org-test-with-temp-text +"* This is a long headline blah blah blah" + (org-clock-in) + (prog1 (concat " " + (

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 <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https:

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 >

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 furth

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

2025-05-13 Thread Ihor Radchenko
der if a modification of how keyword are parsed is necessary. Yup. There is no such merge mechanism in ox.el machinery. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode&

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

2025-05-12 Thread Ihor Radchenko
ough, only when all three divs need to be set) So, #+HTML_DIV_CONTENT/PREMABLE/POSTAMBLE: should also work. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>

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

2025-05-12 Thread Ihor Radchenko
rg-latex-pdf-process' and `org-compile-file'. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>

Re: [BUG] gc-lock.eld [9.7.26 (9.7.26-07e380 @ /home/pradmin/.emacs.d/elpa/org-9.7.26/)]

2025-05-11 Thread Ihor Radchenko
n when tab doesn't. This might be related to the same issue you have with gc-lock.eld (race condition between multiple Emacs instances). To confirm (and maybe solve it for yourself), you can (1) add (setq org-element-cache-persistent nil) to your config; (2) close emacs; (3) clean your org-

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

2025-05-11 Thread Ihor Radchenko
g in addition to alist. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>

Re: org-html-export-to-html and export options alist

2025-05-11 Thread Ihor Radchenko
Sébastien Gendre writes: > If I debug the function `org-html-export-to-html', `ext-plist' is empty > and so the function don't use the value of option `:html-extension' but > of variable `org-html-extension' instead. > > Is it a bug, or is it planned ? B

Re: [FR] Accept nil outline path for file+olp+datetree org-capture-templates target

2025-05-11 Thread Ihor Radchenko
do not see any significant gain from consolidating file+olp and file targets. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>

Re: [BUG] gc-lock.eld [9.7.26 (9.7.26-07e380 @ /home/pradmin/.emacs.d/elpa/org-9.7.26/)]

2025-05-11 Thread Ihor Radchenko
l])\n\"\n Please report this to Org mode mailing list (M-x > org-submit-bug-report).") Thanks for reporting, but I am a bit confused. In the subject line you say "gc-lock.eld", but judging from warnings, you had some issue with parser. Could you explain a bit what exactly hap

Re: Subject: [BUG] Org request me to submit bug report; The error was: (error "Invalid search bound (wrong side of point)") [9.7.29 (9.7.29-79781b @ /home/mfl/.emacs.d/elpa/org-9.7.29/)]

2025-05-11 Thread Ihor Radchenko
Version > 3.24.49, cairo version 1.18.4) > of 2025-03-30, modified by Debian > Package: Org mode version 9.7.29 (9.7.29-79781b @ > /home/mba/.emacs.d/elpa/org-9.7.29/) Thanks for reporting! Do you see this warning frequently? -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more a

Re: [BUG] org-element--cache [9.6.7 (9.6.7-??-ca873f7fe @ ~/.config/emacs/.local/straight/build-30.1/org/)]

2025-05-11 Thread Ihor Radchenko
first time sending a bug-report, so please pardon me if I > make a stupid mistake or report something which was very obvious/ easy > to solve. Thankyou so much for maintaining such a great package. No mistakes. Do no worry. (And mistakes are allowed; this mailing list is a kind of forum) --

Re: [BUG] Warning I don't understand [9.7.11 (release_9.7.11 @ /usr/share/emacs/30.1/lisp/org/)]

2025-05-11 Thread Ihor Radchenko
message as suggested in the warning. Hope this helps. > ... > Package: Org mode version 9.7.11 (release_9.7.11 @ > /usr/share/emacs/30.1/lisp/org/) Thanks for reporting! Could you upgrade to the latest Org mode version (9.7.29) and let me know if you keep seeing the warning? --

Re: Seeking guidance for starting timezone patch

2025-05-11 Thread Ihor Radchenko
arser' you modify) 3. make sure that Org tests (make test) are not broken by your changes 4. Find the existing Org functions that should understand timezones, share them here. We will then discuss how they should be modified. -- Ihor Radchenko // yantar92, Org mode maintainer, Lear

Re: Language support for C# in org-babel

2025-05-11 Thread Ihor Radchenko
(skip-when ...) will work inside `ert-deftest' 13. In `test-ob-csharp/additional-project-flags-are-respected' I feel that you overdid lambdas. A simple `dolist' loop would do. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>

Re: [FR] Accept nil outline path for file+olp+datetree org-capture-templates target

2025-05-11 Thread Ihor Radchenko
r do something like removing the file specification and > having file+olp cover its case. We used to have file+datetree target, and a number of others. They have been consolidated into a single file+olp+datetree in Org 9.1, 8 years ago. See https://list.orgmode.org/orgmode/CADn3Z2+AanLPvUO9E

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

2025-05-11 Thread Ihor Radchenko
the value of :html-divs to be a string (in addition to alist, as now). Like ":preamble div preamble :content div content :postamble div postamble" This will require changing all the code that handles :html-divs values. You will likely need to write a helper function transform strin

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

2025-05-11 Thread Ihor Radchenko
valid-char-set) Note that tag regexp is used manually in a number of places in Org codebase. Search for "_@#%:" across Org codebase and see. All these instances should be changed and ideally use the regexp constants instead of hard-coded constants. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>

Re: [PATCH] ox-md.el: Respect `:html-prefer-user-labels' for target type

2025-05-11 Thread Ihor Radchenko
ink that it will be more appropriate to call `org-html--reference' directly rather than trying to repeat its logic. Same for headings. Also, this is a breaking change, so please add a notice to etc/ORG-NEWS file. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode a

Re: [BUG] Unintuitive indentation behavior when editing org-src blocks

2025-05-11 Thread Ihor Radchenko
Ihor Radchenko writes: >>> May you elaborate on the edge cases you encountered? >>> It may be a good idea to add such cases to the tests as well. >> >> I think they all reduced to the case where adding the spaces increased >> the minimum indent of the block, i

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

2025-05-11 Thread Ihor Radchenko
one comment - rather than creating a .pdf file in the same folder with original .svg (which may or may not be writable), please use org-persist cache. See https://code.tecosaur.net/tec/org-mode/src/branch/dev/lisp/org-latex-preview.el#L2973 for an example how to do it. -- Ihor Radchenko // yantar92

Re: Org comment dwim -- keep selection

2025-05-09 Thread Ihor Radchenko
e, which > could be better implemented I am sure: > ... Maybe. Or not. Depends on preferences. Some users do not like keeping selection. If you want this feature, you can add support of `org-edit-keep-region' to `org-comment-dwim'. -- Ihor Radchenko // yantar92, Org mode maintainer,

Re: [PATCH] org-tutorials: Add Org Agenda video tutorials by Raoul Comninos

2025-05-08 Thread Ihor Radchenko
Raoul Comninos writes: > My sincerest apologies. I will be more mindful about this in future. It's a > combination of habit and Gmail defaults. I will consider switching to an > email program that makes bottom-posting easier. See https://useplaintext.email/#gmail-web --

Re: (require 'org) question

2025-05-08 Thread Ihor Radchenko
as well be written via (eval-after-load 'org (progn )) -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>

Re: Cycle values of a cell from a sequence

2025-05-08 Thread Ihor Radchenko
ou can always bind it to a free binding. For example, C-c bindings are all free. They are reserved for users and should not be used by major modes. Alternatively, you can enable/disable your hook depending on current-prefix-arg value. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn m

Re: [PATCH] org-tutorials: Add Org Agenda video tutorials by Raoul Comninos

2025-05-08 Thread Ihor Radchenko
de.org/e1uckb1-00062j...@lists.gnu.org/ -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>

Re: [FR] Accept nil outline path for file+olp+datetree org-capture-templates target

2025-05-08 Thread Ihor Radchenko
adline': > should we change that function to handle the case of its argument being > a function that returns nil or have that handling in > `org-capture-set-target-location'? `org-capture-expand-headline' serves the same purpose as `org-capture-expand-olp' - helper functi

Re: [PATCH] org-tutorials: Add Org Agenda video tutorials by Raoul Comninos

2025-05-07 Thread Ihor Radchenko
t is that this video and the video from previous patch may be merged into one item in the WORG page. "Org-mode video tutorials by Raoul Comninos" will become "Org-mode video tutorials by Raoul Comninos. part1, part2" or something along those lines. -- Ihor Radchenko // yantar92, Or

Re: [PATCH] org-tutorials: Add Org Agenda video tutorials by Raoul Comninos

2025-05-07 Thread Ihor Radchenko
agenda-related videos. (refiling is possible from agenda, but you do not seem to cover this). -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>

Re: Org links as plain text in the buffer

2025-05-07 Thread Ihor Radchenko
www.example.com > ftp://ftp.example.com > mailto:u...@rashi.com > file:///C:/Users/Name/Documents/file.txt > tel:+1234567890 > #+end_example You can, if you manually remove the fontification by hooking into font-lock settings. But plain links being highlighted in verbatim text is a *feature*.

Re: Commas in org source blocks

2025-05-07 Thread Ihor Radchenko
> > :PROPERTIES: > ... > What's the reason for showing the commas? I see no reason. If you look into git history of that file, you will see that this file had more problems like what you noticed. This particular code block was missed during the cleanup in https://git.sr.ht/~bzg/w

[FR] Adding custom indices for Texinfo export (and maybe unaffiliated dual-value keywords?)

2025-05-07 Thread Ihor Radchenko
Rudolf Adamkovič writes: > Ihor Radchenko writes: > >> Rudolf, did you have a chance to look into this request? > > Sorry, I did not reply because I had nothing to add. The feature would > be useful, and it all comes down to /not/ adding yet another snowflake > to the

Re: [BUG] rx range error when editing Python buffer [9.7.29 (9.7.29-79781b @ /home/dan/.emacs.d/elpa/org-9.7.29/)]

2025-05-07 Thread Ihor Radchenko
cular keybinding I must have fat-fingered to trigger the error. Thanks for reporting! You seemingly called an Org function that expected an Org mode buffer inside Python buffer somehow. Or maybe one of your packages did. Or (unlikely), Org did. If this keeps appearing regularly, we can investi

Re: [PATCH] org-tutorials: Add Org Agenda video tutorials by Raoul Comninos

2025-05-07 Thread Ihor Radchenko
Hi, What is this patch about? Is it a continuation of https://list.orgmode.org/102561680.13634571.1746363977973.javamail.zim...@mweb.co.za/T/#t thread? Note that I have already applied the patch there in commit bbea0983. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org

Re: Language support for C# in org-babel

2025-05-06 Thread Ihor Radchenko
undecided here tbh. I will however > adapt the code accordingly and add an appropriate test. Most babel packages are rather lax on yes/no. Often, something like :header-arg (lisp-expr ...), when evaluates to non-nil and not "no", is treated as "yes". So, what you do is fine

Re: Cycle values of a cell from a sequence

2025-05-05 Thread Ihor Radchenko
command and maybe hook it to org-shiftright-hook / org-shiftleft-hook. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>

Re: [PATCH] BUGFIX for dpi calculation

2025-05-05 Thread Ihor Radchenko
Your version suffers from the same problem solved in this patch. I expect that you will merge the patch as needed when syncing the branch with upstream. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https

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

2025-05-05 Thread Ihor Radchenko
is listing packages that are not available in repositories. Also, ox-reveal (last updated 3 years ago) is probably superseded by https://gitlab.com/oer/org-re-reveal Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>

Re: [FR] Accept nil outline path for file+olp+datetree org-capture-templates target

2025-05-05 Thread Ihor Radchenko
tline-path)) We should keep outline path processing inside `org-capture-expand-olp'. Duplicating logic is a bad idea. Otherwise, something along those lines, yes. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>

Re: [PATCH] todo.org: Archive completed bug task

2025-05-04 Thread Ihor Radchenko
Ihor Radchenko writes: >> -** >> +** > > This is a stray change that affects markup. Space after stars > matters. Without space, it won't be a heading. Applied, after getting rid of that change. https://git.sr.ht/~bzg/worg/commit/0c8fc861 -- Ihor Radchenko // yan

Re: [PATCH] todo.org: Archive completed bug task

2025-05-04 Thread Ihor Radchenko
Raoul Comninos writes: > This patch archives a completed bug task that seems fixed. > -** > +** This is a stray change that affects markup. Space after stars matters. Without space, it won't be a heading. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more abo

Re: quarto-like "code annotation"

2025-05-04 Thread Ihor Radchenko
L, hovering the mouse over such a link remote-highlights the corresponding code line(4), which is kind of cool. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, o

Re: Emacs new literate configuration approach

2025-05-04 Thread Ihor Radchenko
macs-devel/897ed591-43bc-4029-912a-917e5e9f6...@gmail.com/ That's not quite literate config, but the UI can be done via Org mode as well. > By the way, do you use org to configure Emacs ? I configure everything https://github.com/yantar92/emacs-config/ -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>

Re: [BUG] org-capture-templates datetree does not respect org-blank-before-new-entry [9.8-pre (release_9.7.29-321-g277344 @ /Users/izanami/.config/emacs/straight/build/org/)]

2025-05-04 Thread Ihor Radchenko
quot; :time-prompt t))) 2. cd /path/to/org/git/repo 3. make repro REPRO_ARGS="-l /tmp/bug.el" 4. M-x org-capture RET t +1 RET test C-c C-c 5. C-x C-f /tmp/bug.org 6. Observe * 2025 ** 2025-05 May *** 2025-05-04 Sunday TODO test [2025-05-04 Sun 13:51] No issues on my side using the latest main branch (Org 9.8-pre) -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>

Re: Calling org-agenda Export asynchrously

2025-05-04 Thread Ihor Radchenko
up my running emacs until the process has completed (which apears > odd to me so I'm probably missing something). That section does not suggest emacsclient. I uses emacs -batch. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>

Re: Semantic Linking saves tedious work

2025-05-04 Thread Ihor Radchenko
necessary). Using meaningful chunking tends to improve vector search and LLM performance _a lot_. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>

Re: [PATCH] org-tutorials: Add Org-mode video tutorials by Raoul Comninos

2025-05-04 Thread Ihor Radchenko
WORG. At least, it may be worth it to add this comment to the todo file. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>

Re: ox-html anchor

2025-05-04 Thread Ihor Radchenko
Sébastien Gendre writes: > Ihor Radchenko writes: > >> But only update the manual for options already discussed there. > > By "there", you mean in the manual or in the mailing list ? Sorry for the confusion. What I mean is simple: 1. You go through all the expo

Re: [PATCH] Add code element inside src-block in ox-html

2025-05-04 Thread Ihor Radchenko
in, after adding news entry and updating the commit message. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=f2ec3c2eb5 -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.

Re: [FR] file+olp+datetree accepting function to select target file

2025-05-04 Thread Ihor Radchenko
Ihor Radchenko writes: >> (file+olp+datetree >> function-returning-file-path function-returning-list-of-strings) > > This form is actually supported. Just not documented. You can already > put a function there. I now clarified this (on main) in the docstr

Re: ox-html anchor

2025-05-03 Thread Ihor Radchenko
Ihor Radchenko writes: >> Do you know other options I need to skip ? > > No idea :) I had to dig the list archives for this one. > It is case-by-case consideration. Practically speaking, you can just change all the options, as we discussed. But only update the manual for

Re: ox-html anchor

2025-05-03 Thread Ihor Radchenko
Sébastien Gendre writes: > So, no modification of the option > `:html-allow-name-attribute-in-anchors' ? Yes, I think. > Do you know other options I need to skip ? No idea :) I had to dig the list archives for this one. It is case-by-case consideration. -- Ihor Radchenko //

Re: How to find the function of a dispatched command ?

2025-05-03 Thread Ihor Radchenko
sed on keymaps and does not support the usual -k functionality. The best you can do is (mapcar #'org-export-backend-menu org-export-registered-backends) or examine the source code of individual backends. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <http

Re: ox-html anchor

2025-05-03 Thread Ihor Radchenko
/ because non-nil value of `org-html-allow-name-attribute-in-anchors' is basically introducing an obsolete (in HTML5) tag parameter. That was 11 years ago... -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org develo

Re: [FR] file+olp+datetree accepting function to select target file

2025-05-03 Thread Ihor Radchenko
strings) This form is actually supported. Just not documented. You can already put a function there. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>

Re: [BUG] Org fontification error [9.7.11 (release_9.7.11 @ /Applications/MacPorts/Emacs.app/Contents/Resources/lisp/org/)]

2025-05-03 Thread Ihor Radchenko
Fixed. (as much as it can be fixed on Org side) -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>

Re: [BUG] org-capture-templates datetree does not respect org-blank-before-new-entry [9.8-pre (release_9.7.29-321-g277344 @ /Users/izanami/.config/emacs/straight/build/org/)]

2025-05-03 Thread Ihor Radchenko
t; [2025-05-01 Thu 00:00] > [[file:~/org/superbug.org::*redacted][redacted]] I am unable to reproduce. Could you try to provide steps to replicate your problem starting from emacs -Q? See https://orgmode.org/manual/Feedback.html#Feedback -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>

Re: [PATCH] Fix for cache error when using org-publish-find-(title|date)

2025-05-03 Thread Ihor Radchenko
lso added you to the contributor list. https://git.sr.ht/~bzg/worg/commit/c94831b0 -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>

Re: [PATCH] BUGFIX for dpi calculation

2025-05-03 Thread Ihor Radchenko
car prop) > 'geometry)) list-of-attr)) And you can use `alist-get' rather than directly scanning an alist. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>

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

2025-05-03 Thread Ihor Radchenko
ast, \usepackage{svg} requires inkscape and cannot use anything else (AFAIK). -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>

Re: [PATCH] worg-about.org: Fixed several grammatical errors

2025-05-03 Thread Ihor Radchenko
ht/~bzg/worg/commit/f8cd77344d1e15229dd71f9048f1c867039466fa Note how I just put changelog headers, but only describe what is done on the first line of the commit message. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at &

Re: commit d2e1c6789 incompatible with non-dev Emacs versions?

2025-05-03 Thread Ihor Radchenko
will record two points in undo history vs. a single point in Emacs 31+ (because of `goto-char'). This is a subtle difference that matters for us. Conclusion: let's not touch the working code just for the sake of refactoring. It is way too brittle. -- Ihor Radchenko // yantar92, Org mod

Re: [PATCH] Grammar and style corrections for Worg

2025-05-03 Thread Ihor Radchenko
makes these pages easier to read. I would personally just not spend too much time on this when there is a choice between proofreading the texts and adding/fixing the actual content. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/

Re: [PATCH] worg-about.org: Fixed several grammatical errors

2025-05-03 Thread Ihor Radchenko
ometimes. P.S. Please avoid top-posting. See https://orgmode.org/worg/org-mailing-list.html#org4778c4c -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>

Re: Calling org-agenda Export asynchrously

2025-05-02 Thread Ihor Radchenko
ried, but is there a way to call > org-batch-store-agenda-views from the command line that allows me to run it > the background in a cron tab? See 11.7 Exporting Agenda Views section of the manual. It has an example how to do what you want. -- Ihor Radchenko // yantar92, Org mode maintainer

Re: Differences in GNU ELPA Org-mode version

2025-05-02 Thread Ihor Radchenko
If you want development version while using ELPA, try ELPA-devel. See https://protesilaos.com/codelog/2022-05-13-emacs-elpa-devel/ -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mod

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

2025-05-02 Thread Ihor Radchenko
nd \usepackage{svg} and instead convert svg->pdf ourselves, without forcing users to provide --shell-escape? Even in LuaLaTeX, where --shell-escape is not neccesary, svg may not render correctly without inkscape. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org m

Re: [PATCH] worg-about.org: Fixed several grammatical errors

2025-05-02 Thread Ihor Radchenko
eems you would prefer more > precise comments where every change is documented according to its category? Yes. Although, in this particular case, it could suffice if you said "Fix several grammatical and stylistic errors". Stylistic change is not far from grammatical fixes. (But, since

Re: Emacs-Org Mode | Cycling of states TODO - DONE

2025-05-02 Thread Ihor Radchenko
ight behaves just as its docstring describes: ... - on an item, switch entire list to the next bullet type -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mo

Re: [PATCH] Re: Q: org-export-headline-levels doc problem?

2025-05-02 Thread Ihor Radchenko
headline level" Thanks! Applied, onto main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=75f3cad71e -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/or

Re: [PATCH] lisp/org-capture.el: cancel new clock when capture is killed

2025-05-02 Thread Ihor Radchenko
he commit message. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=75adbec2bf I also added you to the contributor list. https://git.sr.ht/~bzg/worg/commit/63ef81fe -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org develop

Re: [PATCH] worg-about.org: Fixed several grammatical errors

2025-05-02 Thread Ihor Radchenko
ly is the grammatical error you are trying to fix here? Or do you mean that the style is not good? -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>

Re: commit d2e1c6789 incompatible with non-dev Emacs versions?

2025-05-02 Thread Ihor Radchenko
tra safe) >> 6. Re-apply a different version of 452584d9db53 >>obsoleting org-replace-buffer-contents by org-replace-region-contents >>*only on main* > > Looks reasonable to me. Thank you. I have executed steps 1-4. May you help with backporting Stefan's commi

Re: commit d2e1c6789 incompatible with non-dev Emacs versions?

2025-05-02 Thread Ihor Radchenko
nly on main* >From 3b0f08f8424b3fa2acc53a424e9ba2a97997fa1c Mon Sep 17 00:00:00 2001 Message-ID: <3b0f08f8424b3fa2acc53a424e9ba2a97997fa1c.1746169430.git.yanta...@posteo.net> From: Ihor Radchenko Date: Fri, 2 May 2025 09:01:56 +0200 Subject: [PATCH] org-replace-buffer-contents: Do not use obsolete `replace

Re: [PATCH] Added Emacs Elements Org Series

2025-05-01 Thread Ihor Radchenko
ing the second commit but not the initial. Could you probably squash the commits ahead of origin/main (the upstream) and create a unified patch that I can apply? -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at

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

2025-04-29 Thread Ihor Radchenko
Ihor Radchenko writes: > That looks like a good optional addition. > >> If you're open to a patch, how do you like my implementation in the linked >> package? I'm happy to take a different approach if you prefer something else. >> ... >> [2] https://githu

Re: [Feature Request] Adding custom indices for Texinfo export (and maybe unaffiliated dual-value keywords?)

2025-04-29 Thread Ihor Radchenko
Ihor Radchenko writes: >> Texinfo allows one to create new named indices using `@defindex NAME`, >> which can then be used via `@NAMEindex`. I have been experimenting with >> different ways of supporting this. > > Looks like a reasonable addition. > CCing the ne

  1   2   3   4   5   6   7   8   9   10   >