From mboxrd@z Thu Jan 1 00:00:00 1970 From: phillip.lord@newcastle.ac.uk (Phillip Lord) Subject: correlating positions between org-mode and export Date: Wed, 06 May 2015 11:57:20 +0100 Message-ID: <87egmuotwv.fsf@newcastle.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48922) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ypx17-00014t-Gc for emacs-orgmode@gnu.org; Wed, 06 May 2015 06:57:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ypx13-00034M-HA for emacs-orgmode@gnu.org; Wed, 06 May 2015 06:57:29 -0400 Received: from cheviot22.ncl.ac.uk ([128.240.234.22]:45990) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ypx13-00032o-Ax for emacs-orgmode@gnu.org; Wed, 06 May 2015 06:57:25 -0400 Received: from smtpauth-vm.ncl.ac.uk ([10.8.233.129] helo=smtpauth.ncl.ac.uk) by cheviot22.ncl.ac.uk with esmtp (Exim 4.63) (envelope-from ) id 1Ypx0y-0006vH-Fv for emacs-orgmode@gnu.org; Wed, 06 May 2015 11:57:20 +0100 Received: from jangai.ncl.ac.uk ([10.66.67.223] helo=localhost) by smtpauth.ncl.ac.uk with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.63) (envelope-from ) id 1Ypx0y-0000aJ-SL for emacs-orgmode@gnu.org; Wed, 06 May 2015 11:57:20 +0100 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: emacs-orgmode@gnu.org Is there any way to correlate between the position in an org-mode buffer and an export from that buffer. So, if I have.... * Header With some text Exported to

Header

With some text

I want do be able to match between the position of the "W" in "with" between the two buffers? Phil