Hello, Jarmo Hurri <jarmo.hu...@iki.fi> writes:
> * Links to files containing the word ~loops~ are not exported > ** What is the problem? > It seems that if a link to a file contains the word ~loops~, > it is not exported at all. > ** How to replicate > 1. Save this org into file =org-loops-in-link.org= > 2. Save the following elisp into =minimal-org.el=, replacing the > location of org mode with your path: > > #+begin_src elisp > (add-to-list 'load-path (expand-file-name "~/src/org-mode/lisp")) > (add-to-list 'load-path (expand-file-name > "~/src/org-mode/contrib/lisp" t)) > #+end_src > > 3. Open this file with > > #+begin_src sh > emacs -Q -l minimal-org.el org-loops-in-link.org > #+end_src > > 4. Export to latex as a PDF file and open (C-c C-e l o), observing > missing items when the list below is exported: > - [[file:loopy.org]] > - [[file:loops.org]] > - [[file:loopz.org]] > - [[file:some-loops.org]] > - [[file:some-loopz.org]] Fun bug. This should be fixed (make sure to start from the new value for org-latex-inline-image-rules if you customized it). Thank you. Regards, -- Nicolas Goaziou