emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Bulk] [Orgmode] Fast tag selection can split window wrongly


From: Anthony Lander
Subject: Re: [Bulk] [Orgmode] Fast tag selection can split window wrongly
Date: Thu, 9 Dec 2010 10:41:27 -0500

Hi Leo,

To fix the horizontal splitting, try adding this to your .emacs (works for me):

(setq split-width-threshold most-positive-fixnum)

  -anthony

On 10-Dec-8, at 1:20 PM, Leo wrote:

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:

<emacs-org.png>
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:

<emacs-org2.png>
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
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode



reply via email to

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