emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org-transclusion 1200252 2/3: docs: add-all does not ad


From: ELPA Syncer
Subject: [elpa] externals/org-transclusion 1200252 2/3: docs: add-all does not add transclusions when error in batch
Date: Fri, 24 Dec 2021 05:57:33 -0500 (EST)

branch: externals/org-transclusion
commit 12002527b0a33fc9185e449223fb2a0c5dd3dd89
Author: Noboru Ota <me@nobiot.com>
Commit: Noboru Ota <me@nobiot.com>

    docs: add-all does not add transclusions when error in batch
    
    emacs batch mode stops processing in one error even when the error is 
demoted.
    Need more time to fix it properly. At the moemnt, exporting manually from 
the
    org buffer.
---
 docs/Makefile             |  1 +
 docs/index.html           | 33 +++++++++++++++--
 docs/manual-gen.el        |  5 +--
 docs/org-transclusion.org | 10 +++---
 org-transclusion.info     | 92 +++++++++++++++++++++++++++++------------------
 5 files changed, 98 insertions(+), 43 deletions(-)

diff --git a/docs/Makefile b/docs/Makefile
index 6e0a368..9f26920 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -9,6 +9,7 @@ MANUAL_HTML_ARGS =--html --no-split --footnote-style=separate 
--css-ref=resource
 ## Build #############################################################
 
 all: manual html install clear
+run: html install clear
 
 manual:
        @printf "\n\n### Generating manual .texi and .info files \n\n"
diff --git a/docs/index.html b/docs/index.html
index 69e4a06..f97c547 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -60,9 +60,9 @@ Next: <a href="#Example-Use-Cases-_0026-Main-Features" 
accesskey="n" rel="next">
 <span id="Org_002dtransclusion-User-Manual"></span><h1 
class="top">Org-transclusion User Manual</h1>
 
 
-<p>This manual is for Org-transclusion version 1.0.x.
+<p>This manual is for Org-transclusion 1.0.x.
 </p>
-<p>last updated 23 December 2021.
+<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>
@@ -925,9 +925,38 @@ Previous: <a href="#Faces-_0026-fringe-bitmap" 
accesskey="p" rel="prev">Faces &a
 <ul>
 <li> &lsquo;<samp>org-transclusion-map</samp>&rsquo;
 </li></ul>
+<div class="example">
+<pre class="example">key             binding
+---             -------
+
+C-c             Prefix Command
+TAB             org-cycle
+D               org-transclusion-demote-subtree
+O               org-transclusion-move-to-source
+P               org-transclusion-promote-subtree
+d               org-transclusion-remove
+e               org-transclusion-live-sync-start
+g               org-transclusion-refresh
+o               org-transclusion-open-source
+
+C-c C-c         org-ctrl-c-ctrl-c
+</pre></div>
+
+
 <ul>
 <li> &lsquo;<samp>org-transclusion-live-sync-map</samp>&rsquo;
 </li></ul>
+<div class="example">
+<pre class="example">key                   binding
+---                   -------
+
+C-c                   Prefix Command
+C-y                   org-transclusion-live-sync-paste
+
+C-c C-c               org-transclusion-live-sync-exit
+
+*Also inherits ‘org-mode-map’
+</pre></div>
 
 <hr>
 <span id="Known-Limitations"></span><div class="header">
