Silence org-lint more

This commit is contained in:
Gerard Vermeulen 2024-03-07 13:24:12 +01:00
parent 9777fc9838
commit 09992137a9
1 changed files with 5 additions and 2 deletions

View File

@ -2348,8 +2348,11 @@ Watch out for completion `visit-tags-table' prompts."
(defun org-babel-execute:conf (_body _params)
"NO-OP to silence warnings." nil)
(defun org-babel-execute:diff (_body _params)
"NO-OP to silence warnings." nil)
(defun org-babel-execute:text (_body _params)
"NO-OP to silence warnings." t)
"NO-OP to silence warnings." nil)
(defun org-babel-execute:toml (_body _params)
"NO-OP to silence warnings." nil)
@ -5676,7 +5679,7 @@ Points for further investigation are:
7. The list of installed packages in listing [[lst:list-julia-packages-result]]
facilitate [[https://orgmode.org/worg/org-contrib/babel/languages/ob-doc-julia.html][Julia Code Blocks in Babel]] because the list contains [[https://github.com/JuliaData/CSV.jl][CSV]] and
[[https://dataframes.juliadata.org/stable/][DataFrames]].
7. How to update automatically to the [[https://julialang.org/downloads/#current_stable_release][current stable release of Julia]].
8. How to update automatically to the [[https://julialang.org/downloads/#current_stable_release][current stable release of Julia]].
A list of interesting online course material is:
1. [[https://ucidatascienceinitiative.github.io/IntroToJulia/][A Deep Introduction to Julia for Data Science and Scientific Computing]].
2. [[https://juliateachingctu.github.io/Julia-for-Optimization-and-Learning/stable/][Julia for Optimization and Learning]].