From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sebastien Vauban" Subject: Re: [bug?] Actions grouped by priority Date: Wed, 12 Feb 2014 21:58:43 +0100 Message-ID: <86mwhwt5do.fsf@somewhere.org> References: <86r478t6ck.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org Hello, "Sebastien Vauban" wrote: > With the following snippet, I'd expect to see *all* actions in one (and > just one) of the following lists: > > - with priority #A > - with priority #B > - with priority #C > - with no priority > > (add-to-list 'org-agenda-custom-commands > '("p" "Actions Grouped by Priority" > ((tags-todo "+PRIORITY={A}") > (tags-todo "+PRIORITY={B}") > (tags-todo "+PRIORITY={C}") > (tags-todo "+PRIORITY={}")))) > > While it works for the 3 first lists, the last one stays empty (while > I should see, there, the most of my actions to do). False alarm... Rewriting the last line as: > (tags-todo "+PRIORITY=\"\"")))) does solve the problem. Sorry for the noise. Best regards, Seb -- Sebastien Vauban