Re: [O] ox-bibtex

2018-01-10 Thread Adonay Felipe Nogueira
On a related topic, I wish there was a way for Org to export BibTeX references to other formats besides LaTeX and PDF. I once relied on some package, org-bibtex to do the trick along with a set of Emacs Lisp scripts that were run with Babel ([1]), but found out that I was doing more Lisp programmi

Re: [O] ox-bibtex

2018-01-10 Thread Colin Baxter
I've overlooked the fact that ox-bibtex is in contribs of org-mode git. Perhaps it never was in the main lisp directory of org-mode. It does seem a rather basic package though. Best wishes.

[O] ox-bibtex

2018-01-10 Thread Colin Baxter
It seems that the emacs-26.0.90 pretest, which uses org-version 9.1.2, does not contain ox-bibtex. I thought ox-bibtex was introduced at org-version 8.2. Best wishes.

[O] ox-bibtex using the x.bib in different path

2015-05-18 Thread windy
Hi, everyone, I am using org-plus-contrib/ox-bibtex.el to combine bibtex output in html and latex. When I use a same x.bib like: #+BIBLIOGRAPHY: x unsrturl it works well But if I use a x.bib at different path and the src like: #+BIBLIOGRAPHY: /home/name/dropbox/x unsrtu

Re: [O] ox-bibtex: Customization of HTML heading

