Ihor Radchenko <[email protected]> writes:

> 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

Thanks!

>> 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

I cannot find that commit.

     Cheers,
     Jonas

Reply via email to