Ihor Radchenko <yanta...@gmail.com> writes:

> Could you please elaborate why you prefer not folding drawers in
> `org-clock-goto'?

If I already unfolded a drawer (for example with notes), then I want to
keep it open, at least as long as the heading itself is unfolded.  For
example if I have

#+begin_example
* some text
  :LOGBOOK:
  CLOCK: [2022-07-24 Sun 03:33]
  - Note taken on [2022-07-24 Sun 03:33] \\
    a note
  :END:
#+end_example

and I jump back to this (unfolded) heading, I want to have the same
overview.  Currently `org-clock-goto' folds the drawer, so instead I get

#+begin_example
* some text
  :LOGBOOK:...
#+end_example

which is unexpected.  If someone wants this behavior I think it'd be
more prudent to add it to `org-clock-goto-hook'.

Reply via email to