all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Whats wrong with this defcustom?
@ 2014-07-26 10:55 Thorsten Jolitz
  2014-07-28  8:58 ` Tassilo Horn
  2014-07-28 13:17 ` Whats wrong with this defcustom? Sebastian Wiesner
  0 siblings, 2 replies; 13+ messages in thread
From: Thorsten Jolitz @ 2014-07-26 10:55 UTC (permalink / raw)
  To: help-gnu-emacs


Hi List, 

I'm probably overlooking the obvious, but what is wrong with this
defcustom:

,----
| (defcustom org-x-style 'notes
|   "Possible styles for diagrams."
|   :group 'org-x
|   :type '(choice (const :tag "Sync-bars" 'sync-bars)
| 		 (const :tag "Partitions" 'partitions)
| 		 (const :tag "Notes" 'notes)))
`----

why do I get the (mismatch) note but no choices?

,----
| Hide org-x-style: 'notes
|    [ State ]: STANDARD. (mismatch)
|    Possible styles for diagrams.
| Groups: [Org X]
`----

Thanks in advance for any hint.

-- 
cheers,
Thorsten





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

end of thread, other threads:[~2014-07-29 23:55 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-26 10:55 Whats wrong with this defcustom? Thorsten Jolitz
2014-07-28  8:58 ` Tassilo Horn
2014-07-28 10:06   ` Thorsten Jolitz
2014-07-28 22:11   ` [BUG] in defcustom docstring (was Re: Whats wrong with this defcustom?) Thorsten Jolitz
2014-07-28 22:33   ` Whats wrong with this defcustom? Stefan Monnier
2014-07-28 23:09     ` Thorsten Jolitz
2014-07-29  0:46       ` Robert Thorpe
2014-07-29  2:06         ` Thien-Thi Nguyen
2014-07-29 23:55           ` Robert Thorpe
2014-07-29  8:19         ` Thorsten Jolitz
     [not found]   ` <mailman.6168.1406585492.1147.help-gnu-emacs@gnu.org>
2014-07-29 16:48     ` [BUG] in defcustom docstring (was Re: Whats wrong with this defcustom?) Christoph Wedler
2014-07-28 13:17 ` Whats wrong with this defcustom? Sebastian Wiesner
2014-07-28 13:54   ` Thorsten Jolitz

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.