I was wondering if someone could help me out with the following. I am trying to create a custom agenda view that shows me items that have a priority and either a scheduled date or deadline. This is what I have tried but it does not seem to work.

("x" "Daily Scheduled Task" tags-todo "+PRIORITY={A\\|B\\|C}" ((org-agenda-skip-function (quote (org-agenda-skip-entry-if (quote notscheduled) (quote notdeadline)))))) 


The ideal situation would be to have task show up  that are scheduled to begin either today or before today.


Thanks in advance for any assistance provided.
--
Andre