emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Small bug in example code
@ 2014-03-19 20:57 Reuben Thomas
  2014-03-19 22:52 ` Bastien
  0 siblings, 1 reply; 8+ messages in thread
From: Reuben Thomas @ 2014-03-19 20:57 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 336 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 547 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Small bug in example code
  2014-03-19 20:57 Small bug in example code Reuben Thomas
@ 2014-03-19 22:52 ` Bastien
  2014-03-19 23:22   ` Reuben Thomas
  0 siblings, 1 reply; 8+ messages in thread
From: Bastien @ 2014-03-19 22:52 UTC (permalink / raw)
  To: Reuben Thomas; +Cc: emacs-orgmode

Reuben Thomas <rrt@sc3d.org> 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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Small bug in example code
  2014-03-19 22:52 ` Bastien
@ 2014-03-19 23:22   ` Reuben Thomas
  2014-03-19 23:25     ` Bastien
  0 siblings, 1 reply; 8+ messages in thread
From: Reuben Thomas @ 2014-03-19 23:22 UTC (permalink / raw)
  To: Bastien; +Cc: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 597 bytes --]

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:

> Reuben Thomas <rrt@sc3d.org> 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

[-- Attachment #2: Type: text/html, Size: 1266 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Small bug in example code
  2014-03-19 23:22   ` Reuben Thomas
@ 2014-03-19 23:25     ` Bastien
  2018-01-11 20:13       ` Reuben Thomas
  0 siblings, 1 reply; 8+ messages in thread
From: Bastien @ 2014-03-19 23:25 UTC (permalink / raw)
  To: Reuben Thomas; +Cc: emacs-orgmode

Reuben Thomas <rrt@sc3d.org> writes:

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

Done,

-- 
 Bastien

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Small bug in example code
  2014-03-19 23:25     ` Bastien
@ 2018-01-11 20:13       ` Reuben Thomas
  2018-01-12  8:41         ` Eric S Fraga
  2018-01-12  8:42         ` Eric S Fraga
  0 siblings, 2 replies; 8+ messages in thread
From: Reuben Thomas @ 2018-01-11 20:13 UTC (permalink / raw)
  To: Bastien; +Cc: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 488 bytes --]

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.org> wrote:

> Reuben Thomas <rrt@sc3d.org> writes:
>
> > OK, I have commits ready to push as soon as you install my SSH key!
>
> Done,
>
> --
>  Bastien
>



-- 
https://rrt.sc3d.org

[-- Attachment #1.2: Type: text/html, Size: 1376 bytes --]

[-- Attachment #2: id_rsa.pub --]
[-- Type: application/vnd.ms-publisher, Size: 391 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Small bug in example code
  2018-01-11 20:13       ` Reuben Thomas
@ 2018-01-12  8:41         ` Eric S Fraga
  2018-01-12  8:42         ` Eric S Fraga
  1 sibling, 0 replies; 8+ messages in thread
From: Eric S Fraga @ 2018-01-12  8:41 UTC (permalink / raw)
  To: Reuben Thomas; +Cc: Bastien, emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 472 bytes --]

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.

-- 
Eric S Fraga via Emacs 27.0.50, Org release_9.1.6-317-gc82c21

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 194 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Small bug in example code
  2018-01-11 20:13       ` Reuben Thomas
  2018-01-12  8:41         ` Eric S Fraga
@ 2018-01-12  8:42         ` Eric S Fraga
  2018-01-12 17:57           ` Reuben Thomas
  1 sibling, 1 reply; 8+ messages in thread
From: Eric S Fraga @ 2018-01-12  8:42 UTC (permalink / raw)
  To: Reuben Thomas; +Cc: Bastien, emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 752 bytes --]

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

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

-- 
Eric S Fraga via Emacs 27.0.50, Org release_9.1.6-317-gc82c21

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 194 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Small bug in example code
  2018-01-12  8:42         ` Eric S Fraga
@ 2018-01-12 17:57           ` Reuben Thomas
  0 siblings, 0 replies; 8+ messages in thread
From: Reuben Thomas @ 2018-01-12 17:57 UTC (permalink / raw)
  To: Reuben Thomas, Bastien, emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 962 bytes --]

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


​Thanks very much, Eric.​ Did I overlook these instructions online, or if
they're not there, could they be posted on the web site?

-- 
https://rrt.sc3d.org

[-- Attachment #2: Type: text/html, Size: 1988 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-01-12 17:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-19 20:57 Small bug in example code Reuben Thomas
2014-03-19 22:52 ` Bastien
2014-03-19 23:22   ` Reuben Thomas
2014-03-19 23:25     ` Bastien
2018-01-11 20:13       ` Reuben Thomas
2018-01-12  8:41         ` Eric S Fraga
2018-01-12  8:42         ` Eric S Fraga
2018-01-12 17:57           ` Reuben Thomas

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).