In:

  (defcustom org-use-property-inheritance nil

  [snipped]

    :group 'org-properties
    :type '(choice
            (const :tag "Not" nil)
            (const :tag "Always" nil)
            (repeat :tag "Specific properties")))

the last line is missing a definition of the type of value to repeat.


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to