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

2022-06-18 Thread Bastien
Hi Tim, Tim Cross writes: > OK, thanks Bastien. Just out of interest, would you be able to send me a > copy of the nginx config for worg? I'm working on improving the build > process and I would like my local nginx to have a similar config. Also, > just in case there are changes which I think mi

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? Mention

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 actuall

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") > > > > Th

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 com

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 impl

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 org-markup-mode

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 Emac

[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 this

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 of

[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 package

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) way

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 (b

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 on

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 s

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: https://git.savannah.gnu.org/gitweb/?p=emacs.git;a=commit;h=bcf

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 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 a

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" heade

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. Clarif

[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. O

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 captures

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 wo

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 58a7d4