From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: exporting subtree moves point Date: Wed, 14 Sep 2011 08:55:18 +0200 Message-ID: <08243669-B08E-474E-BF37-3DF414A6BB54@gmail.com> References: <87vcsw4y1w.fsf@pinto.chemeng.ucl.ac.uk> Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:56988) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R3jNR-0002ac-DY for emacs-orgmode@gnu.org; Wed, 14 Sep 2011 02:55:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R3jNQ-0008Ma-9f for emacs-orgmode@gnu.org; Wed, 14 Sep 2011 02:55:21 -0400 Received: from mail-ew0-f52.google.com ([209.85.215.52]:61733) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R3jNQ-0008MO-54 for emacs-orgmode@gnu.org; Wed, 14 Sep 2011 02:55:20 -0400 Received: by ewy28 with SMTP id 28so1094186ewy.39 for ; Tue, 13 Sep 2011 23:55:18 -0700 (PDT) In-Reply-To: <87vcsw4y1w.fsf@pinto.chemeng.ucl.ac.uk> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Eric S Fraga Cc: emacs-orgmode@gnu.org On 13.9.2011, at 11:00, Eric S Fraga wrote: > Hello, > > I often export just a sub-tree ("C-c C-e 1 p" say). At the end of the > export, my point has moved to the enclosing headline and mark is at the > end of the contents of that sub-tree. This is a little annoying in that > I am often making small changes to see the effect on the final exported > document, especially when playing around with tikz. Therefore, I find > myself having to move back manually to where I was before the export. > > Is there an easy way to get back to where I was beyond setting a > bookmark or register location manually? Or is there a way to have org > put me back to where I was (save-excursion of some sort maybe)? Hi Eric, I have just pushed a fix for this issue. The code to do this was already there, but it did not work for the subtree restriction. - Carsten > > If I remember to set a mark myself, I can get back to there by C-x > C-SPC. Maybe I should just advise the export command? > > Suggestions welcome! > > Thanks, > eric > > -- > : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1 > : using Org-mode version 7.7 (release_7.7.280.gdbf0) >