I'm using pagenotes in the memoir class for a book. This is all the code I'm using that I think is relevant:
\let\pagenote=\endnote
\makeatletter
\renewcommand*\prenotetext{%
\list{}{%
\setlength\leftmargin{2.3em}%
\setlength\topsep{-\baselineskip}}
\item}
\renewcommand*\postnotetext{\endlist\bigskip\medskip}
\makeatother
\renewcommand*\idtextinnotes[1]{#1.\vspace*{-\baselineskip}}
\renewcommand*\notenuminnotes[1]{#1.\vspace*{-\baselineskip}}
\makepagenote
\renewcommand\enoteheading{\chapter {\notesname}%
\mbox{}\par\vskip-\baselineskip}
\renewcommand\enoteformat{\noindent\theenmark.\hspace{5pt}}
\renewcommand\notesname{Notes}
% Section title
\usepackage{titlesec}
\titleformat{\section}{\large\uppercase}{\thesection}{1em}{}
Then, at the end, I add:
\printpagenotes*
Which prints out nicely a list of numbered nodes, correctly formatted, divided by chapter. Now my question is, how do I change the formatting of the chapter title in the endnotes?
For example, right now it shows: CHAPTER 1 UNEMPLOYMENT TODAY
I would like it to be: CHAPTER 1 - UNEMPLOYMENT TODAY
Thanks!

memoiris a class. – Sep 27 '12 at 19:39