[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/org-remark 8020d33380 47/75: docs: organize customizing
From: |
ELPA Syncer |
Subject: |
[elpa] externals/org-remark 8020d33380 47/75: docs: organize customizing groups |
Date: |
Fri, 6 Oct 2023 12:59:19 -0400 (EDT) |
branch: externals/org-remark
commit 8020d33380addbb484ad78ca5fe3be613d23e09f
Author: Noboru Ota <me@nobiot.com>
Commit: Noboru Ota <me@nobiot.com>
docs: organize customizing groups
---
org-remark-eww.el | 4 ++--
org-remark-icon.el | 2 +-
org-remark-info.el | 4 ++--
org-remark-nov.el | 4 ++--
4 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/org-remark-eww.el b/org-remark-eww.el
index 7d8ee02769..2435c10978 100644
--- a/org-remark-eww.el
+++ b/org-remark-eww.el
@@ -6,7 +6,7 @@
;; Noboru Ota <me@nobiot.com>
;; URL: https://github.com/nobiot/org-remark
;; Created: 23 December 2022
-;; Last modified: 25 June 2023
+;; Last modified: 19 August 2023
;; Package-Requires: ((emacs "27.1") (org "9.4"))
;; Keywords: org-mode, annotation, note-taking, marginal-notes, wp
@@ -41,7 +41,7 @@
(define-minor-mode org-remark-eww-mode
"Enable Org-remark to work with EWW."
:global t
- :group 'org-remark
+ :group 'org-remark-eww
(if org-remark-eww-mode
;; Enable
(progn
diff --git a/org-remark-icon.el b/org-remark-icon.el
index 3cca7c1c31..9ccdd2e7d1 100644
--- a/org-remark-icon.el
+++ b/org-remark-icon.el
@@ -30,7 +30,7 @@
(require 'cl-macs)
(defgroup org-remark-icon nil
- "Highlight and annotate any text files with using Org mode."
+ "Enable `org-remark' to display glyph/icon indicators."
:group 'org-remark
:prefix "org-remark-icon"
:link '(url-link :tag "GitHub" "https://github.com/nobiot/org-remark"))
diff --git a/org-remark-info.el b/org-remark-info.el
index 6914e2c887..fc07589aaa 100644
--- a/org-remark-info.el
+++ b/org-remark-info.el
@@ -5,7 +5,7 @@
;; Author: Noboru Ota <me@nobiot.com>
;; URL: https://github.com/nobiot/org-remark
;; Created: 16 July 2023
-;; Last modified: 04 August 2023
+;; Last modified: 19 August 2023
;; Package-Requires: ((emacs "27.1") (org "9.4"))
;; Keywords: org-mode, annotation, note-taking, marginal-notes, wp
@@ -64,7 +64,7 @@
(define-minor-mode org-remark-info-mode
"Enable Org-remark to work with `Info-mode' for Info documentation reader."
:global t
- :group 'org-remark
+ :group 'org-remark-info
(if org-remark-info-mode
;; Enable
(progn
diff --git a/org-remark-nov.el b/org-remark-nov.el
index 8674f219fa..1fd2f7d292 100644
--- a/org-remark-nov.el
+++ b/org-remark-nov.el
@@ -5,7 +5,7 @@
;; Author: Noboru Ota <me@nobiot.com>
;; URL: https://github.com/nobiot/org-remark
;; Created: 9 January 2023
-;; Last modified: 29 July 2023
+;; Last modified: 19 August 2023
;; Package-Requires: ((emacs "27.1") (org "9.4"))
;; Keywords: org-mode, annotation, note-taking, marginal-notes, wp
@@ -62,7 +62,7 @@
(define-minor-mode org-remark-nov-mode
"Enable Org-remark to work with `nov-mode' for eub."
:global t
- :group 'org-remark
+ :group 'org-remark-nov
(if org-remark-nov-mode
;; Enable
(progn
- [elpa] externals/org-remark cfaf02d823 72/75: docs: minor update to README and article on SVG icon, (continued)
- [elpa] externals/org-remark cfaf02d823 72/75: docs: minor update to README and article on SVG icon, ELPA Syncer, 2023/10/06
- [elpa] externals/org-remark cbc26304a8 23/75: refactor: add org-remark-default-features to automatically load, ELPA Syncer, 2023/10/06
- [elpa] externals/org-remark f37ddb69e7 22/75: fix(change): force trigger of notes buffer face, ELPA Syncer, 2023/10/06
- [elpa] externals/org-remark d606d80a47 29/75: refactor: move highlights-delay-load to org-remark.el, ELPA Syncer, 2023/10/06
- [elpa] externals/org-remark 335293a03e 41/75: style(line):Clean up comments, ELPA Syncer, 2023/10/06
- [elpa] externals/org-remark 8c3238902b 54/75: docs: keybinding sync with README, ELPA Syncer, 2023/10/06
- [elpa] externals/org-remark e904b53b2c 60/75: refactor: silence compilier warning, ELPA Syncer, 2023/10/06
- [elpa] externals/org-remark af03b2103e 50/75: docs: Docstring for org-remark-default-features, etc., ELPA Syncer, 2023/10/06
- [elpa] externals/org-remark 16622af0c0 66/75: fix: add org-remark-find-overlay-at-point to local hook, ELPA Syncer, 2023/10/06
- [elpa] externals/org-remark 2fd1025490 63/75: fix: Regression. Delete only removes., ELPA Syncer, 2023/10/06
- [elpa] externals/org-remark 8020d33380 47/75: docs: organize customizing groups,
ELPA Syncer <=
- [elpa] externals/org-remark 4e57d99e2d 68/75: fix: use space display specification instead of a string of \s, ELPA Syncer, 2023/10/06
- [elpa] externals/org-remark 3997025261 33/75: feat: icons for line-hl get their default face when notes exit, ELPA Syncer, 2023/10/06