unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#14955: 24.3.50; defcustom: :tag not shown when :options is present
@ 2013-07-26  3:30 Jambunathan K
  2013-11-15  5:01 ` Jambunathan K
  0 siblings, 1 reply; 2+ messages in thread
From: Jambunathan K @ 2013-07-26  3:30 UTC (permalink / raw)
  To: 14955


1. C-M-x the defcustom below.

    (defcustom org-jabref-export-formats
      '(("odt"
         ("Chicago Manual of Style (author-date)"
          :in-text "chicago.ODF.text" :bibliography "chicago.ODF.reference")))
      "JabRef export formats for various backends."
      :group 'org-jabref
      :version "24.4"
      :type '(alist :key-type (string :tag "Export backend")
                    :options ("odt" "html")
                    :value-type
    ;; vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
                    (alist :key-type (string :tag "Citation style")
    ;; vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv		       
                           :options ("Chicago Manual of Style (author-date)")
                           :value-type
                           (plist :tag "export formats"
                                  :value-type (string :tag "export format")
                                  :options (:in-text
                                            :bibliography)))))

2. M-x customize-variable RET org-jabref-export-formats RET

   Press INS to bring the customize buffer to the state below


    Hide Org Jabref Export Formats:
    [X] Key: odt
        Alist:
        [X] Key: Chicago Manual of Style (author-date) <======== :tag is missing
            export formats:
            [X] Key: :in-text
                export format: chicago.ODF.text
            [X] Key: :bibliography
                export format: chicago.ODF.reference
                    INS
            INS DEL Citation style:                   <========= :tag shown here
                    export formats:
                    [ ] Key: :in-text
                        export format: 
                    [ ] Key: :bibliography
                        export format: 
                                    INS
        INS


I think the :tag option should be displayed for values specified with
:options.  WDYT. 

Feel free to close this bug if this report sounds frivolous.

In GNU Emacs 24.3.50.24 (i686-pc-linux-gnu, GTK+ Version 2.20.1)
 of 2013-07-26 on debian-6.05
Bzr revision: 113547 rgm@gnu.org-20130726015506-xqc4ksyjl4qxvh8f
Windowing system distributor `The X.Org Foundation', version 11.0.10707000
Important settings:
  value of $LANG: en_IN
  locale-coding-system: iso-latin-1-unix
  default enable-multibyte-characters: t






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

* bug#14955: 24.3.50; defcustom: :tag not shown when :options is present
  2013-07-26  3:30 bug#14955: 24.3.50; defcustom: :tag not shown when :options is present Jambunathan K
@ 2013-11-15  5:01 ` Jambunathan K
  0 siblings, 0 replies; 2+ messages in thread
From: Jambunathan K @ 2013-11-15  5:01 UTC (permalink / raw)
  To: 14955-done


OP here.  Closed.





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

end of thread, other threads:[~2013-11-15  5:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-26  3:30 bug#14955: 24.3.50; defcustom: :tag not shown when :options is present Jambunathan K
2013-11-15  5:01 ` Jambunathan K

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.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).