diff options
| author | Ralph Amissah <ralph.amissah@gmail.com> | 2021-04-23 08:16:10 -0400 | 
|---|---|---|
| committer | Ralph Amissah <ralph.amissah@gmail.com> | 2021-04-23 09:55:09 -0400 | 
| commit | 1eba3ef7350955e6767331b2c05448a38820ebd1 (patch) | |
| tree | af9001593f604a1dbba11c2e576889f05c55fcf9 /org | |
| parent | ext-dep: d-yaml updated (diff) | |
spine, harvests require doc abstraction be run
Diffstat (limited to 'org')
| -rw-r--r-- | org/spine.org | 2 | 
1 files changed, 2 insertions, 0 deletions
| 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 | 
