Rasmus <ras...@gmx.us> wrote: > > > >> 1. Pressing C-c C-x C-l to render a formula in other part of the > >> document. All other formulas revert to LaTeX code in that case. > >> 2. Pressing C-c C-c to, for instance, evaluate some babel block. In > >> this particular case it looks like I need to reassign the C-c C-c > >> keybinding used to remove the images, but I don't know which function > >> is called to achieve that. > > > > I don't think either is possible with the current code. > > Would it be possible to use the more sophisticated Preview LaTeX of > AUCTeX? IMO it has a nicer way of dealing with previews. >
Do you mean: "replace the org preview mechanism with the preview-latex preview mechanism"? or "turn on auctex mode/preview-latex in addition to org-mode in the org file"? or perhaps "export to latex and then use preview-latex on the latex file"? In either of the first two cases, my answer is "I don't know". IIRC, there was some discussion of the former in this list a long time ago. The second one sound easier (there are a couple of different ways to turn on multiple major modes - see e.g. http://www.emacswiki.org/emacs/MultipleModes) but I don't know how conflicts between them are managed (and I imagine there will be plenty of those), or what other problems might arise; it might be worth trying though. The third one is not as convenient as the other two might be, but it exists *now* and does not require anything extra: bird in the hand and all that. Cheers, Nick