emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nick Dokos <ndokos@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: showing up twice in customize group, "Org Agenda Match View"
Date: Mon, 21 Apr 2014 16:28:05 -0400	[thread overview]
Message-ID: <8738h6tokq.fsf@alphaville.bos.redhat.com> (raw)
In-Reply-To: lj3sds$dcs$1@ger.gmane.org

Brady Trainor <algebrat@uw.edu> writes:

> 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.).
>

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-match-view nil
|   "Options concerning the general tags/property/todo match agenda view."
|   :tag "Org Agenda Match View"
|   :group 'org-agenda)
| (defgroup org-agenda-search-view nil
|   "Options concerning the general tags/property/todo match agenda view."
|   :tag "Org Agenda Match View"
|   :group 'org-agenda)
`----

Nick

  reply	other threads:[~2014-04-21 20:28 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-21 19:43 showing up twice in customize group, "Org Agenda Match View" Brady Trainor
2014-04-21 20:28 ` Nick Dokos [this message]
2014-04-21 23:56   ` Brady Trainor
2014-04-22  8:51 ` Bastien

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8738h6tokq.fsf@alphaville.bos.redhat.com \
    --to=ndokos@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).