Fix org-mu4e-compose.el
This commit is contained in:
@@ -144,7 +144,7 @@ The affected area is START to END in the current buffer."
|
||||
(while (looking-at (rx bol ">" (or " " eol)))
|
||||
(forward-line -1))
|
||||
(end-of-line)
|
||||
(insert "\n#+BEGIN_VERSE"))
|
||||
(insert "\n#+BEGIN_VERSE")))
|
||||
|
||||
(defun org-mu4e--textify-org-part ()
|
||||
"Replace the org part of the current buffer with plain text."
|
||||
@@ -157,7 +157,7 @@ The affected area is START to END in the current buffer."
|
||||
after-change-functions)))
|
||||
(delete-region (point-min) (point-max))
|
||||
(insert ascii-content)
|
||||
(put-text-property (point-min) (point-max) 'font-lock-face 'default))))))
|
||||
(put-text-property (point-min) (point-max) 'font-lock-face 'default)))))
|
||||
|
||||
(defun org-mu4e--htmlize-and-cleanup ()
|
||||
"HTMLize and cleanup the visible portion of the buffer.
|
||||
|
||||
Reference in New Issue
Block a user