summaryrefslogtreecommitdiff
path: root/doc/misc/org.org
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-11-30 16:59:41 +0100
committerStefan Kangas <stefankangas@gmail.com>2022-11-30 16:59:41 +0100
commit8617edfffd07eb80561b4de6a37c5b0b5f442e07 (patch)
tree4f3b03efc440aab647588b598d9c039131663b48 /doc/misc/org.org
parent646f2cf67e0b1147478f6cc8be2ac525082de714 (diff)
downloademacs-8617edfffd07eb80561b4de6a37c5b0b5f442e07.tar.gz
emacs-8617edfffd07eb80561b4de6a37c5b0b5f442e07.tar.bz2
emacs-8617edfffd07eb80561b4de6a37c5b0b5f442e07.zip
; Fix typos
Diffstat (limited to 'doc/misc/org.org')
-rw-r--r--doc/misc/org.org8
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:
#+vindex: org-export-default-language
LaTeX packages =babel= or =polyglossia= can also be loaded in a
document. The "AUTO" string will be replaced in both cases by the
-appropiate value for the =LANGUAGE= keyword, if present in the
+appropriate value for the =LANGUAGE= keyword, if present in the
document, or by the value of ~org-export-default-language~. Let's see
some examples in one or another case.
@@ -18491,7 +18491,7 @@ options; they are mutually exclusive.
Ignore the results completely. This option is similar to =none=,
but no processing is performed on the return value. Calling the
- code block programatically (see [[*How to evaluate source code]]) or by
+ code block programmatically (see [[*How to evaluate source code]]) or by
reference (see [[*Passing arguments]] and [[*Noweb Reference Syntax]]) will
always yield nil.
@@ -18784,7 +18784,7 @@ a octal shorthand is defined, =oXXX= (=o= for octal). Using this, our
read-only example is =:tangle-mode o444=. Omitting the =o= prefix will
cause the argument to be interpreted as an integer, which can lead to
unexpected results (=444= is the same as =o674=).
-Two other shorthands are recognised, ls-style strings like
+Two other shorthands are recognized, ls-style strings like
=rw-r--r--=, and chmod-style permissions like =g+w=.
Note that chmod-style permissions are based on
~org-babel-tangle-default-file-mode~, which is =#o544= by default.
@@ -18792,7 +18792,7 @@ Note that chmod-style permissions are based on
When =:tangle-mode= and =:shebang= are both specified, the give
=:tangle-mode= will override the permissions from =:shebang=. When
multiple source code blocks tangle to a single file with conflicting
-=:tangle-mode= header arguments, Org's behaviour is undefined.
+=:tangle-mode= header arguments, Org's behavior is undefined.
#+cindex: @samp{no-expand}, header argument
By default Org expands code blocks during tangling. The =no-expand=