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
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
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
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