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

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

[elpa] externals/org-remark 536c2cca1e 63/67: fix: add-headline. Locatio


From: ELPA Syncer
Subject: [elpa] externals/org-remark 536c2cca1e 63/67: fix: add-headline. Location of new highlight notes was wrong
Date: Sat, 22 Jul 2023 06:59:05 -0400 (EDT)

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

    fix: add-headline. Location of new highlight notes was wrong
---
 org-remark.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/org-remark.el b/org-remark.el
index e9f596094d..265c156be3 100644
--- a/org-remark.el
+++ b/org-remark.el
@@ -956,7 +956,6 @@ title. PROPS is the alist of properties to be added to the 
headline.
 
 Return the point of begining of current heading."
   ;; If file-headline does not exist, create one at the bottom
-  (goto-char (point-max))
   (org-narrow-to-subtree)
   (goto-char (point-max))
   ;; Ensure to be in the beginning of line to add a new headline



reply via email to

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