Fixes for Emacs-28.0.90 on Gentoo
This commit is contained in:
parent
ba6470c0d1
commit
188c85c249
@ -1126,7 +1126,7 @@ this document to =html= and LaTeX correctly.
|
||||
#+caption[Patch =ol-info=]:
|
||||
#+caption: Patch =ol-info=.
|
||||
#+name: lst:emacs-lisp-setup-patch-ol-info
|
||||
#+begin_src emacs-lisp
|
||||
#+begin_src emacs-lisp :silent
|
||||
(with-eval-after-load 'ol-info
|
||||
(defun org-info-export (path desc format)
|
||||
"Export an info link.
|
||||
@ -1245,7 +1245,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:emacs-lisp-setup-latex-header
|
||||
#+begin_src emacs-lisp
|
||||
#+begin_src emacs-lisp :silent
|
||||
(with-eval-after-load 'org-src
|
||||
(defun prefix-all-lines (prefix body)
|
||||
(with-temp-buffer
|
||||
|
@ -24,7 +24,9 @@ emacs -Q --batch --eval "
|
||||
(setq python-indent-guess-indent-offset nil)
|
||||
|
||||
(org-babel-tangle-file \"$1\" \"init.el\" \"emacs-lisp\")
|
||||
(org-babel-tangle-file \"$1\" \"setup-include.org\" \"org\"))
|
||||
(org-babel-tangle-file \"$1\" \"setup-include.org\" \"org\")
|
||||
(org-babel-tangle-file \"$1\" nil \"perl\")
|
||||
(org-babel-tangle-file \"$1\" nil \"python\"))
|
||||
"
|
||||
|
||||
# Local Variables:
|
||||
|
Loading…
Reference in New Issue
Block a user