Re: [O] [PATCH 0/3] synctex support for pdf export

2013-04-18 Thread Rasmus
Aaron Ecay writes: > 2013ko apirilak 4an, Nicolas Goaziou-ek idatzi zuen: >> >> I don't think there is a complete solution to this problem. >> >> 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 >> Bab

Re: [O] [PATCH 0/3] synctex support for pdf export

2013-04-18 Thread Aaron Ecay
Hi Nicolas, 2013ko apirilak 4an, Nicolas Goaziou-ek idatzi zuen: > > I don't think there is a complete solution to this problem. > > 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 execute

Re: [O] [PATCH 0/3] synctex support for pdf export

2013-04-15 Thread Bastien
Hi all, even if the feature were asked by many many people, I don't think it would be the right time to implement it. The current parser needs to settle down a bit, to be heavily debugged in its current form before we can move on and modify it for another feature. So maybe for Org 9.0 if someone

Re: [O] [PATCH 0/3] synctex support for pdf export

2013-04-15 Thread Alan Schmitt
Hello, Andreas Leha writes: > I understand all your points very well: Too heavy changes for an > optional and still feature-incomplete patch targeting a sub-group of users. > > But the provided functionality would be really handy for everybody > who writes larger documents (like a thesis) with o

Re: [O] [PATCH 0/3] synctex support for pdf export

2013-04-15 Thread Andreas Leha
Nicolas Goaziou writes: > Hello, > > Aaron Ecay writes: > >> This patch series is an attempt to add synctex support to org mode. > > Thank you for your patch. > >> I have not tested this code extensively, but it does work for me. I >> don't know if it works for async export or not, since I have

Re: [O] [PATCH 0/3] synctex support for pdf export

2013-04-04 Thread Nicolas Goaziou
Hello, Aaron Ecay writes: > Now that this has come up, I have looked at it more. It appears that > the /usr/share/emacs/site-lisp directory is not added to load-path in > the async export process. I guess that it should be, since users’ > init.el files could rely on libraries that are found th

Re: [O] [PATCH 0/3] synctex support for pdf export

2013-04-01 Thread Aaron Ecay
Hi Nicolas, 2013ko apirilak 1an, Nicolas Goaziou-ek idatzi zuen: > > Async export works out of-the-box (though not optimized). There's no > special environment to set up. For me, when I tried it the async emacs process died because it could not find an external elisp library that I load from my

Re: [O] [PATCH 0/3] synctex support for pdf export

2013-04-01 Thread Nicolas Goaziou
Hello, Aaron Ecay writes: > This patch series is an attempt to add synctex support to org mode. Thank you for your patch. > I have not tested this code extensively, but it does work for me. I > don't know if it works for async export or not, since I haven't set up > a working environment for

[O] [PATCH 0/3] synctex support for pdf export

2013-03-31 Thread Aaron Ecay
This patch series is an attempt to add synctex support to org mode. With synctex, you can click on a spot in a document in a PDF viewer, and have emacs jump to the line of code that generated that part of the pdf. (See http://emacswiki.org/emacs/AUCTeX for tips on getting synctex set up with emacs