Re: [O] How to use ox-bibtex

2014-01-30 Thread Ahmadou Dicko
You can also use latexmkwhich was designed to solve this kind of problem. I have this in my init.el (setq org-latex-pdf-process '("latexmk -pdflatex=xelatex -pdf -latexoption=-shell-escape %f")) On Wed, Jan 29, 2014 at 2:46 PM, Ni

Re: [O] How to use ox-bibtex

2014-01-29 Thread Nick Dokos
"o.castillo.felis...@gmail.com" writes: > A single doubt is left... the bibtex compilation is not performed > during the exportation process, should be done manually, Am I write? > You can customize org-latex-pdf-process to do what you want. By default, it does three pdflatex runs in a row. If

Re: [O] How to use ox-bibtex

2014-01-29 Thread o.castillo.felis...@gmail.com
I finally did it!!! (with your help of course). Thank you. A single doubt is left... the bibtex compilation is not performed during the exportation process, should be done manually, Am I write? For completeness $ cd ~/.emacs.d/ Either create the repository $ git clone git://orgm

Re: [O] How to use ox-bibtex

2014-01-28 Thread Eric Schulte
There is not enough information to address your bug. Please read [1] and re-send. It sounds to me like your installation may be bad, in which case it may also be worthwhile to read [2]. Best, Footnotes: [1] http://orgmode.org/org.html#Feedback [2] http://orgmode.org/worg/org-faq.html#keepi

Re: [O] How to use ox-bibtex

2014-01-28 Thread o.castillo.felis...@gmail.com
My problem continues... however, It seems has to be with the exportation, because if I open de file before evaluating =(requier 'ox-bibtex)= the links are not recognised. I tried using the latest git code $ git fetch origin $ make all $ make install Then I repeated the =vanilla= calling of emacs

Re: [O] How to use ox-bibtex

2014-01-28 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/28/14, 09:32 , Rainer M Krug wrote: > > > On 01/27/14, 15:36 , Eric Schulte wrote: >> "o.castillo.felis...@gmail.com" >> writes: > >>> Hello Eric. I finally try the examples you attached above, and >>> I'm getting a problem. The file is not

Re: [O] How to use ox-bibtex

2014-01-28 Thread o.castillo.felis...@gmail.com
Hello again, I'm still having the problem... please correct me if I'm wrong: 1) In a terminal: $ cd path/to/org-mode $ make vanilla an emacs window (without the personal configuration but with the org-mode conf. opens) 2) I run the command you suggest using =M-: (add-to-list 'load-path "contrib

Re: [O] How to use ox-bibtex

2014-01-28 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/27/14, 14:52 , o.castillo.felis...@gmail.com wrote: > Hello Eric. I finally try the examples you attached above, and I'm > getting a problem. The file is not imported, because of an error > "Wrong type argument arrayp, nil". I get this error

Re: [O] How to use ox-bibtex

2014-01-28 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/28/14, 10:04 , Christian Moe wrote: > > Rainer M Krug writes: > >> >> Thanks for this thread - very interesting. Just one correction >> (or is it a bug?): Even the export to text - ASCII aborts the >> bibtex2htlm installation. >> >> But als

Re: [O] How to use ox-bibtex

2014-01-28 Thread Christian Moe
Rainer M Krug writes: > > Thanks for this thread - very interesting. Just one correction (or is > it a bug?): Even the export to text - ASCII aborts the bibtex2htlm > installation. > > But also: I don't get it to work. I evaluated (require 'ox-bibtex) > which worked, but export to te4xt and html

Re: [O] How to use ox-bibtex

2014-01-28 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/27/14, 15:36 , Eric Schulte wrote: > "o.castillo.felis...@gmail.com" > writes: > >> Hello Eric. I finally try the examples you attached above, and >> I'm getting a problem. The file is not imported, because of an >> error "Wrong type argument

Re: [O] How to use ox-bibtex

2014-01-27 Thread Eric Schulte
"o.castillo.felis...@gmail.com" writes: > Hello Eric. I finally try the examples you attached above, and I'm getting > a problem. The file is not imported, because of an error "Wrong type > argument arrayp, nil". > > Does anyone know what I am missing? > > Cheers > My guess is that something is

Re: [O] How to use ox-bibtex

2014-01-27 Thread o.castillo.felis...@gmail.com
Hello Eric. I finally try the examples you attached above, and I'm getting a problem. The file is not imported, because of an error "Wrong type argument arrayp, nil". Does anyone know what I am missing? Cheers On Sun, Jan 26, 2014 at 4:37 PM, o.castillo.felis...@gmail.com < o.castillo.felis...@

Re: [O] How to use ox-bibtex

2014-01-26 Thread o.castillo.felis...@gmail.com
Thank you Eric, I'll try it asap! Cheers! On Jan 26, 2014 4:20 PM, "Eric Schulte" wrote: > "o.castillo.felis...@gmail.com" writes: > > > Dear community, > > > > I'm using org-mode to draft most of my activities, and day after day I > get > > closer to managing my paper writing. Nonetheless, ther

Re: [O] How to use ox-bibtex

2014-01-26 Thread Eric Schulte
"o.castillo.felis...@gmail.com" writes: > Dear community, > > I'm using org-mode to draft most of my activities, and day after day I get > closer to managing my paper writing. Nonetheless, there is a point still > drives me crazy. > > All over the web I find post about using such or what tool to

[O] How to use ox-bibtex

2014-01-24 Thread o.castillo.felis...@gmail.com
Dear community, I'm using org-mode to draft most of my activities, and day after day I get closer to managing my paper writing. Nonetheless, there is a point still drives me crazy. All over the web I find post about using such or what tool to get emacs org-mode to work with Bibtex... all of them