emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/org-mime 0311662889 017/118: Correct 'interactive' positio


From: ELPA Syncer
Subject: [nongnu] elpa/org-mime 0311662889 017/118: Correct 'interactive' position
Date: Wed, 5 Jan 2022 07:58:43 -0500 (EST)

branch: elpa/org-mime
commit 0311662889d03f5e280024dfb9fcd183fcc86d85
Author: Syohei YOSHIDA <syohex@gmail.com>
Commit: Syohei YOSHIDA <syohex@gmail.com>

    Correct 'interactive'  position
---
 org-mime.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/org-mime.el b/org-mime.el
index 553689a4ce..a7d30b0075 100644
--- a/org-mime.el
+++ b/org-mime.el
@@ -196,8 +196,8 @@ CURRENT-FILE is used to calculate full path of images."
   "Export a portion of an email to html using `org-mode'.
 If called with an active region only export that region, otherwise entire body.
 If ARG is not NIL, use `org-mime-fixedwith-wrap' to wrap the exported text."
-  (if org-mime-debug (message "org-mime-htmlize called"))
   (interactive "P")
+  (if org-mime-debug (message "org-mime-htmlize called"))
   (let* ((region-p (org-region-active-p))
          (html-start (or (and region-p (region-beginning))
                          (save-excursion



reply via email to

[Prev in Thread] Current Thread [Next in Thread]