org-manual: Fix typos

* doc/org-manual.org (Subscripts and Superscripts):
(Initial visibility):
(Durations and time values):
(TODO dependencies):
(Tracking your habits):
(Deadlines and Scheduling):
(Literal Examples):
(The Export Dispatcher):
(Export Settings):
(Include Files): Fix typos.
This commit is contained in:
Nicolas Goaziou 2018-06-17 09:55:09 +02:00
parent ab8f90122a
commit b2ffbf4b2f

View file

@ -569,7 +569,7 @@ can be configured through the variable ~org-startup-folded~, or on
a per-file basis by adding one of the following lines anywhere in the a per-file basis by adding one of the following lines anywhere in the
buffer: buffer:
#+cindex: STARTUP, keyword #+cindex: @samp{STARTUP}, keyword
#+begin_example #+begin_example
,#+STARTUP: overview ,#+STARTUP: overview
,#+STARTUP: content ,#+STARTUP: content
@ -2304,8 +2304,8 @@ computations in Lisp:
:PROPERTIES: :PROPERTIES:
:DESCRIPTION: How to compute durations and time values. :DESCRIPTION: How to compute durations and time values.
:END: :END:
#+cindex: Duration, computing #+cindex: duration, computing
#+cindex: Time, computing #+cindex: time, computing
#+vindex: org-table-duration-custom-format #+vindex: org-table-duration-custom-format
If you want to compute time values use the =T=, =t=, or =U= flag, If you want to compute time values use the =T=, =t=, or =U= flag,
@ -4039,8 +4039,8 @@ example:
,** TODO c, needs to wait for (a) and (b) ,** TODO c, needs to wait for (a) and (b)
#+end_example #+end_example
#+cindex: TODO dependencies, NOBLOCKING #+cindex: TODO dependencies, @samp{NOBLOCKING}
#+cindex: NOBLOCKING, property #+cindex: @samp{NOBLOCKING}, property
You can ensure an entry is never blocked by using the =NOBLOCKING= You can ensure an entry is never blocked by using the =NOBLOCKING=
property: property:
@ -4214,7 +4214,7 @@ specific settings like =TODO(!)=. For example:
:DESCRIPTION: How consistent have you been? :DESCRIPTION: How consistent have you been?
:END: :END:
#+cindex: habits #+cindex: habits
#+cindex: STYLE, property #+cindex: @samp{STYLE}, property
Org has the ability to track the consistency of a special category of Org has the ability to track the consistency of a special category of
TODO, called "habits." A habit has the following properties: TODO, called "habits." A habit has the following properties:
@ -6091,7 +6091,7 @@ immediately after the task they refer to.
- =DEADLINE= :: - =DEADLINE= ::
#+cindex: @samp{DEADLINE} #+cindex: @samp{DEADLINE} marker
Meaning: the task (most likely a TODO item, though not Meaning: the task (most likely a TODO item, though not
necessarily) is supposed to be finished on that date. necessarily) is supposed to be finished on that date.
@ -6117,7 +6117,7 @@ immediately after the task they refer to.
- =SCHEDULED= :: - =SCHEDULED= ::
#+cindex: @samp{SCHEDULED} #+cindex: @samp{SCHEDULED} marker
Meaning: you are planning to start working on that task on the Meaning: you are planning to start working on that task on the
given date. given date.
@ -10759,7 +10759,7 @@ of the major mode that should be used to fontify the example[fn:106],
see [[*Structure Templates]] for shortcuts to easily insert code blocks. see [[*Structure Templates]] for shortcuts to easily insert code blocks.
#+cindex: @samp{BEGIN_SRC} #+cindex: @samp{BEGIN_SRC}
#+cindex: src block #+cindex: source block
#+begin_example #+begin_example
,#+BEGIN_SRC emacs-lisp ,#+BEGIN_SRC emacs-lisp
(defun org-xor (a b) (defun org-xor (a b)
@ -10933,7 +10933,7 @@ get in your way. Configure the variable ~org-use-sub-superscripts~ to
change this convention. For example, when setting this variable to change this convention. For example, when setting this variable to
~{}~, =a_b= is not interpreted as a subscript, but =a_{b}= is. ~{}~, =a_b= is not interpreted as a subscript, but =a_{b}= is.
- {{{kbd(C-c C-x \)}}} (~org-toggle-pretty-entities~~) :: - {{{kbd(C-c C-x \)}}} (~org-toggle-pretty-entities~) ::
#+kindex: C-c C-x \ #+kindex: C-c C-x \
#+findex: org-toggle-pretty-entities #+findex: org-toggle-pretty-entities
@ -11174,7 +11174,7 @@ or, by requiring the library in the Emacs init file like this:
:DESCRIPTION: The main interface. :DESCRIPTION: The main interface.
:END: :END:
#+cindex: dispatcher, for export commands #+cindex: dispatcher, for export commands
#+cindex: Export, dispatcher #+cindex: export, dispatcher
The export dispatcher is the main interface for Org's exports. The export dispatcher is the main interface for Org's exports.
A hierarchical menu presents the currently configured export formats. A hierarchical menu presents the currently configured export formats.
@ -11269,7 +11269,7 @@ specifying them in a compact form with the =OPTIONS= keyword; or for
a tree by setting properties (see [[*Properties and Columns]]). Options a tree by setting properties (see [[*Properties and Columns]]). Options
set at a specific level override options set at a more general level. set at a specific level override options set at a more general level.
#+cindex: SETUPFILE, keyword #+cindex: @samp{SETUPFILE}, keyword
In-buffer settings may appear anywhere in the file, either directly or In-buffer settings may appear anywhere in the file, either directly or
indirectly through a file included using =#+SETUPFILE: filename or indirectly through a file included using =#+SETUPFILE: filename or
URL= syntax. Option keyword sets tailored to a particular back-end URL= syntax. Option keyword sets tailored to a particular back-end
@ -11651,7 +11651,7 @@ the table of contents.
:DESCRIPTION: Include additional files into a document. :DESCRIPTION: Include additional files into a document.
:END: :END:
#+cindex: include files, during export #+cindex: include files, during export
#+cindex: Export, include files #+cindex: export, include files
#+cindex: @samp{INCLUDE}, keyword #+cindex: @samp{INCLUDE}, keyword
During export, you can include the content of another file. For During export, you can include the content of another file. For