emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Kyle Meyer <kyle@kyleam.com>
To: Gerardo Moro <gerardomoro37@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Agenda follow mode + indirect window settings
Date: Mon, 16 Nov 2020 23:52:06 -0500	[thread overview]
Message-ID: <875z64shzd.fsf@kyleam.com> (raw)
In-Reply-To: <CAF4Fj9hcYdABvUVHSm_NYcTs876cVg542dGS-OOa3bZiSA_okQ@mail.gmail.com>

Gerardo Moro writes:

> Hi,
>
> I want my agenda to have follow-mode active when starting Emacs.
> I suppose this would do the trick?
>
> (setq org-agenda-start-with-follow-mode t)
> (setq org-agenda-follow-indirect t)
>
> 1) Do I need both? I have observed that having only the second one does not
> work.

The first one causes new agenda buffers to start with
org-agenda-follow-mode enabled.  Even if it's not enabled initially, you
can toggle it with F.

The second is in effect when org-agenda-follow-mode is enabled.

> 2) Is there a way to make the "indirect" window populate the vertically
> existing window (I always work with the frame split in two vertically).
> Right now it shows in a very small window beneath the agenda.

I think with the way things are written at the moment you're best bet
would be to try to rearrange afterwards (say with advice after
org-agenda-tree-to-indirect-buffer).  Ideally the current behavior would
be achieved in a way that would allow the user to control the result
with things like display-buffer-overriding-action and
display-buffer-alist, but I suspect that'd take a substantial rework.


  reply	other threads:[~2020-11-17  4:52 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-12  9:07 Agenda follow mode + indirect window settings Gerardo Moro
2020-11-17  4:52 ` Kyle Meyer [this message]
2020-11-17  4:56   ` tumashu
2020-11-17  8:12     ` Gerardo Moro
2020-11-17  8:12   ` Gerardo Moro

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=875z64shzd.fsf@kyleam.com \
    --to=kyle@kyleam.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=gerardomoro37@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).