* <%%(diary-float t 5 1)>
@ 2022-10-15 11:25 Renato Pontefice
2022-10-15 11:46 ` Ihor Radchenko
0 siblings, 1 reply; 3+ messages in thread
From: Renato Pontefice @ 2022-10-15 11:25 UTC (permalink / raw)
To: emacs-orgmode
Hi, I’ve used this function (that you suggested me) to enter a schedule activity, and it run very well. But when I try to view this scheduled event on my Agenda, I made so:
C - C-a
From the menu that appear in another buffer, I select / (that ask me the word that I’m looking for) but I obtain a line (or more lines) without the date of the occurrence, just with the time that I’ve written on the occur.
Is there a way to obtain the entire data + time in every occurs?
Thank you
Renato
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: <%%(diary-float t 5 1)>
2022-10-15 11:25 <%%(diary-float t 5 1)> Renato Pontefice
@ 2022-10-15 11:46 ` Ihor Radchenko
[not found] ` <4690631A-798F-45AC-8D3D-123554312593@gmail.com>
0 siblings, 1 reply; 3+ messages in thread
From: Ihor Radchenko @ 2022-10-15 11:46 UTC (permalink / raw)
To: Renato Pontefice; +Cc: emacs-orgmode
Renato Pontefice <renato.pontefice@gmail.com> writes:
> Hi, I’ve used this function (that you suggested me) to enter a schedule activity, and it run very well. But when I try to view this scheduled event on my Agenda, I made so:
> C - C-a
> From the menu that appear in another buffer, I select / (that ask me the word that I’m looking for) but I obtain a line (or more lines) without the date of the occurrence, just with the time that I’ve written on the occur.
> Is there a way to obtain the entire data + time in every occurs?
It would help if you provided more details. Ideally, with a small
example Org file.
--
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] 3+ messages in thread
* Re: <%%(diary-float t 5 1)>
[not found] ` <4690631A-798F-45AC-8D3D-123554312593@gmail.com>
@ 2022-10-15 12:56 ` Ihor Radchenko
0 siblings, 0 replies; 3+ messages in thread
From: Ihor Radchenko @ 2022-10-15 12:56 UTC (permalink / raw)
To: Renato Pontefice; +Cc: emacs-orgmode@gnu.org
[I am adding Org mailing list back to the email loop. Please use "Reply
All" when communicating publicly in the mailing lists]
Renato Pontefice <renato.pontefice@gmail.com> writes:
> Of course!
> This is one statement of my .org file
>
> ** things to do each first Friday of each month 21:00-22:00
> <%%(diary-float t 5 1)>
>
> That is a recurrent event that occur every firs Friday of each month.
> How can I the exact day on my agenda?
1. Using "/" in agenda does not really show agenda buffer. It shows the
built-in "occur" buffer searching matching lines across agenda files.
2. When you need time information, you need to tell Org agenda which
time period to search for. This is what agenda for day/week ("a" in
the menu) is doing. In agenda for day/week you can select the date
and time range where to match Org headings. You can change the
selected time period by pressing "v" in agenda and selecting the
desired menu option. You can jump between periods using "j" (jump to
day) or f/b to move to the adjacent periods
3. Once in day/week agenda, you can limit the displayed entries to
arbitrary search term matches using "=" (M-x
org-agenda-filter-by-regexp). There are also similar functions M-x
org-agenda-filter-by-... to limit the displayed entries by
tag/property, effort, category, etc.
4. If you log time spent doing certain task or enable org-log-done, you
may also use inactive timestamp mode "v [" to display when the test
changes its todo state or is clocked in.
Hope it helps.
--
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] 3+ messages in thread
end of thread, other threads:[~2022-10-15 12:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-15 11:25 <%%(diary-float t 5 1)> Renato Pontefice
2022-10-15 11:46 ` Ihor Radchenko
[not found] ` <4690631A-798F-45AC-8D3D-123554312593@gmail.com>
2022-10-15 12:56 ` Ihor Radchenko
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).