emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug: links to filename containing word "loops" fail to export


From: Nicolas Goaziou
Subject: Re: Bug: links to filename containing word "loops" fail to export
Date: Sun, 16 Aug 2020 12:04:14 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Hello,

Jarmo Hurri <jarmo.hurri@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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]