On 2014-12-12 23:47, Nicolas Goaziou writes:
> Hello,
>
> Alan Schmitt writes:
>
>> Here is a patch that honors the setting for `calendar-setup' when it's
>> 'calendar-only: is now correctly creates a new frame for the calendar,
>> and removes is and restores the focus when the date is selected.
Hello,
Alan Schmitt writes:
> Here is a patch that honors the setting for `calendar-setup' when it's
> 'calendar-only: is now correctly creates a new frame for the calendar,
> and removes is and restores the focus when the date is selected. As a
> side effect, is also fixes the bug I reported in
Hello,
Here is a patch that honors the setting for `calendar-setup' when it's
'calendar-only: is now correctly creates a new frame for the calendar,
and removes is and restores the focus when the date is selected. As a
side effect, is also fixes the bug I reported in this thread.
I have signed th
On 2014-11-30 16:47, Alan Schmitt writes:
> Hello,
>
> I'm experimenting with using frames instead of windows, and I'm seeing
> some strange behavior with `org-read-date'. Here is an ECM starting from
> an emacs -Q (with an emacs 24.4 and the bundled org):
>
> #+begin_src emacs-lisp
> (setq pop-u
Hello,
I'm experimenting with using frames instead of windows, and I'm seeing
some strange behavior with `org-read-date'. Here is an ECM starting from
an emacs -Q (with an emacs 24.4 and the bundled org):
#+begin_src emacs-lisp
(setq pop-up-frames t)
(setq frame-auto-hide-function 'delete-frame)