Am 31.05.2011 11:54, schrieb Rainer Stengele: > Hi! > > Trying to export a subtree to pdf I run into this error: > > > (c:/texlive/2009/texmf-dist/tex/latex/base/t1cmtt.fd) > [1{c:/texlive/2009/texmf- > var/fonts/map/pdftex/updmap/pdftex.map} > ! pdfTeX error (ext4): \pdfendlink ended up in different nesting level than > \pd > fstartlink. > \AtBegShi@Output ...ipout \box \AtBeginShipoutBox > \fi \fi > l.69 \end{itemize} > > ! ==> Fatal error occurred, no output PDF file produced! > > > Org-mode version 7.5 (release_7.5.365.g929b6) > GNU Emacs 24.0.50.1 (i386-mingw-nt5.1.2600) from trunk 2011-02-16 on > LENNART-69DE564 (patched) > > HTML Export of the subtree works perfectly. > How can I find the reason/workaround? > > > OK - 5 minutes later: I deleted the result/contents of this clocktable > #+BEGIN: clocktable :maxlevel 4 :scope tree2 :timestamp t :link t > #+END: > > Now it works. > As far as I read the *Org PDF latex output" the reason are the links in the > clocktable output. > > This maybe is a bug in the exporter. > I do not like to publish the org file here so > if necessary I could send the contents of the org subtree privately. > > -- Rainer >
This works: (set :link to nil) #+BEGIN: clocktable :maxlevel 4 :scope tree2 :timestamp t :link nil #+END: -- Rainer