Re: [O] Bug: Clock times not summed correctly between years [9.0.9 (9.0.9-82-gb862c2-elpa @ ~/.emacs.d/elpa/org/)]

2018-01-06 Thread Nicolas Goaziou
Paul Stansell writes: > Thanks for that tip, I was totally unaware of that option (it doesn't seem > to be mentioned in the user documentation, eg, it's not mentioned on > https://orgmode.org/manual/Clocking-commands.html). I added a reference to that variable in Org 8.2

Re: [O] Bug: Clock times not summed correctly between years [9.0.9 (9.0.9-82-gb862c2-elpa @ ~/.emacs.d/elpa/org/)]

2018-01-06 Thread Samuel Wales
default should perhaps be changed? On 1/6/18, Paul Stansell wrote: > I do wonder why the default range should be set at the current year and not > simply over the full range of clocked times in a heading.

Re: [O] Bug in Sticky Agendas

2018-01-06 Thread Nicolas Goaziou
Ian Dunn writes: > NG> Thank you. It looks good. > > NG> Could you send it again with a proper commit message so I can apply > it? > > This work? Perfect. Applied, thank you. Regards,

Re: [O] Bug: Clock times not summed correctly between years [9.0.9 (9.0.9-82-gb862c2-elpa @ ~/.emacs.d/elpa/org/)]

2018-01-06 Thread Paul Stansell
Hello Nicolas, Thanks for that tip, I was totally unaware of that option (it doesn't seem to be mentioned in the user documentation, eg, it's not mentioned on https://orgmode.org/manual/Clocking-commands.html). I do wonder why the default range should be set at the current year and not simply

Re: [O] Bug: Clock times not summed correctly between years [9.0.9 (9.0.9-82-gb862c2-elpa @ ~/.emacs.d/elpa/org/)]

2018-01-06 Thread Nicolas Goaziou
Hello, Paul Stansell writes: > The sum of the clock time seems to be summing just times in the current > year. In the example below typing C-c C-x C-d in the "Example" section > displays "1:00" instead of "2:00" on the heading line. The clocktable > computes the sum

Re: [O] Org agenda

2018-01-06 Thread Brett Viren
"M. P." writes: > I create a TODO and save the file but I can’t see the todo when I > select todo view in agenda? What am I doing wrong? Maybe your file is not in the org-agenda-files list. If so, a quick check is to visit the file and do "C-c ["

Re: [O] Bug in Sticky Agendas

2018-01-06 Thread Ian Dunn
NG> Thank you. It looks good. NG> Could you send it again with a proper commit message so I can apply it? This work? >From df299def392a93a2adf41ae3cd740b54382d64b0 Mon Sep 17 00:00:00 2001 From: Ian Dunn Date: Sat, 6 Jan 2018 17:29:11 -0500 Subject: [PATCH] org-agenda:

[O] Org agenda

2018-01-06 Thread M. P.
I create a TODO and save the file but I can’t see the todo when I select todo view in agenda? What am I doing wrong?

[O] Bug: Clock times not summed correctly between years [9.0.9 (9.0.9-82-gb862c2-elpa @ ~/.emacs.d/elpa/org/)]

2018-01-06 Thread Paul Stansell
Hello, The sum of the clock time seems to be summing just times in the current year. In the example below typing C-c C-x C-d in the "Example" section displays "1:00" instead of "2:00" on the heading line. The clocktable computes the sum correctly as "2:00". Thanks # Start Example

[O] clocktable :formula not working for columns > $9

2018-01-06 Thread Brian J Hoskins
org-mode development team, When generating a clocktable and using the :formula parameter, attempts to manipulate columns > $9 are unsuccessful. For example, consider the attached (anonymised) screen-grab of the output from a clocktable in one of my org files. As a test, I have used the :formula

Re: [O] problem with empty column

2018-01-06 Thread Eric S Fraga
On Saturday, 6 Jan 2018 at 09:37, Uwe Brauer wrote: > The column of reference is E1 per default, which is the second one. The Ah, okay, I understand now. Thanks. I see that you have been given a solution elsewhere using vmean but you could also consider adding "N" to the expression (i.e. after

Re: [O] Equation references in HTML export

2018-01-06 Thread Nicolas Goaziou
Hello, Thibault Marin writes: > From 094df613ec5fd05b6d2124bc45e6f9a8cbef92e5 Mon Sep 17 00:00:00 2001 > From: thibault > Date: Thu, 4 Jan 2018 21:23:59 -0600 > Subject: [PATCH] ox-html.el: Add MathJax label and reference to equations in > HTML

Re: [O] [PATCH] documentation fix

2018-01-06 Thread Nicolas Goaziou
Hello, Alex Branham writes: > I tripped myself up by trying to set org-agenda-show-log instead of > org-agenda-start-with-log, so hopefully this patch will help other > people down the line. Applied. Thank you. Regards, -- Nicolas Goaziou

Re: [O] Bug in Sticky Agendas

2018-01-06 Thread Nicolas Goaziou
Hello, Ian Dunn writes: > I went ahead and looked into this myself. Looks like the issue is that > the properties (lprops) are set using symbol properties with > org-agenda-redo-command, which is buffer-local. However, according to > the elisp manual (at least for the upcoming

Re: [O] [PATCH] * contrib/manual.org: Add org-capture-templates to Variable Index

2018-01-06 Thread Nicolas Goaziou
Hello, Xu Chunyang writes: > I notice 'C-h S' ('info-lookup-symbol') can't find > 'org-capture-templates', adding the variable to (info "(org) Variable > Index") should fix this issue. Applied. Thank you. > I don't know if I should change org.texi instead or both of them.

Re: [O] problem with empty column

2018-01-06 Thread Uwe Brauer
>>> "Michael" == Michael Brand writes: Hi Michael > if(typeof(vmean($1..$7)) == 12, string(""), vmean($1..$7); E This is precisely what I was looking for, thanks a lot. I meanwhile circumvent the problem by | Name | E1 | E2 | E3 | E4 | Pre | Res |

Re: [O] problem with empty column

2018-01-06 Thread Uwe Brauer
>>> "Eric" == Eric S Fraga writes: > On Friday, 5 Jan 2018 at 13:44, Uwe Brauer wrote: >> What I meant is this. > I understood what you meant and your code is working properly. You > are checking the second column which is the column labelled E1, not > the