I'm trying to configure org-mode column view to display the closing note of TODO entries so that I can see why they are closed easily. I read the manual but did not find a way.
Does anybody know a way to do this?
When you have something like (setq org-log-done 'note)
in your configuration, a closing note is inserted as follows when your turn the entry state to DONE:
* DONE my task
CLOSED: [2023-02-21 Tue 01:11]
:LOGBOOK:
- CLOSING NOTE [2023-02-21 Tue 01:11] \\
my closing note
:END: