Thank you for the prompt response I would like all "clock" entries - with associated notes - in the CLOCK drawer. With org version 9 time goes to the CLOCK drawer, note goes to the LOGBOOK drawer.
I would like all other "logbook" entries - separate entries are possible - in the LOGBOOK drawer. Segregating the "clock" and "logbook" entries makes drawer easier to read for my purposes. In version 8 org behaved in this manner. Is it possible to retain this behavior? Regards, Frank. On 1/18/2017 4:39 PM, Nicolas Goaziou wrote: > Hello, > > "Francis J. Monari, Esquire" <monarifj....@juno.com> writes: > >> 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") > > Why do you specify a different drawer name if you want notes and clocks > in the same one? > > Regards, >