emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Fast tag selection can split window wrongly


From: Leo
Subject: [Orgmode] Fast tag selection can split window wrongly
Date: Wed, 08 Dec 2010 18:20:10 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2.90 (Mac OS X 10.6.5)

Hello list,

It's been a long time ;)

I'm running GNU Emacs 23.2.90.2 (x86_64-apple-darwin10.5.0, Carbon
Version 1.6.0 AppKit 1038.35) of 2010-12-05 on Victoria.local with
org-mode 7.3 (installed from the snapshot link on the website).

I usually have emacs in fullscreen with just one frame. And I have found
that the fast tag selection can produce a really ugly layout. See this
screenshot:

Attachment: emacs-org.png
Description: PNG image

Emacs was changed from one window into 3 windows after typing C-c C-c
C-c on the heading. Note also some of the important text (tags) extends
into the window edge (I have truncate-lines defaults to t).

,----
| (setq-default truncate-lines t)
| (setq split-width-threshold 156
|       truncate-partial-width-windows nil)
`----

Now if the frame is not in fullscreen it only pops up a tag selection
window after pressing C-c C-c C-c, which is like this:

Attachment: emacs-org2.png
Description: PNG image

I guess this is the intended behaviour.

Any idea how to fix the first case? I suspect this has something to do
with the new splitting window introduced by split-window-sensibly.

Thanks.

Leo

reply via email to

[Prev in Thread] Current Thread [Next in Thread]