Hi Adam, Adam Faryna <adamfar...@gmail.com> writes:
> The problem is I needed to check if the timestamp is agenda like and > inactive or ignore the context at the same time. But > org-at-timestamp-p takes only one parameter, and I needed to give it > multiple parameters, which is not possible in the current version. Can you show the first of org-at-timestamp-p you would need for your purpose? Does it solve a general problem? > Can you amend the implementation of org-at-timestamp-p to make it > accept a list of parameters or named parameters instead of just one > parameter? We cannot amend the implementation of org-at-timestamp-p just for flexibility's sake, because there would be no good reason not to change other functions as well. If you have a generic change to propose to org-at-timestamp-p please go ahead. Thanks, -- Bastien