emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug: Clock times not summed correctly between years [9.0.9 (9.0.9-82-gb862c2-elpa @ ~/.emacs.d/elpa/org/)]
@ 2018-01-06 22:09 Paul Stansell
  2018-01-07  0:32 ` Nicolas Goaziou
  0 siblings, 1 reply; 6+ messages in thread
From: Paul Stansell @ 2018-01-06 22:09 UTC (permalink / raw)
  To: emacs-orgmode

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 --------------------------------------------------------
#+BEGIN: clocktable :maxlevel 2 :scope file
#+CAPTION: Clock summary at [2018-01-06 Sat 21:57]
| Headline     | Time   |
|--------------+--------|
| *Total time* | *2:00* |
|--------------+--------|
| Example      | 2:00   |
#+END:

* DONE Example
  :END:
  :CLOCK:
  CLOCK: [2018-01-06 Sat 20:00]--[2018-01-06 Sat 20:30] =>  0:30
  CLOCK: [2018-01-06 Sat 19:30]--[2018-01-06 Sat 20:00] =>  0:30
  CLOCK: [2017-01-06 Fri 20:00]--[2017-01-06 Fri 20:30] =>  0:30
  CLOCK: [2017-01-06 Fri 19:30]--[2017-01-06 Fri 20:00] =>  0:30
  :END:

# End Example ----------------------------------------------------------




Emacs  : GNU Emacs 24.5.1 (x86_64-redhat-linux-gnu, GTK+ Version 2.24.23)
 of 2015-08-26 on localhost.localdomain
Package: Org mode version 9.0.9 (9.0.9-82-gb862c2-elpa @ ~/.emacs.d/elpa/org/)

current state:
==============
(setq
 org-tab-first-hook '(org-babel-hide-result-toggle-maybe
org-babel-header-arg-expand)
 org-speed-command-hook '(org-speed-command-default-hook
org-babel-speed-command-hook)
 org-occur-hook '(org-first-headline-recenter)
 org-metaup-hook '(org-babel-load-in-session-maybe)
 org-confirm-shell-link-function 'yes-or-no-p
 org-after-todo-state-change-hook '(org-clock-out-if-current)
 org-src-mode-hook '(org-src-babel-configure-edit-buffer
org-src-mode-configure-edit-buffer)
 org-agenda-before-write-hook '(org-agenda-add-entry-text)
 org-babel-pre-tangle-hook '(save-buffer)
 org-mode-hook '(#[0 "\300\301\302\303\304$\207"
           [add-hook change-major-mode-hook org-show-block-all append local] 5
           "\n\n(fn)"]
         #[0 "\300\301\302\303\304$\207"
           [add-hook change-major-mode-hook org-babel-show-result-all
append local] 5
           "\n\n(fn)"]
         org-babel-result-hide-spec org-babel-hide-all-hashes)
 org-archive-hook '(org-attach-archive-delete-maybe)
 org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers
          org-cycle-show-empty-lines
org-optimize-window-after-visibility-change)
 org-confirm-elisp-link-function 'yes-or-no-p
 org-metadown-hook '(org-babel-pop-to-session-maybe)
 org-link-parameters '(("id" :follow org-id-open)
               ("rmail" :follow org-rmail-open :store org-rmail-store-link)
               ("mhe" :follow org-mhe-open :store org-mhe-store-link)
               ("irc" :follow org-irc-visit :store org-irc-store-link)
               ("info" :follow org-info-open :export org-info-export :store
            org-info-store-link)
               ("gnus" :follow org-gnus-open :store org-gnus-store-link)
               ("docview" :follow org-docview-open :export
org-docview-export :store
            org-docview-store-link)
               ("bibtex" :follow org-bibtex-open :store org-bibtex-store-link)
               ("bbdb" :follow org-bbdb-open :export org-bbdb-export :complete
            org-bbdb-complete-link :store org-bbdb-store-link)
               ("w3m" :store org-w3m-store-link) ("file+sys") ("file+emacs")
               ("doi" :follow org--open-doi-link)
               ("elisp" :follow org--open-elisp-link)
               ("file" :complete org-file-complete-link)
               ("ftp" :follow (lambda (path) (browse-url (concat "ftp:" path))))
               ("help" :follow org--open-help-link)
               ("http" :follow (lambda (path) (browse-url (concat
"http:" path))))
               ("https" :follow (lambda (path) (browse-url (concat
"https:" path))))
               ("mailto" :follow (lambda (path) (browse-url (concat
"mailto:" path))))
               ("message" :follow
            (lambda (path) (browse-url (concat "message:" path))))
               ("news" :follow (lambda (path) (browse-url (concat
"news:" path))))
               ("shell" :follow org--open-shell-link))
 org-clock-out-hook '(org-clock-remove-empty-clock-drawer)
 )

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

* Re: Bug: Clock times not summed correctly between years [9.0.9 (9.0.9-82-gb862c2-elpa @ ~/.emacs.d/elpa/org/)]
  2018-01-06 22:09 Bug: Clock times not summed correctly between years [9.0.9 (9.0.9-82-gb862c2-elpa @ ~/.emacs.d/elpa/org/)] Paul Stansell
@ 2018-01-07  0:32 ` Nicolas Goaziou
  2018-01-07  0:56   ` Paul Stansell
  0 siblings, 1 reply; 6+ messages in thread
From: Nicolas Goaziou @ 2018-01-07  0:32 UTC (permalink / raw)
  To: Paul Stansell; +Cc: emacs-orgmode

Hello,

Paul Stansell <paulstansell@gmail.com> 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 correctly as "2:00".

See `org-clock-display-default-range'.

