Fix customization types of variables
commita84c01642bf21c5d34206cd7b08644cb196e1043
authorCarsten Dominik <carsten.dominik@gmail.com>
Thu, 9 May 2013 13:19:02 +0000 (9 15:19 +0200)
committerCarsten Dominik <carsten.dominik@gmail.com>
Thu, 9 May 2013 13:19:02 +0000 (9 15:19 +0200)
tree46a40ecc1621104d16d6d433b330f59e0017bb29
parent9bc55c7d0090e0a7667ed47cfa6d4ac2b1fa00e4
Fix customization types of variables

* contrib/lisp/org-wl.el (org-wl-namazu-default-index): Fix custom type.
* lisp/ob-lob.el (org-babel-lob-files): Fix custom type.
* lisp/org-agenda.el (org-agenda-export-html-style):
(org-agenda-ndays):
(org-agenda-inactive-leader):
(org-agenda-day-face-function):
(org-agenda-auto-exclude-function): Fix custom type.
* lisp/org-bibtex.el (org-bibtex-prefix): Fix custom type.
* lisp/org-clock.el (org-clock-heading-function):
(org-show-notification-handler): Fix custom type.
* lisp/org-footnote.el (org-footnote-auto-adjust): Fix custom type.
* lisp/org-protocol.el (org-protocol-default-template-key): Fix custom type.
* lisp/org.el (org-make-link-description-function):
(org-link-translation-function):
(org-link-frame-setup):
(org-refile-target-verify-function):
(org-get-priority-function):
(org-use-fast-tag-selection):
(org-columns-modify-value-for-display-function):
(org-sparse-tree-default-date-type): Fix custom type.
* lisp/ox-html.el (org-html-postamble):
(org-html-postamble-format):
(org-html-preamble-format): Fix custom type.
* lisp/ox-odt.el (org-odt-content-template-file): Fix custom type.
* lisp/ox.el (org-export-with-archived-trees):
(org-export-initial-scope): Fix custom type.

Thanks to Glenn Moris for reporting these.  He used cus-test.el
to find them.
contrib/lisp/org-wl.el
lisp/ob-lob.el
lisp/org-agenda.el
lisp/org-bibtex.el
lisp/org-clock.el
lisp/org-footnote.el
lisp/org-protocol.el
lisp/org.el
lisp/ox-html.el
lisp/ox-odt.el
lisp/ox.el