emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [BUG] Avoid folding drawers using `org-clock-goto'


From: Tor Kringeland
Subject: Re: [BUG] Avoid folding drawers using `org-clock-goto'
Date: Sun, 24 Jul 2022 01:41:45 +0000

Ihor Radchenko <yantar92@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

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