From: Jarmo Hurri <jarmo.hurri@iki.fi>
To: emacs-orgmode@gnu.org
Subject: Bug: links to filename containing word "loops" fail to export
Date: Sat, 15 Aug 2020 17:29:06 +0300 [thread overview]
Message-ID: <874kp4m18t.fsf@iki.fi> (raw)
* 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]]
** My org and emacs versions
- Org mode version 9.3.7 (release_9.3.7-708-g5417e3)
- GNU Emacs 26.3
next reply other threads:[~2020-08-15 14:56 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-15 14:29 Jarmo Hurri [this message]
2020-08-16 10:04 ` Bug: links to filename containing word "loops" fail to export Nicolas Goaziou
2020-08-16 10:30 ` Jarmo Hurri
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=874kp4m18t.fsf@iki.fi \
--to=jarmo.hurri@iki.fi \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.