emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* bug: isearch hides text that should be shown, ignoring all show variables
       [not found] <CAJcAo8vbN7Gg=MLBubYXwPLcrG8bpnjnnKATOeNeSM2nYWH_VQ@mail.gmail.com>
@ 2015-01-11  1:12 ` Samuel Wales
  2015-01-17 10:01   ` Nicolas Goaziou
  0 siblings, 1 reply; 4+ messages in thread
From: Samuel Wales @ 2015-01-11  1:12 UTC (permalink / raw)
  To: emacs-orgmode

a similar bug to "bug: isearch puts ellipses at top of window" [which
has an ecm]:

* aa
* a
text
*** b
text
*** c
text
* d

and isearch for text sometimes produces the output below at top of window:

...
* a
text
...
* d

and sometimes this:

...
* a
text
*** b
* d

both are not what i want.  to me, nothing should ever be hidden in org
unless it can be hidden using arrow keys and tab.

i don't have an ecm.


samuel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: bug: isearch hides text that should be shown, ignoring all show variables
  2015-01-11  1:12 ` bug: isearch hides text that should be shown, ignoring all show variables Samuel Wales
@ 2015-01-17 10:01   ` Nicolas Goaziou
  2015-01-17 19:50     ` Samuel Wales
  0 siblings, 1 reply; 4+ messages in thread
From: Nicolas Goaziou @ 2015-01-17 10:01 UTC (permalink / raw)
  To: Samuel Wales; +Cc: emacs-orgmode

Hello,

Samuel Wales <samologist@gmail.com> writes:

> a similar bug to "bug: isearch puts ellipses at top of window" [which
> has an ecm]:
>
> * aa
> * a
> text
> *** b
> text
> *** c
> text
> * d
>
> and isearch for text sometimes produces the output below at top of window:
>
> ...
> * a
> text
> ...
> * d
>
> and sometimes this:
>
> ...
> * a
> text
> *** b
> * d
>
> both are not what i want.  to me, nothing should ever be hidden in org
> unless it can be hidden using arrow keys and tab.

Indeed. I don't like it either, but it makes sense: to show the minimal
context around information. What you suggest means to show all top-level
children in the entry. This can be invasive when there are many
children.

Anyway, the point here is that you can use `org-reveal' (C-c C-r) to get
a more regular visibility.


Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: bug: isearch hides text that should be shown, ignoring all show variables
  2015-01-17 10:01   ` Nicolas Goaziou
@ 2015-01-17 19:50     ` Samuel Wales
  2015-01-18  9:20       ` Nicolas Goaziou
  0 siblings, 1 reply; 4+ messages in thread
From: Samuel Wales @ 2015-01-17 19:50 UTC (permalink / raw)
  To: Samuel Wales, emacs-orgmode

On 1/17/15, Nicolas Goaziou <mail@nicolasgoaziou.fr> 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.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: bug: isearch hides text that should be shown, ignoring all show variables
  2015-01-17 19:50     ` Samuel Wales
@ 2015-01-18  9:20       ` Nicolas Goaziou
  0 siblings, 0 replies; 4+ messages in thread
From: Nicolas Goaziou @ 2015-01-18  9:20 UTC (permalink / raw)
  To: Samuel Wales; +Cc: emacs-orgmode

Samuel Wales <samologist@gmail.com> 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,

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-01-18  9:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CAJcAo8vbN7Gg=MLBubYXwPLcrG8bpnjnnKATOeNeSM2nYWH_VQ@mail.gmail.com>
2015-01-11  1:12 ` bug: isearch hides text that should be shown, ignoring all show variables Samuel Wales
2015-01-17 10:01   ` Nicolas Goaziou
2015-01-17 19:50     ` Samuel Wales
2015-01-18  9:20       ` Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).