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

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

[elpa] externals/org-remark 1ec641589f 12/37: fix: undo a9a3520.


From: ELPA Syncer
Subject: [elpa] externals/org-remark 1ec641589f 12/37: fix: undo a9a3520.
Date: Sat, 14 Jan 2023 10:58:01 -0500 (EST)

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

    fix: undo a9a3520.
    
    saving each highlight in -highlight-save is not tenable, as this breaks
    saving multiple highlights with 'org-remark-save'.
---
 org-remark.el | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/org-remark.el b/org-remark.el
index 9db6b5b04e..221405524d 100644
--- a/org-remark.el
+++ b/org-remark.el
@@ -905,9 +905,6 @@ buffer for automatic sync."
            (when (and orgid org-remark-use-org-id)
              (insert (concat "[[id:" orgid "]" "[" title "]]"))))
          (setq notes-props (list :body (org-remark-notes-get-body)))))
-      ;; Save the notes buf to file unless source and notes buffers are
-      ;; the same.
-      (unless (eq notes-buf source-buf) (save-buffer))
       notes-props)))
 
 (defun org-remark-highlight-load (highlight)



reply via email to

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