* [BUG] FAQ asnwer for "How can I use arbitrary colors for words/sentences in HTML export?" is outdated
@ 2023-02-18 10:18 Ihor Radchenko
2023-03-05 11:12 ` Max Nikulin
0 siblings, 1 reply; 10+ messages in thread
From: Ihor Radchenko @ 2023-02-18 10:18 UTC (permalink / raw)
To: emacs-orgmode
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 <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [BUG] FAQ asnwer for "How can I use arbitrary colors for words/sentences in HTML export?" is outdated
2023-02-18 10:18 [BUG] FAQ asnwer for "How can I use arbitrary colors for words/sentences in HTML export?" is outdated Ihor Radchenko
@ 2023-03-05 11:12 ` Max Nikulin
2024-01-20 16:04 ` Ihor Radchenko
2024-01-24 13:21 ` Ihor Radchenko
0 siblings, 2 replies; 10+ messages in thread
From: Max Nikulin @ 2023-03-05 11:12 UTC (permalink / raw)
To: emacs-orgmode
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 +0000.
https://list.orgmode.org/87bl21vazj.fsf@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
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [BUG] FAQ asnwer for "How can I use arbitrary colors for words/sentences in HTML export?" is outdated
2023-03-05 11:12 ` Max Nikulin
@ 2024-01-20 16:04 ` Ihor Radchenko
2024-01-20 20:07 ` Suhail Singh Canary
2024-01-21 6:13 ` Max Nikulin
2024-01-24 13:21 ` Ihor Radchenko
1 sibling, 2 replies; 10+ messages in thread
From: Ihor Radchenko @ 2024-01-20 16:04 UTC (permalink / raw)
To: Max Nikulin; +Cc: emacs-orgmode
Max Nikulin <manikulin@gmail.com> 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 +0000.
> https://list.orgmode.org/87bl21vazj.fsf@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 <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [BUG] FAQ asnwer for "How can I use arbitrary colors for words/sentences in HTML export?" is outdated
2024-01-20 16:04 ` Ihor Radchenko
@ 2024-01-20 20:07 ` Suhail Singh Canary
2024-01-21 12:21 ` Ihor Radchenko
2024-01-21 6:13 ` Max Nikulin
1 sibling, 1 reply; 10+ messages in thread
From: Suhail Singh Canary @ 2024-01-20 20:07 UTC (permalink / raw)
To: Ihor Radchenko; +Cc: Max Nikulin, emacs-orgmode
Ihor Radchenko <yantar92@posteo.net> writes:
> Max Nikulin <manikulin@gmail.com> writes:
>
>> https://list.orgmode.org/87bl21vazj.fsf@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]: <https://github.com/ox-tufte/ox-tufte/issues/20#issuecomment-1880626278>
--
Suhail
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [BUG] FAQ asnwer for "How can I use arbitrary colors for words/sentences in HTML export?" is outdated
2024-01-20 16:04 ` Ihor Radchenko
2024-01-20 20:07 ` Suhail Singh Canary
@ 2024-01-21 6:13 ` Max Nikulin
2024-01-21 10:30 ` Bastien Guerry
2024-02-24 14:50 ` Bastien Guerry
1 sibling, 2 replies; 10+ messages in thread
From: Max Nikulin @ 2024-01-21 6:13 UTC (permalink / raw)
To: Bastien; +Cc: emacs-orgmode
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
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [BUG] FAQ asnwer for "How can I use arbitrary colors for words/sentences in HTML export?" is outdated
2024-01-21 6:13 ` Max Nikulin
@ 2024-01-21 10:30 ` Bastien Guerry
2024-02-24 14:50 ` Bastien Guerry
1 sibling, 0 replies; 10+ messages in thread
From: Bastien Guerry @ 2024-01-21 10:30 UTC (permalink / raw)
To: Max Nikulin; +Cc: emacs-orgmode
Hi Max,
Max Nikulin <manikulin@gmail.com> 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
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [BUG] FAQ asnwer for "How can I use arbitrary colors for words/sentences in HTML export?" is outdated
2024-01-20 20:07 ` Suhail Singh Canary
@ 2024-01-21 12:21 ` Ihor Radchenko
0 siblings, 0 replies; 10+ messages in thread
From: Ihor Radchenko @ 2024-01-21 12:21 UTC (permalink / raw)
To: Suhail Singh Canary; +Cc: Max Nikulin, emacs-orgmode
Suhail Singh Canary <suhailsingh247@gmail.com> writes:
> Ihor Radchenko <yantar92@posteo.net> writes:
>
>> Max Nikulin <manikulin@gmail.com> writes:
>>
>>> https://list.orgmode.org/87bl21vazj.fsf@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]: <https://github.com/ox-tufte/ox-tufte/issues/20#issuecomment-1880626278>
`org-export-derived-backend-p' is indeed the right approach.
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [BUG] FAQ asnwer for "How can I use arbitrary colors for words/sentences in HTML export?" is outdated
2023-03-05 11:12 ` Max Nikulin
2024-01-20 16:04 ` Ihor Radchenko
@ 2024-01-24 13:21 ` Ihor Radchenko
1 sibling, 0 replies; 10+ messages in thread
From: Ihor Radchenko @ 2024-01-24 13:21 UTC (permalink / raw)
To: Max Nikulin; +Cc: emacs-orgmode
Max Nikulin <manikulin@gmail.com> writes:
> Juan Manuel Macías to emacs-orgmode… Re: how to export red colored TeX
> to latex. Tue, 30 Nov 2021 16:56:00 +0000.
> https://list.orgmode.org/87bl21vazj.fsf@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 <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [BUG] FAQ asnwer for "How can I use arbitrary colors for words/sentences in HTML export?" is outdated
2024-01-21 6:13 ` Max Nikulin
2024-01-21 10:30 ` Bastien Guerry
@ 2024-02-24 14:50 ` Bastien Guerry
2024-02-24 17:51 ` Ihor Radchenko
1 sibling, 1 reply; 10+ messages in thread
From: Bastien Guerry @ 2024-02-24 14:50 UTC (permalink / raw)
To: Max Nikulin; +Cc: emacs-orgmode
Max Nikulin <manikulin@gmail.com> 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
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [BUG] FAQ asnwer for "How can I use arbitrary colors for words/sentences in HTML export?" is outdated
2024-02-24 14:50 ` Bastien Guerry
@ 2024-02-24 17:51 ` Ihor Radchenko
0 siblings, 0 replies; 10+ messages in thread
From: Ihor Radchenko @ 2024-02-24 17:51 UTC (permalink / raw)
To: Bastien Guerry; +Cc: Max Nikulin, emacs-orgmode
Bastien Guerry <bzg@gnu.org> 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 <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2024-02-24 17:49 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-18 10:18 [BUG] FAQ asnwer for "How can I use arbitrary colors for words/sentences in HTML export?" is outdated Ihor Radchenko
2023-03-05 11:12 ` Max Nikulin
2024-01-20 16:04 ` Ihor Radchenko
2024-01-20 20:07 ` Suhail Singh Canary
2024-01-21 12:21 ` Ihor Radchenko
2024-01-21 6:13 ` Max Nikulin
2024-01-21 10:30 ` Bastien Guerry
2024-02-24 14:50 ` Bastien Guerry
2024-02-24 17:51 ` Ihor Radchenko
2024-01-24 13:21 ` Ihor Radchenko
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.