2014-04-17 Thread Bastien
Hi Julian, Julian Gehring writes: > Would it be reasonable to have an additional option for customizing the > HTML heading of the reference section for ox-bibtex? Yes -- I added the word "References" to `org-export-dictionary', and ox-bibtex.el is now using it. Can you provide a patch to trans

[O] ox-bibtex: Customization of HTML heading

2014-04-07 Thread Julian Gehring
Hi, Would it be reasonable to have an additional option for customizing the HTML heading of the reference section for ox-bibtex? By default, a 'References' gets inserted in the HTML file. I would suggest to include an option for omitting the heading complete (and letting the user define the cont

Re: [O] ox-bibtex: How to use Bib file in a different directory?

2014-02-17 Thread Melleus
Might the symbolic link would do the trick?

[O] ox-bibtex: How to use Bib file in a different directory?

2014-02-17 Thread Richard Stanton
I've just discovered ox-bibtex, which is great for generating bibliographies in both PDF and HTML documents. I have it working fine when the Bib file is in the current directory, but how do I get it to use a Bib file in a different directory (for HTML output - PDF is fine)? Thanks a lot. Richard

Re: [O] ox-bibtex: Allow for missing bibtex style

2014-01-07 Thread Nicolas Goaziou
Hello, Julian Gehring writes: > The patch works great, can't find anything that would need further > tweaking. Applied then. Thank you for the feedback. Regards, -- Nicolas Goaziou

Re: [O] ox-bibtex: Allow for missing bibtex style

2014-01-07 Thread Julian Gehring
Hi Nicolas, Please excuse the late reply. The patch works great, can't find anything that would need further tweaking. Best wishes Julian On 12/21/2013 04:15 PM, Nicolas Goaziou wrote: Hello, Julian Gehring writes: I would like to add this feature, if I knew how to program in lisp... W

Re: [O] ox-bibtex: Allow for missing bibtex style

2013-12-21 Thread Nicolas Goaziou
Hello, Julian Gehring writes: > I would like to add this feature, if I knew how to program in lisp... > Would you like to work on this together? I could contribute on the > side of documenting and testing, if this helps. Fair enough. Here is a patch for you to test. Regards, -- Nicolas Goa

Re: [O] ox-bibtex: Allow for missing bibtex style

2013-12-21 Thread Julian Gehring
Hi Nicolas, It sounds interesting. Would you want to provide a patch for that? I would like to add this feature, if I knew how to program in lisp... Would you like to work on this together? I could contribute on the side of documenting and testing, if this helps. Best wishes Julian

Re: [O] ox-bibtex: Allow for missing bibtex style

2013-12-20 Thread Nicolas Goaziou
Hello, Julian Gehring writes: > Currently, it is required to specify a bibtex style when defining the > bibliography: > > #+BIBLIOGRAPHY: bibfilebasename stylename optional-options > > Would it be reasonable to allow for a missing 'stylename'? Such that if > 'stylename' is missing or 'nil', t

[O] ox-bibtex: Allow for missing bibtex style

2013-12-19 Thread Julian Gehring
Hi, I recently started using ox-bibtex, and was impressed by the nice and simple functionality. Currently, it is required to specify a bibtex style when defining the bibliography: #+BIBLIOGRAPHY: bibfilebasename stylename optional-options Would it be reasonable to allow for a missing 'styl

[O] ox-bibtex in contrib?

2013-07-31 Thread Ista Zahn
Hi all, I have org-plus-contrib installed using elpa from http://orgmode.org/elpa/, but this doesn't seem to include ox-bibtex.el. Should it? Or does this need to be installed separately? Thanks, Ista

Re: [O] ox-bibtex works well with \cite{} entries but not with cite: links

2013-07-10 Thread Eric S Fraga
Nicolas Goaziou writes: > Hello, > > Eric S Fraga writes: > >> Sure. This one works perfectly with my limit:t case! > > I applied the patch. Thank you for the feedback. Thanks Nicolas for this! Very helpful. -- : Eric S Fraga (0xFFFCF67D), Emacs 24.3.50.1, Org release_8.0.5-322-gd5c11e.dir

Re: [O] ox-bibtex works well with \cite{} entries but not with cite: links

2013-07-10 Thread Nicolas Goaziou
Hello, Eric S Fraga writes: > Sure. This one works perfectly with my limit:t case! I applied the patch. Thank you for the feedback. Regards, -- Nicolas Goaziou

Re: [O] ox-bibtex works well with \cite{} entries but not with cite: links

2013-07-09 Thread Eric S Fraga
Nicolas Goaziou writes: > Hello, > > Eric S Fraga writes: > >> In other words, the traversal of the document to determine which >> references are actually cited, to build up the bib html file, would >> appear to only search for \cite{} entries? > > Indeed. Would you mind testing the following up

Re: [O] ox-bibtex works well with \cite{} entries but not with cite: links

2013-07-09 Thread Nicolas Goaziou
Hello, Eric S Fraga writes: > In other words, the traversal of the document to determine which > references are actually cited, to build up the bib html file, would > appear to only search for \cite{} entries? Indeed. Would you mind testing the following update (just drop the previous patch)?

Re: [O] ox-bibtex works well with \cite{} entries but not with cite: links

2013-07-09 Thread Eric S Fraga
Eric S Fraga writes: > Nicolas Goaziou writes: [...] >> Would the following patch work? > > Works really well for my test case. Thanks! Ooops, I spoke much too quickly. It works *if* the references cited by cite: links are also cited by \cite{} text if the option "limit:t" is set, as in #+

Re: [O] ox-bibtex works well with \cite{} entries but not with cite: links

2013-07-09 Thread Eric S Fraga
Nicolas Goaziou writes: > Hello, > > Eric S Fraga writes: > >> as noted a while back, I use cite:bibref type links in org to write >> LaTeX papers. I have defined the cite link type as follows: >> >> #+begin_src emacs-lisp >> (org-add-link-type "cite" 'ebib >>(lambda (path d

Re: [O] ox-bibtex works well with \cite{} entries but not with cite: links

2013-07-08 Thread Nicolas Goaziou
Hello, Eric S Fraga writes: > as noted a while back, I use cite:bibref type links in org to write > LaTeX papers. I have defined the cite link type as follows: > > #+begin_src emacs-lisp > (org-add-link-type "cite" 'ebib >(lambda (path desc format) > (co

[O] ox-bibtex works well with \cite{} entries but not with cite: links

2013-07-08 Thread Eric S Fraga
Hi, as noted a while back, I use cite:bibref type links in org to write LaTeX papers. I have defined the cite link type as follows: #+begin_src emacs-lisp (org-add-link-type "cite" 'ebib (lambda (path desc format) (cond ((eq format 'l