Re: [O] Fwd: Citation in org mode does not compile

2012-10-03 Thread Sanjib Sikder
Hi Dokos, I am sorry for the mistake, but what happened, in my original files, the references are all correct but when I thought of giving examples in the email, I did not put correct references. Anyways, thanks for your valuable input. - *Sanjib Sikder *Ph.D. Fellow

Re: [O] Fwd: Citation in org mode does not compile

2012-10-03 Thread Nick Dokos
Sanjib Sikder wrote: > HI, > > (setq org-latex-to-pdf-process '("texi2dvi --pdf --clean --verbose --batch > %f")) > > I have incorporated above line in my .emacs file. Now the C-c C-e p is not > showing the error > "Undefined citation" but the problem is still there. In place of refrences, I

Re: [O] Fwd: Citation in org mode does not compile

2012-09-26 Thread Nick Dokos
Yagnesh Raghava Yakkala wrote: > Seems problem with texi2dvi, unable to handle spaces in the path > ("Ubuntu One" has space).I haven't followed the discussion. I am not > sure why you have texi2dvi in the processes list. texi2dvi is supposed to take care of things like how many times one has to

Re: [O] Fwd: Citation in org mode does not compile

2012-09-26 Thread Yagnesh Raghava Yakkala
Hello Sanjib, Sanjib Sikder writes: > HI Yagnesh, > > I have tried with > > (setq org-latex-to-pdf-process > '("pdflatex -interaction nonstopmode %b" > "/usr/bin/bibtex %b" > "pdflatex -interaction nonstopmode %b" > "pdflatex -interaction nonstopmode %b")) > > and the problem seems solved. > >

Re: [O] Fwd: Citation in org mode does not compile

2012-09-26 Thread Sanjib Sikder
HI Yagnesh, I have tried with (setq org-latex-to-pdf-process '("pdflatex -interaction nonstopmode %b" "/usr/bin/bibtex %b" "pdflatex -interaction nonstopmode %b" "pdflatex -interaction nonstopmode %b")) and the problem seems solved. I can see there are two instance

Re: [O] Fwd: Citation in org mode does not compile

2012-09-26 Thread Yagnesh Raghava Yakkala
Hello Sanjib, Sanjib Sikder writes: > HI, > > Just now I have found that now I am not even getting the pdf. I am pasting the > error messages below. > > /usr/bin/texi2dvi: Processing /home/sanjib/Ubuntu > One/EmacsFilesUO/OrgFilesUO/PhD_IITB/TestSciDocu.tex ... > /usr/bin/texi2dvi: BIBINPUTS='.

Re: [O] Fwd: Citation in org mode does not compile

2012-09-26 Thread Sanjib Sikder
HI, Just now I have found that now I am not even getting the pdf. I am pasting the error messages below. /usr/bin/texi2dvi: Processing /home/sanjib/Ubuntu One/EmacsFilesUO/OrgFilesUO/PhD_IITB/TestSciDocu.tex ... /usr/bin/texi2dvi: BIBINPUTS='.:/home/sanjib/Ubuntu One/EmacsFilesUO/OrgFilesUO/PhD_I

Re: [O] Fwd: Citation in org mode does not compile

2012-09-26 Thread Sanjib Sikder
HI, (setq org-latex-to-pdf-process '("texi2dvi --pdf --clean --verbose --batch %f")) I have incorporated above line in my .emacs file. Now the C-c C-e p is not showing the error "Undefined citation" but the problem is still there. In place of refrences, I am getting questions marks. Thanks for y

Re: [O] Fwd: Citation in org mode does not compile

2012-09-26 Thread Thomas S. Dye
Aloha Sanjib Sikder, It looks like BibTeX hasn't processed your document. See the variable org-latex-to-pdf-process. By default I believe it just calls pdflatex several times. You can either insert a call to bibtex, or use a script, like this: (setq org-latex-to-pdf-process '("texi2dvi --pdf --