<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">On 02/12/2015 08:41 AM, Peter Von
Kaehne wrote:<br>
</div>
<blockquote
cite="mid:trinity-d89e4ebc-0974-499a-ac25-eb6279e5294d-1423748477024@3capp-gmx-bs09"
type="cite">
<pre wrap="">lack of a chapter number means that the verse is currently misinterpreted</pre>
</blockquote>
<font face="FreeSerif">I've always mechanically converted all refs
like that (including Obadiah, Philemon, 2John, 3John) to
manufacture the leading "1:" before any other processing. It's a
straightforward change using e.g.<br>
<br>
sed -e 's/Jude \([0-9]\+\)/Jude 1:\1/g'<br>
<br>
This can be embellished to be more precise and more general, but
that's the concept.<br>
</font>
</body>
</html>