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] [PATCH 1/3] org-habit: Add org-habit-scheduled-past-days

2019-02-07 Thread John Lee
On Wed, 6 Feb 2019, at 21:32, Nicolas Goaziou wrote: > I applied them in master. Thank you. Thank you! > Could you provide an entry for ORG-NEWS file, too? Will do.

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] drawer handling

2019-02-07 Thread Jude DaShiell
Solved! Two things to do with drawers in tables. Put the drawer at the end of a table. If the table likely will expand, on the last entry in the current table tab through the entry and tab once more so you leave a blank line above the drawer that can have another entry added to it. Drawers were

Re: [O] drawer handling

2019-02-07 Thread Nicolas Goaziou
Hello, Jude DaShiell writes: > Here's an example org file, when opened in emacs I can get into the > drawer but not beyond the drawer. > > | President | birth | age | signature | > key | deathcard | > :notes: > See "Kaballah Of Numbers" Chapter 4

Re: [O] drawer handling

2019-02-07 Thread Jude DaShiell
What I haven't tried yet is to put the drawer at the bottom of the table. I'll try that next and see if that clears up my navigating problem. On Thu, 7 Feb 2019, Jude DaShiell wrote: > Date: Thu, 7 Feb 2019 15:28:17 > From: Jude DaShiell > To: Nicolas Goaziou > Cc: emacs-orgmode@gnu.org >

Re: [O] Format of links to Info node and Info index

2019-02-07 Thread Nicolas Goaziou
Hello, Michael Brand writes: > On Sat, Feb 2, 2019 at 11:14 AM Michael Brand > wrote: > >> [...] Now I am confused about >> the difference of info:org#Feedback that is documented as a link to an >> info _node_ in [[info:org#External Links]] but never used in >> org-manual.org versus

Re: [O] drawer handling

2019-02-07 Thread Jude DaShiell
Here's an example org file, when opened in emacs I can get into the drawer but not beyond the drawer. | President | birth | age | signature | key | deathcard | :notes: See "Kaballah Of Numbers" Chapter 4 by Sephariel for tarot card calculation

Re: [O] Format of links to Info node and Info index

2019-02-07 Thread Michael Brand
Hi all On Sat, Feb 2, 2019 at 11:14 AM Michael Brand wrote: > [...] Now I am confused about > the difference of info:org#Feedback that is documented as a link to an > info _node_ in [[info:org#External Links]] but never used in > org-manual.org versus info:org::Feedback that is not documented

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

[O] Completely hide the :PROPERTIES: drawer in org-mode.

2019-02-07 Thread Keith David Bershatsky
A few years ago, I wrote up an answer to my own question on Stackoverflow to completely hide the :PROPERTIES: drawer, including the line that says :PROPERTIES:. Since then, it has received nearly 5,000 views, 11 stars, 17 upvotes on the initial question, and 15 upvotes on the answer. Today, a

Re: [O] org-icalendar: Change dates to today in VEVENT export

2019-02-07 Thread Michaël Cadilhac
On Thu, 7 Feb 2019 at 13:30, Nicolas Goaziou wrote: > If you think that's a feature Org ought to provide, please consider > sending a patch about it. Well, certainly. I may not have had the best discipline in writing these, so turning them into patches is a bit painful. Let me know if I can

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] org-icalendar: Change dates to today in VEVENT export

2019-02-07 Thread Nicolas Goaziou
Hello, Michaël Cadilhac writes: > Alright, so I guess this is indeed not doable out of the box. I've > implemented this on my fork of org-mode: >https://code.orgmode.org/michaelcadilhac/org-mode > (Also two more things that may be of interest: Include tags in summaries, > and give a bit

Re: [O] drawer handling

2019-02-07 Thread Nicolas Goaziou
Hello, Jude DaShiell writes: > If a drawer is associated with and below a table entry is it necessary to > hide the drawer's visibility in order to go below the drawer in the > original org file and edit entries below that drawer? I'm using org > version 8.29 and just using tab doesn't get me

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

Re: [O] org-icalendar: Change dates to today in VEVENT export

2019-02-07 Thread Michaël Cadilhac
Alright, so I guess this is indeed not doable out of the box. I've implemented this on my fork of org-mode: https://code.orgmode.org/michaelcadilhac/org-mode (Also two more things that may be of interest: Include tags in summaries, and give a bit more information about the timezone—ical.js

[O] Arithmetic range error

2019-02-07 Thread Colin Baxter
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. Looking at 'org-publish-cache-ctime-of-src' in