Jonas Bernoulli <[email protected]> writes:

> When using
>   #+STARTUP: hideblocks overview
> blocks are not hidden.  With
>   #+STARTUP: hideblocks nofold
> they are.
> ...
> I've tracked this down to the use of
>   (move-beginning-of-line 1)
> in org-at-block-p.  Replacing that with
>   (goto-char (pos-bol))
> fixes the issue.

Fixed, on bugfix.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=d5a56bd99

> You might want to look into other uses of move-beginning-of-line.

https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=2cc229ba5

-- 
Ihor Radchenko // yantar92,
Org mode maintainer,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>

Reply via email to