From mboxrd@z Thu Jan 1 00:00:00 1970 From: Reuben Thomas Subject: Small bug in example code Date: Wed, 19 Mar 2014 20:57:08 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c2c50858ffd604f4fbe5cd Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35080) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQNXy-0001xO-8t for emacs-orgmode@gnu.org; Wed, 19 Mar 2014 16:57:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WQNXx-00028y-By for emacs-orgmode@gnu.org; Wed, 19 Mar 2014 16:57:10 -0400 Received: from mail-yh0-x22f.google.com ([2607:f8b0:4002:c01::22f]:62597) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQNXx-00028r-6o for emacs-orgmode@gnu.org; Wed, 19 Mar 2014 16:57:09 -0400 Received: by mail-yh0-f47.google.com with SMTP id 29so9213628yhl.6 for ; Wed, 19 Mar 2014 13:57:08 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --001a11c2c50858ffd604f4fbe5cd Content-Type: text/plain; charset=ISO-8859-1 In the function org-toggle-iimage-in-org in the page http://orgmode.org/worg/org-configs/org-config-examples.html#sec-2_2 the call (iimage-mode) needs to be (iimage-mode 'toggle), otherwise iimage-mode is only ever switched on. (iimage-mode does toggle when used as a command, but not when called from Lisp.) -- http://rrt.sc3d.org --001a11c2c50858ffd604f4fbe5cd Content-Type: text/html; charset=ISO-8859-1
In the function org-toggle-iimage-in-org in the page

http://orgmode.org/worg/org-configs/org-config-examples.html#sec-2_2

the call (iimage-mode) needs to be (iimage-mode 'toggle), otherwise iimage-mode is only ever switched on. (iimage-mode does toggle when used as a command, but not when called from Lisp.)
--001a11c2c50858ffd604f4fbe5cd-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Small bug in example code Date: Wed, 19 Mar 2014 23:52:47 +0100 Message-ID: <87eh1xpzr4.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60305) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQPM1-0006xd-V6 for emacs-orgmode@gnu.org; Wed, 19 Mar 2014 18:53:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WQPLx-0007Aw-0q for emacs-orgmode@gnu.org; Wed, 19 Mar 2014 18:52:57 -0400 Received: from rs249.mailgun.us ([209.61.151.249]:37906) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQPLw-00078w-QZ for emacs-orgmode@gnu.org; Wed, 19 Mar 2014 18:52:52 -0400 In-Reply-To: (Reuben Thomas's message of "Wed, 19 Mar 2014 20:57:08 +0000") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Reuben Thomas Cc: emacs-orgmode@gnu.org Reuben Thomas writes: > In the function org-toggle-iimage-in-org in the page > > http://orgmode.org/worg/org-configs/org-config-examples.html#sec-2_2 > > the call (iimage-mode) needs to be (iimage-mode 'toggle), otherwise > iimage-mode is only ever switched on. (iimage-mode does toggle when > used as a command, but not when called from Lisp.) (Same suggestion for this one.) Thanks! -- Bastien From mboxrd@z Thu Jan 1 00:00:00 1970 From: Reuben Thomas Subject: Re: Small bug in example code Date: Wed, 19 Mar 2014 23:22:06 +0000 Message-ID: References: <87eh1xpzr4.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e0122a3d4c74d2204f4fdeb77 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38841) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQPoG-0001Sp-5P for emacs-orgmode@gnu.org; Wed, 19 Mar 2014 19:22:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WQPoF-0001TK-6O for emacs-orgmode@gnu.org; Wed, 19 Mar 2014 19:22:08 -0400 Received: from mail-yk0-x229.google.com ([2607:f8b0:4002:c07::229]:46745) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQPoF-0001SX-2P for emacs-orgmode@gnu.org; Wed, 19 Mar 2014 19:22:07 -0400 Received: by mail-yk0-f169.google.com with SMTP id 142so156443ykq.0 for ; Wed, 19 Mar 2014 16:22:06 -0700 (PDT) In-Reply-To: <87eh1xpzr4.fsf@bzg.ath.cx> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Cc: emacs-orgmode@gnu.org --089e0122a3d4c74d2204f4fdeb77 Content-Type: text/plain; charset=ISO-8859-1 OK, I have commits ready to push as soon as you install my SSH key! On 19 March 2014 22:52, Bastien wrote: > Reuben Thomas writes: > > > In the function org-toggle-iimage-in-org in the page > > > > http://orgmode.org/worg/org-configs/org-config-examples.html#sec-2_2 > > > > the call (iimage-mode) needs to be (iimage-mode 'toggle), otherwise > > iimage-mode is only ever switched on. (iimage-mode does toggle when > > used as a command, but not when called from Lisp.) > > (Same suggestion for this one.) > > Thanks! > > -- > Bastien > -- http://rrt.sc3d.org --089e0122a3d4c74d2204f4fdeb77 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
OK, I have commits ready to push as soon as you install my= SSH key!


