emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#14955: closed (24.3.50; defcustom: :tag not shown


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#14955: closed (24.3.50; defcustom: :tag not shown when :options is present)
Date: Fri, 15 Nov 2013 05:02:04 +0000

Your message dated Fri, 15 Nov 2013 10:31:13 +0530
with message-id <address@hidden>
and subject line Re: bug#14955: 24.3.50; defcustom: :tag not shown when 
:options is present
has caused the debbugs.gnu.org bug report #14955,
regarding 24.3.50; defcustom: :tag not shown when :options is present
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
14955: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14955
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.3.50; defcustom: :tag not shown when :options is present Date: Fri, 26 Jul 2013 09:00:50 +0530
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 address@hidden
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




--- End Message ---
--- Begin Message --- Subject: Re: bug#14955: 24.3.50; defcustom: :tag not shown when :options is present Date: Fri, 15 Nov 2013 10:31:13 +0530 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)
OP here.  Closed.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]