public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* Error running filter pandoc-citeproc
@ 2020-10-13 14:20 Elliott Thornley
       [not found] ` <44d17cdb-8d8c-40fa-8475-dc7dfdf356c4n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Elliott Thornley @ 2020-10-13 14:20 UTC (permalink / raw)
  To: pandoc-discuss


[-- Attachment #1.1: Type: text/plain, Size: 2773 bytes --]

Hello,

I am trying to convert a LyX file with a Bibtex bibliography into a Word 
document. I use Windows and have been following the instructions on this 
page. 
<https://wiki.lyx.org/Tips/ExportingOpenDocumentLibreofficeOpenofficeAndOfficeOpenXMLMSWordWithPandoc> But 
when I try to export to a MS Word Office Open XML I get the following error 
message:

15:04:11.635: Exporting ...

15:04:11.727: (buffer-export word2)

15:04:12.085: pandoc -s --filter pandoc-citeproc -f latex -o 
"existence_HG_june_2020_v17-55.docx" -t docx 
"existence_HG_june_2020_v17-55.tex"

15:04:12.252: [WARNING] Deprecated: pandoc-citeproc filter. Use --citeproc 
instead.

15:04:12.485: Error running filter pandoc-citeproc:

15:04:12.485: Could not find executable pandoc-citeproc

support/Systemcall.cpp (276): Systemcall: 'pandoc -s --filter 
pandoc-citeproc -f latex -o "existence_HG_june_2020_v17-55.docx" -t docx 
"existence_HG_june_2020_v17-55.tex"' finished with exit code 83

Error: Cannot convert file

----------------------------------------

An error occurred while running:

pandoc -s --filter pandoc-citeproc -f latex -o

"existence_HG_june_2020_v17-55.docx" -t docx

"existence_HG_june_2020_v17-55.tex"

15:04:14.613: Error while exporting format: MS Word Office Open XML



I have tried to change the converts from 'pandoc -s --filter 
*pandoc-citeproc* -f latex -o $$o -t docx $$i' to 'pandoc -s --filter 
*--citeproc* -f latex -o $$o -t docx $$i', but then I get the following 
error message:



15:19:48.099: Exporting ...

15:19:48.190: (buffer-export word2)

15:19:48.489: pandoc -s --filter --citeproc -f latex -o 
"existence_HG_june_2020_v17-55.docx" -t docx 
"existence_HG_june_2020_v17-55.tex"

15:19:48.556: 'pandoc' is not recognized as an internal or external command,

15:19:48.564: operable program or batch file.

support/Systemcall.cpp (276): Systemcall: 'pandoc -s --filter --citeproc -f 
latex -o "existence_HG_june_2020_v17-55.docx" -t docx 
"existence_HG_june_2020_v17-55.tex"' finished with exit code 1

Error: Cannot convert file

----------------------------------------

An error occurred while running:

pandoc -s --filter --citeproc -f latex -o 
"existence_HG_june_2020_v17-55.docx"

-t docx "existence_HG_june_2020_v17-55.tex"

15:19:55.103: Error while exporting format: MS Word Office Open XML



Can anyone help?


Thanks in advance

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/44d17cdb-8d8c-40fa-8475-dc7dfdf356c4n%40googlegroups.com.

[-- Attachment #1.2: Type: text/html, Size: 3387 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Error running filter pandoc-citeproc
       [not found] ` <44d17cdb-8d8c-40fa-8475-dc7dfdf356c4n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2020-10-13 16:46   ` John MacFarlane
       [not found]     ` <m2d01mcbvy.fsf-jF64zX8BO08an7k8zZ43ob9bIa4KchGshsV+eolpW18@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: John MacFarlane @ 2020-10-13 16:46 UTC (permalink / raw)
  To: Elliott Thornley, pandoc-discuss


Use --citeproc
not --filter --citeproc


Elliott Thornley <elliott.thornley-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:

