Fix hyperlinks with underscores

This commit is contained in:
Gerard Vermeulen 2022-10-12 06:06:56 +02:00
parent cadb9f0dc3
commit c21ff1df05
1 changed files with 8 additions and 6 deletions

View File

@ -3,6 +3,7 @@
#+latex_class: article-local
#+latex_class_options: [11pt,a4paper,english,svgnames]
#+macro: kbd (eval (by-backend-kbd-org-macro $1))
#+options: ^:{}
#+property: header-args:emacs-lisp :exports code :results silent :tangle init.el
#+property: header-args:org :tangle include.org
#+startup: showeverything
@ -2910,15 +2911,16 @@ blocks) do not work in [[info:org#Export Settings][#+SETUPFILE: <FILE>]], but on
:CUSTOM_ID: sec:include-file-usage
:END:
Listing [[lst:source-file-export-keyword-settings]] shows the first nine lines of
this [[file:README.org]] file. The last line shows that [[file:include.org][include.org]] is the argument
for [[info:org#Export Settings][#+INCLUDE: <FILE>]].
Listing [[lst:source-file-export-keyword-settings]] shows the preamble lines of this
[[file:README.org]] file. The last line shows that [[file:include.org][include.org]] is the argument for
[[info:org#Export
Settings][#+INCLUDE: <FILE>]].
#+caption[Source file export keyword settings]:
#+caption: The first nine lines of README.org containing the export
#+caption: keyword settings.
#+caption: The preamble lines of README.org containing the export keyword
#+caption: settings.
#+name: lst:source-file-export-keyword-settings
#+include: "README.org" src org :lines "1-10"
#+include: "README.org" src org :lines "1-11"
Listing [[lst:by-backend-kbd-org-macro]] defines the tools for the definition of the
[[https://orgmode.org/][Org mode]] =kbd= macro on the fifth line of listing