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

Selecting deleted buffer error

Open vv111y opened this issue 8 years ago • 2 comments

buffer is an Xhtml and trying to convert to org-mode. Input, Output settings are correct. I have randomly tried several different option settings. Keep getting the above error.

vv111y avatar May 01 '17 17:05 vv111y

Restarted emacs, and now it does run, but gives output of nothing but a bunch of ^G

vv111y avatar May 01 '17 17:05 vv111y

Hi, the deleted buffer error may be due to pandoc-mode selecting a buffer it created before that was accidentally deleted. I looked through the code and noticed a couple of places where this could happen, so I'll go through them and fix them.

As for the ^G, I'm not sure. ^G is the bell character, so apparently pandoc is responding with a number of beeps (if it's really pandoc that's sending them.) In order to say more, I'd need to have more details. Can you process the file correctly with pandoc from the command line, for instance?

joostkremers avatar May 02 '17 20:05 joostkremers