Re: [O] LaTeX export: Keep point position in TeX file

2012-01-24 Thread Eric S Fraga
Michael Bach writes: > Eric S Fraga writes: > >> If so, I suggest you could achieve what you want by using the >> org-export-* hooks to, for instance, save current position before export >> and then jump to that position after export? Maybe >> org-export-first-hook and org-export-latex-final-ho

Re: [O] LaTeX export: Keep point position in TeX file

2012-01-23 Thread Michael Bach
Eric S Fraga writes: > If so, I suggest you could achieve what you want by using the > org-export-* hooks to, for instance, save current position before export > and then jump to that position after export? Maybe > org-export-first-hook and org-export-latex-final-hook could be used? > Thanks fo

Re: [O] LaTeX export: Keep point position in TeX file

2012-01-12 Thread Eric S Fraga
Michael Bach writes: > Hello everyone, > > The way I am now doing LaTeX export is that I have the exported tex > buffer below the org buffer. When I do an export via `C-c C-e l' the > .tex buffer gets updated, but point jumps to beginning of buffer instead > of staying where it was. (How) Can I

[O] LaTeX export: Keep point position in TeX file

2012-01-12 Thread Michael Bach
Hello everyone, The way I am now doing LaTeX export is that I have the exported tex buffer below the org buffer. When I do an export via `C-c C-e l' the .tex buffer gets updated, but point jumps to beginning of buffer instead of staying where it was. (How) Can I changed that so point stays near