From c21ff1df0591b9fe0e3e100ba8a9db2b8f698f57 Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Wed, 12 Oct 2022 06:06:56 +0200 Subject: [PATCH] Fix hyperlinks with underscores --- README.org | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.org b/README.org index a29fb4d..f4d3cdc 100644 --- a/README.org +++ b/README.org @@ -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: ]], 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: ]]. +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: ]]. #+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