From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aaron Ecay Subject: Re: [PATCH 0/3] synctex support for pdf export Date: Thu, 18 Apr 2013 04:29:03 -0400 Message-ID: <871ua8s0mo.fsf@gmail.com> References: <1364786101-16603-1-git-send-email-aaronecay@gmail.com> <87r4iutxvf.fsf@gmail.com> <876206uuxn.fsf@gmail.com> <87mwtexwk8.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49427) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USkDO-0007W5-Hc for emacs-orgmode@gnu.org; Thu, 18 Apr 2013 04:29:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1USkDK-0004rD-AD for emacs-orgmode@gnu.org; Thu, 18 Apr 2013 04:29:10 -0400 Received: from mail-vc0-f170.google.com ([209.85.220.170]:64767) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USkDK-0004r9-6C for emacs-orgmode@gnu.org; Thu, 18 Apr 2013 04:29:06 -0400 Received: by mail-vc0-f170.google.com with SMTP id lf10so2194014vcb.15 for ; Thu, 18 Apr 2013 01:29:05 -0700 (PDT) In-Reply-To: <87mwtexwk8.fsf@gmail.com> 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org Hi Nicolas, 2013ko apirilak 4an, Nicolas Goaziou-ek idatzi zuen: >=20 > I don't think there is a complete solution to this problem. >=20 > Though `org-export-before-processing-hook' allows to work on an exact > copy of the buffer being exported before any file is included and any > Babel block executed. You can add text properties there. And with > `org-export-before-parsing-hook', you can check what parts of the buffer > are new (generated from include keywords, macros and blocks). From there > it may be possible to implement a lookup function which would find the > appropriate line in the original buffer. Thanks for your advice. I haven=E2=80=99t had time to work more on these patches, but I do think I see a way forward. Hopefully I (or somebody else!) will have some time soon to devote to the problem. Thanks, --=20 Aaron Ecay