Re: Re: Agenda follow mode + indirect window settings

2020-11-17 Thread Gerardo Moro
Very nice! I don't know much elisp as I am a new Emacs user. What in short would this code do? :) Thanks a million! El mar., 17 nov. 2020 a las 6:56, tumashu () escribió: > > > > > > > > > > > > > > > > > > At 2020-11-17 12:52:06, "Kyle Meyer" wrote: > >Gerardo Moro writes: > > > >> Hi, > >> >

Re: Agenda follow mode + indirect window settings

2020-11-17 Thread Gerardo Moro
Thanks a lot for this. Will think about it. El mar., 17 nov. 2020 a las 6:52, Kyle Meyer () escribió: > 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

Re:Re: Agenda follow mode + indirect window settings

2020-11-16 Thread tumashu
At 2020-11-17 12:52:06, "Kyle Meyer" wrote: >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)

Re: Agenda follow mode + indirect window settings

2020-11-16 Thread Kyle Meyer
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

Agenda follow mode + indirect window settings

2020-11-12 Thread Gerardo Moro
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. 2) Is there a way to make the