> Hello,
>
> I am trying to convert a LyX file with a Bibtex bibliography into a Word 
> document. I use Windows and have been following the instructions on this 
> page. 
> <https://wiki.lyx.org/Tips/ExportingOpenDocumentLibreofficeOpenofficeAndOfficeOpenXMLMSWordWithPandoc> But 
> when I try to export to a MS Word Office Open XML I get the following error 
> message:
>
> 15:04:11.635: Exporting ...
>
> 15:04:11.727: (buffer-export word2)
>
> 15:04:12.085: pandoc -s --filter pandoc-citeproc -f latex -o 
> "existence_HG_june_2020_v17-55.docx" -t docx 
> "existence_HG_june_2020_v17-55.tex"
>
> 15:04:12.252: [WARNING] Deprecated: pandoc-citeproc filter. Use --citeproc 
> instead.
>
> 15:04:12.485: Error running filter pandoc-citeproc:
>
> 15:04:12.485: Could not find executable pandoc-citeproc
>
> support/Systemcall.cpp (276): Systemcall: 'pandoc -s --filter 
> pandoc-citeproc -f latex -o "existence_HG_june_2020_v17-55.docx" -t docx 
> "existence_HG_june_2020_v17-55.tex"' finished with exit code 83
>
> Error: Cannot convert file
>
> ----------------------------------------
>
> An error occurred while running:
>
> pandoc -s --filter pandoc-citeproc -f latex -o
>
> "existence_HG_june_2020_v17-55.docx" -t docx
>
> "existence_HG_june_2020_v17-55.tex"
>
> 15:04:14.613: Error while exporting format: MS Word Office Open XML
>
>
>
> I have tried to change the converts from 'pandoc -s --filter 
> *pandoc-citeproc* -f latex -o $$o -t docx $$i' to 'pandoc -s --filter 
> *--citeproc* -f latex -o $$o -t docx $$i', but then I get the following 
> error message:
>
>
>
> 15:19:48.099: Exporting ...
>
> 15:19:48.190: (buffer-export word2)
>
> 15:19:48.489: pandoc -s --filter --citeproc -f latex -o 
> "existence_HG_june_2020_v17-55.docx" -t docx 
> "existence_HG_june_2020_v17-55.tex"
>
> 15:19:48.556: 'pandoc' is not recognized as an internal or external command,
>
> 15:19:48.564: operable program or batch file.
>
> support/Systemcall.cpp (276): Systemcall: 'pandoc -s --filter --citeproc -f 
> latex -o "existence_HG_june_2020_v17-55.docx" -t docx 
> "existence_HG_june_2020_v17-55.tex"' finished with exit code 1
>
> Error: Cannot convert file
>
> ----------------------------------------
>
> An error occurred while running:
>
> pandoc -s --filter --citeproc -f latex -o 
> "existence_HG_june_2020_v17-55.docx"
>
> -t docx "existence_HG_june_2020_v17-55.tex"
>
> 15:19:55.103: Error while exporting format: MS Word Office Open XML
>
>
>
> Can anyone help?
>
>
> Thanks in advance
>
> -- 
> You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/44d17cdb-8d8c-40fa-8475-dc7dfdf356c4n%40googlegroups.com.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Error running filter pandoc-citeproc
       [not found]     ` <m2d01mcbvy.fsf-jF64zX8BO08an7k8zZ43ob9bIa4KchGshsV+eolpW18@public.gmane.org>
@ 2020-10-14 10:57       ` Elliott Thornley
       [not found]         ` <CAPhXJDHK4si-Gnx9c6O31L-ABeKioOD9dkcspW2NFJAJAK++9Q-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  2020-10-24  9:01       ` appropiate
  1 sibling, 1 reply; 6+ messages in thread
From: Elliott Thornley @ 2020-10-14 10:57 UTC (permalink / raw)
  To: John MacFarlane; +Cc: pandoc-discuss

