I've been searching and searching, and can't find the answer.
In my theme, I want to always display just one post, with comments. So for the "previous" and "next" links, I want to display the titles of the previous and next posts -- not the static text "previous page/next page" or whatever.
In other words, I want the "index" and "archive" to look just like a permalink page -- even down to the previous/next links containing titles.
previous_post_link is documented to only work in a permalink page; I find it does work in other contexts, except that it shows the static text "%link" instead of the title.
I thought I might be able to fake it out by assigning $single=1, but that also didn't work.