[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: strange error exporting to ascii
From: |
Ihor Radchenko |
Subject: |
Re: strange error exporting to ascii |
Date: |
Fri, 22 Dec 2023 15:14:06 +0000 |
"Fraga, Eric" <e.fraga@ucl.ac.uk> writes:
> On Friday, 22 Dec 2023 at 13:53, Ihor Radchenko wrote:
>> Looks like your #+bibliography does not follow
>>
>> #+BIBLIOGRAPHY: /home/user/Literature/foo.bib plain option:-d
>>
>> format.
>
> It does not but the documentation does not say anything about a format
> at all like this. What are the two items following the bib file?
I have no clue. The error you are seeing is coming from
`org-bibtex-process-bib-files', which is not a part of Org mode - it is
defined in ox-bibtex.el from org-contrib (unmaintained!!!).
> I do have
> #+cite_export: csl "/somepath/style.csl"
> as well as a BIBLIOGRAPHY entry with just a file name.
>
> In any case, I modified the bibliography line and it then complained
> about no bibtex2html (which didn't seem to be needed before?). I
> installed that package and now the export complains about that command
> failing. I seem to be going down a rabbit hole.
This is also something from ox-bibtex.el. I suspect that you do not need
ox-bibtex.el. It is an old library predating Org's native citation support.
Also, merely loading ox-bibtex.el changes Org export behaviour. Be careful.
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>
- strange error exporting to ascii, Fraga, Eric, 2023/12/21
- Re: strange error exporting to ascii, William Denton, 2023/12/21
- Re: strange error exporting to ascii, Ihor Radchenko, 2023/12/22
- Re: strange error exporting to ascii, Fraga, Eric, 2023/12/22
- Re: strange error exporting to ascii,
Ihor Radchenko <=
- Re: strange error exporting to ascii, Fraga, Eric, 2023/12/22
- Re: strange error exporting to ascii, Ihor Radchenko, 2023/12/22
- Re: strange error exporting to ascii, Fraga, Eric, 2023/12/22
- Re: strange error exporting to ascii, Fraga, Eric, 2023/12/22
- Re: strange error exporting to ascii, Ihor Radchenko, 2023/12/22
- Re: strange error exporting to ascii, Fraga, Eric, 2023/12/22
- Re: strange error exporting to ascii, Ihor Radchenko, 2023/12/23
- Re: strange error exporting to ascii, Fraga, Eric, 2023/12/23
- Re: strange error exporting to ascii, Ihor Radchenko, 2023/12/24
- Re: strange error exporting to ascii, Fraga, Eric, 2023/12/27