Skip to content

Commit 4acb569

Browse files
committed
pandoc debug
1 parent 8cc1aa3 commit 4acb569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter-org-client.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1715,7 +1715,7 @@ EL is an Org element with the properties
17151715
(delete-region (point)
17161716
(let ((pos (next-single-property-change
17171717
(point) 'jupyter-pandoc)))
1718-
(if pos (1+ pos)
1718+
(if pos (min (1+ pos) (point-max))
17191719
(point-max))))
17201720
(insert to-string)))))))
17211721
(proc (jupyter-org--start-pandoc-conversion el cb)))

0 commit comments

Comments
 (0)