Re: ox-coma-letter and org-export-dispatch

2023-06-21 Thread Sébastien Gendre
It work. Thank you. :) Nick Dokos writes: > Sébastien Gendre writes: > > >> Recently I tested the export functions of ox-coma-letter. It work very >> well. >> >> But I cannot found the entries in org-export-dispatch. >> > > You probably need to load (or require) the feature. Add this to your

Re: [BUG] `org-delete-char` and `org-delete-backward-char` don't respect `delete-active-region`

2023-06-21 Thread Okamsn
On 2023-06-21 10:14 UTC, Ihor Radchenko wrote: > Okamsn writes: > >> `org-delete-char` and `org-delete-backward-char` don't respect >> `delete-active-region` > > Clarification first. > `org-delete-char' and `org-delete-backward-char' are not supposed to > respect `delete-active-region'. They

Re: Inline comments

2023-06-21 Thread Max Nikulin
On 22/06/2023 07:04, ypuntot wrote: Could it be possible to make inline comments (# something like this) ? I found this, but it doesn't seem to world, or I misused it. https://gist.github.com/andersjohansson/6baa1e42ad4d7353e125 Unfortunately the only native comments that Org has are ones

org-fold style text-properties slowdown

2023-06-21 Thread Sebastian Wålinder
Hello! I write regularly in a massive org file ~160 000 lines, and experience progressive slowdowns as the buffer remains open when I have the setting `(setq org-fold-core-style 'text-properties)`. When the file is first opened, all operations are very fast. But as I keep using, it keeps

Inline comments

2023-06-21 Thread ypuntot
Hi Could it be possible to make inline comments (# something like this) ? I found this, but it doesn't seem to world, or I misused it. https://gist.github.com/andersjohansson/6baa1e42ad4d7353e125 Best regards

Re: ox-coma-letter and org-export-dispatch

2023-06-21 Thread Nick Dokos
Sébastien Gendre writes: > Recently I tested the export functions of ox-coma-letter. It work very > well. > > But I cannot found the entries in org-export-dispatch. > You probably need to load (or require) the feature. Add this to your init file: --8<---cut

ox-coma-letter and org-export-dispatch

2023-06-21 Thread Sébastien Gendre
Hello, Recently I tested the export functions of ox-coma-letter. It work very well. But I cannot found the entries in org-export-dispatch. Did I miss something ? Best regards --- Gendre Sébastien

[BUG] org-babel-tangle: Header arg `:comments org' produces no comment in the output [9.7-pre (release_9.6.6-418-g294a4d @ /home/nick/src/emacs/org/org-mode/lisp/)]

2023-06-21 Thread Nick Dokos
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: How to tell `org-html-link' to create a link with some HTML class?

2023-06-21 Thread Marcin Borkowski
On 2023-06-20, at 18:30, Max Nikulin wrote: > On 20/06/2023 11:42, Marcin Borkowski wrote: >> as I mentioned some time ago, I'm writing a custom exporter >> (actually, >> a very thin wrapper around the HTML exporter). I'd like `org-html-link' >> to add some class to the links it generates.

Re: [PATCH] org-capture.el: Allow `(here)' as a template target

2023-06-21 Thread Tim Visher
On Wed, Jun 21, 2023 at 11:54 AM Ihor Radchenko wrote: > Tim Visher writes: > > >> Also, may you update the docstring of `org-capture-templates' > > > > > > Good catch! This has been done in patch 0004 now. Look good? > > Yup. >  >> "10.1.3.1 Template elements" section of Org manual? > > > >

Re: [PATCH] ox-html.el: add option to embed SVG for CSS support in SVG

2023-06-21 Thread Ihor Radchenko
Max Nikulin writes: > Besides the HTML related question how to mate all SVG options with all > Org features (figures, etc.) there is a purely Org design choice: > whether there should be multiple Org boolean variables and attributes > describing strategy for particular image or it is single

Re: [PATCH] ox-html.el: add option to embed SVG for CSS support in SVG

2023-06-21 Thread Max Nikulin
On 21/06/2023 23:02, Ihor Radchenko wrote: Max Nikulin writes: I think you missed `org-html-inline-image-rules' where users can include/exclude svg images from inlining. Ihor, I am not sure that I get your point. If I understand it correctly, `org-html-inline-image-rules' specifies whether

Re: [PATCH] ox-html.el: add option to embed SVG for CSS support in SVG

2023-06-21 Thread Ihor Radchenko
Max Nikulin writes: >> I think you missed `org-html-inline-image-rules' where users can >> include/exclude svg images from inlining. > > Ihor, I am not sure that I get your point. If I understand it correctly, > `org-html-inline-image-rules' specifies whether links to svg files > should be

Re: [PATCH] org-capture.el: Allow `(here)' as a template target

2023-06-21 Thread Ihor Radchenko
Tim Visher writes: >> Also, may you update the docstring of `org-capture-templates' > > > Good catch! This has been done in patch 0004 now. Look good? Yup. >> "10.1.3.1 Template elements" section of Org manual? > > I'm confused about what you're referring to here. Isn't that what 0002 does?

Re: [PATCH] ox-html.el: add option to embed SVG for CSS support in SVG

2023-06-21 Thread Max Nikulin
On 16/06/2023 03:51, Ihor Radchenko wrote: gerard.vermeu...@posteo.net writes: ;; 1. It checks `svg-as-object' and "image in-lining" whether to ;;embed the SVG image in an tag. ... I think you missed `org-html-inline-image-rules' where users can include/exclude svg images from inlining.

Re: [PATCH] org-capture.el: Allow `(here)' as a template target

2023-06-21 Thread Tim Visher
On Wed, Jun 21, 2023 at 6:29 AM Ihor Radchenko wrote: > Tim Visher writes: > > > I've now created patches for updating the manual and NEWS file. Let me > know > > how they look! > > Thanks! The patches look good, and the commit messages look excellent. > ٩( ᐛ )و > You could, however, squash

Re: [PATCH] Re: Offline documentation (Org Manual info file) of org hooks is misleading

2023-06-21 Thread libreville
Great! Thanks for the help and nice working with you. :) On 2023-06-21 11:58, Ihor Radchenko wrote: > libreville writes: > >> Thanks a lot for the pointers. >> Is this better? > > Yup. Thanks! > > Applied, onto main, with amendment. > > I have removed > >> Date: Wed Jun 21 13:04:19

Re: [PATCH] Re: Offline documentation (Org Manual info file) of org hooks is misleading

2023-06-21 Thread Ihor Radchenko
libreville writes: > Thanks a lot for the pointers. > Is this better? Yup. Thanks! Applied, onto main, with amendment. I have removed > Date: Wed Jun 21 13:04:19 2023 +0200 > Changes to be committed: > modified: doc/org-manual.org I have also fixed the changelog entry and

[PATCH] Re: Offline documentation (Org Manual info file) of org hooks is misleading

2023-06-21 Thread libreville
Thanks a lot for the pointers. Is this better? On 2023-06-21 11:35, Ihor Radchenko wrote: > libreville writes: > >> Here's my attempt. > > Thanks! > >> It's my first time doing this, so kindly let me know if there's >> something I can do better! > > Generally, we have instructions in >

Re: Offline documentation (Org Manual info file) of org hooks is misleading

2023-06-21 Thread Ihor Radchenko
libreville writes: > Here's my attempt. Thanks! > It's my first time doing this, so kindly let me know if there's > something I can do better! Generally, we have instructions in https://orgmode.org/worg/org-contribute.html#first-patch > For example, should I have replaced the subject line

Re: replace-regexp ignoring value of org-search-invisible

2023-06-21 Thread bobf32
Fair enough, thank you. On Wed, 21 Jun 2023 at 11:20, Ihor Radchenko wrote: > bob...@gmail.com writes: > > > ... > > I expect two replacements to be made, and all the invisible text to be > > ignored. What actually happens is that the text is appended to all lines > > under the ** B and ** C

Re: Offline documentation (Org Manual info file) of org hooks is misleading

2023-06-21 Thread libreville
Here's my attempt. It's my first time doing this, so kindly let me know if there's something I can do better! For example, should I have replaced the subject line of this email with the subject in the formatted .patch? On 2023-06-21 10:26, Ihor Radchenko wrote: > libreville writes: > >>

Re: [PATCH] org-capture.el: Allow `(here)' as a template target

2023-06-21 Thread Ihor Radchenko
Tim Visher writes: > Sorry this took me forever to get to. > > I've now created patches for updating the manual and NEWS file. Let me know > how they look! Thanks! The patches look good, and the commit messages look excellent. You could, however, squash the patches together - they are about the

Re: Offline documentation (Org Manual info file) of org hooks is misleading

2023-06-21 Thread Ihor Radchenko
libreville writes: > Chapter A.1 Hooks of the Org Manual reads, in its entirety: > ... > Contrary to what it says, I couldn't find any illustrations of hook > usage in the appendix. The Variables index only refers to four, and > they're in other places. > > Perhaps the line about illustrating

Re: replace-regexp ignoring value of org-search-invisible

2023-06-21 Thread Ihor Radchenko
bob...@gmail.com writes: > ... > I expect two replacements to be made, and all the invisible text to be > ignored. What actually happens is that the text is appended to all lines > under the ** B and ** C headings plus the two desired headings > themselves. Canceled. It is a bug in Emacs. See

Re: [BUG] `org-delete-char` and `org-delete-backward-char` don't respect `delete-active-region`

2023-06-21 Thread Ihor Radchenko
Okamsn writes: > `org-delete-char` and `org-delete-backward-char` don't respect > `delete-active-region` Clarification first. `org-delete-char' and `org-delete-backward-char' are not supposed to respect `delete-active-region'. They are the replacements for `delete-char' and

Offline documentation (Org Manual info file) of org hooks is misleading

2023-06-21 Thread libreville
Howdy friends, Chapter A.1 Hooks of the Org Manual reads, in its entirety: "Org has a large number of hook variables for adding functionality. This appendix illustrates using a few. A complete list of hooks with documentation is maintained by the Worg project at