branch: externals/org-transclusion commit 909099f02d3faba1066d63d69711fe9c757aa77c Author: Noboru Ota <m...@nobiot.com> Commit: Noboru Ota <m...@nobiot.com>
docs: Make to generate user manual with transclusions from README --- docs/index.html | 19 ++++++------- org-transclusion.info | 76 +++++++++++++++++++++++++-------------------------- 2 files changed, 47 insertions(+), 48 deletions(-) diff --git a/docs/index.html b/docs/index.html index f97c547..588559e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -64,8 +64,8 @@ Next: <a href="#Example-Use-Cases-_0026-Main-Features" accesskey="n" rel="next"> </p> <p>Last updated 24 December 2021. </p> -<p>Org-transclusion lets you insert a copy of text content via a file link or ID link within an Org file. It lets you have the same content present in different buffers at the same time without copy-and-pasting it. Edit the source of the content, and you can refresh the transcluded copies to the up-to-date state. Org-transclusion keeps your files clear of the transcluded copies, leaving only the links to the original content. -</p> +<p>Org-transclusion lets you insert a copy of text content via a file link or ID link within an Org file. It lets you have the same content present in different buffers at the same time without copy-and-pasting it. Edit the source of the content, and you can refresh the transcluded copies to the up-to-date state. Org-transclusion keeps your files clear of the transcluded copies, leaving only the links to the original content.<span id="whatis"></span></p> + <p>Copyright (C) 2021 Free Software Foundation, Inc. </p> <blockquote> @@ -242,19 +242,18 @@ Org-transclusion (refer to the <a href="#Getting-Started">Getting Started</a> se <div class="lisp"> <pre class="lisp">;; ~/.doom.d/package.el (package! org-transclusion) - </pre></div> <div class="lisp"> <pre class="lisp">;; ~/.doom.d/config.el (use-package! org-transclusion - :after org - :init - (map! - :map global-map "<f12>" #'org-transclusion-add - :leader - :prefix "n" - :desc "Org Transclusion Mode" "t" #'org-transclusion-mode)) + :after org + :init + (map! + :map global-map "<f12>" #'org-transclusion-add + :leader + :prefix "n" + :desc "Org Transclusion Mode" "t" #'org-transclusion-mode)) </pre></div> <hr> diff --git a/org-transclusion.info b/org-transclusion.info index 2707443..186a913 100644 --- a/org-transclusion.info +++ b/org-transclusion.info @@ -192,16 +192,15 @@ install the package and configure the keybindings. ;; ~/.doom.d/package.el (package! org-transclusion) - ;; ~/.doom.d/config.el (use-package! org-transclusion - :after org - :init - (map! - :map global-map "<f12>" #'org-transclusion-add - :leader - :prefix "n" - :desc "Org Transclusion Mode" "t" #'org-transclusion-mode)) + :after org + :init + (map! + :map global-map "<f12>" #'org-transclusion-add + :leader + :prefix "n" + :desc "Org Transclusion Mode" "t" #'org-transclusion-mode)) File: org-transclusion.info, Node: Getting Started, Next: Usage, Prev: Installation, Up: Top @@ -1670,38 +1669,39 @@ their use in free software. Tag Table: Node: Top846 +Ref: whatis1507 Node: Example Use Cases & Main Features3673 Node: Installation5993 -Node: Getting Started7093 -Node: Usage10080 -Node: Org-transclusion mode activate and deactivate10550 -Node: Org links supported12585 -Node: Control levels of headlines per transclusion14327 -Node: Filter Org elements per transclusion16119 -Node: Notes on excluding the headline element19786 -Node: Live-sync edit20756 -Node: Transclude source file into src-block23126 -Node: Transclude range of lines for text and source files24211 -Node: lines property to specify a range of lines24763 -Node: end property to specify a search term to dynamically look for the end of a range26684 -Node: Extensions28252 -Node: Customizing30110 -Node: Customizable filter to exclude certain Org elements31937 -Node: Include the section before the first headline (Org file only)32962 -Node: Faces & fringe bitmap33637 -Node: Face for the #+transclude keyword33978 -Node: Faces for the fringes next to transcluded region and source region34472 -Node: Keybindings36045 -Node: Known Limitations37051 -Node: Credits39685 -Node: Original idea by John Kitchin39869 -Node: Text-Clone42430 -Node: Contributing43007 -Node: Notes on pull requests and Free Software Foundation (FSF) copy right assignment43532 -Node: Index - Features44215 -Node: Index - Commands46846 -Node: Index - User Options48665 -Node: GNU Free Documentation License51007 +Node: Getting Started7176 +Node: Usage10163 +Node: Org-transclusion mode activate and deactivate10633 +Node: Org links supported12668 +Node: Control levels of headlines per transclusion14410 +Node: Filter Org elements per transclusion16202 +Node: Notes on excluding the headline element19869 +Node: Live-sync edit20839 +Node: Transclude source file into src-block23209 +Node: Transclude range of lines for text and source files24294 +Node: lines property to specify a range of lines24846 +Node: end property to specify a search term to dynamically look for the end of a range26767 +Node: Extensions28335 +Node: Customizing30193 +Node: Customizable filter to exclude certain Org elements32020 +Node: Include the section before the first headline (Org file only)33045 +Node: Faces & fringe bitmap33720 +Node: Face for the #+transclude keyword34061 +Node: Faces for the fringes next to transcluded region and source region34555 +Node: Keybindings36128 +Node: Known Limitations37134 +Node: Credits39768 +Node: Original idea by John Kitchin39952 +Node: Text-Clone42513 +Node: Contributing43090 +Node: Notes on pull requests and Free Software Foundation (FSF) copy right assignment43615 +Node: Index - Features44298 +Node: Index - Commands46929 +Node: Index - User Options48748 +Node: GNU Free Documentation License51090 End Tag Table