I have a question related to this one: when I am in a capture template (for writing a TODO task, for example) and I want to open the calendar with C-c C-s
(bound to org-schedule
, so that I can set a date for the TODO task), the calendar opens in a new Emacs's window that hides the original window from which I called the capture template. Often, this original window has the information I need for setting the date. Hence, the fact that the original window is hidden by the calendar is very unfortunate.
My question is: what is the variable that controls the behavior of calendar and that I can set so that the calendar opens at the bottom of the window that contains the capture template?
The answer to a similar question here works only if you start from an Org-agenda view. Then, indeed, the code in this answer opens the calendar at the bottom of the Org-agenda view. I'd rather like to open the calendar at the bottom of the window with the capture template, and I'd like this behavior to take place regardless of the location from which I am calling the capture template, which is often not the Org-calendar view.
PS: Note I am using Helm globally, and this might be altering the behavior of display-buffer-alist