Bastien <[email protected]> writes:
> Ihor Radchenko <[email protected]> writes:
>
>> I think I addressed the raised issues.
>> Just merged org-fold upstream.
>
> Great! Thanks again for the hard work and the merge.
>
> One glitch: when refiling an entry to a folded section, the section
> gets unfolded.
>
> Can you reproduce this? Let me know if you need a detailed recipe.
Apparently I did it on purpose at some point when I was tuning the
differences between Emacs handling of overlays and text properties.
If I am correct about the cause, commenting out the org-fold-reveal' in
org-refile should solve the problem.
;; (org-fold-reveal)
(org-paste-subtree level nil nil t)
If you confirm, I can just remove the call to `org-fold-reveal'.
Best,
Ihor