[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] bug: isearch hides text that should be shown, ignoring all show
From: |
Nicolas Goaziou |
Subject: |
Re: [O] bug: isearch hides text that should be shown, ignoring all show variables |
Date: |
Sun, 18 Jan 2015 10:20:21 +0100 |
Samuel Wales <address@hidden> writes:
> is it the case that doing org-reveal as an after defadvice to
> org-show-context should guarantee canonical visibility?
It guarantees canonical visibility with optional argument, i.e.,
(org-reveal t)
I'm pondering if (org-reveal nil) is really useful or if it should
always be (org-reveal t), in a sense.
Regards,