Function: org-customize

org-customize is an autoloaded, interactive and byte-compiled function defined in org.el.gz.

Signature

(org-customize)

Documentation

Call the customize function with org as argument.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/org/org.el.gz
;;;###autoload
(defun org-customize ()
  "Call the customize function with org as argument."
  (interactive)
  (org-load-modules-maybe)
  (org-require-autoloaded-modules)
  (customize-browse 'org))