Rasmus <ras...@gmx.us> writes: > Hi, > > Cdlatex environment inserted via org-cdlatex-environment-indent are pretty > bad at getting the right indention. Consider: > > - concept :: a long description of concept | > > Where | is cursor. When I call org-cdlatex-environment-indent, I expect > > - concept :: a long description of concept > \begin{equation} > | > \end{equation}
Actually, this doesn't work with a one-line description since (org-get-indent) is then zero there. I think a more complicated solution is necessary. Maybe org-indent-region could take an optional argument of previous indention, though that still doesn't solve the one-line description case... —Rasmus -- One thing that is clear: it's all down hill from here