emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Confusing creation of frames and windows
@ 2015-05-28 16:08 M
  2015-05-29  7:51 ` Eric S Fraga
  0 siblings, 1 reply; 2+ messages in thread
From: M @ 2015-05-28 16:08 UTC (permalink / raw)
  To: emacs orgmode-mailinglist

I'm not sure where exactly my problem comes from, but I find it quite
confusing how Emacs / org-mode creates new frames or does show something in
the existing frame or window.

Is there a tutorial or a best-practice setup to get it easy and intuitive?

Kind regards

Martin

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Confusing creation of frames and windows
  2015-05-28 16:08 Confusing creation of frames and windows M
@ 2015-05-29  7:51 ` Eric S Fraga
  0 siblings, 0 replies; 2+ messages in thread
From: Eric S Fraga @ 2015-05-29  7:51 UTC (permalink / raw)
  To: M; +Cc: emacs orgmode-mailinglist

On Thursday, 28 May 2015 at 18:08, M wrote:
> I'm not sure where exactly my problem comes from, but I find it quite
> confusing how Emacs / org-mode creates new frames or does show something in
> the existing frame or window.
>
> Is there a tutorial or a best-practice setup to get it easy and intuitive?

Not that I am aware of.  Usually, the behaviour will be controlled by
some variable.  For instance, in org, when asking for an agenda view
(org-agenda), the following variable controls what it does in terms of
frames and windows within frames:

,----[ C-h v org-agenda-window-setup RET ]
| org-agenda-window-setup is a variable defined in `org-agenda.el'.
| Its value is current-window
| Original value was reorganize-frame
| 
| Documentation:
| How the agenda buffer should be displayed.
| Possible values for this option are:
| 
| current-window    Show agenda in the current window, keeping all other windows.
| other-window      Use `switch-to-buffer-other-window' to display agenda.
| only-window       Show agenda, deleting all other windows.
| reorganize-frame  Show only two windows on the current frame, the current
|                   window and the agenda.
| other-frame       Use `switch-to-buffer-other-frame' to display agenda.
|                   Also, when exiting the agenda, kill that frame.
| See also the variable `org-agenda-restore-windows-after-quit'.
| 
| You can customize this variable.
| 
| [back]
`----

Usually, these variables are described in the info manuals.
-- 
: Eric S Fraga (0xFFFCF67D), Emacs 24.4.1, Org release_8.3beta-1136-g0e7062

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-05-29  8:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-28 16:08 Confusing creation of frames and windows M
2015-05-29  7:51 ` Eric S Fraga

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).