Re: org-mode and captain mode?

2025-06-07 Thread Rohit Patnaik
Hello, I looked up Captain mode and it seems like the problem is that the default sentence start function =(car (bound-of-thing-at-point 'sentence))= finds the list marker as the start of the given sentence. It is possible to override that behavior. The mode defines a variable, =captain-sentence-

Re: WORG Patch 1/2 for Org Protocol Page

2025-06-07 Thread Max Nikulin
Bastien, Do you have objections to adding to nginx.conf (worg repository) something like (have not verified yet) location /worg/ { rewrite ^(/worg)(/org-contrib/org-annotation-helper\.)(html|org) $1/archive$2$3 permanent; } Charles Choi have proposed moving org-annotation-helper.org to

Re: WORG Patch 1/2 for Org Protocol Page

2025-06-07 Thread Bastien Guerry
Hi Max, Max Nikulin writes: > Do you have objections to adding to nginx.conf (worg repository) > something like (have not verified yet) > > location /worg/ { > rewrite ^(/worg)(/org-contrib/org-annotation-helper\.)(html|org) > $1/archive$2$3 permanent; > } None, done, and I also updated

Re: WORG Patch 1/2 for Org Protocol Page

2025-06-07 Thread Max Nikulin
On 07/06/2025 18:39, Bastien Guerry wrote: Max Nikulin writes: Do you have objections to adding to nginx.conf (worg repository) something like (have not verified yet) location /worg/ { rewrite ^(/worg)(/org-contrib/org-annotation-helper\.)(html|org) $1/archive$2$3 permanent; } None

Re: WORG Patch 1/2 for Org Protocol Page

2025-06-07 Thread Bastien Guerry
Max Nikulin writes: > Bastien, may you, please, force worg rebuild? Done. > remote: Error submitting build job: input: submit A paid account is > required to use this feature. Yes, Ihor and I are trying to help with this known issue here: https://lists.sr.ht/~sircmpwn/sr.ht-discuss/%3c87frwldw

Re: [URL format] WORG Patch 2/2 for Org Protocol Page

2025-06-07 Thread Max Nikulin
On 31/05/2025 08:09, Charles Choi wrote: Interim snapshot of rewrite of Org Protocol page. I have added "URL format" to subject of this branch of the discussion. +++ b/org-contrib/org-protocol.org +The host part of the URL is interpreted as a /sub-protocol/. I would avoid explicit statem