emacs-devel
[Top][All Lists]
Advanced

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

Re: Convert some files from outline-mode to org-mode


From: Bastien
Subject: Re: Convert some files from outline-mode to org-mode
Date: Sun, 24 May 2020 08:18:20 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Hi Juri,

Juri Linkov <address@hidden> writes:

> I mean such artificial restrictions as for example preventing users
> from customizing positions of Org popup windows:
>
>   (defmacro org-no-popups (&rest body)
>     "Suppress popup windows and evaluate BODY."
>     `(let (pop-up-frames display-buffer-alist)
>        ,@body))
>
> that ignores user customization in display-buffer-alist.

This is indeed something we can work on.  

Please M-x report-emacs-bug or M-x org-submit-bug-report, this will
greatly increase the odds that we spend time considering these issues.

Thanks,

-- 
 Bastien



reply via email to

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