Re: Fwd: 30.0.60; org--image-yank-media-handler asks for coding system when saving image

2024-07-25 Thread Daan Ro
close 72294 Thank you. Daanturo On Jul 25 2024, at 6:23 pm, Ihor Radchenko wrote: > Daan Ro writes: > > > (I forward this bug report from bug-gnu-em...@gnu.org > > (https://link.getmailspring.com/link/11a5bd1b-98f2-4b53-a61c-a93a367eb...@getmailspring.com/0?redirect=mailto%3Abug-gnu-emacs%40gn

Re: multipage html output

2024-07-25 Thread Orm Finnendahl
Hi, Am Donnerstag, den 25. Juli 2024 um 10:04:21 Uhr (+) schrieb Ihor Radchenko: > > Do you know the source of the performance problem? When I last checked it was 4.5 Seconds vs 2.2 Seconds and I assume it was due to the gc kicking in, but whatever the reason I checked back and forth between

Re: org-encrypt-entries is slow (was: org-crypt leaking data when encryption password is not entered twice (was: Please document the caching and its user options))

2024-07-25 Thread Ihor Radchenko
Daniel Clemente writes: >> There is no such thing as "inline block" in Org syntax. > > I meant "inline task", sorry. I remembered "display: inline-block" from CSS… > I don't think we need support for encrypted #+BEGIN_…/#+END… blocks. I did not mean this. >> > ** this is an

Re: org-encrypt-entries is slow (was: org-crypt leaking data when encryption password is not entered twice (was: Please document the caching and its user options))

2024-07-25 Thread Daniel Clemente
> There is no such thing as "inline block" in Org syntax. I meant "inline task", sorry. I remembered "display: inline-block" from CSS… I don't think we need support for encrypted #+BEGIN_…/#+END… blocks. Fixing the org-crypt + inline task bugs seems low priority since it's an uncommon case and th

Re: Fwd: 30.0.60; org--image-yank-media-handler asks for coding system when saving image

2024-07-25 Thread Ihor Radchenko
Daan Ro writes: > (I forward this bug report from bug-gnu-em...@gnu.org > (https://link.getmailspring.com/link/11a5bd1b-98f2-4b53-a61c-a93a367eb...@getmailspring.com/0?redirect=mailto%3Abug-gnu-emacs%40gnu.org&recipient=ZW1hY3Mtb3JnbW9kZUBnbnUub3Jn) > list.) Thanks for reporting! Fixed, on bug

Re: multipage html output

2024-07-25 Thread Ihor Radchenko
Orm Finnendahl writes: > org-export--write-ouput inserts the output string into a temp-buffer > before writing it to file. When exporting to multipage I found out > that this imposes a pretty significant performance hit. That's why I > write the output string directly to file in my own code. > >

Re: multipage html output

2024-07-25 Thread Orm Finnendahl
Hi Ihor, another thing: org-export--write-ouput inserts the output string into a temp-buffer before writing it to file. When exporting to multipage I found out that this imposes a pretty significant performance hit. That's why I write the output string directly to file in my own code. Is it sens

Re: multipage html output

2024-07-25 Thread Ihor Radchenko
Orm Finnendahl writes: > Am Mittwoch, den 24. Juli 2024 um 10:20:16 Uhr (+) schrieb Ihor Radchenko: >> >> 1. org-data will be transcoded using `org-export-transcode-org-data', >>which can be overridden by setting org-data transcoders in the >>individual backends. > > Just for clarifi

Re: multipage html output

2024-07-25 Thread Orm Finnendahl
Hi Ihor, I studied your proposal and changes in ox.el. It is pretty clear now and I agree that this is the right way to do it with regards to the architecture of ox. Thanks for putting in your time. Am Mittwoch, den 24. Juli 2024 um 10:20:16 Uhr (+) schrieb Ihor Radchenko: > > 1. org-data w

Re: org-encrypt-entries is slow (was: org-crypt leaking data when encryption password is not entered twice (was: Please document the caching and its user options))

2024-07-25 Thread Ihor Radchenko
Daniel Clemente writes: > I found minor but unrelated issues, e.g. if you have an empty section like > this: > > * abc2:crypt: > * def > > … if you rename the abc2 header, e.g. to abc, it will ask the > encryption passwo