emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Bug: clock comments [9.0.2 (9.0.2-elpaplus @ c:/USR/FJM/APP/.emacs.d


From: Francis J. Monari, Esquire
Subject: [O] Bug: clock comments [9.0.2 (9.0.2-elpaplus @ c:/USR/FJM/APP/.emacs.d/elpa/org-plus-contrib-20161214/)]
Date: Wed, 18 Jan 2017 11:53:11 -0500
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0

List:

Using:
Emacs  : GNU Emacs 24.5.1 (i686-pc-mingw32)
 of 2015-04-11 on LEG570
Package: Org mode version 9.0.2 (9.0.2-elpaplus @
c:/USR/FJM/APP/.emacs.d/elpa/org-plus-contrib-20161214/)

Using Clock Mode to track time.
Org Mode starts and stops clock.  Clock entry redirected to CLOCK
drawer.
I expect to see the clock entry (time & note) appear in CLOCK drawer.
What happens is that clock time goes to CLOCK drawer, clock note goes to
LOGBOOK drawer.
This allocation does not make sense.  Time is properly tracked, but no
ability to identify activity.
org mode clock variables follow:
;;;Org clock settings
(add-hook 'org-clock-in-prepare-hook 'org-resolve-clocks)
(setq org-clock-history-length 32)
(setq org-clock-idle-time 20)
(setq org-clock-in-resume t)
(setq org-clock-into-drawer "CLOCK")
(setq org-clock-mode-line-total 'today)
(setq org-clock-rounding-minutes '(0 15))
(setq org-clock-sound t) ;can take file name
(setq org-clock-out-remove-zero-time-clocks nil)
(setq org-clock-out-when-done t)
(setq org-clock-persist t)
(setq org-clock-persist-query-resume t)
(org-clock-persistence-insinuate)

Any help appreciated.

Thank you

Frank.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]