branch: externals/org-remark
commit 42126b609ebb907cce61b829442b861d4b7142db
Author: Noboru Ota <[email protected]>
Commit: Noboru Ota <[email protected]>
style: silence package-lint
---
org-remark.el | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/org-remark.el b/org-remark.el
index 6680b4836b..9c2928ba4f 100644
--- a/org-remark.el
+++ b/org-remark.el
@@ -381,11 +381,11 @@ TEXT is an excerpt of the body text of the marginal note
(for
(when org-remark-create-default-pen-set
;; Create default pen set.
(org-remark-create "red-line"
- '(:underline (:color "dark red" :style wave))
- '(CATEGORY "review" help-echo "Review this"))
+ `(:underline (:color "dark red" :style wave))
+ `(CATEGORY "review" help-echo "Review this"))
(org-remark-create "yellow"
- '(:underline "gold" :background "lemon chiffon")
- '(CATEGORY "important")))
+ `(:underline "gold" :background "lemon chiffon")
+ `(CATEGORY "important")))
(defun org-remark-save ()
"Save all the highlights tracked in current buffer to notes file.