Joost Kremers

Results 272 comments of Joost Kremers

> Got it! The point is that both the programs are calling the same pandoc version BUT in one equations environment are fine while.in the other not. Maybe some filters?...

> Thank you for the answer. I Paste below two pandoc "commands" the first one from "pandoc-mode" while the second from ox-pandoc. Could you please suggest me on how to...

> Thank you, I checked the standalone option but it is still not working... Any other possible options/filters? I assume you have checked the log buffer to make sure the...

Yes, it's something I've always wanted to look at. `transient` seems a much better fit because its use-case is exactly what `pandoc-mode` does: call a shell command with lots of...

This could make sense, indeed. In a way, the current `ebib-add-field` already does this, but only for fields that do not have a value yet. The main question would be...

Thanks for pointing that out. I'll add an option `--wrap` (but keep `--no-wrap` for the time being, since people may be on older versions of Pandoc).

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...

What version exactly do you have installed? If you installed from Melpa Stable, you wouldn't have the fix. I can tag the current version so that it's propagated to Melpa...

Nope, that's the latest version, so things should work. Still, the command in the log buffer does not contain a `--defaults` switch, so something is wrong. The next thing to...

Yeah, unfortunately that's another complication... If you convert to pdf, pandoc-mode will use the settings for the pdf-engine that you choose, so in your case it uses settings for latex....