[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"))
- [elpa] externals/org-remark 2d11de2ec2 085/173: docs: README, (continued)
- [elpa] externals/org-remark 2d11de2ec2 085/173: docs: README, ELPA Syncer, 2022/01/28
- [elpa] externals/org-remark 3037be5ebc 087/173: docs: update README with global-tracking-mode, ELPA Syncer, 2022/01/28
- [elpa] externals/org-remark b988d580d8 090/173: add: Create pen to have different colors, ELPA Syncer, 2022/01/28
- [elpa] externals/org-remark 02d7b56265 088/173: fix: tracking does not save for the first file, ELPA Syncer, 2022/01/28
- [elpa] externals/org-remark 7242c83d8f 094/173: copyright year, ELPA Syncer, 2022/01/28
- [elpa] externals/org-remark f988330790 091/173: add: make-pen props work as intended, ELPA Syncer, 2022/01/28
- [elpa] externals/org-remark bdbde4eda8 093/173: refactor: macro to make different pen, ELPA Syncer, 2022/01/28
- [elpa] externals/org-remark b3a8e3e2ec 097/173: add: Org-HANA: Org to Highlight & ANnotate Any text file (HANA), ELPA Syncer, 2022/01/28
- [elpa] externals/org-remark f7e796cd6b 095/173: chg: don't update headline text; various refactors, ELPA Syncer, 2022/01/28
- [elpa] externals/org-remark 4ee9e23e50 100/173: intrnl: refactor fn names, ELPA Syncer, 2022/01/28
- [elpa] externals/org-remark ecb82aebbe 101/173: intrnl correct some minor errors,
ELPA Syncer <=
- [elpa] externals/org-remark fd5cab5ac2 102/173: rm: org-marginalia*.el, ELPA Syncer, 2022/01/28
- [elpa] externals/org-remark 51b0c08f25 104/173: docs: NEWS, README etc. for name change, ELPA Syncer, 2022/01/28
- [elpa] externals/org-remark 0c6aad188a 106/173: doc:README minor change for grammar, ELPA Syncer, 2022/01/28
- [elpa] externals/org-remark a98120b18c 107/173: add ::line-number to file line, ELPA Syncer, 2022/01/28
- [elpa] externals/org-remark 366b169e55 108/173: add: pen-factory & available pens for change, ELPA Syncer, 2022/01/28
- [elpa] externals/org-remark 8e558a3549 110/173: add browse-next/prev; open/visit; change open to side window, ELPA Syncer, 2022/01/28
- [elpa] externals/org-remark 70cf67bc26 112/173: intrnl: refactor view, open, browse (view-next/prev), ELPA Syncer, 2022/01/28
- [elpa] externals/org-remark 84999b19c6 115/173: add: org-remark-convert-legacy-data as a standalone command, ELPA Syncer, 2022/01/28
- [elpa] externals/org-remark d2135790a7 114/173: intrnl: refactor empty-buffer-p, ELPA Syncer, 2022/01/28
- [elpa] externals/org-remark feb1dca006 118/173: intrnl: minor refactoring, ELPA Syncer, 2022/01/28