Re: [PATCH] Prefer "website" to "homepage"

2022-06-18 Thread Ihor Radchenko
Stefan Kangas writes: >> Could you please point out to the relevant discussion? > > This was uncontroversial so not really discussed, but see: > > https://git.savannah.gnu.org/gitweb/?p=emacs.git;a=commit;h=bcf59b99f43be4f Thanks! So, Emacs now advises to use "website" and "URL:", right?

Re: oc-basic: CSL-JSON year as number vs. string (nativecomp?)

2022-06-18 Thread David Lukeš
> I suspect that multiple json formats may be available in the wild. Some > parsed as a list of strings and some parsed as a list of numbers. > The JSON schema allows either: Ah, thanks for looking this up! So (format "%s" (caar date)) instead of (number-to-string (caar date))? (That was

Re: oc-basic: CSL-JSON year as number vs. string (nativecomp?)

2022-06-18 Thread Bruce D'Arcus
On Sat, Jun 18, 2022 at 9:43 PM Ihor Radchenko wrote: > > David Lukeš writes: > > > I recently started to get errors like the following: > > > > Error during redisplay: (jit-lock-function 544) signaled > > (wrong-type-argument "Argument is not a string or a secondary string: > > 2007") > > > >

Re: [BUG] org-agenda-skip fails in batch mode because comment-start-skip is nil

2022-06-18 Thread Ihor Radchenko
Asilata Bapat writes: > When org-scan-tags runs in a batch mode invocation, the value of the variable > comment-start-skip is nil even while scanning an org file. The function > org-scan-tags calls (org-agenda-skip), which in turn calls (looking-at > comment-start-skip). Since the value of

Re: oc-basic: CSL-JSON year as number vs. string (nativecomp?)

2022-06-18 Thread Ihor Radchenko
David Lukeš writes: > I recently started to get errors like the following: > > Error during redisplay: (jit-lock-function 544) signaled > (wrong-type-argument "Argument is not a string or a secondary string: > 2007") > > This patch makes them go away: > > -

Re: [PATCH worg 0/2] Cleanup of LoB file

2022-06-18 Thread Tim Cross
Bastien Guerry writes: > ~theophilusx writes: > >> These patches just perform some basic cleanup of the library-of- >> babel.org file. It also moves a duplicate library-of-babel.org file into >> the archive directory. Note that I am working on a complete overhaul of >> worg, which I will

Re: Simplified Org mode for newcomer Emacs veterans (was: Org mode and Emacs (was: Convert README.org to plain text README while installing package))

2022-06-18 Thread Tim Cross
Ihor Radchenko writes: > Tom Gillespie writes: > >> With regard to the key-bindings straw man. I guess I'm a bit of an >> outsider on this one, because I started writing org documents by just >> typing them in and only over time learning some of the bindings. Maybe >> having an

Re: [BUG] ob-shell: cmdline and stdin broken when used with TRAMP

2022-06-18 Thread Bruno Barbier
"Felix Freeman" via "General discussions about Org-mode." writes: > When using TRAMP, ob-shell's :cmdline and :stdin header options are > broken on org-babel. > I can reproduce the problem (thanks for your nice MCE). I'm using: Org mode version 9.5.4 (release_9.5.4-32-g82036c) GNU

[BUG] org-auto-repeat-maybe: error "Can’t expand minibuffer to full frame" and missing log note

2022-06-18 Thread Bhavin Gandhi
On Mon, 13 Jun 2022 at 23:01, Bhavin Gandhi wrote: > > 1. emacs -Q > > 2. Create test.org with following content > > > > * TODO Repeating entry > > SCHEDULED: <2022-05-01 Mon ++2d> > > > > 3. C-c C-t on the entry, shows the above error. And shifts the scheduled > >date correctly. > > When

Re: Proposal: 'executable' org-capture-templaes

2022-06-18 Thread Arthur Miller
Max Nikulin writes: > On 11/06/2022 12:26, Ihor Radchenko wrote: >> Max Nikulin writes: >> >>> However if two org-protocol handlers are launched without specified >>> template then behavior of Org becomes confusing. I meant this case. >>> Currently reading key from minibuffer serves as a kind

[Tip] Screenshots as org links with EMMS and socat

2022-06-18 Thread Juan Manuel Macías
Hi all, I’m writing an article about a movie, and I needed to get some screenshots as image links inside Org. I know some package for those things, like org-media-note, a nice library but for me it has two drawbacks: it has, for what I need, too many bells and whistles; and uses the mpv.el

Re: Links to javascript-based websites from orgmode.org: Paypal and Github

2022-06-18 Thread Bastien
Hi Ihor, Ihor Radchenko writes: > I have been recently exploring Liberapay and stumbled upon > https://liberapay.com/about/teams. > > It is possible to create a "team" and distribute the donations across > multiple developers. I believe that it is one of a simple (from > perspective of user)

Re: [BUG] ERR_CERT_DATE_INVALID for https://list.orgmode.org/

2022-06-18 Thread Bastien
Hi Kyle, Kyle Meyer writes: > Anyway, based on how the expiration dates for various domains line up, > it's usually okay if I don't act on that for a day or two, but in this > case it bumped right against the list.orgmode.org expiration. Great certificates expire alike :) > Sorry about that

