Next: Conventions, Previous: Activation, Up: Introduction
If you find problems with Org, or if you have questions, remarks, or ideas
about it, please mail to the Org mailing list emacs-orgmode@gnu.org.
If you are not a member of the mailing list, your mail will be reviewed by a
moderator and then passed through to the list.
For bug reports, please provide as much information as possible, including the version information of Emacs (C-h v emacs-version <RET>) and Org (C-h v org-version <RET>), as well as the Org 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 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).