* Can I have the hourly set in Agenda in different way?
@ 2022-11-04 12:56 Renato Pontefice
2022-11-04 13:27 ` Ihor Radchenko
0 siblings, 1 reply; 5+ messages in thread
From: Renato Pontefice @ 2022-11-04 12:56 UTC (permalink / raw)
To: emacs-orgmode
I try to explain my self.
On my Agenda, I have this view:
Friday 4 November 2022
renato: 8:00...... cili
8:00...... ----------------
10:00...... ----------------
12:00...... ----------------
13:43...... now - - - - - - - - - - - - - - - - - - - - - - - - -
14:00...... ----------------
16:00...... ----------------
renato: 18:00-19:30 yoga
18:00...... ----------------
20:00...... ————————
I’m Wondering if could it be possible to have a situation like this:
Friday 4 November 2022
renato: 8:00...... cili
8:00...... ----------------
10:00...... ----------------
12:00...... ----------------
13:43...... now - - - - - - - - - - - - - - - - - - - - - - - - -
14:00...... ----------------
16:00...... ----------------
renato: 18:00 yoga
19:00...... "
20:00...... ————————
Or a similar way where I have the slot 18 - 19:30 occupied by the event I’ve signed on my .org.
Not like the firs image where I see 18:00 - 19:30 yoga and then the line
18:00...... ----------------
20:00...... ————————
I hope to have explained what I would
Thank you
Renato
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Can I have the hourly set in Agenda in different way?
2022-11-04 12:56 Can I have the hourly set in Agenda in different way? Renato Pontefice
@ 2022-11-04 13:27 ` Ihor Radchenko
2022-11-04 13:39 ` Renato Pontefice
0 siblings, 1 reply; 5+ messages in thread
From: Ihor Radchenko @ 2022-11-04 13:27 UTC (permalink / raw)
To: Renato Pontefice; +Cc: emacs-orgmode
Renato Pontefice <renato.pontefice@gmail.com> writes:
> renato: 18:00 yoga
> 19:00...... "
> 20:00...... ————————
>
> Or a similar way where I have the slot 18 - 19:30 occupied by the event I’ve signed on my .org.
> Not like the firs image where I see 18:00 - 19:30 yoga and then the line
> 18:00...... ----------------
I think you need to customize `org-agenda-time-grid'. In particular,
"remove-match" option.
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Can I have the hourly set in Agenda in different way?
2022-11-04 13:27 ` Ihor Radchenko
@ 2022-11-04 13:39 ` Renato Pontefice
2022-11-04 14:14 ` Ihor Radchenko
0 siblings, 1 reply; 5+ messages in thread
From: Renato Pontefice @ 2022-11-04 13:39 UTC (permalink / raw)
To: Ihor Radchenko; +Cc: emacs-orgmode
Can you send me some link to that info? Or some name I can look for?
Thank you
Renato
> Il giorno 4 nov 2022, alle ore 14:27, Ihor Radchenko <yantar92@posteo.net> ha scritto:
>
> Renato Pontefice <renato.pontefice@gmail.com> writes:
>
>> renato: 18:00 yoga
>> 19:00...... "
>> 20:00...... ————————
>>
>> Or a similar way where I have the slot 18 - 19:30 occupied by the event I’ve signed on my .org.
>> Not like the firs image where I see 18:00 - 19:30 yoga and then the line
>> 18:00...... ----------------
>
> I think you need to customize `org-agenda-time-grid'. In particular,
> "remove-match" option.
>
> --
> Ihor Radchenko // yantar92,
> Org mode contributor,
> Learn more about Org mode at <https://orgmode.org/>.
> Support Org development at <https://liberapay.com/org-mode>,
> or support my work at <https://liberapay.com/yantar92>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Can I have the hourly set in Agenda in different way?
2022-11-04 13:39 ` Renato Pontefice
@ 2022-11-04 14:14 ` Ihor Radchenko
2022-11-04 14:35 ` Renato Pontefice
0 siblings, 1 reply; 5+ messages in thread
From: Ihor Radchenko @ 2022-11-04 14:14 UTC (permalink / raw)
To: Renato Pontefice; +Cc: emacs-orgmode
Renato Pontefice <renato.pontefice@gmail.com> writes:
> Can you send me some link to that info? Or some name I can look for?
C-h v org-agenda-time-grid <RET>
This is a general pattern to ask information about variables and
commands:
- C-h v variable-name <RET> :: (h)elp for (v)ariable
- C-h f function-name <RET> :: (h)elp for (f)unction
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Can I have the hourly set in Agenda in different way?
2022-11-04 14:14 ` Ihor Radchenko
@ 2022-11-04 14:35 ` Renato Pontefice
0 siblings, 0 replies; 5+ messages in thread
From: Renato Pontefice @ 2022-11-04 14:35 UTC (permalink / raw)
To: Ihor Radchenko; +Cc: emacs-orgmode
Thank you,
I’ve already searched somethings about Agenda and I’ve found a “new world”! Now I will go deeply to it!
Thank you again!
Renato
> Il giorno 4 nov 2022, alle ore 15:14, Ihor Radchenko <yantar92@posteo.net> ha scritto:
>
> Renato Pontefice <renato.pontefice@gmail.com> writes:
>
>> Can you send me some link to that info? Or some name I can look for?
>
> C-h v org-agenda-time-grid <RET>
>
> This is a general pattern to ask information about variables and
> commands:
>
> - C-h v variable-name <RET> :: (h)elp for (v)ariable
> - C-h f function-name <RET> :: (h)elp for (f)unction
>
> --
> Ihor Radchenko // yantar92,
> Org mode contributor,
> Learn more about Org mode at <https://orgmode.org/>.
> Support Org development at <https://liberapay.com/org-mode>,
> or support my work at <https://liberapay.com/yantar92>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-11-04 14:36 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-04 12:56 Can I have the hourly set in Agenda in different way? Renato Pontefice
2022-11-04 13:27 ` Ihor Radchenko
2022-11-04 13:39 ` Renato Pontefice
2022-11-04 14:14 ` Ihor Radchenko
2022-11-04 14:35 ` Renato Pontefice
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).