Hello, "Frankie Y. Liu" <frankie.y....@gmail.com> writes:
> I wanted to open a pdf at a particular page, the instructions under > org-file-apps suggested using > > (add-to-list 'org-file-apps '("\\.pdf::\\(\\d+\\)\\'" . "evince -p %1 > %s")) What is "\d+"? You may want to try [0-9]+ insteal. Regards, -- Nicolas Goaziou