Elsa
Elsa copied to clipboard
Add types for some predefined symbols used in `org-get-at-bol`
Org uses a bunch of standard symbols such as
(org-get-at-bol 'duration)
(org-get-at-bol 'time-of-day)
We can properly analyze these and set the return type of the expressions.