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

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

2016-09-16 Thread Sebastian Boehm
Hi Org mode team, 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. Please let me know if I should

Re: [O] [PATCH] ox-latex: Add scrartcl LaTeX class

2015-09-27 Thread Sebastian Boehm
Hi, On 24 September 2015 at 12:04, Eric S Fraga wrote: > I have done the following: > […] thanks for all the great suggestions! I haven't had the opportunity to try out all proposed solutions yet, but Eric's snippet looks like a great way to tackle my initial problem. Best, Sebastian

Re: [O] [PATCH] ox-latex: Add scrartcl LaTeX class

2015-09-23 Thread Sebastian Boehm
Hi Nicolas, On 21 September 2015 at 21:46, Nicolas Goaziou wrote: > But can't users needing a non-default class customize their > own `org-latex-classes? Or is there an entitling reason to offer it out > of the box? you are of course right; users can always customise their own setup. However, wh

[O] [PATCH] ox-latex: Add scrartcl LaTeX class

2015-09-21 Thread Sebastian Boehm
Hi Org mode devs, I would like to propose adding the KOMA-script scrartcl class to the list of supported ox-latex classes. scrartcl is one of the most popular "article" alternatives out there and it would be great to be able to pass org files using scrartcl to other Org mode users without having t