doc: Explicit about the ability to tangle to other directories.

* doc/org.texi (tangle): Be explicit about the ability to tangle to
  other directories.
This commit is contained in:
Eric Schulte 2011-06-28 13:27:33 -07:00
parent b18e0cb117
commit 554021ad7f
1 changed files with 5 additions and 5 deletions

View File

@ -12393,16 +12393,16 @@ block should be included in tangled extraction of source code files.
@itemize @bullet
@item @code{tangle}
The code block is exported to a source code file named after the
basename (name w/o extension) of the Org-mode file. E.g., @code{:tangle
yes}.
The code block is exported to a source code file named after the full path
(including the directory) and file name (w/o extension) of the Org-mode file.
E.g., @code{:tangle yes}.
@item @code{no}
The default. The code block is not exported to a source code file.
E.g., @code{:tangle no}.
@item other
Any other string passed to the @code{:tangle} header argument is interpreted
as a file basename to which the block will be exported. E.g., @code{:tangle
basename}.
as a path (directory and file name relative to the directory of the Org-mode
file) to which the block will be exported. E.g., @code{:tangle path}.
@end itemize
@node mkdirp, comments, tangle, Specific header arguments