From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Exporter interface question Date: Wed, 27 Feb 2013 09:04:34 +0100 Message-ID: Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:40854) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAc0E-0002Uy-Ow for emacs-orgmode@gnu.org; Wed, 27 Feb 2013 03:04:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UAc0D-00085n-KN for emacs-orgmode@gnu.org; Wed, 27 Feb 2013 03:04:38 -0500 Received: from mail-bk0-f41.google.com ([209.85.214.41]:34229) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAc0D-00085i-DV for emacs-orgmode@gnu.org; Wed, 27 Feb 2013 03:04:37 -0500 Received: by mail-bk0-f41.google.com with SMTP id q16so122303bkw.0 for ; Wed, 27 Feb 2013 00:04:36 -0800 (PST) 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: Org-mode List Hi, I have a question about the exporter dispatcher. I much appreciate that `C-u C-c C-e' repeats the previous export action, that is extremely useful. I often only export a subtree of a document, and I was wondering if others would also find this proposal useful: When exporting a subtree, lets drop a mark at the headline and then go to this mark when C-c C-e is called with a prefix arguments. This would allow to keep the cursor somewhere deep in the subtree while working on it, and still be able to quickly repeat the export command. If others would find this useful, I'd make a patch. - Carsten