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

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

[elpa] externals/org-remark ecb82aebbe 101/173: intrnl correct some mino


From: ELPA Syncer
Subject: [elpa] externals/org-remark ecb82aebbe 101/173: intrnl correct some minor errors
Date: Fri, 28 Jan 2022 16:58:05 -0500 (EST)

branch: externals/org-remark
commit ecb82aebbe7cf6a35273161449d00719380488e9
Author: Noboru Ota <me@nobiot.com>
Commit: Noboru Ota <me@nobiot.com>

    intrnl correct some minor errors
---
 org-remark-global-tracking.el | 1 -
 org-remark.el                 | 8 ++++----
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/org-remark-global-tracking.el b/org-remark-global-tracking.el
index 7ca8664165..44c61f8fdf 100644
--- a/org-remark-global-tracking.el
+++ b/org-remark-global-tracking.el
@@ -48,7 +48,6 @@ saved in `org-remark-tracking-file' automatically loads 
highlights."
 When opening any of them, automatically activates `org-remark-mode'
 locally for the file opened."
   :init-value nil
-  :group 'org-remark
   :lighter " ormk-auto"
   :global t
   (cond
diff --git a/org-remark.el b/org-remark.el
index 043fa42e7c..7e2a10f6ba 100644
--- a/org-remark.el
+++ b/org-remark.el
@@ -5,7 +5,7 @@
 ;; Author: Noboru Ota <me@nobiot.com>
 ;; URL: https://github.com/nobiot/org-remark
 ;; Version: 0.0.7
-;; Last modified: 2022-01-03T200655
+;; Last modified: 03 January 2022
 ;; Package-Requires: ((emacs "27.1") (org "9.4"))
 ;; Keywords: org-mode, annotation, writing, note-taking, marginal-notes
 
@@ -155,7 +155,7 @@ LABEL is the name of the highlighter.  The function will be 
called
 
 The highlighter function will apply FACE to the selected region.
 FACE can be an anonymous face.  When it is nil, this macro uses
-the default face `org-remark-highlight'.
+the default face `org-remark-highlighter'.
 
 PROPERTIES is a list of pairs of a symbol and value.  Each
 highlighted text region will have a corresponding Org headline in
@@ -197,8 +197,8 @@ used for `org-remark-next' and `org-remark-prev'."
 
 (org-remark-create-pen) ;; create the default mark function with default face
                       ;; `org-remark-highlight' with no properties.
-(org-remark-create-pen "orange"
-                           '(:underline (:color "dark red" :style wave) 
:weight bold)
+(org-remark-create-pen "fix-this"
+                           '(:underline (:color "dark red" :style wave) 
:background "#f2eff3")
                            '(CATEGORY "correction" help-echo "Fix this"))
 (org-remark-create-pen "yellow"
                            '(:underline "gold" :background "lemon chiffon") 
'(CATEGORY "important"))



reply via email to

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