mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-06-14 12:21:20 +00:00
This is a bug apparently
This commit is contained in:
parent
2de061dbd2
commit
b7739c7b02
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ added as a link in the `ARCHIVED_AT' property."
|
|||
(let ((default-directory directory))
|
||||
(start-process "org-board-youtube-dl" "*org-board-youtube-dl*" youtube-dl-binary
|
||||
(car site))))
|
||||
(t (apply orig path directory args site))))
|
||||
(t (apply orig path directory args (list site)))))
|
||||
|
||||
(advice-add #'org-board-wget-call
|
||||
:around
|
||||
|
|
|
|||
Loading…
Reference in a new issue