Try to silence org-lint

This commit is contained in:
Gerard Vermeulen 2022-11-04 07:08:38 +01:00
parent ec3522fa4c
commit ea9954f973

View File

@ -1068,7 +1068,7 @@ variable in section are compatible. The local variable ~compile-command~ in the
#+caption[Tangle the =Latexmk= resource file]:
#+caption: Tangle the =Latexmk= resource file.
#+name: lst:latexmkrc
#+begin_src perl :tangle latexmkrc :comments none
#+begin_src perl :tangle latexmkrc :comments no
# pdf creator
$pdf_mode = 4; # 4 means lualatex
# pdf previewer and update pdf previewer
@ -1111,7 +1111,7 @@ may hang or die.
#+caption[Tangle a qutebrowser userscript]:
#+caption: Tangle a qutebrowser userscript.
#+header: :comments none
#+header: :comments no
#+header: :tangle-mode (identity #o755)
#+name: lst:qutebrowser-userscript
#+begin_src python :noeval :tangle org-store-link
@ -2816,7 +2816,7 @@ The listings below implement four groups of =org-link= types:
#+caption[Patch buffer local =ol-info=]:
#+caption: Patch buffer local =ol-info=.
#+name: lst:emacs-lisp-setup-buffer-local-ol-info
#+begin_src emacs-lisp :exports code :silent :tangle no
#+begin_src emacs-lisp :exports code :results silent :tangle no
(with-eval-after-load 'ol-info
(make-variable-buffer-local 'org-info-emacs-documents)
(setq org-info-emacs-documents (delete "org" org-info-emacs-documents))
@ -2927,7 +2927,7 @@ new [[info:org#Editing Source Code][<LANGUAGE>-modes]]: =latex-header= and =late
#+caption: LaTeX preamble =latex_header= and =latex_extra_header= export options
#+caption: easily.
#+name: lst:org-babel-latex-header-blocks
#+begin_src emacs-lisp :exports code :silent
#+begin_src emacs-lisp :exports code :results silent
(with-eval-after-load 'emacs
(defun prefix-all-lines (prefix body)
(with-temp-buffer
@ -3029,9 +3029,7 @@ blocks) do not work in [[info:org#Export Settings][#+SETUPFILE: <FILE>]], but on
:END:
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>]].
[[file:README.org]] file, where the last line includes [[file:include.org][include.org]].
#+caption[Source file export keyword settings]:
#+caption: The preamble lines of README.org containing the export keyword
@ -3963,7 +3961,7 @@ support.
#+caption[A =quicklisp= sbclrc file]:
#+caption: A =quicklisp= sbclrc file.
#+name: lst:quicklisp-sbclrc-file
#+begin_src lisp :eval never-exports :tangle ~/.sbclrc
#+begin_src lisp :eval never-export :tangle ~/.sbclrc
;;; Hey Emacs, this is my -*- lisp -*- .sbclrc file.
#-quicklisp
(let ((quicklisp-init (merge-pathnames "quicklisp/setup.lisp"