Previous: Activation, Up: Introduction
If you find problems with Org-mode, or if you have questions, remarks, or ideas about it, please contact the maintainer Carsten Dominik at dominik at science dot uva dot nl.
For bug reports, please provide as much information as possible, including the version information of Emacs (C-h v emacs-version <RET>) and Org-mode (C-h v org-version <RET>), as well as the Org-mode related setup in .emacs. If an error occurs, a backtrace can be very useful (see below on how to create one). Often a small example file helps, along with clear information about:
If working with Org-mode produces an error with a message you don't understand, you may have hit a bug. The best way to report this is by providing, in addition to what was mentioned above, a Backtrace. This is information from the built-in debugger about where and how the error occurred. Here is how to produce a useful backtrace:
emacs -l /path/to/org.el
Options menu and select Enter Debugger on Error
(XEmacs has this option in the Troubleshooting sub-menu).