diff options
Diffstat (limited to 'lisp/org/org.el')
| -rw-r--r-- | lisp/org/org.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org/org.el b/lisp/org/org.el index 1a137546192..df79d57f2c6 100644 --- a/lisp/org/org.el +++ b/lisp/org/org.el | |||
| @@ -693,7 +693,7 @@ defined in org-duration.el.") | |||
| 693 | If a description starts with <C>, the file is not part of Emacs and Org mode, | 693 | If a description starts with <C>, the file is not part of Emacs and Org mode, |
| 694 | so loading it will require that you have properly installed org-contrib | 694 | so loading it will require that you have properly installed org-contrib |
| 695 | package from NonGNU Emacs Lisp Package Archive | 695 | package from NonGNU Emacs Lisp Package Archive |
| 696 | http://elpa.nongnu.org/nongnu/org-contrib.html | 696 | https://elpa.nongnu.org/nongnu/org-contrib.html |
| 697 | 697 | ||
| 698 | You can also use this system to load external packages (i.e. neither Org | 698 | You can also use this system to load external packages (i.e. neither Org |
| 699 | core modules, nor org-contrib modules). Just add symbols | 699 | core modules, nor org-contrib modules). Just add symbols |
| @@ -773,7 +773,7 @@ For export specific modules, see also `org-export-backends'." | |||
| 773 | If a description starts with <C>, the file is not part of Emacs and Org mode, | 773 | If a description starts with <C>, the file is not part of Emacs and Org mode, |
| 774 | so loading it will require that you have properly installed org-contrib | 774 | so loading it will require that you have properly installed org-contrib |
| 775 | package from NonGNU Emacs Lisp Package Archive | 775 | package from NonGNU Emacs Lisp Package Archive |
| 776 | http://elpa.nongnu.org/nongnu/org-contrib.html | 776 | https://elpa.nongnu.org/nongnu/org-contrib.html |
| 777 | 777 | ||
| 778 | Unlike to `org-modules', libraries in this list will not be | 778 | Unlike to `org-modules', libraries in this list will not be |
| 779 | loaded along with Org, but only once the export framework is | 779 | loaded along with Org, but only once the export framework is |