org-mode/lisp
Timothy 4d8d7d6cb4
ox-latex: Fix string/symbol engraved-preamble val
* lisp/ox-latex.el (org-latex-generate-engraved-preamble): The type of
engraved-theme could be a string or a symbol, depending on whether the
default value was used.  This can lead to type issue bugs.  It is better
to have the same type, so let's intern as needed to consistantly have
symbols.
2022-09-17 18:29:57 +08:00
..
Makefile Move link-related core functions out of "org.el" 2019-03-10 18:00:27 +01:00
ob-awk.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ob-C.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ob-calc.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ob-clojure.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ob-comint.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ob-core.el org-babel-expand-references: Fix :noweb-ref expansion 2022-09-17 15:52:24 +08:00
ob-css.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ob-ditaa.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ob-dot.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ob-emacs-lisp.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ob-eshell.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ob-eval.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ob-exp.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ob-forth.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ob-fortran.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ob-gnuplot.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ob-groovy.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ob-haskell.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ob-java.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ob-js.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ob-julia.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ob-latex.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ob-lilypond.el Fix Emacs 29 compiler warnings 2022-09-06 20:50:59 +08:00
ob-lisp.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ob-lob.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ob-lua.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ob-makefile.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ob-matlab.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ob-maxima.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ob-ocaml.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ob-octave.el Fix Emacs 29 compiler warnings 2022-09-06 20:50:59 +08:00
ob-org.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ob-perl.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ob-plantuml.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ob-processing.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ob-python.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ob-R.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ob-ref.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ob-ruby.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ob-sass.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ob-scheme.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ob-screen.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ob-sed.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ob-shell.el ob-shell: Use `process-file' when stdin or cmdline 2022-09-05 18:31:39 +08:00
ob-sql.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ob-sqlite.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ob-table.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ob-tangle.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ob.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
oc-basic.el Fix Emacs 29 compiler warnings 2022-09-06 20:50:59 +08:00
oc-biblatex.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
oc-bibtex.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
oc-csl.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
oc-natbib.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
oc.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ol-bbdb.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ol-bibtex.el Fix Emacs 29 compiler warnings 2022-09-06 20:50:59 +08:00
ol-docview.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ol-doi.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ol-eshell.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ol-eww.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ol-gnus.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ol-info.el ol-info: Use org function instead of subr-x 2022-09-05 14:33:32 +08:00
ol-irc.el Fix Emacs 29 compiler warnings 2022-09-06 20:50:59 +08:00
ol-man.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ol-mhe.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ol-rmail.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ol-w3m.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ol.el ol.el: Mention that `org-insert-link' may edit existing link 2022-09-16 11:49:06 +08:00
org-agenda.el org-agenda-get-sexps: Query headline at point once in skip function 2022-09-16 12:32:34 +08:00
org-archive.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
org-attach-git.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
org-attach.el lisp/ox.el: Rename abnormal hook names to end with "-functions" 2022-09-06 21:42:11 +08:00
org-capture.el Fix Emacs 29 compiler warnings 2022-09-06 20:50:59 +08:00
org-clock.el org-clock: Make quarter work as parameter for :step in clocktable 2022-09-09 21:02:56 +08:00
org-colview.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
org-compat.el Do not assert Org version in root Org libraries 2022-09-15 12:28:57 +08:00
org-crypt.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
org-ctags.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
org-cycle.el Fix Emacs 29 compiler warnings 2022-09-06 20:50:59 +08:00
org-datetree.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
org-duration.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
org-element.el org-element--cache-sync: Quit early when no cache requests are queued 2022-09-16 12:31:32 +08:00
org-entities.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
org-faces.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
org-feed.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
org-fold-core.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
org-fold.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
org-footnote.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
org-goto.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
org-habit.el Fix Emacs 29 compiler warnings 2022-09-06 20:50:59 +08:00
org-id.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
org-indent.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
org-inlinetask.el Fix Emacs 29 compiler warnings 2022-09-06 20:50:59 +08:00
org-keys.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
org-lint.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
org-list.el Fix Emacs 29 compiler warnings 2022-09-06 20:50:59 +08:00
org-macro.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
org-macs.el Do not assert Org version in root Org libraries 2022-09-15 12:28:57 +08:00
org-mobile.el Fix Emacs 29 compiler warnings 2022-09-06 20:50:59 +08:00
org-mouse.el Fix Emacs 29 compiler warnings 2022-09-06 20:50:59 +08:00
org-num.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
org-pcomplete.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
org-persist.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
org-plot.el Update my maintainer email 2022-09-17 18:26:00 +08:00
org-protocol.el testing: Make all files use lexical-binding 2022-09-15 19:17:19 +08:00
org-refile.el Fix Emacs 29 compiler warnings 2022-09-06 20:50:59 +08:00
org-src.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
org-table.el Fix Emacs 29 compiler warnings 2022-09-06 20:50:59 +08:00
org-tempo.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
org-timer.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
org.el org: Tweak styling of url in resource prompt 2022-09-17 18:26:00 +08:00
ox-ascii.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ox-beamer.el ox-latex: Remove unused argument 2022-09-17 18:29:55 +08:00
ox-html.el Update my maintainer email 2022-09-17 18:26:00 +08:00
ox-icalendar.el ox-icalendar.el: Customize vevent summary prefix 2022-09-08 13:29:00 +08:00
ox-koma-letter.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ox-latex.el ox-latex: Fix string/symbol engraved-preamble val 2022-09-17 18:29:57 +08:00
ox-man.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ox-md.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ox-odt.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ox-org.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ox-publish.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ox-texinfo.el Assert all the Org files to load the same Org version 2022-09-04 12:24:55 +08:00
ox.el lisp/ox.el: Rename abnormal hook names to end with "-functions" 2022-09-06 21:42:11 +08:00