Re: [O] ox-bibtex.el -- how to join sequential citations

2013-12-01 Thread Nicolas Goaziou
Nicolas Goaziou writes: > I will have a look at it, but I'm not sure it will happen before the end > of the week. Done. Regards, -- Nicolas Goaziou

Re: [O] ox-bibtex.el -- how to join sequential citations

2013-11-26 Thread Nicolas Goaziou
Hello, Eric Schulte writes: > Thanks, the following seems to be working. Perhaps the filter function > should be added to ox-bibtex.el? Thanks for sharing your filter. Though, if we include it in ox-bibtex (and I agree we should), it would be better to make it more robust and use a parse tree

Re: [O] ox-bibtex.el -- how to join sequential citations

2013-11-26 Thread Eric Schulte
Nicolas Goaziou writes: > Hello, > > Feng Shu writes: > >> Eric Schulte writes: >> >>> When exporting multiple sequential citations e.g., cite:foo cite:bar >>> etc... I would like to see something like the following (latex used for >>> this example) "\cite{foo, bar}", but instead I'm getting "\

Re: [O] ox-bibtex.el -- how to join sequential citations

2013-11-24 Thread Nicolas Goaziou
Hello, Feng Shu writes: > Eric Schulte writes: > >> When exporting multiple sequential citations e.g., cite:foo cite:bar >> etc... I would like to see something like the following (latex used for >> this example) "\cite{foo, bar}", but instead I'm getting "\cite{foo} >> \cite{bar}", which leads

Re: [O] ox-bibtex.el -- how to join sequential citations

2013-11-23 Thread Feng Shu
Eric Schulte writes: > Hi, > > I've been using ox-bibtex.el for a couple of days now and am really > enjoying both the bibtex integration and the HTML export through > bibtex2html. I have run into one issue which I'm now sure how best to > fix. > > When exporting multiple sequential citations e.

[O] ox-bibtex.el -- how to join sequential citations

2013-11-23 Thread Eric Schulte
Hi, I've been using ox-bibtex.el for a couple of days now and am really enjoying both the bibtex integration and the HTML export through bibtex2html. I have run into one issue which I'm now sure how best to fix. When exporting multiple sequential citations e.g., cite:foo cite:bar etc... I would