From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Rettke Subject: Re: correlating positions between org-mode and export Date: Tue, 21 Jul 2015 16:07:14 -0500 Message-ID: References: <87egmuotwv.fsf@newcastle.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42255) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHeku-0008Uj-PA for emacs-orgmode@gnu.org; Tue, 21 Jul 2015 17:07:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZHekt-0008Ml-7E for emacs-orgmode@gnu.org; Tue, 21 Jul 2015 17:07:16 -0400 Received: from mail-wi0-x232.google.com ([2a00:1450:400c:c05::232]:33265) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHeks-0008Me-Uy for emacs-orgmode@gnu.org; Tue, 21 Jul 2015 17:07:15 -0400 Received: by wicmv11 with SMTP id mv11so55683834wic.0 for ; Tue, 21 Jul 2015 14:07:14 -0700 (PDT) In-Reply-To: <87egmuotwv.fsf@newcastle.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: Phillip Lord Cc: "emacs-orgmode@gnu.org" Have you looked into customizing the exporter? Grant Rettke -- gcr@wisdomandwonder.com | http://www.wisdomandwonder.com/ =E2=80=9CWisdom begins in wonder.=E2=80=9D --Socrates =E2=80=9CAll creativity is an extended form of a joke.=E2=80=9D --Kay ((=CE=BB (x) (x x)) (=CE=BB (x) (x x))) =E2=80=9CLife has become immeasurably better since I have been forced to st= op taking it seriously.=E2=80=9D --Thompson On Wed, May 6, 2015 at 5:57 AM, Phillip Lord wrote: > > > > 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 >