From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brady Trainor Subject: Re: Tried to use `org-agenda-top-headline-filter' in agenda block Date: Sat, 26 Apr 2014 08:07:22 -0700 Message-ID: References: <874n1kefr1.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47472) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1We4Cc-0003hN-7z for emacs-orgmode@gnu.org; Sat, 26 Apr 2014 11:07:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1We4CW-0005uR-Pc for emacs-orgmode@gnu.org; Sat, 26 Apr 2014 11:07:42 -0400 Received: from plane.gmane.org ([80.91.229.3]:55453) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1We4CW-0005uG-Hj for emacs-orgmode@gnu.org; Sat, 26 Apr 2014 11:07:36 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1We4CU-0008OS-Ly for emacs-orgmode@gnu.org; Sat, 26 Apr 2014 17:07:34 +0200 Received: from 71-217-24-179.tukw.qwest.net ([71.217.24.179]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 26 Apr 2014 17:07:34 +0200 Received: from algebrat by 71-217-24-179.tukw.qwest.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 26 Apr 2014 17:07:34 +0200 In-Reply-To: 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@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org On 04/26/2014 07:45 AM, Brady Trainor wrote: > On 04/22/2014 11:12 PM, Bastien wrote: > > > Brady Trainor writes: > > > >> > >> I tried to use `org-agenda-top-headline-filter'. > > > > > There was a bug here, please try again from a fresh pull of the maint > > or master branch. > > When I try > > (org-agenda-top-headline-filter "diary-sunrise, diary-sunset") ... Hmm, I saw some mention of this at http://permalink.gmane.org/gmane.emacs.orgmode/85221 So that provoked me to consider trying to create an MWE. I will try to test this more later, but the problem changes when I make a more minimal working example. Now, it's filtering, but it seems to only filter by the file. So now, according to headline, it's filtered, but only by file. (This is a rushed email, but I think my MWE is more or less using the above filter by itself in a custom-command.) And if I try ^ (org-agenda-filter-by-top-headline) in agenda view, it complains that there is no top-level category (but I think there is). Please let me know if I can do anything to clarify. Brady