Skip to content

Commit

Permalink
pandoc debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nnicandro committed Nov 18, 2024
1 parent 8cc1aa3 commit 52ad406
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jupyter-org-client.el
Original file line number Diff line number Diff line change
Expand Up @@ -1715,8 +1715,9 @@ EL is an Org element with the properties
(delete-region (point)
(let ((pos (next-single-property-change
(point) 'jupyter-pandoc)))
(if pos (1+ pos)
(if pos (min (1+ pos) (point-max))
(point-max))))
(message "PANDOC: %s" to-string)
(insert to-string)))))))
(proc (jupyter-org--start-pandoc-conversion el cb)))
(jupyter-org-raw-string
Expand Down

0 comments on commit 52ad406

Please sign in to comment.