emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Time Slots in Org-Agenda


From: steve-humphreys
Subject: Re: Time Slots in Org-Agenda
Date: Fri, 11 Dec 2020 08:18:20 +0100


> Sent: Friday, December 11, 2020 at 7:52 AM
> From: "Ihor Radchenko" <yantar92@gmail.com>
> To: steve-humphreys@gmx.com
> Cc: "Org-Mode mailing list" <emacs-orgmode@gnu.org>
> Subject: Re: Time Slots in Org-Agenda
>
> >> See org-agenda-time-grid
> >
> > Where can I find some information on how to use it?
>
> Menu help -> Describe -> Describe variable org-agenda-time-grid <RET>
> or
> <F1> v org-agenda-time-grid <RET>

At first

I have started with the following command, but emacs does not like it

(setq times '(800 1000 1200))
(setq freq '("daily" "today"))
(setq org-agenda-time-grid '(freq times "---" "+++"))

I also tried variants thereof.  My elisp is not so good
but tried to have a look at the code.

But this second command works.

(setq org-agenda-time-grid '((daily today require-timed)
   (800 1000 1200 1400 1600 1800 2000)
   "......" "----------------"))


> Best,
> Ihor
>
>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]