summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2018-06-06 17:59:23 -0400
committerKyle Meyer <kyle@kyleam.com>2018-06-06 17:59:23 -0400
commitcecbe4ec8fc1b11bcf1d7a315ddb8397b0820b35 (patch)
tree183b794a155484745840d671939883cdd7ae4c6f
parent1a1e1ab1d2f262fd61458c42fb8921ab94ea2e8e (diff)
downloadorg-mode-cecbe4ec8fc1b11bcf1d7a315ddb8397b0820b35.tar.gz
org-manual: Fix typos
* doc/org-manual.org (Tag Hierarchy, ASCII specific attributes): Fix typos. These correspond to the org.texi typos in 89859f2bd.
-rw-r--r--doc/org-manual.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/org-manual.org b/doc/org-manual.org
index 2ba0a84..5ac33b8 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -4869,7 +4869,7 @@ mandatory so that Org can parse this line correctly:
In this example, =GTD= is the group tag and it is related to two other
tags: =Control=, =Persp=. Defining =Control= and =Persp= as group
-tags creates an hierarchy of tags:
+tags creates a hierarchy of tags:
#+begin_example
,#+TAGS: [ Control : Context Task ]
@@ -11943,7 +11943,7 @@ Org exports text in this block only when using ASCII back-end.
#+cindex: horizontal rules, in ASCII export
ASCII back-end recognizes only one attribute, ~:width~, which
-specifies the width of an horizontal rule in number of characters.
+specifies the width of a horizontal rule in number of characters.
The keyword and syntax for specifying widths is:
#+begin_example