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

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

[elpa] externals/org-remark 430066da54 03/16: fix: headline-add


From: ELPA Syncer
Subject: [elpa] externals/org-remark 430066da54 03/16: fix: headline-add
Date: Sat, 29 Jul 2023 18:58:47 -0400 (EDT)

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

    fix: headline-add
---
 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]