ace-window
ace-window copied to clipboard
Ace-window-display-mode box face org-export display problem.
Not sure if this is an Org mode problem, an ace mode problem, or a fundamental Emacs problem, but changing a face setting in ace-window causes the issue.
Reproduce:
(add-to-list 'load-path "path to ace window directory") (add-to-list 'load-path "path to avy directory") (require 'ace-window) (ace-window-display-mode) (custom-set-faces '(aw-mode-line-face ((t (:box (:line-width 1))))))
Open an Org file and get the export menu with C-c C-e. The top half of the dialog is cut off. The export dialog displays correctly when the box face setting is removed.