Eric S Fraga <e.fr...@ucl.ac.uk> writes: > Is there an alternative means of raising an error or warning without > terminating normal processing?
In this case, no error should be thrown. "hideblocks" startup options triggers `org-hide-block-all', which, in turn, calls `org-hide-block-toggle-maybe', which is the safe version of `org-hide-block-toggle'. Unfortunately, `org-hide-block-toggle-maybe' wasn't very safe. I fixed it too. Regards, -- Nicolas Goaziou