Re: [O] How can I set the maximum height of the other window created with org-agenda-follow-mode?

2013-07-12 Thread Bastien
Hi Trevor,

Trevor Murphy trevor.m.mur...@gmail.com writes:

 Eric's correct.  My original message must not have been clear
 enough, my bad.

Yes -- I've read too fast.  I don't know about a good solution,
but maybe I've not looked hard enough...

Best,

-- 
 Bastien



[O] How can I set the maximum height of the other window created with org-agenda-follow-mode?

2013-07-11 Thread Trevor Murphy
I like turning on agenda-follow-mode by default, but I don't like how it
automatically uses up half the frame real estate when it shows the other
window.

Is there a way to make that other window take only 25% of the frame?
Leaving the remainder for the actual agenda?  I didn't find any mention
in the documentation or the defcustoms in org.el and org-agenda.el.

I realize this may be a more emacs-general question about controlling
window configuration, but I'm also stuck on that front as well.  Google
searches about controlling emacs window size take me to SO answers for
how to maximize the frame on startup.
-- 
Trevor Murphy
GnuPG Key: 0xCB06EAAF




Re: [O] How can I set the maximum height of the other window created with org-agenda-follow-mode?

2013-07-11 Thread Bastien
Hi Trevor,

Trevor Murphy trevor.m.mur...@gmail.com writes:

 I like turning on agenda-follow-mode by default, but I don't like how it
 automatically uses up half the frame real estate when it shows the other
 window.

C-h v org-agenda-window-frame-fractions RET

HTH,

-- 
 Bastien



Re: [O] How can I set the maximum height of the other window created with org-agenda-follow-mode?

2013-07-11 Thread Eric S Fraga
Bastien b...@gnu.org writes:

 Hi Trevor,

 Trevor Murphy trevor.m.mur...@gmail.com writes:

 I like turning on agenda-follow-mode by default, but I don't like how it
 automatically uses up half the frame real estate when it shows the other
 window.

 C-h v org-agenda-window-frame-fractions RET

 HTH,

Bastien,

I am not sure if this actually addresses Trevor's question.  I think his
question is about the supplementary window that shows the agenda item
entry as you move about in the main agenda window.  That supplementary
window's size changes depending on the contents of the text within the
headline associated with an agenda item and, if the text is long enough,
the window can be quite large.

But, then again, I may have misunderstood the point...  in which case
just ignore my late night musings!

-- 
: Eric S Fraga (0xFFFCF67D), Emacs 24.3.50.1, Org release_8.0.5-326-g325e40




Re: [O] How can I set the maximum height of the other window created with org-agenda-follow-mode?

2013-07-11 Thread Trevor Murphy
Eric's correct.  My original message must not have been clear enough, my bad.

I did find org-agenda-window-frame-fractions, and I tried setting it to
 '(0.75 . 0.75).  On a lark I also tried '(0.9 . 0.9).  In those cases,
 the agenda window initially popped up at 75% and 90% of the frame,
 respectively (as expected), but as soon as I moved to an agenda item
 the follow window stole half the frame.
-- 
Trevor Murphy
GnuPG Key: 0xCB06EAAF