Re: [O] Arithmetic range error

2019-02-08 Thread Colin Baxter
> "Kyle" == Kyle Meyer writes: Kyle> Nicolas Goaziou writes: >> Colin Baxter writes: >> >>> I can now confirm that if the above commit is reversed then my >>> Arithmetic range error disappears. >>> >>> diff --git a/lisp/ox-publish.el b/lisp/ox-publish.el index

Re: [O] Arithmetic range error

2019-02-07 Thread Kyle Meyer
Nicolas Goaziou writes: > Colin Baxter writes: > >> I can now confirm that if the above commit is reversed then my >> Arithmetic range error disappears. >> >> diff --git a/lisp/ox-publish.el b/lisp/ox-publish.el >> index d9fc8d2..2144aa1 100644 >> --- a/lisp/ox-publish.el >> +++

Re: [O] Arithmetic range error

2019-02-07 Thread Nicolas Goaziou
Hello, Colin Baxter writes: > I can now confirm that if the above commit is reversed then my > Arithmetic range error disappears. > > diff --git a/lisp/ox-publish.el b/lisp/ox-publish.el > index d9fc8d2..2144aa1 100644 > --- a/lisp/ox-publish.el > +++ b/lisp/ox-publish.el > @@ -1366,7 +1366,9

Re: [O] Arithmetic range error

2019-02-07 Thread Colin Baxter
> Kyle Meyer writes: > Colin Baxter writes: >> Publishing an org file today, the html output looks ok but I get >> the compilation error: >> >> Arithmetic range error: "floor", 1549541220.7500212 >> >> I get the error with org-version 9.2.1 >>

Re: [O] Arithmetic range error

2019-02-07 Thread Colin Baxter
> "Colin" == Colin Baxter writes: > Kyle Meyer writes: >> Colin Baxter writes: >>> Publishing an org file today, the html output looks ok but I get >>> the compilation error: >>> >>> Arithmetic range error: "floor", 1549541220.7500212 >>> >>> I get the

Re: [O] Arithmetic range error

2019-02-07 Thread Colin Baxter
> Kyle Meyer writes: > Colin Baxter writes: >> Publishing an org file today, the html output looks ok but I get >> the compilation error: >> >> Arithmetic range error: "floor", 1549541220.7500212 >> >> I get the error with org-version 9.2.1 >>

Re: [O] Arithmetic range error

2019-02-07 Thread Nicolas Goaziou
Hello, Colin Baxter writes: > Publishing an org file today, the html output looks ok but I get the > compilation error: > > Arithmetic range error: "floor", 1549541220.7500212 > > I get the error with org-version 9.2.1 (release_9.2.1-200-g18b85a) > but not with org-version 8.2.10. > > Looking

Re: [O] Arithmetic range error

2019-02-07 Thread Robert Pluim
Colin Baxter writes: > Hello, > > Publishing an org file today, the html output looks ok but I get the > compilation error: > > Arithmetic range error: "floor", 1549541220.7500212 > > I get the error with org-version 9.2.1 (release_9.2.1-200-g18b85a) > but not with org-version 8.2.10. > >

Re: [O] Arithmetic range error

2019-02-07 Thread Kyle Meyer
Colin Baxter writes: > Publishing an org file today, the html output looks ok but I get the > compilation error: > > Arithmetic range error: "floor", 1549541220.7500212 > > I get the error with org-version 9.2.1 (release_9.2.1-200-g18b85a) > but not with org-version 8.2.10. > > Looking at