Re: custom props in `org-agenda-get-scheduled`

2020-04-13 Thread Ihor Radchenko
> The problem is that there doesn't seem to be any hook available for me > to add a prop during the agenda creation process. Am I missing > something? Or do I just need to modify `org-agenda-get-scheduled` directly? The closest to what you want is org-agenda-prefix-format, where you can add user

custom props in `org-agenda-get-scheduled`

2020-04-13 Thread Samuel Maynard
Hi all, First time on the mailing list. Been using org-mode for about half a year. I'm trying to add a custom display to the agenda view, similar to org-habit. I'm want to pull information from a task's `:LOGBOOK:` drawer and display some stats next to the item in the agenda view. I've writt