On 19 March 2014 22:52, Bastien <bzg@gnu.org> wrote:
Reub= en Thomas <rrt@sc3d.org> writes:<= br>
> In the function org-toggle-iimage-in-org in the page
>
> http://orgmode.org/worg/org-configs/org-config= -examples.html#sec-2_2
>
> the call (iimage-mode) needs to be (iimage-mode 'toggle), otherwis= e
> iimage-mode is only ever switched on. (iimage-mode does toggle when > used as a command, but not when called from Lisp.)

(Same suggestion for this one.)

Thanks!

--
=A0Bastien



--
http://rrt.sc3d.org
--089e0122a3d4c74d2204f4fdeb77-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Small bug in example code Date: Thu, 20 Mar 2014 00:25:17 +0100 Message-ID: <8738idojoi.fsf@bzg.ath.cx> References: <87eh1xpzr4.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40060) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQPtc-0007zR-Gj for emacs-orgmode@gnu.org; Wed, 19 Mar 2014 19:27:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WQPtX-0003C7-8Q for emacs-orgmode@gnu.org; Wed, 19 Mar 2014 19:27:40 -0400 Received: from rs249.mailgun.us ([209.61.151.249]:53269) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQPtX-0003Bq-0j for emacs-orgmode@gnu.org; Wed, 19 Mar 2014 19:27:35 -0400 In-Reply-To: (Reuben Thomas's message of "Wed, 19 Mar 2014 23:22:06 +0000") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Reuben Thomas Cc: emacs-orgmode@gnu.org Reuben Thomas writes: > OK, I have commits ready to push as soon as you install my SSH key! Done, -- Bastien From mboxrd@z Thu Jan 1 00:00:00 1970 From: Reuben Thomas Subject: Re: Small bug in example code Date: Thu, 11 Jan 2018 20:13:02 +0000 Message-ID: References: <87eh1xpzr4.fsf@bzg.ath.cx> <8738idojoi.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="001a113debc27a0116056285c65f" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43201) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eZjDm-0008A3-1E for emacs-orgmode@gnu.org; Thu, 11 Jan 2018 15:13:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eZjDk-0004Oz-Vo for emacs-orgmode@gnu.org; Thu, 11 Jan 2018 15:13:05 -0500 Received: from mail-ot0-x22c.google.com ([2607:f8b0:4003:c0f::22c]:45558) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eZjDk-0004O0-M9 for emacs-orgmode@gnu.org; Thu, 11 Jan 2018 15:13:04 -0500 Received: by mail-ot0-x22c.google.com with SMTP id o1so3164043oti.12 for ; Thu, 11 Jan 2018 12:13:04 -0800 (PST) In-Reply-To: <8738idojoi.fsf@bzg.ath.cx> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Bastien Cc: emacs-orgmode@gnu.org --001a113debc27a0116056285c65f Content-Type: multipart/alternative; boundary="001a113debc27a0113056285c65d" --001a113debc27a0113056285c65d Content-Type: text/plain; charset="UTF-8" Hi, I just tried to update my worg repo clone for the first time in a while, and my key no longer seems to work. The key hasn't changed, but I see from ssh output that the host for the repo has. I attach my public key in case it needs to be re-installed. On 19 March 2014 at 23:25, Bastien wrote: > Reuben Thomas writes: > > > OK, I have commits ready to push as soon as you install my SSH key! > > Done, > > -- > Bastien > -- https://rrt.sc3d.org --001a113debc27a0113056285c65d Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi,

I just tried to update my worg repo clone for the first time in a while= , and my key no longer seems to work. The key hasn't changed, but I see= from ssh output that the host for the repo has. I attach my public key in = case it needs to be re-installed.
On 19 March 2014 at 23:25, Bastien <bzg@altern.or= g> wrote:
= Reuben Thomas <rrt@sc3d.org> writ= es:

> OK, I have commits ready to push as soon as you install my SSH key!
Done,

--
=C2=A0Bastien



--
--001a113debc27a0113056285c65d-- --001a113debc27a0116056285c65f Content-Type: application/vnd.ms-publisher; name="id_rsa.pub" Content-Disposition: attachment; filename="id_rsa.pub" Content-Transfer-Encoding: base64 X-Attachment-Id: f_jcaxl4070 c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBQkl3QUFBUUVBbkh6VjY1NWgzQ0xVQWoyRHJSNVlZ S0xmTHF5a3psTmVIaVlBZjRJbHR4VHBoWnFNZDI2M3F6T0Z6bnRJcWNrdDd0UW5NVXp0Mmk0b3Fv QndablVpeTlDYWlQbHEzQ3N6WDZXckU0bjhHTjFzcWVNMGZzdDZBWThabTA0L0MxWXhaa1pkdEpZ VFZ4Sm8yM281V254Z3l2ODhtdEtFTy9YSWNqQy9rNlhBd1hOcnJWbjBZak5tOS94TXJMMXNzY1lD Z3NqZk1UdkVKMy9LYlZxRy95eTVtUStDMjlxNDdkU0dDTzdQNE82UTBuazB1aERvdHZrMXRmZ3Rr ZC9KMmNRaTh0Q1djM0RCbVd2dHUyZnlYc2hKKzZzUkVqVUZ1SUl4a20rakluN3Jsc1F4YnVyTDFM RDhTS0RkamhySDR1cG0rRVZhcUR2aU1tQURRVkl3bVZMMFh3PT0gcnJ0QGNhbnRhCg== --001a113debc27a0116056285c65f-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Small bug in example code Date: Fri, 12 Jan 2018 08:41:07 +0000 Message-ID: <87vag7xye4.fsf@gmail.com> References: <87eh1xpzr4.fsf@bzg.ath.cx> <8738idojoi.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33304) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eZutn-0005Ne-JO for emacs-orgmode@gnu.org; Fri, 12 Jan 2018 03:41:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eZutk-0005g7-Fa for emacs-orgmode@gnu.org; Fri, 12 Jan 2018 03:41:15 -0500 Received: from mail-wr0-x229.google.com ([2a00:1450:400c:c0c::229]:34105) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eZutk-0005fE-8v for emacs-orgmode@gnu.org; Fri, 12 Jan 2018 03:41:12 -0500 Received: by mail-wr0-x229.google.com with SMTP id 36so4640717wrh.1 for ; Fri, 12 Jan 2018 00:41:12 -0800 (PST) In-Reply-To: (Reuben Thomas's message of "Thu, 11 Jan 2018 20:13:02 +0000") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Reuben Thomas Cc: Bastien , emacs-orgmode@gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thursday, 11 Jan 2018 at 20:13, Reuben Thomas wrote: > Hi, > > I just tried to update my worg repo clone for the first time in a while, > and my key no longer seems to work. The key hasn't changed, but I see from > ssh output that the host for the repo has. I attach my public key in case > it needs to be re-installed. Bastien posted instructions on what you need to do in late December. =2D-=20 Eric S Fraga via Emacs 27.0.50, Org release_9.1.6-317-gc82c21 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EARECAB0WIQSPXCedOQfhSlwpVw3IkZPY//z2fQUCWlh0pAAKCRDIkZPY//z2 fXVYAKCMQKdmHl9jm+le6ty6bUtYrMF57wCgi5PExpMsxE8eGxBl1XC1oknrtoI= =wPe1 -----END PGP SIGNATURE----- --=-=-=-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Small bug in example code Date: Fri, 12 Jan 2018 08:42:06 +0000 Message-ID: <87r2qvxych.fsf@gmail.com> References: <87eh1xpzr4.fsf@bzg.ath.cx> <8738idojoi.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33646) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eZuuj-00064k-2N for emacs-orgmode@gnu.org; Fri, 12 Jan 2018 03:42:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eZuuf-0006In-UA for emacs-orgmode@gnu.org; Fri, 12 Jan 2018 03:42:13 -0500 Received: from mail-wr0-x232.google.com ([2a00:1450:400c:c0c::232]:42598) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eZuuf-0006IT-NF for emacs-orgmode@gnu.org; Fri, 12 Jan 2018 03:42:09 -0500 Received: by mail-wr0-x232.google.com with SMTP id e41so4281196wre.9 for ; Fri, 12 Jan 2018 00:42:09 -0800 (PST) In-Reply-To: (Reuben Thomas's message of "Thu, 11 Jan 2018 20:13:02 +0000") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Reuben Thomas Cc: Bastien , emacs-orgmode@gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thursday, 11 Jan 2018 at 20:13, Reuben Thomas wrote: > Hi, > > I just tried to update my worg repo clone for the first time in a while, > and my key no longer seems to work. The key hasn't changed, but I see from > ssh output that the host for the repo has. I attach my public key in case > it needs to be re-installed. Specifically, Bastien said: For Org and Worg COMMITTERS =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D You will need to create a new user on https://code.orgmode.org in order to push commits to org-mode.git or worg.git: 1. Create a user on https://code.orgmode.org 2. Add your ssh public key 3. Send me an email to be added as a collaborator on Org/Worg =2D-=20 Eric S Fraga via Emacs 27.0.50, Org release_9.1.6-317-gc82c21 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EARECAB0WIQSPXCedOQfhSlwpVw3IkZPY//z2fQUCWlh03gAKCRDIkZPY//z2 fSCIAJ9QYztpbOg6yxDY32ZxfoWHaN3dIgCfbZb414eR4Fw5gq8j+wRgv24Fkuw= =NVIN -----END PGP SIGNATURE----- --=-=-=-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Reuben Thomas Subject: Re: Small bug in example code Date: Fri, 12 Jan 2018 17:57:47 +0000 Message-ID: References: <87eh1xpzr4.fsf@bzg.ath.cx> <8738idojoi.fsf@bzg.ath.cx> <87r2qvxych.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="001a11402cc69b8d3205629800bd" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54606) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ea3aR-00024B-9Y for emacs-orgmode@gnu.org; Fri, 12 Jan 2018 12:57:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ea3aQ-0002yW-9t for emacs-orgmode@gnu.org; Fri, 12 Jan 2018 12:57:51 -0500 Received: from mail-oi0-x22d.google.com ([2607:f8b0:4003:c06::22d]:46529) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ea3aQ-0002xc-34 for emacs-orgmode@gnu.org; Fri, 12 Jan 2018 12:57:50 -0500 Received: by mail-oi0-x22d.google.com with SMTP id d124so4448176oib.13 for ; Fri, 12 Jan 2018 09:57:49 -0800 (PST) In-Reply-To: <87r2qvxych.fsf@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Reuben Thomas , Bastien , emacs-orgmode@gnu.org --001a11402cc69b8d3205629800bd Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On 12 January 2018 at 08:42, Eric S Fraga wrote: > On Thursday, 11 Jan 2018 at 20:13, Reuben Thomas wrote: > > Hi, > > > > I just tried to update my worg repo clone for the first time in a while= , > > and my key no longer seems to work. The key hasn't changed, but I see > from > > ssh output that the host for the repo has. I attach my public key in ca= se > > it needs to be re-installed. > > Specifically, Bastien said: > > For Org and Worg COMMITTERS > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > > You will need to create a new user on https://code.orgmode.org in > order to push commits to org-mode.git or worg.git: > > 1. Create a user on https://code.orgmode.org > 2. Add your ssh public key > 3. Send me an email to be added as a collaborator on Org/Worg =E2=80=8BThanks very much, Eric.=E2=80=8B Did I overlook these instructions= online, or if they're not there, could they be posted on the web site? --=20 https://rrt.sc3d.org --001a11402cc69b8d3205629800bd Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
On 12 January 2018 at 08:42, Eric S Fraga <esflists@gmail.com> wrote:
On= Thursday, 11 Jan 2018 at 20:13, Reuben Thomas wrote:
> Hi,
>
> I just tried to update my worg repo clone for the first time in a whil= e,
> and my key no longer seems to work. The key hasn't changed, but I = see from
> ssh output that the host for the repo has. I attach my public key in c= ase
> it needs to be re-installed.

Specifically, Bastien said:

For Org and Worg COMMITTERS
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D

You will need to create a new user on https://code.orgmode.org in
order to push commits to org-mode.git or worg.git:

1. Create a user on https://code.orgmode.org
2. Add your ssh public key
3. Send me an email to be added as a collaborator on Org/Worg
<= div>
=E2=80=8BThanks very much, Eric.=E2= =80=8B Did I overlook these instructions online, or if they're not ther= e, could they be posted on the web site?

--
<= div class=3D"gmail_signature" data-smartmail=3D"gmail_signature"> --001a11402cc69b8d3205629800bd--