Re: [BUG] ERR_CERT_DATE_INVALID for https://list.orgmode.org/

2022-06-18 Thread Kyle Meyer
Bastien Guerry writes: > Kyle, do you have any clue? Yes. The SSL certs on my end are wired up to be automatically refreshed. In order for them to be in effect, though, I need to manually restart nginx. There's probably a better way to handle this, but I just have a reminder. Anyway, based

Re: [PATCH worg 0/2] Cleanup of LoB file

2022-06-18 Thread Bastien Guerry
~theophilusx writes: > These patches just perform some basic cleanup of the library-of- > babel.org file. It also moves a duplicate library-of-babel.org file into > the archive directory. Note that I am working on a complete overhaul of > worg, which I will implement in a separate branch in my

Mastodon link type for capturing toots?

2022-06-18 Thread Christian Moe
Hi, Has anyone written a link type for Mastodon that would allow you to org-capture the post/status ("toot") at point? I'm referring to mastodon.el (https://codeberg.org/martianh/mastodon.el), which is available via install-packages. Yours, Christian

Re: [PATCH] Prefer "website" to "homepage"

2022-06-18 Thread Stefan Kangas
Ihor Radchenko writes: > > ... Emacs was recently > > updated to list the "URL" header comment before "Homepage". > > Could you please point out to the relevant discussion? This was uncontroversial so not really discussed, but see:

Re: Proposal: 'executable' org-capture-templaes

2022-06-18 Thread Max Nikulin
On 06/06/2022 06:05, Tim Cross wrote: One very big warning I would like to raise to ensure it is taken into consideration is accessibility. This can have two significant effects with respect to the types of things you are doing - Out of curiosity, you mentioned export menu. Would it help if

Re: [BUG] ERR_CERT_DATE_INVALID for https://list.orgmode.org/

2022-06-18 Thread Bastien
Ihor Radchenko writes: > Side note: Regexp here is probably the reason why > https://orgmode.org/list (without trailing slash) gives 404. This should be fixed. -- Bastien

Simplified Org mode for newcomer Emacs veterans (was: Org mode and Emacs (was: Convert README.org to plain text README while installing package))

2022-06-18 Thread Ihor Radchenko
Tom Gillespie writes: > With regard to the key-bindings straw man. I guess I'm a bit of an > outsider on this one, because I started writing org documents by just > typing them in and only over time learning some of the bindings. Maybe > having an org-markup-mode or something like that would be

Re: [PATCH] Prefer "website" to "homepage"

