I want to set up the custom command using
org-agenda-custom-commands
variable, which should select the headlines which does not contain the PROPERTY named “ID”.
What is the filter expression?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use the reverse match of looking for headlines that match
ID. From the manualUsing the same query as in your question Matching property in agenda view, you simply negate the search and it will provide all lines that do not match on ID.