branch: externals/org-remark commit c33e2b7c77a58514d800e16d39b11955b7853b4e Author: Noboru Ota <m...@nobiot.com> Commit: Noboru Ota <m...@nobiot.com>
fix: compiler warning ‘org-remark-highlight-save’ is an obsolete... --- NEWS | 3 +++ org-remark.el | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 2eaacbd217..39e86c24e1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +Current development version + - fix: compiler warning ‘org-remark-highlight-save’ is an obsolete... + Version 1.2.1 - 2023-08-20 - fix: org-remark-icon-mode is a void symbol diff --git a/org-remark.el b/org-remark.el index 8e39a4c478..aa7e52cecd 100644 --- a/org-remark.el +++ b/org-remark.el @@ -6,7 +6,7 @@ ;; URL: https://github.com/nobiot/org-remark ;; Version: 1.2.1 ;; Created: 22 December 2020 -;; Last modified: 20 August 2023 +;; Last modified: 21 August 2023 ;; Package-Requires: ((emacs "27.1") (org "9.4")) ;; Keywords: org-mode, annotation, note-taking, marginal-notes, wp, @@ -851,7 +851,8 @@ This function assumes the current buffer is the source buffer." (and org-remark-use-org-id (org-entry-get point "ID" :inherit))) -(define-obsolete-function-alias #'org-remark-highlight-save #'org-remark-highlight-add "1.2.0" +(define-obsolete-function-alias + 'org-remark-highlight-save 'org-remark-highlight-add "1.2.0" "Save a single HIGHLIGHT in the marginal notes file. We no longer save the notes file to disk; hence the name change")