2022-06-18 Thread Ihor Radchenko
Stefan Kangas writes: > These days, a "home page" is understood to be only "the main web page > of a website" or "landing page", whereas a "website" is "a collection > of web pages and related content" (Wikipedia). Thanks for the patch! > ... Emacs was recently > updated to list the "URL"

Re: [BUG] ERR_CERT_DATE_INVALID for https://list.orgmode.org/

2022-06-18 Thread Max Nikulin
On 18/06/2022 15:33, Bastien Guerry wrote: Ihor Radchenko writes: The last line rewrites requests like https://orgmode.org/list/875ynnojvf.fsf@localhost to https://list.orgmode.org/875ynnojvf.fsf@localhost which is supposed to be handled by the CNAME alias. This is the configuration that

Re: Links to javascript-based websites from orgmode.org: Paypal and Github

2022-06-18 Thread Ihor Radchenko
Dear All, Please drop c.bu...@posteo.jp from the CC list in the future replies. (I am asking on behalf of c.bu...@posteo.jp) Best, Ihor

Re: [BUG] ERR_CERT_DATE_INVALID for https://list.orgmode.org/

2022-06-18 Thread Ihor Radchenko
Bastien Guerry writes: > Ihor Radchenko writes: > >> Certificate for list.orgmode.org appears to be expired: >> My browser is giving me ERR_CERT_DATE_INVALID > > There is a CNAME record (handled by digitalocean.com) making the > "list.orgmode.org" domain name an alias for "orgmode.yhetil.org",

Re: LoB elsipgantt sample input table

2022-06-18 Thread Fraga, Eric
Tim, updated org file which invokes the code to create the GANTT chart (also attached as a screenshot for illustration). -- Eric S Fraga, @ericsfraga:matrix.org, GnuPG: 0xc89193d8fffcf67d GANTT.org Description: GANTT.org

Re: Creating animated gif from latex src blocks

2022-06-18 Thread Fraga, Eric
On Saturday, 18 Jun 2022 at 00:26, Edouard Debry wrote: > As a matter of fact, you can, but I will check out the latex package you > mentioned > > "Fraga, Eric" writes: > >> Check out the animate LaTeX package. I don't believe you can create >> such the actual animation from tikz itself.

[PATCH] Prefer "website" to "homepage"

2022-06-18 Thread Stefan Kangas
These days, a "home page" is understood to be only "the main web page of a website" or "landing page", whereas a "website" is "a collection of web pages and related content" (Wikipedia). Emacs was recently updated to list the "URL" header comment before "Homepage". Please see the attached patch.

Re: [BUG] ERR_CERT_DATE_INVALID for https://list.orgmode.org/

2022-06-18 Thread Ihor Radchenko
Bastien Guerry writes: > rewrite ^/list/(.*) https://list.orgmode.org/$1 permanent; Side note: Regexp here is probably the reason why https://orgmode.org/list (without trailing slash) gives 404. Best, Ihor

Re: [BUG] ERR_CERT_DATE_INVALID for https://list.orgmode.org/

2022-06-18 Thread Bastien Guerry
Ihor Radchenko writes: > Certificate for list.orgmode.org appears to be expired: > My browser is giving me ERR_CERT_DATE_INVALID There is a CNAME record (handled by digitalocean.com) making the "list.orgmode.org" domain name an alias for "orgmode.yhetil.org", hosted by Kyle, which works fine.

Re: Proposal: 'executable' org-capture-templaes

2022-06-18 Thread Ihor Radchenko
Max Nikulin writes: >> Note that there is not much happening when capture menu is called. Only >> the link is stored into link ting. Otherwise, no capture data is >> altered. All the fragile staff is happening after selecting capture >> template. > > Ihor, magic is impossible. If several

Re: Proposal: 'executable' org-capture-templaes

2022-06-18 Thread Max Nikulin
On 11/06/2022 12:26, Ihor Radchenko wrote: Max Nikulin writes: However if two org-protocol handlers are launched without specified template then behavior of Org becomes confusing. I meant this case. Currently reading key from minibuffer serves as a kind of synchronization tool. Imagine what

