Re: [O] BUG - ox-latex - bib expansion bug and documentation error

2019-07-10 Thread Kyle Meyer
Hi Guilherme, Guilherme Passos writes: > In ox-latex.el, line 1189, org-latex-pdf-process uses '(%bib %b) for > expanding the bibliography. However, this incorrectly expands as > '(BIBFILEib BIBFILE), instead of '(BIBPROCESS BIBFILE) as intended, > defining the process of calling the bibliograph

[O] BUG - ox-latex - bib expansion bug and documentation error

2019-07-10 Thread Guilherme Passos
Hi, In ox-latex.el, line 1189, org-latex-pdf-process uses '(%bib %b) for expanding the bibliography. However, this incorrectly expands as '(BIBFILEib BIBFILE), instead of '(BIBPROCESS BIBFILE) as intended, defining the process of calling the bibliography. As can be seen in line 3635, the corre