I defined footnotes to insert a colon between \footnote{bla}\footnote{bla}. But when I load hyperref this is destroyed. In addition KOMA removes space at the beginning of a footnote, while hyperref modifies this again. Please compare the results of compiling the following MWE:
\documentclass[footnotes=multiple]{scrbook}
\usepackage{hyperref}
\usepackage{bidi}
%\KOMAoptions{footnotes=multiple}
\deffootnote[1.5em]{1.5em}{0mm}{\textsuperscript{\normalfont\thefootnotemark}}
\begin{document}
Test\footnote{%
first footnote
}\footnote{
Second footnote.
}\footnote{
The point of writing this text is that I can insert this footnote here so that Ulrike can see how
a footnote looks like. The lipsum package does not insert footnotes.
}\footnote{
And if they did not die, the wrote another footnote.
}\footnote{
The point of writing this text is that I can insert this footnote here so that Ulrike can see how
a footnote looks like. The lipsum package does not insert footnotes.
}
\end{document}
I found a way to set the footnotes=multiple after loading the hyperref package, but is this the correct way? Seems to be a bug in the hyperref package. Furthermore, when I add the bidipackage, setting the option after loading the packages does not work any longer ...


scrhackonly modifies section heading in\section,\chapter,\partand etc. It has nothing to do with footnotes. See my answer below. – Hasan Zakeri Jul 01 '13 at 20:54