Re: [PATCH] Remove XEmacs and ancient Emacs compat code

2022-06-18 Thread Ihor Radchenko
Stefan Kangas writes: > Ihor Radchenko writes: > >> Stefan Kangas writes: >> >> > The attached patch removes some compat code for XEmacs, and Emacs 21/22. >> >> Thanks! And sorry for the late reply. >> The patch does not apply onto current main anymore. >> Would you mind updating the patch? >

[BUG] ERR_CERT_DATE_INVALID for https://list.orgmode.org/

2022-06-18 Thread Ihor Radchenko
Certificate for list.orgmode.org appears to be expired: My browser is giving me ERR_CERT_DATE_INVALID Best, Ihor

Re: [PATCH] Remove XEmacs and ancient Emacs compat code

2022-06-18 Thread Stefan Kangas
Ihor Radchenko writes: > Stefan Kangas writes: > > > The attached patch removes some compat code for XEmacs, and Emacs 21/22. > > Thanks! And sorry for the late reply. > The patch does not apply onto current main anymore. > Would you mind updating the patch? Please see the attached. From

Re: Google Docs now supports MarkDown, but not Org syntax

2022-06-18 Thread Ihor Radchenko
Jean Louis writes: > I am just looking into: > > HedgeDoc - The best platform to write and share markdown. > https://hedgedoc.org/ > > It is good for Markdown, but nothing similar to Google Docs, I can't > say it is alternative. > > However, it would be good if HedgeDoc starts supporting Org

oc-basic: CSL-JSON year as number vs. string (nativecomp?)

2022-06-18 Thread David Lukeš
Hi all, I've run into more problems with CSL-JSON support in oc-basic (previously: https://list.orgmode.org/caeptpexczkgam3v-brzezfcwmm4h3hqtoq+89qg+5uljq1k...@mail.gmail.com/). I recently started to get errors like the following: Error during redisplay: (jit-lock-function 544) signaled

Re: [PATCH] Re: [BUG] Hard-coded begin/end in org-insert-structure-template [9.5.2 (release_9.5.2-24-g668205 @ /Users/salutis/src/emacs/nextstep/Emacs.app/Contents/Resources/lisp/org/)]

2022-06-18 Thread Ihor Radchenko
Rudolf Adamkovič writes: > Ihor Radchenko writes: > > I patched a local checkout of the main branch, and I can confirm that > your works well here. I also added [1] to my configuration file to > upcase all the structure templates automatically. I hope we will have > this bundled with Org

bug#45915: 28.0.90; deletechar distorts org-table

2022-06-18 Thread Ihor Radchenko
Ihor Radchenko writes: > To clarify, I haven't applied the patch onto Org upstream. > Before the patch, the table is distorted because of an omission in Org. > After the patch, the table is distorted only using your reproducer > specifically, and the issue appears to be on Emacs side. I now

Re: [BUG] org-todo (C-c C-t) bad negative prefix behavior [9.5.2 (9.5.2-gfbff08 @ /home/ionasal/.emacs.d/elpa/org-9.5.2/)]

2022-06-18 Thread Ihor Radchenko
Ihor Radchenko writes: > Allen Li writes: > >> On Sat, Jan 1, 2022 at 9:31 AM Allen Li wrote: >> >>> It seems like the right fix here is to make - behave the same as -1, and >>> raise a user error for any other negative numeric prefix, since it is >>> likely not doing whatever the user wanted.

Re: [PATCH] Don't fill displayed equations

2022-06-18 Thread Ihor Radchenko
Timothy writes: > Hi Ihor, > >> Then would you mind proposing a patch for org-fill-element in >> particular? At least, you seem to have a motivation for this particular >> function ;) > > Perhaps in a few weeks, for now I’m a bit to busy for anything other than > “accidental”  patches. Quite a