pandoc-mode icon indicating copy to clipboard operation
pandoc-mode copied to clipboard

RFE: Run pandoc on region

Open quazgar opened this issue 7 years ago • 1 comments

Request for enhancement

I would really appreciate if there was a way to run pandoc on just a small region. For example a list in a longer document or similar, by using the region marks.

quazgar avatar Jul 21 '18 14:07 quazgar

This is already possible, but it only works if transient-mark-mode is turned on. So if you disable transient-mark-mode in your setup, you'll have to temporarily activate it (C-SPC C-SPC or C-u C-x C-x) before running pandoc.

joostkremers avatar Jul 21 '18 21:07 joostkremers