Dear Eric,
Thanks for the reply.
> Eric S Fraga writes:
> On Wednesday, 16 Dec 2020 at 08:19, Colin Baxter wrote:
>> However, tangling bibtex src blocks works without an explicit
>> (bibtex . t).
> Good. As it should.
>> Indeed if I do insert such a line in my emacs i
On Wednesday, 16 Dec 2020 at 08:19, Colin Baxter wrote:
> However, tangling bibtex src blocks works without an explicit (bibtex
> . t).
Good. As it should.
> Indeed if I do insert such a line in my emacs init file, I get
> an error with "(require ob-bibtex) not found".
But there is no need for
Hello,
I am confused over org-mode's babel support for bibtex, or if indeed
there is support.
I can tangle src blocks
#+begin_src bibtex :tangle file.bib
@BOOK{Key:XX,
AUTHOR = {},
TITLE = {},
.
.
}
#+end_src
to obtain a bibtex formatted file file.bib. I find this very useful