[-- Attachment #1: Type: text/plain, Size: 4779 bytes --]

Thank you! I have tried it again, this time with 'pandoc -s --citeproc -f
latex -o $$o -t docx $$i' as the Converter, but I still get an error
message. This time it is:

11:53:56.179: Exporting ...

11:53:56.267: (buffer-export word2)

11:53:56.564: pandoc -s --citeproc -f latex -o
"existence_HG_june_2020_v17-55.docx" -t docx
"existence_HG_june_2020_v17-55.tex"

11:53:57.679: (line 2031, column 10):

11:53:57.679: unexpected ","

11:53:57.687: expecting white space

support/Systemcall.cpp (276): Systemcall: 'pandoc -s --citeproc -f latex -o
"existence_HG_june_2020_v17-55.docx" -t docx
"existence_HG_june_2020_v17-55.tex"' finished with exit code 4

Error: Cannot convert file

----------------------------------------

An error occurred while running:

pandoc -s --citeproc -f latex -o "existence_HG_june_2020_v17-55.docx" -t
docx

"existence_HG_june_2020_v17-55.tex"

11:54:01.661: Error while exporting format: MS Word Office Open XML


Any idea how to fix this?


Thanks and all the best,

Elliott

On Tue, Oct 13, 2020 at 5:46 PM John MacFarlane <jgm-TVLZxgkOlNX2fBVCVOL8/A@public.gmane.org> wrote:

>
> Use --citeproc
> not --filter --citeproc
>
>
> Elliott Thornley <elliott.thornley-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:
>
> > Hello,
> >
> > I am trying to convert a LyX file with a Bibtex bibliography into a Word
> > document. I use Windows and have been following the instructions on this
> > page.
> > <
> https://wiki.lyx.org/Tips/ExportingOpenDocumentLibreofficeOpenofficeAndOfficeOpenXMLMSWordWithPandoc>
> But
> > when I try to export to a MS Word Office Open XML I get the following
> error
> > message:
> >
> > 15:04:11.635: Exporting ...
> >
> > 15:04:11.727: (buffer-export word2)
> >
> > 15:04:12.085: pandoc -s --filter pandoc-citeproc -f latex -o
> > "existence_HG_june_2020_v17-55.docx" -t docx
> > "existence_HG_june_2020_v17-55.tex"
> >
> > 15:04:12.252: [WARNING] Deprecated: pandoc-citeproc filter. Use
> --citeproc
> > instead.
> >
> > 15:04:12.485: Error running filter pandoc-citeproc:
> >
> > 15:04:12.485: Could not find executable pandoc-citeproc
> >
> > support/Systemcall.cpp (276): Systemcall: 'pandoc -s --filter
> > pandoc-citeproc -f latex -o "existence_HG_june_2020_v17-55.docx" -t docx
> > "existence_HG_june_2020_v17-55.tex"' finished with exit code 83
> >
> > Error: Cannot convert file
> >
> > ----------------------------------------
> >
> > An error occurred while running:
> >
> > pandoc -s --filter pandoc-citeproc -f latex -o
> >
> > "existence_HG_june_2020_v17-55.docx" -t docx
> >
> > "existence_HG_june_2020_v17-55.tex"
> >
> > 15:04:14.613: Error while exporting format: MS Word Office Open XML
> >
> >
> >
> > I have tried to change the converts from 'pandoc -s --filter
> > *pandoc-citeproc* -f latex -o $$o -t docx $$i' to 'pandoc -s --filter
> > *--citeproc* -f latex -o $$o -t docx $$i', but then I get the following
> > error message:
> >
> >
> >
> > 15:19:48.099: Exporting ...
> >
> > 15:19:48.190: (buffer-export word2)
> >
> > 15:19:48.489: pandoc -s --filter --citeproc -f latex -o
> > "existence_HG_june_2020_v17-55.docx" -t docx
> > "existence_HG_june_2020_v17-55.tex"
> >
> > 15:19:48.556: 'pandoc' is not recognized as an internal or external
> command,
> >
> > 15:19:48.564: operable program or batch file.
> >
> > support/Systemcall.cpp (276): Systemcall: 'pandoc -s --filter --citeproc
> -f
> > latex -o "existence_HG_june_2020_v17-55.docx" -t docx
> > "existence_HG_june_2020_v17-55.tex"' finished with exit code 1
> >
> > Error: Cannot convert file
> >
> > ----------------------------------------
> >
> > An error occurred while running:
> >
> > pandoc -s --filter --citeproc -f latex -o
> > "existence_HG_june_2020_v17-55.docx"
> >
> > -t docx "existence_HG_june_2020_v17-55.tex"
> >
> > 15:19:55.103: Error while exporting format: MS Word Office Open XML
> >
> >
> >
> > Can anyone help?
> >
> >
> > Thanks in advance
> >
> > --
> > You received this message because you are subscribed to the Google
> Groups "pandoc-discuss" group.
> > To unsubscribe from this group and stop receiving emails from it, send
> an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> > To view this discussion on the web visit
> https://groups.google.com/d/msgid/pandoc-discuss/44d17cdb-8d8c-40fa-8475-dc7dfdf356c4n%40googlegroups.com
> .
>

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/CAPhXJDHK4si-Gnx9c6O31L-ABeKioOD9dkcspW2NFJAJAK%2B%2B9Q%40mail.gmail.com.

[-- Attachment #2: Type: text/html, Size: 7552 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Error running filter pandoc-citeproc
       [not found]         ` <CAPhXJDHK4si-Gnx9c6O31L-ABeKioOD9dkcspW2NFJAJAK++9Q-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2020-10-14 16:40           ` John MacFarlane
  0 siblings, 0 replies; 6+ messages in thread
From: John MacFarlane @ 2020-10-14 16:40 UTC (permalink / raw)
  To: Elliott Thornley; +Cc: pandoc-discuss


I'm sorry, I'm not sure I can help.  You seem to be using
some kind of GUI application to run pandoc, and I have
no idea how that works. I'm happy to help support the
use of pandoc on the command line.

Elliott Thornley <elliott.thornley-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:

> Thank you! I have tried it again, this time with 'pandoc -s --citeproc -f
> latex -o $$o -t docx $$i' as the Converter, but I still get an error
> message. This time it is:
>
> 11:53:56.179: Exporting ...
>
> 11:53:56.267: (buffer-export word2)
>
> 11:53:56.564: pandoc -s --citeproc -f latex -o
> "existence_HG_june_2020_v17-55.docx" -t docx
> "existence_HG_june_2020_v17-55.tex"
>
> 11:53:57.679: (line 2031, column 10):
>
> 11:53:57.679: unexpected ","
>
> 11:53:57.687: expecting white space
>
> support/Systemcall.cpp (276): Systemcall: 'pandoc -s --citeproc -f latex -o
> "existence_HG_june_2020_v17-55.docx" -t docx
> "existence_HG_june_2020_v17-55.tex"' finished with exit code 4
>
> Error: Cannot convert file
>
> ----------------------------------------
>
> An error occurred while running:
>
> pandoc -s --citeproc -f latex -o "existence_HG_june_2020_v17-55.docx" -t
> docx
>
> "existence_HG_june_2020_v17-55.tex"
>
> 11:54:01.661: Error while exporting format: MS Word Office Open XML
>
>
> Any idea how to fix this?
>
>
> Thanks and all the best,
>
> Elliott
>
> On Tue, Oct 13, 2020 at 5:46 PM John MacFarlane <jgm-TVLZxgkOlNX2fBVCVOL8/A@public.gmane.org> wrote:
>
>>
>> Use --citeproc
>> not --filter --citeproc
>>
>>
>> Elliott Thornley <elliott.thornley-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:
>>
>> > Hello,
>> >
>> > I am trying to convert a LyX file with a Bibtex bibliography into a Word
>> > document. I use Windows and have been following the instructions on this
>> > page.
>> > <
>> https://wiki.lyx.org/Tips/ExportingOpenDocumentLibreofficeOpenofficeAndOfficeOpenXMLMSWordWithPandoc>
>> But
>> > when I try to export to a MS Word Office Open XML I get the following
>> error
>> > message:
>> >
>> > 15:04:11.635: Exporting ...
>> >
>> > 15:04:11.727: (buffer-export word2)
>> >
>> > 15:04:12.085: pandoc -s --filter pandoc-citeproc -f latex -o
>> > "existence_HG_june_2020_v17-55.docx" -t docx
>> > "existence_HG_june_2020_v17-55.tex"
>> >
>> > 15:04:12.252: [WARNING] Deprecated: pandoc-citeproc filter. Use
>> --citeproc
>> > instead.
>> >
>> > 15:04:12.485: Error running filter pandoc-citeproc:
>> >
>> > 15:04:12.485: Could not find executable pandoc-citeproc
>> >
>> > support/Systemcall.cpp (276): Systemcall: 'pandoc -s --filter
>> > pandoc-citeproc -f latex -o "existence_HG_june_2020_v17-55.docx" -t docx
>> > "existence_HG_june_2020_v17-55.tex"' finished with exit code 83
>> >
>> > Error: Cannot convert file
>> >
>> > ----------------------------------------
>> >
>> > An error occurred while running:
>> >
>> > pandoc -s --filter pandoc-citeproc -f latex -o
>> >
>> > "existence_HG_june_2020_v17-55.docx" -t docx
>> >
>> > "existence_HG_june_2020_v17-55.tex"
>> >
>> > 15:04:14.613: Error while exporting format: MS Word Office Open XML
>> >
>> >
>> >
>> > I have tried to change the converts from 'pandoc -s --filter
>> > *pandoc-citeproc* -f latex -o $$o -t docx $$i' to 'pandoc -s --filter
>> > *--citeproc* -f latex -o $$o -t docx $$i', but then I get the following
>> > error message:
>> >
>> >
>> >
>> > 15:19:48.099: Exporting ...
>> >
>> > 15:19:48.190: (buffer-export word2)
>> >
>> > 15:19:48.489: pandoc -s --filter --citeproc -f latex -o
>> > "existence_HG_june_2020_v17-55.docx" -t docx
>> > "existence_HG_june_2020_v17-55.tex"
>> >
>> > 15:19:48.556: 'pandoc' is not recognized as an internal or external
>> command,
>> >
>> > 15:19:48.564: operable program or batch file.
>> >
>> > support/Systemcall.cpp (276): Systemcall: 'pandoc -s --filter --citeproc
>> -f
>> > latex -o "existence_HG_june_2020_v17-55.docx" -t docx
>> > "existence_HG_june_2020_v17-55.tex"' finished with exit code 1
>> >
>> > Error: Cannot convert file
>> >
>> > ----------------------------------------
>> >
>> > An error occurred while running:
>> >
>> > pandoc -s --filter --citeproc -f latex -o
>> > "existence_HG_june_2020_v17-55.docx"
>> >
>> > -t docx "existence_HG_june_2020_v17-55.tex"
>> >
>> > 15:19:55.103: Error while exporting format: MS Word Office Open XML
>> >
>> >
>> >
>> > Can anyone help?
>> >
>> >
>> > Thanks in advance
>> >
>> > --
>> > You received this message because you are subscribed to the Google
>> Groups "pandoc-discuss" group.
>> > To unsubscribe from this group and stop receiving emails from it, send
>> an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
>> > To view this discussion on the web visit
>> https://groups.google.com/d/msgid/pandoc-discuss/44d17cdb-8d8c-40fa-8475-dc7dfdf356c4n%40googlegroups.com
>> .
>>


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Error running filter pandoc-citeproc
       [not found]     ` <m2d01mcbvy.fsf-jF64zX8BO08an7k8zZ43ob9bIa4KchGshsV+eolpW18@public.gmane.org>
  2020-10-14 10:57       ` Elliott Thornley
@ 2020-10-24  9:01       ` appropiate
       [not found]         ` <306dca20-9cec-4c57-8f0b-e9bd3076ceb9o-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  1 sibling, 1 reply; 6+ messages in thread
From: appropiate @ 2020-10-24  9:01 UTC (permalink / raw)
  To: pandoc-discuss


[-- Attachment #1.1: Type: text/plain, Size: 3909 bytes --]

Hello,

How can I use --citeproc and not --filter --citeproc  in RStudio? Thanks



On Tuesday, October 13, 2020 at 6:46:27 PM UTC+2, John MacFarlane wrote:
>
>
> Use --citeproc 
> not --filter --citeproc 
>
>
> Elliott Thornley <elliott...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <javascript:>> writes: 
>
> > Hello, 
> > 
> > I am trying to convert a LyX file with a Bibtex bibliography into a Word 
> > document. I use Windows and have been following the instructions on this 
> > page. 
> > <
> https://wiki.lyx.org/Tips/ExportingOpenDocumentLibreofficeOpenofficeAndOfficeOpenXMLMSWordWithPandoc> 
> But 
> > when I try to export to a MS Word Office Open XML I get the following 
> error 
> > message: 
> > 
> > 15:04:11.635: Exporting ... 
> > 
> > 15:04:11.727: (buffer-export word2) 
> > 
> > 15:04:12.085: pandoc -s --filter pandoc-citeproc -f latex -o 
> > "existence_HG_june_2020_v17-55.docx" -t docx 
> > "existence_HG_june_2020_v17-55.tex" 
> > 
> > 15:04:12.252: [WARNING] Deprecated: pandoc-citeproc filter. Use 
> --citeproc 
> > instead. 
> > 
> > 15:04:12.485: Error running filter pandoc-citeproc: 
> > 
> > 15:04:12.485: Could not find executable pandoc-citeproc 
> > 
> > support/Systemcall.cpp (276): Systemcall: 'pandoc -s --filter 
> > pandoc-citeproc -f latex -o "existence_HG_june_2020_v17-55.docx" -t docx 
> > "existence_HG_june_2020_v17-55.tex"' finished with exit code 83 
> > 
> > Error: Cannot convert file 
> > 
> > ---------------------------------------- 
> > 
> > An error occurred while running: 
> > 
> > pandoc -s --filter pandoc-citeproc -f latex -o 
> > 
> > "existence_HG_june_2020_v17-55.docx" -t docx 
> > 
> > "existence_HG_june_2020_v17-55.tex" 
> > 
> > 15:04:14.613: Error while exporting format: MS Word Office Open XML 
> > 
> > 
> > 
> > I have tried to change the converts from 'pandoc -s --filter 
> > *pandoc-citeproc* -f latex -o $$o -t docx $$i' to 'pandoc -s --filter 
> > *--citeproc* -f latex -o $$o -t docx $$i', but then I get the following 
> > error message: 
> > 
> > 
> > 
> > 15:19:48.099: Exporting ... 
> > 
> > 15:19:48.190: (buffer-export word2) 
> > 
> > 15:19:48.489: pandoc -s --filter --citeproc -f latex -o 
> > "existence_HG_june_2020_v17-55.docx" -t docx 
> > "existence_HG_june_2020_v17-55.tex" 
> > 
> > 15:19:48.556: 'pandoc' is not recognized as an internal or external 
> command, 
> > 
> > 15:19:48.564: operable program or batch file. 
> > 
> > support/Systemcall.cpp (276): Systemcall: 'pandoc -s --filter --citeproc 
> -f 
> > latex -o "existence_HG_june_2020_v17-55.docx" -t docx 
> > "existence_HG_june_2020_v17-55.tex"' finished with exit code 1 
> > 
> > Error: Cannot convert file 
> > 
> > ---------------------------------------- 
> > 
> > An error occurred while running: 
> > 
> > pandoc -s --filter --citeproc -f latex -o 
> > "existence_HG_june_2020_v17-55.docx" 
> > 
> > -t docx "existence_HG_june_2020_v17-55.tex" 
> > 
> > 15:19:55.103: Error while exporting format: MS Word Office Open XML 
> > 
> > 
> > 
> > Can anyone help? 
> > 
> > 
> > Thanks in advance 
> > 
> > -- 
> > You received this message because you are subscribed to the Google 
> Groups "pandoc-discuss" group. 
> > To unsubscribe from this group and stop receiving emails from it, send 
> an email to pandoc-...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org <javascript:>. 
> > To view this discussion on the web visit 
> https://groups.google.com/d/msgid/pandoc-discuss/44d17cdb-8d8c-40fa-8475-dc7dfdf356c4n%40googlegroups.com. 
>
>

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/306dca20-9cec-4c57-8f0b-e9bd3076ceb9o%40googlegroups.com.

[-- Attachment #1.2: Type: text/html, Size: 6639 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Error running filter pandoc-citeproc
       [not found]         ` <306dca20-9cec-4c57-8f0b-e9bd3076ceb9o-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2020-10-24 17:20           ` John MacFarlane
  0 siblings, 0 replies; 6+ messages in thread
From: John MacFarlane @ 2020-10-24 17:20 UTC (permalink / raw)
  To: appropiate, pandoc-discuss


You'd have to ask RStudio developers.

appropiate <appropiate-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:

> Hello,
>
> How can I use --citeproc and not --filter --citeproc  in RStudio? Thanks
>
>
>
> On Tuesday, October 13, 2020 at 6:46:27 PM UTC+2, John MacFarlane wrote:
>>
>>
>> Use --citeproc 
>> not --filter --citeproc 
>>
>>
>> Elliott Thornley <elliott...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <javascript:>> writes: 
>>
>> > Hello, 
>> > 
>> > I am trying to convert a LyX file with a Bibtex bibliography into a Word 
>> > document. I use Windows and have been following the instructions on this 
>> > page. 
>> > <
>> https://wiki.lyx.org/Tips/ExportingOpenDocumentLibreofficeOpenofficeAndOfficeOpenXMLMSWordWithPandoc> 
>> But 
>> > when I try to export to a MS Word Office Open XML I get the following 
>> error 
>> > message: 
>> > 
>> > 15:04:11.635: Exporting ... 
>> > 
>> > 15:04:11.727: (buffer-export word2) 
>> > 
>> > 15:04:12.085: pandoc -s --filter pandoc-citeproc -f latex -o 
>> > "existence_HG_june_2020_v17-55.docx" -t docx 
>> > "existence_HG_june_2020_v17-55.tex" 
>> > 
>> > 15:04:12.252: [WARNING] Deprecated: pandoc-citeproc filter. Use 
>> --citeproc 
>> > instead. 
>> > 
>> > 15:04:12.485: Error running filter pandoc-citeproc: 
>> > 
>> > 15:04:12.485: Could not find executable pandoc-citeproc 
>> > 
>> > support/Systemcall.cpp (276): Systemcall: 'pandoc -s --filter 
>> > pandoc-citeproc -f latex -o "existence_HG_june_2020_v17-55.docx" -t docx 
>> > "existence_HG_june_2020_v17-55.tex"' finished with exit code 83 
>> > 
>> > Error: Cannot convert file 
>> > 
>> > ---------------------------------------- 
>> > 
>> > An error occurred while running: 
>> > 
>> > pandoc -s --filter pandoc-citeproc -f latex -o 
>> > 
>> > "existence_HG_june_2020_v17-55.docx" -t docx 
>> > 
>> > "existence_HG_june_2020_v17-55.tex" 
>> > 
>> > 15:04:14.613: Error while exporting format: MS Word Office Open XML 
>> > 
>> > 
>> > 
>> > I have tried to change the converts from 'pandoc -s --filter 
>> > *pandoc-citeproc* -f latex -o $$o -t docx $$i' to 'pandoc -s --filter 
>> > *--citeproc* -f latex -o $$o -t docx $$i', but then I get the following 
>> > error message: 
>> > 
>> > 
>> > 
>> > 15:19:48.099: Exporting ... 
>> > 
>> > 15:19:48.190: (buffer-export word2) 
>> > 
>> > 15:19:48.489: pandoc -s --filter --citeproc -f latex -o 
>> > "existence_HG_june_2020_v17-55.docx" -t docx 
>> > "existence_HG_june_2020_v17-55.tex" 
>> > 
>> > 15:19:48.556: 'pandoc' is not recognized as an internal or external 
>> command, 
>> > 
>> > 15:19:48.564: operable program or batch file. 
>> > 
>> > support/Systemcall.cpp (276): Systemcall: 'pandoc -s --filter --citeproc 
>> -f 
>> > latex -o "existence_HG_june_2020_v17-55.docx" -t docx 
>> > "existence_HG_june_2020_v17-55.tex"' finished with exit code 1 
>> > 
>> > Error: Cannot convert file 
>> > 
>> > ---------------------------------------- 
>> > 
>> > An error occurred while running: 
>> > 
>> > pandoc -s --filter --citeproc -f latex -o 
>> > "existence_HG_june_2020_v17-55.docx" 
>> > 
>> > -t docx "existence_HG_june_2020_v17-55.tex" 
>> > 
>> > 15:19:55.103: Error while exporting format: MS Word Office Open XML 
>> > 
>> > 
>> > 
>> > Can anyone help? 
>> > 
>> > 
>> > Thanks in advance 
>> > 
>> > -- 
>> > You received this message because you are subscribed to the Google 
>> Groups "pandoc-discuss" group. 
>> > To unsubscribe from this group and stop receiving emails from it, send 
>> an email to pandoc-...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org <javascript:>. 
>> > To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/pandoc-discuss/44d17cdb-8d8c-40fa-8475-dc7dfdf356c4n%40googlegroups.com. 
>>
>>
>
> -- 
> You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/306dca20-9cec-4c57-8f0b-e9bd3076ceb9o%40googlegroups.com.


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-10-24 17:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-13 14:20 Error running filter pandoc-citeproc Elliott Thornley
     [not found] ` <44d17cdb-8d8c-40fa-8475-dc7dfdf356c4n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2020-10-13 16:46   ` John MacFarlane
     [not found]     ` <m2d01mcbvy.fsf-jF64zX8BO08an7k8zZ43ob9bIa4KchGshsV+eolpW18@public.gmane.org>
2020-10-14 10:57       ` Elliott Thornley
     [not found]         ` <CAPhXJDHK4si-Gnx9c6O31L-ABeKioOD9dkcspW2NFJAJAK++9Q-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2020-10-14 16:40           ` John MacFarlane
2020-10-24  9:01       ` appropiate
     [not found]         ` <306dca20-9cec-4c57-8f0b-e9bd3076ceb9o-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2020-10-24 17:20           ` John MacFarlane

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).