branch: externals/org-remark
commit cfaf02d8239c2e33af588ffefe61fa0432ea9174
Author: Noboru Ota <[email protected]>
Commit: Noboru Ota <[email protected]>
docs: minor update to README and article on SVG icon
---
README.org | 2 +-
.../2023-08-20T184309_C_how-to-set-icons-to-be-svg-images.md | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.org b/README.org
index c4d05de3e2..0ee9bb0f36 100644
--- a/README.org
+++ b/README.org
@@ -57,7 +57,7 @@ An [[https://youtu.be/c8DHrAsFiLc][introductory video]] (8
minutes) and [[https:
This package is available on:
- [[https://elpa.gnu.org/packages/org-remark.html][GNU-ELPA]] (releases only;
equivalent to MELPA-Stable)
-- [[https://elpa.gnu.org/devel/org-remark.html][GNU-devel ELPA]] (unreleased
development branch; equivalent to MELPA)
+- [[https://elpa.gnu.org/devel/org-remark.html][GNU-devel ELPA]] (unreleased
main branch; equivalent to MELPA)
GNU ELPA should be already set up in your Emacs by default. If you wish to add
GNU-devel ELPA, simply add its URL to ~package-archives~ like this:
diff --git
a/docs/articles/2023-08-20T184309_C_how-to-set-icons-to-be-svg-images.md
b/docs/articles/2023-08-20T184309_C_how-to-set-icons-to-be-svg-images.md
index 508cd5e888..6c811b237c 100644
--- a/docs/articles/2023-08-20T184309_C_how-to-set-icons-to-be-svg-images.md
+++ b/docs/articles/2023-08-20T184309_C_how-to-set-icons-to-be-svg-images.md
@@ -1,14 +1,14 @@
---
-title: How to Set Icons to be SVG Images
+title: How to Set Org-remark to Use SVG Icons
created: 2023-08-20
-modified: 20 August 2023
+modified: 16 September 2023
category: #creation
id: 2023-08-20T184309
---
# How to Set Org-remark to Use SVG Icons
-
+
I have released version 1.2.0 of Org-remark. In this version, highlights can
display an icon to visually indicate that annotations exist for them. This was
implemented in response to a feature request I received via YouTube comments
and recorded in [issue #64](https://github.com/nobiot/org-remark/issues/64).