Hello Edward, Edward DeMeulle wrote: > Just realized that I was incorrect about the level. It is actually when > moving the cursor in the agenda to a 4th level heading that the minibuffer > expands in size to two lines and then back to one line when moving to > another entry that isn't 4th level. This happens under Linux but not > Windows. > > Am I the only one experiencing this?
Try: --8<---------------cut here---------------start------------->8--- ;; minibuffer window expands vertically as necessary to hold the text ;; that you put in the minibuffer (setq resize-mini-windows t) --8<---------------cut here---------------end--------------->8--- (instead of the 'grow-only default) Best regards, Seb -- Sebastien Vauban
