Re: [O] Show more text in Follow mode or Tabbing after search?

2012-12-22 Thread Bastien
Hi Nathan,

Nathan Neff nathan.n...@gmail.com writes:

 I like the Follow mode feature, but is there a way to show more context 
 around
 the text that's shown in the Follow mode?

You can use this to show the whole subtree in follow mode:

(setq org-agenda-follow-indirect t)

-- 
 Bastien



Re: [O] Show more text in Follow mode or Tabbing after search?

2012-10-09 Thread Sebastien Vauban
Hi Nathan,

Nathan Neff wrote:
 Currently, I do an Agenda search, then I get a list of result headlines back.

 I know there's a Show Context feature but this is rather noisy.

 I like the Follow mode feature, but is there a way to show more context 
 around
 the text that's shown in the Follow mode?

 For example, I have window 1 and window 2 after doing a search

 Search baz
  Search Results
 * foo --cursor here
 * bar
 * baz
  Window Opened in F ollow mode or pressing Tab
 -
 * foo
 * bar
 * baz

 Is there a way to show more context in the search results? Possibly
 highlighting the
 search term?  I know I can press Tab, then press Tab again to open the
 headline that was found, but this is many keypresses just to try to
 find the text that you searched
 for in the first place.

I don't know if this is related to my (constantly evolving) config of Org, or
to some change in Org itself but, before, the foo node was opened
simultaneously, when moving the point in the source buffer -- and folded
when going to the following.

Best regards,
  Seb

-- 
Sebastien Vauban




[O] Show more text in Follow mode or Tabbing after search?

2012-10-08 Thread Nathan Neff
Currently, I do an Agenda search, then I get a list of result headlines back.

I know there's a Show Context feature but this is rather noisy.

I like the Follow mode feature, but is there a way to show more context around
the text that's shown in the Follow mode?

For example, I have window 1 and window 2 after doing a search

Search baz
 Search Results
* foo --cursor here
* bar
* baz
 Window Opened in F ollow mode or pressing Tab
-
* foo
* bar
* baz

Is there a way to show more context in the search results? Possibly
highlighting the
search term?  I know I can press Tab, then press Tab again to open the
headline that was found, but this is many keypresses just to try to
find the text that you searched
for in the first place.

Thanks,
--Nate