This is the official manual for the latest Org-mode release.
calc-eval
which will have been autoloaded during setup if Calc has
been installed properly. As of Emacs 22, Calc is part of the Emacs
distribution. Another possibility for interaction between the two
packages is using Calc for embedded calculations. See Embedded Mode.
org-table-formula-constants
, install
the constants package which defines a large number of constants
and units, and lets you use unit prefixes like ‘M’ for
‘Mega’, etc. You will need version 2.0 of this package, available
at http://www.astro.uva.nl/~dominik/Tools. Org checks for
the function constants-get
, which has to be autoloaded in your
setup. See the installation instructions in the file
constants.el.
(add-hook 'org-mode-hook (lambda () (imenu-add-to-menubar "Imenu")))
By default the index is two levels deep—you can modify the depth using
the option org-imenu-depth
.
org-edit-special
)org-table-create-with-table.el
)org-convert-table
for the restrictions under which this is
possible.