Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.12 KB

README.org

File metadata and controls

24 lines (18 loc) · 1.12 KB

Overview

This file is to be used with Org Mode and Emacs.

Commentary

org-defprop.el is intended to be used with `org-mode’ code as well as in extensions to `org-mode’. It two externally usable special forms (ie: macros): `deforgsetting’ and `deforgprop’.

The special forms are used to declare `org-mode’ settings (eg: `defcustom’) and properties (eg: `defvar’). Besides replacing the `defcustom’ or `defvar’ declarations, a #+KEYWORDS keyword is defined and the variable documentation is modified to describe the keyword.

Background

defcustomdefvar

defcustomdefvar