From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Wales Subject: Re: bug: isearch hides text that should be shown, ignoring all show variables Date: Sat, 17 Jan 2015 12:50:32 -0700 Message-ID: References: <87a91hsp7p.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49798) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YCZOE-00032w-OO for emacs-orgmode@gnu.org; Sat, 17 Jan 2015 14:50:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YCZOD-0004lY-Vf for emacs-orgmode@gnu.org; Sat, 17 Jan 2015 14:50:34 -0500 Received: from mail-lb0-x233.google.com ([2a00:1450:4010:c04::233]:46027) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YCZOD-0004lU-Jk for emacs-orgmode@gnu.org; Sat, 17 Jan 2015 14:50:33 -0500 Received: by mail-lb0-f179.google.com with SMTP id z11so23005535lbi.10 for ; Sat, 17 Jan 2015 11:50:32 -0800 (PST) In-Reply-To: <87a91hsp7p.fsf@nicolasgoaziou.fr> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Samuel Wales , emacs-orgmode@gnu.org On 1/17/15, Nicolas Goaziou wrote: > Anyway, the point here is that you can use `org-reveal' (C-c C-r) to get > a more regular visibility. i am pretty sure that no org variables allow specifying this so that it happens without you doing that. is it the case that doing org-reveal as an after defadvice to org-show-context should guarantee canonical visibility? if there are cases when it does not guarantee that, then what does? thanks.