mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-26 07:33:39 +00:00
Merge branch 'master' of orgmode.org:org-mode
This commit is contained in:
commit
d2871b007b
@ -7568,7 +7568,7 @@ the inserted text when done."
|
||||
(if force-level
|
||||
(delete-region (point-at-bol) (point)))
|
||||
;; Paste
|
||||
(beginning-of-line (if (org-at-heading-p) 2 1))
|
||||
(beginning-of-line (if (bolp) 2 1))
|
||||
(unless for-yank (org-back-over-empty-lines))
|
||||
(setq beg (point))
|
||||
(and (fboundp 'org-id-paste-tracker) (org-id-paste-tracker txt))
|
||||
|
Loading…
Reference in New Issue
Block a user