Try to silence org-lint
This commit is contained in:
parent
ec3522fa4c
commit
ea9954f973
14
README.org
14
README.org
@ -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]:
|
||||||
#+caption: Tangle the =Latexmk= resource file.
|
#+caption: Tangle the =Latexmk= resource file.
|
||||||
#+name: lst:latexmkrc
|
#+name: lst:latexmkrc
|
||||||
#+begin_src perl :tangle latexmkrc :comments none
|
#+begin_src perl :tangle latexmkrc :comments no
|
||||||
# pdf creator
|
# pdf creator
|
||||||
$pdf_mode = 4; # 4 means lualatex
|
$pdf_mode = 4; # 4 means lualatex
|
||||||
# pdf previewer and update pdf previewer
|
# pdf previewer and update pdf previewer
|
||||||
@ -1111,7 +1111,7 @@ may hang or die.
|
|||||||
|
|
||||||
#+caption[Tangle a qutebrowser userscript]:
|
#+caption[Tangle a qutebrowser userscript]:
|
||||||
#+caption: Tangle a qutebrowser userscript.
|
#+caption: Tangle a qutebrowser userscript.
|
||||||
#+header: :comments none
|
#+header: :comments no
|
||||||
#+header: :tangle-mode (identity #o755)
|
#+header: :tangle-mode (identity #o755)
|
||||||
#+name: lst:qutebrowser-userscript
|
#+name: lst:qutebrowser-userscript
|
||||||
#+begin_src python :noeval :tangle org-store-link
|
#+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=]:
|
||||||
#+caption: Patch buffer local =ol-info=.
|
#+caption: Patch buffer local =ol-info=.
|
||||||
#+name: lst:emacs-lisp-setup-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
|
(with-eval-after-load 'ol-info
|
||||||
(make-variable-buffer-local 'org-info-emacs-documents)
|
(make-variable-buffer-local 'org-info-emacs-documents)
|
||||||
(setq org-info-emacs-documents (delete "org" 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: LaTeX preamble =latex_header= and =latex_extra_header= export options
|
||||||
#+caption: easily.
|
#+caption: easily.
|
||||||
#+name: lst:org-babel-latex-header-blocks
|
#+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
|
(with-eval-after-load 'emacs
|
||||||
(defun prefix-all-lines (prefix body)
|
(defun prefix-all-lines (prefix body)
|
||||||
(with-temp-buffer
|
(with-temp-buffer
|
||||||
@ -3029,9 +3029,7 @@ blocks) do not work in [[info:org#Export Settings][#+SETUPFILE: <FILE>]], but on
|
|||||||
:END:
|
:END:
|
||||||
|
|
||||||
Listing [[lst:source-file-export-keyword-settings]] shows the preamble lines of this
|
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
|
[[file:README.org]] file, where the last line includes [[file:include.org][include.org]].
|
||||||
[[info:org#Export
|
|
||||||
Settings][#+INCLUDE: <FILE>]].
|
|
||||||
|
|
||||||
#+caption[Source file export keyword settings]:
|
#+caption[Source file export keyword settings]:
|
||||||
#+caption: The preamble lines of README.org containing the export keyword
|
#+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]:
|
||||||
#+caption: A =quicklisp= sbclrc file.
|
#+caption: A =quicklisp= sbclrc file.
|
||||||
#+name: lst: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.
|
;;; Hey Emacs, this is my -*- lisp -*- .sbclrc file.
|
||||||
#-quicklisp
|
#-quicklisp
|
||||||
(let ((quicklisp-init (merge-pathnames "quicklisp/setup.lisp"
|
(let ((quicklisp-init (merge-pathnames "quicklisp/setup.lisp"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user