diff options
| -rw-r--r-- | lisp/org/org.el | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lisp/org/org.el b/lisp/org/org.el index d2b411d9a7d..a71291b866c 100644 --- a/lisp/org/org.el +++ b/lisp/org/org.el | |||
| @@ -140,13 +140,13 @@ With prefix arg HERE, insert it at point." | |||
| 140 | 140 | ||
| 141 | (defcustom org-modules '(org-bbdb org-bibtex org-gnus org-info org-infojs org-irc org-mew org-mhe org-rmail org-vm org-wl) | 141 | (defcustom org-modules '(org-bbdb org-bibtex org-gnus org-info org-infojs org-irc org-mew org-mhe org-rmail org-vm org-wl) |
| 142 | "Modules that should always be loaded together with org.el. | 142 | "Modules that should always be loaded together with org.el. |
| 143 | If a description starts with <C>, the file is not part of emacs | 143 | If a description starts with <C>, the file is not part of Emacs |
| 144 | and loading it will require that you have downloaded and properly installed | 144 | and loading it will require that you have downloaded and properly installed |
| 145 | the org-mode distribution. | 145 | the org-mode distribution. |
| 146 | 146 | ||
| 147 | You can also use this system to load external packages (i.e. neither Org | 147 | You can also use this system to load external packages (i.e. neither Org |
| 148 | core modules, not modules from the CONTRIB directory). Just add symbols | 148 | core modules, not modules from the CONTRIB directory). Just add symbols |
| 149 | to the end of the list. If the package is called org-xyz.e, then you need | 149 | to the end of the list. If the package is called org-xyz.el, then you need |
| 150 | to add the symbol `xyz', and the package must have a call to | 150 | to add the symbol `xyz', and the package must have a call to |
| 151 | 151 | ||
| 152 | (provide 'org-xyz)" | 152 | (provide 'org-xyz)" |
| @@ -1949,13 +1949,13 @@ forth between agenda and calendar." | |||
| 1949 | :matchers ("begin" "$" "$$" "\\(" "\\[")) | 1949 | :matchers ("begin" "$" "$$" "\\(" "\\[")) |
| 1950 | "Options for creating images from LaTeX fragments. | 1950 | "Options for creating images from LaTeX fragments. |
| 1951 | This is a property list with the following properties: | 1951 | This is a property list with the following properties: |
| 1952 | :foreground the foreground color for images embedded in emacs, e.g. \"Black\". | 1952 | :foreground the foreground color for images embedded in Emacs, e.g. \"Black\". |
| 1953 | `default' means use the forground of the default face. | 1953 | `default' means use the foreground of the default face. |
| 1954 | :background the background color, or \"Transparent\". | 1954 | :background the background color, or \"Transparent\". |
| 1955 | `default' means use the background of the default face. | 1955 | `default' means use the background of the default face. |
| 1956 | :scale a scaling factor for the size of the images | 1956 | :scale a scaling factor for the size of the images. |
| 1957 | :html-foreground, :html-background, :html-scale | 1957 | :html-foreground, :html-background, :html-scale |
| 1958 | The same numbers for HTML export. | 1958 | the same numbers for HTML export. |
| 1959 | :matchers a list indicating which matchers should be used to | 1959 | :matchers a list indicating which matchers should be used to |
| 1960 | find LaTeX fragments. Valid members of this list are: | 1960 | find LaTeX fragments. Valid members of this list are: |
| 1961 | \"begin\" find environments | 1961 | \"begin\" find environments |