Max Nikulin writes:
> On 21/03/2025 20:54, Rudolf Adamkovič wrote:
>> Re-capitalize "Javascript" to JavaScript.
>
> Are there potential legal issues with the registered trademark owned by
> Oracle? E.g. organizers of JSConf avoid "JavaScript" in the conference title
> https://www.trevorlasn.com/
* doc/org-manual.org (Exporting to minimal HTML):
* etc/ORG-NEWS (Add ~:session~ support of ob-js for js-comint):
* lisp/ob-js.el (org-babel-js-function-wrapper):
(org-babel-execute:js):
(org-babel-variable-assignments:js):
(org-babel-js-initiate-session):
* lisp/ox-html.el (org-html-style-default)
Rudolf Adamkovič writes:
> Ihor Radchenko writes:
>
>> With this change, the example will no longer work, because [...]
>
> Oops. Fixed. Third time is the charm?
Applied, onto main.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=adfee5eed8
--
Ihor Radchenko // yantar92,
Org
+0100
Subject: [PATCH] Capitalize JavaScript correctly
* doc/org-manual.org (Exporting to minimal HTML):
* etc/ORG-NEWS (Add ~:session~ support of ob-js for js-comint):
* lisp/ob-js.el (org-babel-js-function-wrapper):
(org-babel-execute:js):
(org-babel-variable-assignments:js):
(org-babel-js-initiate-s
t selector.
>From b1cc7d9085ab4fc47a7b8196a873d1e5a755d567 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rudolf=20Adamkovi=C4=8D?=
Date: Fri, 21 Mar 2025 14:25:05 +0100
Subject: [PATCH] Capitalize JavaScript correctly
* doc/org-manual.org (Exporting to minimal HTML):
* etc/ORG-NEWS (Add ~:session~
Rudolf Adamkovič writes:
>> This won't work. js-comint.el hard-coded buffer name to be
>> "*Javascript REPL*". We cannot change that.
>
> Fixed. I replaced the change with a comment to inform the reader that
> JS is miscapitalized on purpose, so that this will not happen again.
Almost :)
> ---
On 21/03/2025 20:54, Rudolf Adamkovič wrote:
Re-capitalize "Javascript" to JavaScript.
Are there potential legal issues with the registered trademark owned by
Oracle? E.g. organizers of JSConf avoid "JavaScript" in the conference title
https://www.trevorlasn.com/blog/oracle-javascript-tradema
Rudolf Adamkovič writes:
> * doc/org-manual.org (Exporting to minimal HTML):
> * etc/ORG-NEWS (Add ~:session~ support of ob-js for js-comint):
> * lisp/ob-js.el (org-babel-js-function-wrapper):
> (org-babel-execute:js):
> (org-babel-variable-assignments:js):
> (org-babel-js-initiate-session):
> *