Re: [BUG] FAQ asnwer for "How can I use arbitrary colors for words/sentences in HTML export?" is outdated

2024-02-24 Thread Ihor Radchenko
Bastien Guerry  writes:

>> Bastien, could you, please, have a look at the CI configuration. I do
>> not see recent builds in
>> https://builds.sr.ht/~bzg/worg
>
> I just triggered a new build myself.
>
> The secret key needed to launch the build has been shared with other
> users, including Ihor and you: can you (or Ihor) tell me if you see a
> shared key somewhere in your sr.ht profile?

I am seeing 7a38e4c8-2b08-446e-a478-2a114a50db86 key shared by you at
https://builds.sr.ht/secrets

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at .
Support Org development at ,
or support my work at 



Re: [BUG] FAQ asnwer for "How can I use arbitrary colors for words/sentences in HTML export?" is outdated

2024-02-24 Thread Bastien Guerry
Max Nikulin  writes:

> Bastien, could you, please, have a look at the CI configuration. I do
> not see recent builds in
> https://builds.sr.ht/~bzg/worg

I just triggered a new build myself.

The secret key needed to launch the build has been shared with other
users, including Ihor and you: can you (or Ihor) tell me if you see a
shared key somewhere in your sr.ht profile?

There has been a change in builds.sr.ht: now only pushes by the owner
trigger a build, *unless* the owner shared the secret key with other
users. So far I don't understand why users with whom I've shared the
key cannot trigger a build.

-- 
 Bastien Guerry



Re: [BUG] FAQ asnwer for "How can I use arbitrary colors for words/sentences in HTML export?" is outdated

2024-01-24 Thread Ihor Radchenko
Max Nikulin  writes:

> Juan Manuel Macías to emacs-orgmode… Re: how to export red colored TeX 
> to latex. Tue, 30 Nov 2021 16:56:00 +. 
> https://list.orgmode.org/87bl21vazj@posteo.net
>
> Likely should be modified a bit to support derived backends.

Done.
https://git.sr.ht/~bzg/worg/commit/405547ac

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at .
Support Org development at ,
or support my work at 



Re: [BUG] FAQ asnwer for "How can I use arbitrary colors for words/sentences in HTML export?" is outdated

2024-01-21 Thread Ihor Radchenko
Suhail Singh Canary  writes:

> Ihor Radchenko  writes:
>
>> Max Nikulin  writes:
>>
>>> https://list.orgmode.org/87bl21vazj@posteo.net
>>>
>>> Likely should be modified a bit to support derived backends.
>>
>> I think we do not do this in any of the examples for :export link
>> property in WORG. I am actually not sure how to update things to work
>> for derived backends as well.
> ...
> For what it's worth, org-special-block-extras doesn't work well with
> derived backends yet, either [1].
>
> [1]: 

