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

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

[elpa] externals/org-remark 32b8699b12 64/75: doc: docstring for `org-re


From: ELPA Syncer
Subject: [elpa] externals/org-remark 32b8699b12 64/75: doc: docstring for `org-remark-notes-auto-delete`
Date: Fri, 6 Oct 2023 12:59:21 -0400 (EDT)

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

    doc: docstring for `org-remark-notes-auto-delete`
---
 org-remark.el | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/org-remark.el b/org-remark.el
index 832411360a..a7d62d4fc2 100644
--- a/org-remark.el
+++ b/org-remark.el
@@ -103,15 +103,18 @@ only the properties in the notes buffer and keeping the 
headline
 title and any notes in the entry (with using
 `org-remark-remove').
 
-Set this customizing variable to \\=':auto-delete\\=' and you can
-change the behavior to delete the entire entry when it contains
-no notes without a prompt asking for confirmation. This is the
-same behavior as passing a single universal
-argument (\\[universal-argument]) to `org-remark-delete'."
+If this behavior leads to cluttering the marginal notes org file,
+you can set this customizing variable to \\=':auto-delete\\='.
+With this option, Org-remark will delete the entire entry when it
+contains no notes without a prompt asking for confirmation. This
+is the same behavior as passing a single `universal-argument'
+(\\[universal-argument]) to`org-remark-delete' or double `universal-argument'
+(\\[universal-argument] \\[universal-argument]) to `org-remark-remove'."
   :type '(radio
           (const :tag "Keep entries (default)" nil)
           (const :tag "Delete entries automatically when no notes exist"
                  :auto-delete)))
+
 (defvaralias
   'org-remark-source-path-function 'org-remark-source-file-name)
 



reply via email to

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