Browse Source

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

* doc/org.texi (tangle): Be explicit about the ability to tangle to
  other directories.
Eric Schulte 13 years ago
parent
commit
554021ad7f
1 changed files with 5 additions and 5 deletions
  1. 5 5
      doc/org.texi

+ 5 - 5
doc/org.texi

@@ -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