[SOLVED] Re: citeproc-style-parse: Symbol’s function definition is void: libxml-parse-xml-region

2021-10-18 Thread Joseph Vidal-Rosset
Le 18/10/2021 à 18:49, Joseph Vidal-Rosset a écrit : > I just did it. But the problem is always the same... :( I did it in a wrong way. I compiled emacs again, and it works now! Many thanks to all ! Bonne soirée ! Jo.

Re: citeproc-style-parse: Symbol’s function definition is void: libxml-parse-xml-region

2021-10-18 Thread Joseph Vidal-Rosset
Le 18/10/2021 à 16:46, András Simonyi a écrit : > Dear Joseph, > > in theory evaluating > > (libxml-available-p) > > should tell you whether your Emacs has libxml support -- most probably > it doesn't. Maybe you should try to recompile using the --with-xml2 > switch. Dear Andras, I just did

Re: citeproc-style-parse: Symbol’s function definition is void: libxml-parse-xml-region

2021-10-18 Thread András Simonyi
it. > > John > > I have this. > > #ifdef HAVE_LIBXML2 >xml_cleanup_parser (); > #endif > > It seems thereofre that emacs was indeed compiled with libxml . > > But the message > > citeproc-style-parse: Symbol’s function definition is void: libxml > parse-xml-region > > when I run org-export-head persists and my blog engine fails... :( > > > > >

Re: citeproc-style-parse: Symbol’s function definition is void: libxml-parse-xml-region

2021-10-18 Thread Joseph Vidal-Rosset
is. #ifdef HAVE_LIBXML2 xml_cleanup_parser (); #endif It seems thereofre that emacs was indeed compiled with libxml . But the message citeproc-style-parse: Symbol’s function definition is void: libxml parse-xml-region when I run org-export-head persists and my blog engine fails... :(

Re: citeproc-style-parse: Symbol’s function definition is void: libxml-parse-xml-region

2021-10-18 Thread Joseph Vidal-Rosset
Le 18/10/2021 à 12:54, John Kitchin a écrit : > This could mean you have an emacs that was not compiled with libxml. > > Type C-h v system-configuration-options > > and look for --with-xml2 > > to see if your emacs was built with it. > John Thanks ! > --- >

Re: citeproc-style-parse: Symbol’s function definition is void: libxml-parse-xml-region

2021-10-18 Thread John Kitchin
This could mean you have an emacs that was not compiled with libxml. Type C-h v system-configuration-options and look for --with-xml2 to see if your emacs was built with it. John --- Professor John Kitchin (he/him/his) Doherty Hall A207F Department of Chemical

Re: citeproc-style-parse: Symbol’s function definition is void: libxml-parse-xml-region

2021-10-18 Thread Timothy
Hi Joseph, The function libxml-parse-xml-region has been around for a while, what version of Emacs are you running? All the best, Timothy

citeproc-style-parse: Symbol’s function definition is void: libxml-parse-xml-region

2021-10-18 Thread Joseph Vidal-Rosset
Hello everybody, I get this message error with citeproc: citeproc-style-parse: Symbol’s function definition is void: libxml-parse-xml-region I do not find the solution. Your help is welcome, All the best, Jo.