I am creating my own custom format for copy/pasting verses and want to be able to ask for 2-3 chapters at a time without getting the intervening chapter. I am using this as my format:
===(snip)===
%UseBibleParagraphs
%NoCharFormatting
%NoFootnotes
%NoCitation
=ForEachVerse
REF([ShortBookName].[ChapterNum]:[VerseNum]) [VerseText]
===(snip)===
If I copy Colossians 1 I get this at the top:
===(snip)===
REF(Col.1:)
REF(Col.1:1) Paul, an apostle of Christ Jesus by the will of God, and Timothy our brother,
REF(Col.1:2) To the holy and faithful brothers in Christ at Colosse:
Grace and peace to you from God our Father.
===(snip)===
where I just want to see this:
===(snip)===
REF(Col.1:1) Paul, an apostle of Christ Jesus by the will of God, and Timothy our brother,
REF(Col.1:2) To the holy and faithful brothers in Christ at Colosse:
Grace and peace to you from God our Father.
===(snip)===
If I copy the whole book of, say, Colossians (admittedly not something I need to do very often, but I'd like to get my format working) I get this:
===(snip)===
REF(Col.1:)
REF(Col.1:) REF(Col.1:1) Paul, an apostle of Christ Jesus by the will of God, and Timothy our brother,
...
===(snip)===
Which has not one but 2 separate references to Col chapter 1 before it gets to Col 1:1.
Any idea how to fix this problem?