Regards,

-- 
Nicolas Goaziou

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

* Re: Bug: Clock times not summed correctly between years [9.0.9 (9.0.9-82-gb862c2-elpa @ ~/.emacs.d/elpa/org/)]
  2018-01-07  0:32 ` Nicolas Goaziou
@ 2018-01-07  0:56   ` Paul Stansell
  2018-01-07  1:19     ` Samuel Wales
  2018-01-07  1:37     ` Nicolas Goaziou
  0 siblings, 2 replies; 6+ messages in thread
From: Paul Stansell @ 2018-01-07  0:56 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: emacs-orgmode

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

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 over the full range of clocked times in a heading.

Kind regards,

Paul



On 7 January 2018 at 00:32, Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote:

> Hello,
>
> Paul Stansell <paulstansell@gmail.com> 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 correctly as "2:00".
>
> See `org-clock-display-default-range'.
>
> Regards,
>
> --
> Nicolas Goaziou
>

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

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

* Re: Bug: Clock times not summed correctly between years [9.0.9 (9.0.9-82-gb862c2-elpa @ ~/.emacs.d/elpa/org/)]
  2018-01-07  0:56   ` Paul Stansell
@ 2018-01-07  1:19     ` Samuel Wales
  2018-01-07  1:37     ` Nicolas Goaziou
  1 sibling, 0 replies; 6+ messages in thread
From: Samuel Wales @ 2018-01-07  1:19 UTC (permalink / raw)
  To: Paul Stansell; +Cc: emacs-orgmode, Nicolas Goaziou

default should perhaps be changed?

On 1/6/18, Paul Stansell <paulstansell@gmail.com> 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.

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

* Re: Bug: Clock times not summed correctly between years [9.0.9 (9.0.9-82-gb862c2-elpa @ ~/.emacs.d/elpa/org/)]
  2018-01-07  0:56   ` Paul Stansell
  2018-01-07  1:19     ` Samuel Wales
@ 2018-01-07  1:37     ` Nicolas Goaziou
  2018-01-07 10:40       ` Paul Stansell
  1 sibling, 1 reply; 6+ messages in thread
From: Nicolas Goaziou @ 2018-01-07  1:37 UTC (permalink / raw)
  To: Paul Stansell; +Cc: emacs-orgmode

Paul Stansell <paulstansell@gmail.com> 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 manual. Thank you for
the heads up.

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

I don't know, but both make sense. It's only a matter of changing
a defcustom, once you know about it.

Regards,

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

* Re: Bug: Clock times not summed correctly between years [9.0.9 (9.0.9-82-gb862c2-elpa @ ~/.emacs.d/elpa/org/)]
  2018-01-07  1:37     ` Nicolas Goaziou
@ 2018-01-07 10:40       ` Paul Stansell
  0 siblings, 0 replies; 6+ messages in thread
From: Paul Stansell @ 2018-01-07 10:40 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: emacs-orgmode

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

I see that the exact same "bug" was reported at the start of 2016 by
David Bremner.  Personally, I feel that fewer people would be confused
by this if the default value was set to "untilnow".

I also realised that the full list of values that I can use for
org-clock-display-default-range is described in org-clock.el.

By the way, you guys are brilliant and I thank you for your work on
org mode (which I'd struggle to live without now that I'm so dependent
on it).

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

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

end of thread, other threads:[~2018-01-07 10:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-06 22:09 Bug: Clock times not summed correctly between years [9.0.9 (9.0.9-82-gb862c2-elpa @ ~/.emacs.d/elpa/org/)] Paul Stansell
2018-01-07  0:32 ` Nicolas Goaziou
2018-01-07  0:56   ` Paul Stansell
2018-01-07  1:19     ` Samuel Wales
2018-01-07  1:37     ` Nicolas Goaziou
2018-01-07 10:40       ` Paul Stansell

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).