Tagged Questions
5
votes
2answers
83 views
Forward Search in Emacs for Okular not working
On Emacs, I am trying to get forward search with Okular. Right now, I have the following command:
okular --unique %o#src:%n`pwd`/./%b
But, this does not take me to the right line, as I'd expect. ...