Skip to content

Commit 52ad406

Browse files
committed
pandoc debug
1 parent 8cc1aa3 commit 52ad406

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jupyter-org-client.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1715,8 +1715,9 @@ 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))))
1720+
(message "PANDOC: %s" to-string)
17201721
(insert to-string)))))))
17211722
(proc (jupyter-org--start-pandoc-conversion el cb)))
17221723
(jupyter-org-raw-string

0 commit comments

Comments
 (0)