diff options
| author | Stefan Kangas | 2022-11-30 16:59:41 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2022-11-30 16:59:41 +0100 |
| commit | 8617edfffd07eb80561b4de6a37c5b0b5f442e07 (patch) | |
| tree | 4f3b03efc440aab647588b598d9c039131663b48 /doc/misc | |
| parent | 646f2cf67e0b1147478f6cc8be2ac525082de714 (diff) | |
| download | emacs-8617edfffd07eb80561b4de6a37c5b0b5f442e07.tar.gz emacs-8617edfffd07eb80561b4de6a37c5b0b5f442e07.zip | |
; Fix typos
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/org.org | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/misc/org.org b/doc/misc/org.org index 737e5c921f4..43d85099cff 100644 --- a/doc/misc/org.org +++ b/doc/misc/org.org | |||
| @@ -13722,7 +13722,7 @@ A sample Org file with the above headers: | |||
| 13722 | #+vindex: org-export-default-language | 13722 | #+vindex: org-export-default-language |
| 13723 | LaTeX packages =babel= or =polyglossia= can also be loaded in a | 13723 | LaTeX packages =babel= or =polyglossia= can also be loaded in a |
| 13724 | document. The "AUTO" string will be replaced in both cases by the | 13724 | document. The "AUTO" string will be replaced in both cases by the |
| 13725 | appropiate value for the =LANGUAGE= keyword, if present in the | 13725 | appropriate value for the =LANGUAGE= keyword, if present in the |
| 13726 | document, or by the value of ~org-export-default-language~. Let's see | 13726 | document, or by the value of ~org-export-default-language~. Let's see |
| 13727 | some examples in one or another case. | 13727 | some examples in one or another case. |
| 13728 | 13728 | ||
| @@ -18491,7 +18491,7 @@ options; they are mutually exclusive. | |||
| 18491 | 18491 | ||
| 18492 | Ignore the results completely. This option is similar to =none=, | 18492 | Ignore the results completely. This option is similar to =none=, |
| 18493 | but no processing is performed on the return value. Calling the | 18493 | but no processing is performed on the return value. Calling the |
| 18494 | code block programatically (see [[*How to evaluate source code]]) or by | 18494 | code block programmatically (see [[*How to evaluate source code]]) or by |
| 18495 | reference (see [[*Passing arguments]] and [[*Noweb Reference Syntax]]) will | 18495 | reference (see [[*Passing arguments]] and [[*Noweb Reference Syntax]]) will |
| 18496 | always yield nil. | 18496 | always yield nil. |
| 18497 | 18497 | ||
| @@ -18784,7 +18784,7 @@ a octal shorthand is defined, =oXXX= (=o= for octal). Using this, our | |||
| 18784 | read-only example is =:tangle-mode o444=. Omitting the =o= prefix will | 18784 | read-only example is =:tangle-mode o444=. Omitting the =o= prefix will |
| 18785 | cause the argument to be interpreted as an integer, which can lead to | 18785 | cause the argument to be interpreted as an integer, which can lead to |
| 18786 | unexpected results (=444= is the same as =o674=). | 18786 | unexpected results (=444= is the same as =o674=). |
| 18787 | Two other shorthands are recognised, ls-style strings like | 18787 | Two other shorthands are recognized, ls-style strings like |
| 18788 | =rw-r--r--=, and chmod-style permissions like =g+w=. | 18788 | =rw-r--r--=, and chmod-style permissions like =g+w=. |
| 18789 | Note that chmod-style permissions are based on | 18789 | Note that chmod-style permissions are based on |
| 18790 | ~org-babel-tangle-default-file-mode~, which is =#o544= by default. | 18790 | ~org-babel-tangle-default-file-mode~, which is =#o544= by default. |
| @@ -18792,7 +18792,7 @@ Note that chmod-style permissions are based on | |||
| 18792 | When =:tangle-mode= and =:shebang= are both specified, the give | 18792 | When =:tangle-mode= and =:shebang= are both specified, the give |
| 18793 | =:tangle-mode= will override the permissions from =:shebang=. When | 18793 | =:tangle-mode= will override the permissions from =:shebang=. When |
| 18794 | multiple source code blocks tangle to a single file with conflicting | 18794 | multiple source code blocks tangle to a single file with conflicting |
| 18795 | =:tangle-mode= header arguments, Org's behaviour is undefined. | 18795 | =:tangle-mode= header arguments, Org's behavior is undefined. |
| 18796 | 18796 | ||
| 18797 | #+cindex: @samp{no-expand}, header argument | 18797 | #+cindex: @samp{no-expand}, header argument |
| 18798 | By default Org expands code blocks during tangling. The =no-expand= | 18798 | By default Org expands code blocks during tangling. The =no-expand= |