* How to add custom agenda entries?
@ 2023-06-12 18:11 Marcin Borkowski
2023-06-12 19:48 ` Ihor Radchenko
0 siblings, 1 reply; 2+ messages in thread
From: Marcin Borkowski @ 2023-06-12 18:11 UTC (permalink / raw)
To: Org-Mode mailing list
Hi all,
I'd like to add some custom entries to my agenda. I wrote myself
a bunch of functions to remind me when I did some things (see
https://mbork.pl/2023-06-12_Counting_time%2c_backwards), and it would be
great if I could incorporate this into the agenda. Ideally, I would add
to my agenda setup a function which Org mode would run for every
headline in my agenda files, and display the string returned from it.
I don't think Org mode has that, but maybe there's some package which
can do it?
TIA,
--
Marcin Borkowski
http://mbork.pl
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: How to add custom agenda entries?
2023-06-12 18:11 How to add custom agenda entries? Marcin Borkowski
@ 2023-06-12 19:48 ` Ihor Radchenko
0 siblings, 0 replies; 2+ messages in thread
From: Ihor Radchenko @ 2023-06-12 19:48 UTC (permalink / raw)
To: Marcin Borkowski; +Cc: Org-Mode mailing list
Marcin Borkowski <mbork@mbork.pl> writes:
> I'd like to add some custom entries to my agenda. I wrote myself
> a bunch of functions to remind me when I did some things (see
> https://mbork.pl/2023-06-12_Counting_time%2c_backwards), and it would be
> great if I could incorporate this into the agenda. Ideally, I would add
> to my agenda setup a function which Org mode would run for every
> headline in my agenda files, and display the string returned from it.
>
> I don't think Org mode has that, but maybe there's some package which
> can do it?
`org-agenda-prefix-format'.
And if you want to modify the entry text, you have to resort to
`org-agenda-finalize-hook' where you can edit the agenda buffer text as
you wish.
--
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] 2+ messages in thread
end of thread, other threads:[~2023-06-13 20:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-12 18:11 How to add custom agenda entries? Marcin Borkowski
2023-06-12 19:48 ` 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).