[Org] No .pl suffix for Perl scripts anymore

This commit is contained in:
Daniel - 2017-08-11 09:07:19 +02:00
parent 2fae149331
commit c0aceb0e33
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 1 additions and 1 deletions

View File

@ -785,7 +785,7 @@ the resulting org mode file, respectively."
(let ((tmp-file (make-temp-file "/tmp/emacs-ical-")))
(url-copy-file ical-file-name tmp-file t)
(setq ical-file-name tmp-file)))
(unless (zerop (call-process "ical2org.pl"
(unless (zerop (call-process "ical2org"
ical-file-name
`(:file ,org-file-name)
nil