Re: [Orgmode] Re: markup in environments in latex export

2009-05-04 Thread Carsten Dominik
On May 4, 2009, at 9:52 AM, Chris Gray wrote: Hi Carsten, That seems like a good solution. I will work on it and test it over the next couple of days and let you know when it is ready. Do you have any preference for the name of the file? Hard to find a good name org-block2env.el org-

Re: [Orgmode] Re: markup in environments in latex export

2009-05-03 Thread Carsten Dominik
Hi Chris, I have been pondering about this idea, and I prefer to not integrate it into the Org core because I think it may lead to undesired behavior, in particular in the other backends like docbook or ASCII. However, I have just created three new hooks * org-exp.el (org-export-preproc

Re: [Orgmode] Re: markup in environments in latex export

2009-04-19 Thread Carsten Dominik
Hi Chris, Normally a request for a patch shuts people up, not in your case. :-) Very interesting, I like how you did this parallel to the other, similar environments that also require internal processing. I am quite over committed right now and have a trip coming up, and I will need to think a

Re: [Orgmode] Re: markup in environments in latex export

2009-04-16 Thread Carsten Dominik
Hi Chris, no, this is really by design the way it is. Org-mode has its own markup. As a bonus to people used to LaTeX, it allows certain LaTeX constructs to be intermingled into the file. For LaTeX export, it will export these *literally*, the entire construct. For HTML export, you can arrange