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.