diff options
| author | Eli Zaretskii | 2023-11-11 05:31:52 -0500 |
|---|---|---|
| committer | Eli Zaretskii | 2023-11-11 05:31:52 -0500 |
| commit | c9d7740574758d47c8864cbada5fd2a2b2ee8911 (patch) | |
| tree | 8afa0f3ec91bb42f17603fbb5e1d15f9d6be9395 /doc/misc | |
| parent | 45942508141bbeacd00479599e21592af42253bd (diff) | |
| parent | ce0ebb91f25847ebaa2745f47413df24a60f051c (diff) | |
| download | emacs-c9d7740574758d47c8864cbada5fd2a2b2ee8911.tar.gz emacs-c9d7740574758d47c8864cbada5fd2a2b2ee8911.zip | |
Merge from origin/emacs-29
ce0ebb91f25 Improve documentation of read syntax and printed represen...
81f84b00a5d ; * doc/lispref/modes.texi (Other Font Lock Variables): A...
434592b0746 ; * lisp/dired.el (dired-use-ls-dired): Doc fix (bug#67053).
fe000236cf2 Improve documentation of signaling errors in batch mode
103ca678ac1 Fix treesit-simple-indent-presets docstring (bug#67007)
b7871cefe7b Prevent an infinite loop in todo-mode (bug#66994)
fa8cc4c9ee2 Fix cmake-ts-mode indentation (Bug#66845)
5bdc61bc0ef Update to Org 9.6.11
18e2de1bec9 ; * lisp/bindings.el (right-word, left-word): Doc fix.
4f0fc3bfda3 ; Document core input events problems with XInput2
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/org.org | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/misc/org.org b/doc/misc/org.org index 9721807a185..6ca14c851b0 100644 --- a/doc/misc/org.org +++ b/doc/misc/org.org | |||
| @@ -20266,12 +20266,12 @@ packages are documented here. | |||
| 20266 | #+vindex: org-table-formula-constants | 20266 | #+vindex: org-table-formula-constants |
| 20267 | 20267 | ||
| 20268 | Org can use names for constants in formulas in tables. Org can also | 20268 | Org can use names for constants in formulas in tables. Org can also |
| 20269 | use calculation suffixes for units, such as =M= for =Mega=. For | 20269 | use calculation suffixes for units, such as =M= for =Mega=. For a |
| 20270 | a standard collection of such constants, install the =constants= | 20270 | standard collection of such constants, install the =constants= |
| 20271 | package. Install version 2.0 of this package, available at | 20271 | package. Install version 2.0 of this package, available at |
| 20272 | [[http://www.astro.uva.nl/~dominik/Tools]]. Org checks if the function | 20272 | [[https://github.com/cdominik/constants-for-Emacs]]. Org checks if the |
| 20273 | ~constants-get~ has been autoloaded. Installation instructions are | 20273 | function ~constants-get~ has been autoloaded. Installation |
| 20274 | in the file =constants.el=. | 20274 | instructions are in the file =constants.el=. |
| 20275 | 20275 | ||
| 20276 | - =cdlatex.el= by Carsten Dominik :: | 20276 | - =cdlatex.el= by Carsten Dominik :: |
| 20277 | #+cindex: @file{cdlatex.el} | 20277 | #+cindex: @file{cdlatex.el} |