emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* showing up twice in customize group, "Org Agenda Match View"
@ 2014-04-21 19:43 Brady Trainor
  2014-04-21 20:28 ` Nick Dokos
  2014-04-22  8:51 ` Bastien
  0 siblings, 2 replies; 4+ messages in thread
From: Brady Trainor @ 2014-04-21 19:43 UTC (permalink / raw)
  To: emacs-orgmode


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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: showing up twice in customize group, "Org Agenda Match View"
  2014-04-21 19:43 showing up twice in customize group, "Org Agenda Match View" Brady Trainor
@ 2014-04-21 20:28 ` Nick Dokos
  2014-04-21 23:56   ` Brady Trainor
  2014-04-22  8:51 ` Bastien
  1 sibling, 1 reply; 4+ messages in thread
From: Nick Dokos @ 2014-04-21 20:28 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: showing up twice in customize group, "Org Agenda Match View"
  2014-04-21 20:28 ` Nick Dokos
@ 2014-04-21 23:56   ` Brady Trainor
  0 siblings, 0 replies; 4+ messages in thread
From: Brady Trainor @ 2014-04-21 23:56 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: showing up twice in customize group, "Org Agenda Match View"
  2014-04-21 19:43 showing up twice in customize group, "Org Agenda Match View" Brady Trainor
  2014-04-21 20:28 ` Nick Dokos
@ 2014-04-22  8:51 ` Bastien
  1 sibling, 0 replies; 4+ messages in thread
From: Bastien @ 2014-04-22  8:51 UTC (permalink / raw)
  To: Brady Trainor; +Cc: emacs-orgmode

Hi Brady,

Brady Trainor <algebrat@uw.edu> writes:

> at bottom you will find two appearances of subgroup `Org Agenda Match
> View', which I assume is not desired result.

Indeed, fixed, thanks,

-- 
 Bastien

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-04-22  8:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-21 19:43 showing up twice in customize group, "Org Agenda Match View" Brady Trainor
2014-04-21 20:28 ` Nick Dokos
2014-04-21 23:56   ` Brady Trainor
2014-04-22  8:51 ` Bastien

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