diff --git a/docs/manual-gen.el b/docs/manual-gen.el
index 47bdf29..1b53f06 100644
--- a/docs/manual-gen.el
+++ b/docs/manual-gen.el
@@ -2,8 +2,9 @@
 
 (require 'org-transclusion)
 
-(ignore-error
-    (org-transclusion-add-all))
+;; Need to fix this
+;; Currently it does not work
+(org-transclusion-add-all)
 
 (let ((inhibit-read-only t))
   (org-texinfo-export-to-info))
diff --git a/docs/org-transclusion.org b/docs/org-transclusion.org
index 2e2e3e2..cf14816 100644
--- a/docs/org-transclusion.org
+++ b/docs/org-transclusion.org
@@ -1,6 +1,6 @@
 #+title: Org-transclusion User Manual
 #+author: Noboru Ota <me@nobiot.com>
-#+modified: 2021-12-24T101247
+#+modified: 2021-12-24T111248
 #+language: en
 #+export_file_name: org-transclusion.texi
 #+texinfo_dir_category: Emacs
@@ -10,17 +10,17 @@
 
 #+options: toc:nil
 
-#+macro: version 1.0.x
-#+macro: updated last updated 23 December 2021
+#+macro: version 1.0.x.
+#+macro: updated Last updated 24 December 2021.
 
 #+html: <a href="https://www.gnu.org/software/emacs/";><img alt="GNU Emacs" 
src="https://img.shields.io/static/v1?logo=gnuemacs&logoColor=fafafa&label=Made%20for&message=GNU%20Emacs&color=7F5AB6&style=flat"/></a>
 #+html: <a href="http://elpa.gnu.org/packages/org-transclusion.html";><img 
alt="GNU ELPA" src="https://elpa.gnu.org/packages/org-transclusion.svg"/></a>
 #+html: <a href="http://elpa.gnu.org/devel/org-transclusion.html";><img 
alt="GNU-devel ELPA" src="https://elpa.gnu.org/devel/org-transclusion.svg"/></a>
 #+html: <img alt="GPLv3" 
src="https://img.shields.io/badge/License-GPLv3-blue.svg";>
 
-This manual is for Org-transclusion version 1.0.x.
+This manual is for Org-transclusion {{{version}}}
 
-last updated 23 December 2021.
+{{{updated}}}
 
 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. 
 
diff --git a/org-transclusion.info b/org-transclusion.info
index 9fcceef..c915699 100644
--- a/org-transclusion.info
+++ b/org-transclusion.info
@@ -26,9 +26,9 @@ Org-transclusion User Manual
 ****************************
 
 
-   This manual is for Org-transclusion version 1.0.x.
+   This manual is for Org-transclusion 1.0.x.
 
-   last updated 23 December 2021.
+   Last updated 24 December 2021.
 
    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
@@ -885,7 +885,31 @@ File: org-transclusion.info,  Node: Keybindings,  Prev: 
Faces & fringe bitmap,
 ===============
 
    • ‘org-transclusion-map’
+     key             binding
+     ---             -------
+
+     C-c             Prefix Command
+     TAB             org-cycle
+     D               org-transclusion-demote-subtree
+     O               org-transclusion-move-to-source
+     P               org-transclusion-promote-subtree
+     d               org-transclusion-remove
+     e               org-transclusion-live-sync-start
+     g               org-transclusion-refresh
+     o               org-transclusion-open-source
+
+     C-c C-c         org-ctrl-c-ctrl-c
+
    • ‘org-transclusion-live-sync-map’
+     key                   binding
+     ---                   -------
+
+     C-c                   Prefix Command
+     C-y                   org-transclusion-live-sync-paste
+
+     C-c C-c               org-transclusion-live-sync-exit
+
+     *Also inherits ‘org-mode-map’
 
 
 File: org-transclusion.info,  Node: Known Limitations,  Next: Credits,  Prev: 
Customizing,  Up: Top
@@ -1651,38 +1675,38 @@ their use in free software.
 
 Tag Table:
 Node: Top846
-Node: Example Use Cases & Main Features3694
-Node: Installation6017
-Node: Getting Started7123
-Node: Usage10137
-Node: Org-transclusion mode activate and deactivate10607
-Node: Org links supported12660
-Node: Control levels of headlines per transclusion14414
-Node: Filter Org elements per transclusion16218
-Node: Notes on excluding the headline element19894
-Node: Live-sync edit20866
-Node: Transclude source file into src-block23251
-Node: Transclude range of lines for text and source files24348
-Node: lines property to specify a range of lines24903
-Node: end property to specify a search term to dynamically look for the end of 
a range26848
-Node: Extensions28425
-Node: Customizing30292
-Node: Customizable filter to exclude certain Org elements32119
-Node: Include the section before the first headline (Org file only)33153
-Node: Faces & fringe bitmap33828
-Node: Face for the #+transclude keyword34169
-Node: Faces for the fringes next to transcluded region and source region34663
-Node: Keybindings36245
-Node: Known Limitations36456
-Node: Credits39090
-Node: Original idea by John Kitchin39274
-Node: Text-Clone41835
-Node: Contributing42412
-Node: Notes on pull requests and Free Software Foundation (FSF) copy right 
assignment42937
-Node: Index - Features43623
-Node: Index - Commands46254
-Node: Index - User Options48073
-Node: GNU Free Documentation License50415
+Node: Example Use Cases & Main Features3686
+Node: Installation6009
+Node: Getting Started7115
+Node: Usage10129
+Node: Org-transclusion mode activate and deactivate10599
+Node: Org links supported12652
+Node: Control levels of headlines per transclusion14406
+Node: Filter Org elements per transclusion16210
+Node: Notes on excluding the headline element19886
+Node: Live-sync edit20858
+Node: Transclude source file into src-block23243
+Node: Transclude range of lines for text and source files24340
+Node: lines property to specify a range of lines24895
+Node: end property to specify a search term to dynamically look for the end of 
a range26840
+Node: Extensions28417
+Node: Customizing30284
+Node: Customizable filter to exclude certain Org elements32111
+Node: Include the section before the first headline (Org file only)33145
+Node: Faces & fringe bitmap33820
+Node: Face for the #+transclude keyword34161
+Node: Faces for the fringes next to transcluded region and source region34655
+Node: Keybindings36237
+Node: Known Limitations37243
+Node: Credits39877
+Node: Original idea by John Kitchin40061
+Node: Text-Clone42622
+Node: Contributing43199
+Node: Notes on pull requests and Free Software Foundation (FSF) copy right 
assignment43724
+Node: Index - Features44410
+Node: Index - Commands47041
+Node: Index - User Options48860
+Node: GNU Free Documentation License51202
 
 End Tag Table
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]