`org-export-derived-backend-p' is indeed the right approach.

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at .
Support Org development at ,
or support my work at 



Re: [BUG] FAQ asnwer for "How can I use arbitrary colors for words/sentences in HTML export?" is outdated

2024-01-21 Thread Bastien Guerry
Hi Max,

Max Nikulin  writes:

> Bastien, could you, please, have a look at the CI configuration. I do
> not see recent builds in
> https://builds.sr.ht/~bzg/worg

Thanks for the heads up. I've triggered the build for Worg. There is
something wrong with the CI configuration, not sure what yet, I need
to investigate.

-- 
 Bastien Guerry



Re: [BUG] FAQ asnwer for "How can I use arbitrary colors for words/sentences in HTML export?" is outdated

2024-01-20 Thread Max Nikulin

On 20/01/2024 23:04, Ihor Radchenko wrote:

On 18/02/2023 17:18, Ihor Radchenko wrote:

Inhttps://orgmode.org/worg/org-faq.html#org60202b9, the answer uses
obsolete function `org-add-link-type'. We should change it to
`org-link-set-parameters'.



Fixed.
https://git.sr.ht/~bzg/worg/commit/3194e6d5


Bastien, could you, please, have a look at the CI configuration. I do 
not see recent builds in

https://builds.sr.ht/~bzg/worg



Re: [BUG] FAQ asnwer for "How can I use arbitrary colors for words/sentences in HTML export?" is outdated

2024-01-20 Thread Suhail Singh Canary
Ihor Radchenko  writes:

> Max Nikulin  writes:
>
>> https://list.orgmode.org/87bl21vazj@posteo.net
>>
>> Likely should be modified a bit to support derived backends.
>
> I think we do not do this in any of the examples for :export link
> property in WORG. I am actually not sure how to update things to work
> for derived backends as well.
>
>> The following package might be mentioned:
>>
>> Colours section in org-special-block-extras
>> https://alhassy.com/org-special-block-extras/#Colours
>
> Agree.
> https://git.sr.ht/~bzg/worg/commit/5edf3ab0

For what it's worth, org-special-block-extras doesn't work well with
derived backends yet, either [1].

[1]: 

-- 
Suhail



Re: [BUG] FAQ asnwer for "How can I use arbitrary colors for words/sentences in HTML export?" is outdated

2024-01-20 Thread Ihor Radchenko
Max Nikulin  writes:

> On 18/02/2023 17:18, Ihor Radchenko wrote:
>> In https://orgmode.org/worg/org-faq.html#org60202b9, the answer uses
>> obsolete function `org-add-link-type'. We should change it to
>> `org-link-set-parameters'.
>
> Confirmed.

Fixed.
https://git.sr.ht/~bzg/worg/commit/3194e6d5

> A newer recipe:
>
> Juan Manuel Macías to emacs-orgmode… Re: how to export red colored TeX 
> to latex. Tue, 30 Nov 2021 16:56:00 +. 
> https://list.orgmode.org/87bl21vazj@posteo.net
>
> Likely should be modified a bit to support derived backends.

I think we do not do this in any of the examples for :export link
property in WORG. I am actually not sure how to update things to work
for derived backends as well.

> The following package might be mentioned:
>
> Colours section in org-special-block-extras
> https://alhassy.com/org-special-block-extras/#Colours

Agree.
https://git.sr.ht/~bzg/worg/commit/5edf3ab0

> Other files:
> - org-tutorials/org-R/org-variables-counts.org
> - org-tutorials/org-R/variable-popcon.org
> - org-configs/org-customization-survey.org
> - org-configs/org-customization-survey-2013.org

These are not relevant - they contain tables for old Org mode
customization polls.

> Need review:
> - org-hacks.org
>mid: links for org-gnus (not ol-gnus) and org-occur example

Done.
https://git.sr.ht/~bzg/worg/commit/83e85f8e

> - exporters/anno-bib-template-worg.org
>citations using ebib

Thomas kindly updated the whole thing.
https://git.sr.ht/~bzg/worg/commit/c864fe68

> Outdated:
> - org-tutorials/org-latex-export.org
>Org < 8.0

This is also authored by Thomas. I will ask him in another thread.

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at .
Support Org development at ,
or support my work at 



Re: [BUG] FAQ asnwer for "How can I use arbitrary colors for words/sentences in HTML export?" is outdated

2023-03-05 Thread Max Nikulin

On 18/02/2023 17:18, Ihor Radchenko wrote:

In https://orgmode.org/worg/org-faq.html#org60202b9, the answer uses
obsolete function `org-add-link-type'. We should change it to
`org-link-set-parameters'.


Confirmed.

A newer recipe:

Juan Manuel Macías to emacs-orgmode… Re: how to export red colored TeX 
to latex. Tue, 30 Nov 2021 16:56:00 +. 
https://list.orgmode.org/87bl21vazj@posteo.net


Likely should be modified a bit to support derived backends.

The following package might be mentioned:

Colours section in org-special-block-extras
https://alhassy.com/org-special-block-extras/#Colours

Other files:
- org-tutorials/org-R/org-variables-counts.org
- org-tutorials/org-R/variable-popcon.org
Need review:
- org-hacks.org
  mid: links for org-gnus (not ol-gnus) and org-occur example
- exporters/anno-bib-template-worg.org
  citations using ebib
Outdated:
- org-tutorials/org-latex-export.org
  Org < 8.0
- org-configs/org-customization-survey.org
- org-configs/org-customization-survey-2013.org






[BUG] FAQ asnwer for "How can I use arbitrary colors for words/sentences in HTML export?" is outdated

2023-02-18 Thread Ihor Radchenko


Hi,

In https://orgmode.org/worg/org-faq.html#org60202b9, the answer uses
obsolete function `org-add-link-type'. We should change it to
`org-link-set-parameters'.

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at .
Support Org development at ,
or support my work at