How to test for org-todo state “xyz” with deadline not equal to today
问题 What is the best way, please, to test for the existence of a specific todo state and a deadline that is not equal to today? org-state is a "[h]ook which is run after the state of a TODO item was changed". So unless I'm actually changing the state of a todo, I don't think I can use (string-equal org-state "Next Action") . Each of my string-equal lines of code listed below are rejected: Symbol's value as variable is void: org-todo and org-deadline . The deadline is a line that appears