Ok, I tested it with success.
I apply the patch on top of the following commits:
- Emacs: 4ece0e2e46b
- Org-mode: ff33d9ec2
And I have followed your instruction.
Ihor Radchenko writes:
> Sébastien Gendre writes:
>
>> Can someone regroup the patch I need to apply ?
>>
>> I'm a bit lost betwe
Yes, you are right.
Ihor Radchenko writes:
> Sébastien Gendre writes:
>
>> I have checked the source code, but I didn't find when the generation of
>> the site map also publish it.
>
> `org-publish-get-base-files'
signature.asc
Description: PGP signature
"Thomas Ingram" writes:
>> The API in this area is not ideal, unfortunately.
>
> Since the caching requirement is not noted in the docstring, would you be
> interested in a patch to allow these functions to work regardless of if the
> cache is present?
Maybe. I'd like to hear more details abou
Pedro Andres Aranda Gutierrez writes:
> Thanks for spotting the alt-title handling ;-) Apply this on top of my last
> patch.
Thanks!
> - (let ((need-alternative (string-match "\\`\\(.+?\\){"
> section-fmt))
> + (let ((need-alternative (not (null (string-match
> "\\`\
Phil Estival writes:
>> Does the attached diff fix the problem you are encountering?
>
> Yes it does. Thank you!
>
> But we are losing that previous possibility we had of a
> bi-color display of meta lines, with the second part (past
> the text of a meta line) being of the color of the block.
Th
Thanks!
I have some questions.
Den tis 28 jan. 2025 kl 20:18 skrev Ihor Radchenko :
>
> Thanks!
> Here are more comments:
>
> 1. I am looking at C-- C-u prefix, and I am not sure if it is ideal
>What I think might be better is:
>- make a short C-- ('- argument) the switch
>- make the
Hello,
Oh! Sorry, it seems I missed the last email.
Okay, in that case bounded re-search-forward up to the next paragraph should
work.
And as for maintenance, I think I can allocate some time for that.
What activities are expected from a script maintainer?
Best Regards,
Slava Barinov
Ihor Radc
Thanks for spotting the alt-title handling ;-) Apply this on top of my last
patch.
Best, /PA
On Thu, 20 Feb 2025 at 19:13, Ihor Radchenko wrote:
> Pedro Andres Aranda Gutierrez writes:
>
> > Final version... got the wrong file... sorry /PA
>
> Thanks!
> You still did not address all the earlie