org-manual: Fix typos.
* doc/org-manual.org (Attachment options): Fix typos.
This commit is contained in:
parent
56cf753b63
commit
78027af09b
|
@ -8049,7 +8049,7 @@ mentioning.
|
||||||
want to set inheritance specifically for org-attach that can be done
|
want to set inheritance specifically for org-attach that can be done
|
||||||
using ~org-attach-use-inheritance~. Inheriting documents through
|
using ~org-attach-use-inheritance~. Inheriting documents through
|
||||||
the node hierarchy makes a lot of sense in most cases. Especially
|
the node hierarchy makes a lot of sense in most cases. Especially
|
||||||
since the introduction of [[* Attachment links]]. The following example
|
since the introduction of [[*Attachment links]]. The following example
|
||||||
shows one use case for attachment inheritance:
|
shows one use case for attachment inheritance:
|
||||||
|
|
||||||
#+begin_example
|
#+begin_example
|
||||||
|
@ -8061,11 +8061,11 @@ mentioning.
|
||||||
Some text
|
Some text
|
||||||
|
|
||||||
#+NAME: Image 1
|
#+NAME: Image 1
|
||||||
[[Attachment:image 1.jpg]]
|
[[attachment:image 1.jpg]]
|
||||||
#+end_example
|
#+end_example
|
||||||
|
|
||||||
Without inheritance one would not be able to resolve the link to
|
Without inheritance one would not be able to resolve the link to
|
||||||
image =1.jpg=, since the link is inside a sub-heading to =Chapter
|
=image 1.jpg=, since the link is inside a sub-heading to =Chapter
|
||||||
A=.
|
A=.
|
||||||
|
|
||||||
Inheritance works the same way for both =ID= and =DIR= property. If
|
Inheritance works the same way for both =ID= and =DIR= property. If
|
||||||
|
|
Loading…
Reference in New Issue