Mu4e: correct reference to renamed variable
This commit is contained in:
parent
9673b66dc1
commit
e2792127f0
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ clicked."
|
|||
;;;###autoload
|
||||
(defun +org-msg-img-scale-css (img-uri)
|
||||
"For a given IMG-URI, use imagemagik to find its width."
|
||||
(if org-msg-currently-exporting
|
||||
(if +org-msg-currently-exporting
|
||||
(list :width
|
||||
(format "%.1fpx"
|
||||
(/ (string-to-number
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue