From 1eba3ef7350955e6767331b2c05448a38820ebd1 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Fri, 23 Apr 2021 08:16:10 -0400 Subject: spine, harvests require doc abstraction be run --- org/spine.org | 2 ++ src/doc_reform/spine.d | 2 ++ 2 files changed, 4 insertions(+) diff --git a/org/spine.org b/org/spine.org index fd17741..1ede22e 100644 --- a/org/spine.org +++ b/org/spine.org @@ -805,6 +805,7 @@ struct OptActions { return ( opts["abstraction"] || epub + || harvest || html || html_seg || html_scroll @@ -824,6 +825,7 @@ struct OptActions { @trusted bool meta_processing_general() { return ( opts["abstraction"] + || harvest || html || epub || odt diff --git a/src/doc_reform/spine.d b/src/doc_reform/spine.d index d3deee7..aff29b1 100755 --- a/src/doc_reform/spine.d +++ b/src/doc_reform/spine.d @@ -529,6 +529,7 @@ string program_name = "spine"; return ( opts["abstraction"] || epub + || harvest || html || html_seg || html_scroll @@ -548,6 +549,7 @@ string program_name = "spine"; @trusted bool meta_processing_general() { return ( opts["abstraction"] + || harvest || html || epub || odt -- cgit v1.2.3