[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] org-file-apps regex matching against path not link
From: |
Nicolas Goaziou |
Subject: |
Re: [O] org-file-apps regex matching against path not link |
Date: |
Thu, 12 Apr 2018 21:38:47 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
Hello,
"Frankie Y. Liu" <address@hidden> 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