branch: externals/org-transclusion
commit b901262ff97bb4a6b78d618021d74f315ee6c75e
Author: Noboru Ota <m...@nobiot.com>
Commit: Noboru Ota <m...@nobiot.com>

    test: update test for first-section
---
 test/test-2.0.org | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/test/test-2.0.org b/test/test-2.0.org
index 59844f8deb..8c0243205e 100644
--- a/test/test-2.0.org
+++ b/test/test-2.0.org
@@ -138,8 +138,17 @@ This is content of H3
 #+end_example
 
 [[file:./test-no-first-section.org]]
+
+Temporarily set ~org-transclusion-include-first-section~ to nil
+#+begin_src emacs-lisp
+  (setq org-transclusion-include-first-section nil)
+  (setq org-transclusion-include-first-section t)
+#+end_src
+
 #+transclude: [[file:./test-no-first-section.org]]
 
+#+transclude: [[file:test-no-first-section-negative.org]]
+
 * Live-Sync
 ** center-block dynamic-block example-block export-block special-block 
verse-block
 

Reply via email to