<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-text-html" lang="x-unicode">
      <p>Hello,</p>
      <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
        margin-right:0px; -qt-block-indent:0; text-indent:0px;">I have
        LyX Version 2.3.4.2 on Ubuntu 20.04.1 LTS.</p>
      <p>I have to export a LYX-Document to MSWord. The document is
        encoded with Unicode (utf8), and the converter-definition LaTEX
        (plain) -> MS-Word Office-Open XML is set to:<code></code></p>
      <p>pandoc -s -f latex -o $$o -t docx $$i</p>
      <p>That works. In order to export a bibliogrphy, I changed the
        converter-defitiontio to:</p>
      <p>pandoc -s -filter pandoc-citeproc -f latex -o $$o -t docx $$i</p>
      <p>Without having added a citation and bibliography (I did not
        change the document), the error-message appears: An error
        occurred while running: pandoc -s -filter pandoc-citeproc -f
        latex -o "test.docx" -t docx "test.tex"
      </p>
      <p>The document did not change, still encoded with Unicode (utf8),
        there is no bibliography inserted that might contain an error,
        and pandoc-citeproc is installed.</p>
      <p>The same happens for an export to OpenDocument (pandoc) with
        converter: pandoc -s --filter pandoc-citeproc -f latex -o $$o -t
        odt $$i
      </p>
      <p>Does someone have an idea what do do?</p>
      <p>Thank you, and thanks for the wonderful program. (I am new to
        LYX and in the beginning to work with it).</p>
      <p>Thank you, AndrĂ©
      </p>
    </div>
  </body>
</html>