Re: [O] [PATCH] org.el: Respect user-defined reftex-cite-format

2016-09-17 Thread Sebastian Boehm
Hi Nicolas, On 17 September 2016 at 10:30, Nicolas Goaziou wrote: > I applied a slightly different patch. Could you confirm that it meets > your expectations? thank you. Your patch is much nicer than mine and works just great. Thanks! Sebastian

Re: [O] [PATCH] org.el: Respect user-defined reftex-cite-format

2016-09-17 Thread Nicolas Goaziou
Hello, Sebastian Boehm writes: > I would like to propose changing org-reftex-citation to respect > pre-existing bindings for reftex-cite-format. > > This change would make org-reftex-citation easier to use in situations > where "\cite{$BIBTEX_KEY}" is not the appropriate citation format. Thank