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 critbase
Sure. I'm able to reproduce this by running emacs -Q and evaluating the following: (setf org-agenda-files '("~/org")) (setf org-todo-keywords '((sequence "TODO(t!)" "NOW(n!)" "WAIT(w!)" "|" "DONE(d!)" "CANC(c!)"))) (setq org-blank-before-new-entry '((heading . nil)

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

2025-05-03 Thread Raoul Comninos
Hello, Please find attached a patch that adds a link to my 8-part video tutorial series on Org-mode fundamentals to the tutorials index page. Best regards, Raoul From c226a092917b4de35e6637f9d19daa6ce8008e37 Mon Sep 17 00:00:00 2001 From: Raoul Comninos Date: Sun, 4 May 2025 03:28:42 +0200 Subject

Re: ox-html anchor

2025-05-03 Thread Sébastien Gendre
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 ? signature.asc Description: PGP signature

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

2025-05-03 Thread David Masterson
Ihor Radchenko writes: > David Masterson writes: > >> I use "C-h i" a lot to find the associated function with a key. This >> doesn't work for me for dispatched functions. For instance, the >> keystrokes for 'org-texinfo-export-to-info' is 'C-c C-e i i', but 'C-h >> c' (or C-h k') tells me 'or

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 options already discusse

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 // yantar92, Org mod

Re: ox-html anchor

2025-05-03 Thread Sébastien Gendre
So, no modification of the option `:html-allow-name-attribute-in-anchors' ? Do you know other options I need to skip ? signature.asc Description: PGP signature

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

2025-05-03 Thread Ihor Radchenko
David Masterson writes: > I use "C-h i" a lot to find the associated function with a key. This > doesn't work for me for dispatched functions. For instance, the > keystrokes for 'org-texinfo-export-to-info' is 'C-c C-e i i', but 'C-h > c' (or C-h k') tells me 'org-export-dispatch' after I type

Re: ox-html anchor

2025-05-03 Thread Ihor Radchenko
Sébastien Gendre writes: > I am modifying the ox-html options to add KEYWORD/OPTION and while > modify `org-html-allow-name-attribute-in-anchors', I wanted to know more > about the anchors. > > In an Org-mode document exported to HTML, anchors are the link that > point to somewhere else in the HT

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

2025-05-03 Thread Gnarled Grip
Very interesting! I agree. This sounds more natural to me as an English speaker. On Sat, 03 May 2025, 16:35 Christian Moe, wrote: > Leo Butler writes: > > On Fri, May 02 2025, Ihor Radchenko wrote: > > > > Worg was started by [[http://bzg.fr][Bastien]] in the hope that > other > Org

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

2025-05-03 Thread Christian Moe
Leo Butler writes: > On Fri, May 02 2025, Ihor Radchenko wrote: > > Worg was started by [[http://bzg.fr][Bastien]] in the hope that other Org-ers around will > -bite into this and start sharing tutorials, example of codes, etc. > +participate and start sharing tutorials, exam

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

2025-05-03 Thread Ihor Radchenko
Kristoffer Balintona writes: > I've been using file+olp+datetree in my org-capture-templates and I > really appreciate the recent enhancements made to datetrees. > > However, in my personal usage of fole+olp+datetree, I actually found the > default possible target specifications lacking. As per t

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
Jordan Ellis Coppard writes: > ... that appears to be an issue with js-ts-mode's > optional dependence on the jsdoc tree-sitter grammar somehow borking > fontification when the jsdoc tree-sitter grammar isn't installed; so, > nothing to do with org-mode. Ok. Closing. Fixed. (as much as it can

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
"critbase" writes: > The (probably) most relevant parts of my configuration are as follows: > (setq org-blank-before-new-entry '((heading . nil) > (plain-list-item . nil))) > (setq org-capture-templates > '(("t" "todo" entry (file+olp+datetree "~/o

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

2025-05-03 Thread Ihor Radchenko
Thomas Ingram writes: >> What about the call to `org-publish-cache-get-file-property' in >> `org-publish-index-generate-theindex'? > > I was not familiar with the usage of theindex, but I confirmed the same > cache error can occur if called when `org-publish-transient-cache' is > nil. I've added

Re: [PATCH] BUGFIX for dpi calculation

2025-05-03 Thread Ihor Radchenko
William Brusa writes: > TL;DR: `org--get-display-dpi` calculated the dpi with data from different > monitors, i fixed it and now it returns the highest correct dpi. > ... it computed the dpi using `display-pixel-height` and > `display-mm-height`. > > The problem is that one returns the pixel-hei

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

2025-05-03 Thread Jordan Ellis Coppard
On 28/4/2025 12:59 am, Ihor Radchenko wrote: Basically, I added better handling of errors thrown by fontification process in src-block's major mode. Let me know if things get better on the latest main. You've already seen my replies regarding this in the #org-mode IRC but I figure I should ac

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

2025-05-03 Thread Subramanian S
Hello Ihor Radchenko, Thank you for the immediate response, this helps me. Really Appreciated , I will use it accordingly Regards S.Subramanian On Friday, 2 May 2025, Ihor Radchenko wrote: > Subramanian S writes: > > > Org mode version 9.6.15 (release_9.6.15 @ /usr/share/emacs/29.3/lisp/ > org

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

2025-05-03 Thread Ihor Radchenko
Pedro Andres Aranda Gutierrez writes: > Wasn’t there rsvg-convert as a CLI friendly alternative? AFAIU, Emin is suggesting that we allow custom converters. If we are in control how to convert svg to pdf, we can also choose which converter to use and allow users to customize it. In contrast, \u

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

2025-05-03 Thread Pedro Andres Aranda Gutierrez
Wasn’t there rsvg-convert as a CLI friendly alternative? /PA while shopping;-) Enviado desde mi iPhone > El 2 may 2025, a las 18:57, Ihor Radchenko escribió: > > Emin Martinian writes: > >> Briefly speaking, the current latex export of SVG files does not work out >> of the box and requires ad

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

2025-05-03 Thread Ihor Radchenko
Gnarled Grip writes: > Thank you for the detailed explanation. Understood. With small changes it > seems impractical to provide headings/sections in the changelog. Am I > correct? Yup. For very small, single-file changes, it may be sufficient to have only the first line in the commit message li

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

2025-05-03 Thread Pedro Andres Aranda Gutierrez
We could give it a try. Although I would have to do some archeology in my mails because this rings a bell about potential problems I dimly remember encountering when writing my PhD thesis. It may be the integration of Inkscape and the shell for some OSes outside Linux. Just my .2 cents PA Envia

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

2025-05-03 Thread Gnarled Grip
On Sat, May 3, 2025 at 9:01 AM Ihor Radchenko wrote: > Gnarled Grip writes: > > > Thank you Ihor. As I understand you, you are requesting the following > > approach: > > > > - That one not change existing STARTUP options in org files as a rule, > and > > discuss any first > > Yup. It should be s

Re: [PATCH] Grammar and style corrections for Worg

2025-05-03 Thread Raoul Comninos
On Sat, May 3, 2025 at 9:13 AM Ihor Radchenko wrote: > Raoul Comninos writes: > > > I have attached 4 patches with grammar and style corrections for > > worg-about.org > > Thanks! > Applied, onto master. > https://git.sr.ht/~bzg/worg/commit/aa126ae8 > https://git.sr.ht/~bzg/worg/commit/2df37cdf

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

2025-05-03 Thread Ihor Radchenko
Kyle Meyer writes: > - (org-replace-buffer-contents write-back-buf 0.1 nil) > - (goto-char (point-max > + (let ((expecting-bol (bolp))) > +(goto-char end) > +(org-replace-region-contents beg end write-back-buf 0.1 nil) > > ... as far as I can tell that int

Re: [PATCH] Grammar and style corrections for Worg

2025-05-03 Thread Ihor Radchenko
Raoul Comninos writes: > I have attached 4 patches with grammar and style corrections for > worg-about.org Thanks! Applied, onto master. https://git.sr.ht/~bzg/worg/commit/aa126ae8 https://git.sr.ht/~bzg/worg/commit/2df37cdf https://git.sr.ht/~bzg/worg/commit/c4af5028 https://git.sr.ht/~bzg/worg

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

2025-05-03 Thread Ihor Radchenko
Gnarled Grip writes: > Thank you Ihor. As I understand you, you are requesting the following > approach: > > - That one not change existing STARTUP options in org files as a rule, and > discuss any first Yup. It should be separate because it is very different from grammar fixes. And it should be