From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brady Trainor Subject: showing up twice in customize group, "Org Agenda Match View" Date: Mon, 21 Apr 2014 12:43:55 -0700 Message-ID: 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]:39255) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WcK8a-0004Xl-91 for emacs-orgmode@gnu.org; Mon, 21 Apr 2014 15:44:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WcK8S-0002xN-QR for emacs-orgmode@gnu.org; Mon, 21 Apr 2014 15:44:20 -0400 Received: from plane.gmane.org ([80.91.229.3]:48506) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WcK8S-0002wa-It for emacs-orgmode@gnu.org; Mon, 21 Apr 2014 15:44:12 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WcK8R-0005Et-Ab for emacs-orgmode@gnu.org; Mon, 21 Apr 2014 21:44:11 +0200 Received: from 75-149-173-2-washington.hfc.comcastbusiness.net ([75.149.173.2]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 21 Apr 2014 21:44:11 +0200 Received: from algebrat by 75-149-173-2-washington.hfc.comcastbusiness.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 21 Apr 2014 21:44:11 +0200 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 This shouldn't take any priority I imagine, but I am curious what causes it. If you execute M-x customize-group org-agenda RET at bottom you will find two appearances of subgroup `Org Agenda Match View', which I assume is not desired result. I think this must somehow result from Emacs' auto-documentation. Traveling through describe-function (for the contents "org-agenda-tags-todo-honor-ignore-options"), I arrive at agenda.el, and do some grepping. I found this, but I can't see anything wrong with it's lone appearance, ____ / (defgroup org-agenda-match-view nil "Options concerning the general tags/property/todo match agenda view." :tag "Org Agenda Match View" :group 'org-agenda) \____ Maybe I should have been doing some grepping elsewhere, but I'm lazy to go digging through Emacs source, which is probably in compiled form on this install (Linux. In my Windows install, default is for the source to be conveniently (inefficiently?) adjacent to the compiled.). Brady