Skip to content

Commit b1f7fe9

Browse files
author
github-actions
committed
[docgen] Update docs
1 parent 6d93758 commit b1f7fe9

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

doc/orgmode.txt

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2577,18 +2577,14 @@ Few examples:
25772577
`URGENT-COMPUTER+CATEGORY=mywork/-DONE`
25782578

25792579

2580-
Tangle *orgmode-Tangle*
2581-
2582-
Extract source code (tangle)
2580+
Extract source code (tangle) *orgmode-Extract-source-code-(tangle)*
25832581

25842582
There is basic support for extracting source code with `tangle` and `noweb`.
25852583
(Orgmode link: Extracting source code
25862584
<https://orgmode.org/manual/Extracting-Source-Code.html>) These options are
25872585
supported:
25882586

2589-
1. Setting `header-args` on multiple levels:
2590-
2591-
1. Configuration (|orgmode-org_babeldefaultheaderargs|)
2587+
1. Setting `header-args` on multiple levels:1. Configuration (|orgmode-org_babeldefaultheaderargs|)
25922588

25932589

25942590
2. File level property (`#+property: header-args :tangle yes`)
@@ -2609,18 +2605,13 @@ supported:
26092605

26102606

26112607

2612-
2. Tangling all blocks with these options:
2613-
2614-
1. `:tangle no` - Do not tangle
2608+
2. Tangling all blocks with these options:1. `:tangle no` - Do not tangle
26152609
2. `:tangle yes` - Tangle to same filename as current org file, with
26162610
different extension (If org file is `~/org/todo.org` and block is `#+block_src lua`, tangles to `/org/todo.lua`)
26172611
3. `:tangle path` - Tangle to given filename. It can be absolute (`:tangle /path/to/file.ext`) or relative to current file (either `:tangle ./file.ext` or `:tangle file.ext`)
26182612

26192613

2620-
3. Basic `:noweb` syntax (See Noweb Reference Syntax
2621-
<https://orgmode.org/manual/Noweb-Reference-Syntax.html>):
2622-
2623-
1. `:noweb no` - Do not expand any references
2614+
3. Basic `:noweb` syntax (See Noweb Reference Syntax <https://orgmode.org/manual/Noweb-Reference-Syntax.html>):1. `:noweb no` - Do not expand any references
26242615
2. `:noweb yes` - Expand references via `#+name` directive on block.
26252616
See example below.
26262617
3. `:noweb tangle` - Same as `:noweb yes`

0 commit comments

Comments
 (0)