Ihor Radchenko <[email protected]> writes:
>
> Also, I tested the branch, and found a couple of issues:
>
> 1. Doing (plist-put org-inside-appearance :unhide t) does not
> immediately take effect. The very next move into a link will still
> not unhide. The same when switching back to :unhide nil.
Sorry that got cutoff. I've pushed a change to ensure all local state is
reset and removed during reset-all (including auto-unhide), so any
`setopt' change should now update live (please test). You do need,
e.g.:
(setopt org-inside-appearance
(plist-put org-inside-appearance :face 'org-inside-face))
etc.
> 2. With org file containing just
> [[foo][bar *asd* a]]
> and org-inside activated, moving the point towards asd will trigger
> infinite error.
This works fine for me. Is this from emacs -Q or using your config?