Re: [O] Small bug in example code

2018-01-12 Thread Reuben Thomas
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

Re: [O] Small bug in example code

2018-01-12 Thread Eric S Fraga
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 ne

Re: [O] Small bug in example code

2018-01-12 Thread Eric S Fraga
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 ne

Re: [O] Small bug in example code

2018-01-11 Thread Reuben Thomas
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:

Re: [O] Small bug in example code

2014-03-19 Thread Bastien
Reuben Thomas writes: > OK, I have commits ready to push as soon as you install my SSH key! Done, -- Bastien

Re: [O] Small bug in example code

2014-03-19 Thread Reuben Thomas
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-mo

Re: [O] Small bug in example code

2014-03-19 Thread Bastien
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 > use

[O] Small bug in example code

2014-03-19 Thread Reuben Thomas
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