From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brady Trainor Subject: Re: showing up twice in customize group, "Org Agenda Match View" Date: Mon, 21 Apr 2014 16:56:09 -0700 Message-ID: References: <8738h6tokq.fsf@alphaville.bos.redhat.com> 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]:49746) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WcO4f-0004hg-NU for emacs-orgmode@gnu.org; Mon, 21 Apr 2014 19:56:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WcO4Y-0002Ef-82 for emacs-orgmode@gnu.org; Mon, 21 Apr 2014 19:56:33 -0400 Received: from plane.gmane.org ([80.91.229.3]:54178) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WcO4Y-00029R-1Y for emacs-orgmode@gnu.org; Mon, 21 Apr 2014 19:56:26 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WcO4U-0003m9-Aw for emacs-orgmode@gnu.org; Tue, 22 Apr 2014 01:56:22 +0200 Received: from 174-21-145-88.tukw.qwest.net ([174.21.145.88]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Apr 2014 01:56:22 +0200 Received: from algebrat by 174-21-145-88.tukw.qwest.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Apr 2014 01:56:22 +0200 In-Reply-To: <8738h6tokq.fsf@alphaville.bos.redhat.com> 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/21/2014 01:28 PM, Nick Dokos wrote: > If you look at the subsequent lines, you'll see that the next group was > probably cut-n-pasted from this one and has the wrong tag: > | (defgroup org-agenda-search-view nil > | :tag "Org Agenda Match View" > Nick Thank you! It's reassuring that I sort of was getting it. With your find, I've been able to view the missing org-agenda-search-view-* vars that I didn't yet have in my grouped list of agenda-view/sparse-tree relevant variables. (They did exist somewhere in my notes, as I made a list of such options a while back by looking through every custom-commands example on the internet.) I think these variables should also be missing from the Variable Index (a list I'm just rediscovering) in the info pages for Org. Just guessing that they should be there. Brady