emacs-orgmode
[Top][All Lists]
Advanced

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

Re: How to add custom agenda entries?


From: Ihor Radchenko
Subject: Re: How to add custom agenda entries?
Date: Mon, 12 Jun 2023 19:48:38 +0000

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>



reply via email to

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