Re: [O] new export question: how to add a new option to an existing backend

2013-11-21 Thread Eric Schulte
Nicolas Goaziou writes: > Hello, > > Eric Schulte writes: > >> I'd like to add a new option to the LaTeX backend from a contrib/ >> package so that it can be set with a #+ keyword. Is this possible? If >> so how would one go about making this change. If not what's the best >> way to add a new

Re: [O] new export question: how to add a new option to an existing backend

2013-11-21 Thread Eric Schulte
Yujie Wen writes: > Hi, Eric, > > You can derive a new back-end from existing ones. Please consult org > export reference > documentation > . > > Yujie > Yes, I've done this before, however I'm hoping to modify an existing backend. Best,

Re: [O] new export question: how to add a new option to an existing backend

2013-11-21 Thread Nicolas Goaziou
Hello, Eric Schulte writes: > I'd like to add a new option to the LaTeX backend from a contrib/ > package so that it can be set with a #+ keyword. Is this possible? If > so how would one go about making this change. If not what's the best > way to add a new optional value to an existing backe

Re: [O] new export question: how to add a new option to an existing backend

2013-11-21 Thread Yujie Wen
Hi, Eric, You can derive a new back-end from existing ones. Please consult org export reference documentation . Yujie 2013/11/22 Eric Schulte > Hi, > > I'd like to add a new option to the LaTeX backend from a contrib/ > package so that