all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#71706: 30.0.50; Emacs as build tool fails to launch after update
@ 2024-06-21 12:48 Dr. Arne Babenhauserheide via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2024-06-21 13:19 ` bug#71705: " Dr. Arne Babenhauserheide via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2024-06-21 19:11 ` bug#71706: " Eli Zaretskii
  0 siblings, 2 replies; 7+ messages in thread
From: Dr. Arne Babenhauserheide via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2024-06-21 12:48 UTC (permalink / raw)
  To: 71706

[-- Attachment #1: Type: text/plain, Size: 103206 bytes --]


I get a crash when trying to run Emacs in a dedicated setup.

I expect that there are some leftover files from byte compilation or
native compilation that cause the problem.

To do a clean run:

sudo mkdir -p /home/arne/eigenes/Webseiten/
sudo chmod a+rwx /home/arne/eigenes/Webseiten/
hg clone https://hg.sr.ht/~arnebab/draketo /home/arne/eigenes/Webseiten/arnebab-org
cd /home/arne/eigenes/Webseiten/arnebab-org
echo -e "utf-8\n" | HOME="/home/arne/eigenes/Webseiten/arnebab-org" emacs --batch --load .emacs.d/init.el --load setup.el "setup.el" -f org-feed-update-all -f kill-emacs && touch "external-rss.org.in"

Since I updated Guix (Emacs went from 29 to 30), it is broken for me:

echo -e "utf-8\n" | HOME="/home/arne/eigenes/Webseiten/arnebab-org" emacs --batch --load .emacs.d/init.el --load setup.el "setup.el" -f org-feed-update-all -f kill-emacs && touch "external-rss.org.in" # the echo is a hack to work around broken encoding -> no longer empty, but still broken
Loading ido (native compiled elisp)...

Error: error ("Recursive ‘require’ for feature ‘ox’")
  require(ox)
  byte-code("\300\301!\210\302 \303\232\204\20\0\304\305\306\"\210\300\307!\210\300\310!\210\300\311!\210\312\313\314\315\316\317\320\321\322&\10\210\323\324\325\326\327\330\331\332&\7\210\333\334\335\336\337DD\340\331\324\341\342\343\344\345\346&\13\210\333\347\335\336\350DD\351\331\324\341\342\343\352\345\346&\13\210\333\353\335\336\354DD\355\331\324\341\342\343\356\345\346&\13\210\333\357\335\336\360DD\361\331\324\341\342\343\362\345\346&\13\210\333\363\335\336\364DD\365\331\324\341\366\343\367\345\346&\13\210\333\370\335\336\371DD\372\331\324\341\342\343\373\345\346&\13\210\333\374\335\336\375DD\376\331\324\341\342\343\377\345\201@\0&\13\210\333\201A\0\335\336\201B\0DD\201C\0\331\324\341\342\343\201D\0\345\201E\0&\13\210\333\201F\0\335\336\201G\0DD\201H\0\331\324\341\342\343\201I\0\345\201J\0&\13\210\333\201K\0\335\336\201L\0DD\201M\0\331\324\341\342\343\201N\0\345\201O\0&\13\210\333\201P\0\335\336\201Q\0DD\201R\0\331\324\341\342\343\201S\0\345\201T\0&\13\210\333\201U\0\335\336\201V\0DD\201W\0\331\324\341\342\343\201X\0\345\201Y\0&\13\210\333\201Z\0\335\336\201[\0DD\201\\\0\331\324\341\342\343\201]\0\345\201^\0&\13\210\333\201_\0\335\336\201`\0DD\201a\0\331\324\341\342\343\201b\0\345\201^\0&\13\207" [require org-macs org-release "9.7.4" warn "Org version mismatch.\nThis warning usually appears when a built-in Org version is loaded\nprior to the more recent Org version.\n\nVersion mismatch is commonly encountered in the following situations:\n\n1. Emacs is loaded using literate Org config and more recent Org\n   version is loaded inside the file loaded by `org-babel-load-file'.\n   `org-babel-load-file' triggers the built-in Org version clashing\n   the newer Org version attempt to be loaded later.\n\n   It is recommended to move the Org loading code before the\n   `org-babel-load-file' call.\n\n2. New Org version is loaded manually by setting `load-path', but some\n   other package depending on Org is loaded before the `load-path' is\n   configured.\n   This \"other package\" is triggering built-in Org version, again\n   causing the version mismatch.\n\n   It is recommended to set `load-path' as early in the config as\n   possible.\n\n3. New Org version is loaded using straight.el package manager and\n   other package depending on Org is loaded before straight triggers\n   loading of the newer Org version.\n\n   It is recommended to put\n\n    %s\n\n   early in the config.  Ideally, right after the straight.el\n   bootstrap.  Moving `use-package' :straight declaration may not be\n   sufficient if the corresponding `use-package' statement is\n   deferring the loading.\n\n4. A new Org version is synchronized with Emacs git repository and\n   stale .elc files are still left from the previous build.\n\n   It is recommended to remove .elc files from lisp/org directory and\n   re-compile." "(straight-use-package 'org)" ox ox-publish cl-lib org-export-define-backend ascii ((bold . org-ascii-bold) (center-block . org-ascii-center-block) (clock . org-ascii-clock) (code . org-ascii-code) (drawer . org-ascii-drawer) (dynamic-block . org-ascii-dynamic-block) (entity . org-ascii-entity) (example-block . org-ascii-example-block) (export-block . org-ascii-export-block) (export-snippet . org-ascii-export-snippet) (fixed-width . org-ascii-fixed-width) (footnote-reference . org-ascii-footnote-reference) (headline . org-ascii-headline) (horizontal-rule . org-ascii-horizontal-rule) (inline-src-block . org-ascii-inline-src-block) (inlinetask . org-ascii-inlinetask) (inner-template . org-ascii-inner-template) (italic . org-ascii-italic) (item . org-ascii-item) (keyword . org-ascii-keyword) (latex-environment . org-ascii-latex-environment) (latex-fragment . org-ascii-latex-fragment) (line-break . org-ascii-line-break) (link . org-ascii-link) (node-property . org-ascii-node-property) (paragraph . org-ascii-paragraph) (plain-list . org-ascii-plain-list) (plain-text . org-ascii-plain-text) (planning . org-ascii-planning) (property-drawer . org-ascii-property-drawer) (quote-block . org-ascii-quote-block) (radio-target . org-ascii-radio-target) (section . org-ascii-section) (special-block . org-ascii-special-block) (src-block . org-ascii-src-block) (statistics-cookie . org-ascii-statistics-cookie) (strike-through . org-ascii-strike-through) (subscript . org-ascii-subscript) (superscript . org-ascii-superscript) (table . org-ascii-table) (table-cell . org-ascii-table-cell) (table-row . org-ascii-table-row) (target . org-ascii-target) (template . org-ascii-template) (timestamp . org-ascii-timestamp) (underline . org-ascii-underline) (verbatim . org-ascii-verbatim) (verse-block . org-ascii-verse-block)) :menu-entry (116 "Export to Plain Text" ((65 "As ASCII buffer" (lambda (a s v b) (org-ascii-export-as-ascii a s v b '(:ascii-charset ascii)))) (97 "As ASCII file" (lambda (a s v b) (org-ascii-export-to-ascii a s v b '(:ascii-charset ascii)))) (76 "As Latin1 buffer" (lambda (a s v b) (org-ascii-export-as-ascii a s v b '(:ascii-charset latin1)))) (108 "As Latin1 file" (lambda (a s v b) (org-ascii-export-to-ascii a s v b '(:ascii-charset latin1)))) (85 "As UTF-8 buffer" (lambda (a s v b) (org-ascii-export-as-ascii a s v b '(:ascii-charset utf-8)))) (117 "As UTF-8 file" (lambda (a s v b) (org-ascii-export-to-ascii a s v b '(:ascii-charset utf-8)))))) :filters-alist ((:filter-headline . org-ascii-filter-headline-blank-lines) (:filter-parse-tree org-ascii-filter-paragraph-spacing org-ascii-filter-comment-spacing) (:filter-section . org-ascii-filter-headline-blank-lines)) :options-alist ((:subtitle "SUBTITLE" nil nil parse) (:ascii-bullets nil nil org-ascii-bullets) (:ascii-caption-above nil nil org-ascii-caption-above) (:ascii-charset nil nil org-ascii-charset) (:ascii-global-margin nil nil org-ascii-global-margin) (:ascii-format-drawer-function nil nil org-ascii-format-drawer-function) (:ascii-format-inlinetask-function nil nil org-ascii-format-inlinetask-function) (:ascii-headline-spacing nil nil org-ascii-headline-spacing) (:ascii-indented-line-width nil nil org-ascii-indented-line-width) (:ascii-inlinetask-width nil nil org-ascii-inlinetask-width) (:ascii-inner-margin nil nil org-ascii-inner-margin) (:ascii-links-to-notes nil nil org-ascii-links-to-notes) (:ascii-list-margin nil nil org-ascii-list-margin) (:ascii-paragraph-spacing nil nil org-ascii-paragraph-spacing) (:ascii-quote-margin nil nil org-ascii-quote-margin) (:ascii-table-keep-all-vertical-lines nil nil org-ascii-table-keep-all-vertical-lines) (:ascii-table-use-ascii-art nil nil org-ascii-table-use-ascii-art) (:ascii-table-widen-columns nil nil org-ascii-table-widen-columns) (:ascii-text-width nil nil org-ascii-text-width) (:ascii-underline nil nil org-ascii-underline) (:ascii-verbatim-format nil nil org-ascii-verbatim-format)) custom-declare-group org-export-ascii nil "Options for exporting Org mode files to ASCII." :tag "Org Export ASCII" :group org-export custom-declare-variable org-ascii-text-width funcall function #f(compiled-function () #<bytecode 0x18c000ae6ce14>) "Maximum width of exported text.\nThis number includes margin size, as set in\n`org-ascii-global-margin'." :version "24.4" :package-version (Org . "8.0") :type integer org-ascii-global-margin #f(compiled-function () #<bytecode 0x18c000ae69414>) "Width of the left margin, in number of characters." (Org . "8.0") org-ascii-inner-margin #f(compiled-function () #<bytecode 0x18c000ae69694>) "Width of the inner margin, in number of characters.\nInner margin is applied between each headline." (Org . "8.0") org-ascii-quote-margin #f(compiled-function () #<bytecode 0x18c000ae69394>) "Width of margin used for quoting text, in characters.\nThis margin is applied on both sides of the text.  It is also\napplied on the left side of contents in descriptive lists." (Org . "8.0") org-ascii-list-margin #f(compiled-function () #<bytecode 0x18c000ae69414>) "Width of margin used for plain lists, in characters.\nThis margin applies to top level list only, not to its\nsub-lists." "26.1" (Org . "8.3") org-ascii-inlinetask-width #f(compiled-function () #<bytecode 0x18c000ae6a594>) "Width of inline tasks, in number of characters.\nThis number ignores any margin." (Org . "8.0") org-ascii-headline-spacing #f(compiled-function () #<bytecode 0x18c000ae6aa94>) "Number of blank lines inserted around headlines.\n\nThis variable can be set to a cons cell.  In that case, its car\nrepresents the number of blank lines present before headline\ncontents whereas its cdr reflects the number of blank lines after\ncontents.\n\nA nil value replicates the number of blank lines found in the\noriginal Org buffer at the same place." (Org . "8.0") (choice (const :tag "Replicate original spacing" nil) (cons :tag "Set a uniform spacing" (integer :tag "Number of blank lines before contents") (integer :tag "Number of blank lines after contents"))) org-ascii-indented-line-width #f(compiled-function () #<bytecode 0x29ac9a1ad7f794>) "Additional indentation width for the first line in a paragraph.\nIf the value is an integer, indent the first line of each\nparagraph by this width, unless it is located at the beginning of\na section, in which case indentation is removed from that line.\nIf it is the symbol `auto' preserve indentation from original\ndocument." (Org . "8.0") (choice (integer :tag "Number of white spaces characters") (const :tag "Preserve original width" auto)) org-ascii-paragraph-spacing #f(compiled-function () #<bytecode 0x29ac9a1ad7f794>) "Number of white lines between paragraphs.\nIf the value is an integer, add this number of blank lines\nbetween contiguous paragraphs.  If is it the symbol `auto', keep\nthe same number of blank lines as in the original document." (Org . "8.0") (choice (integer :tag "Number of blank lines") (const :tag "Preserve original spacing" auto)) org-ascii-charset #f(compiled-function () #<bytecode 0x18c000ae88114>) "The charset allowed to represent various elements and objects.\nPossible values are:\n`ascii'    Only use plain ASCII characters\n`latin1'   Include Latin-1 characters\n`utf-8'    Use all UTF-8 characters" (Org . "8.0") (choice (const :tag "ASCII" ascii) (const :tag "Latin-1" latin1) (const :tag "UTF-8" utf-8)) org-ascii-underline #f(compiled-function () #<bytecode 0x18c000ae69414>) "Characters for underlining headings in ASCII export.\n\nAlist whose key is a symbol among `ascii', `latin1' and `utf-8'\nand whose value is a list of characters.\n\nFor each supported charset, this variable associates a sequence\nof underline characters.  In a sequence, the characters will be\nused in order for headlines level 1, 2, ...  If no character is\navailable for a given level, the headline won't be underlined." (Org . "8.0") (list (cons :tag "Underline characters sequence" (const :tag "ASCII charset" ascii) (repeat character)) (cons :tag "Underline characters sequence" (const :tag "Latin-1 charset" latin1) (repeat character)) (cons :tag "Underline characters sequence" (const :tag "UTF-8 charset" utf-8) (repeat character))) org-ascii-bullets #f(compiled-function () #<bytecode 0x18c000ae69414>) "Bullet characters for headlines converted to lists in ASCII export.\n\nAlist whose key is a symbol among `ascii', `latin1' and `utf-8'\nand whose value is a list of characters.\n\nThe first character is used for the first level considered as low\nlevel, and so on.  If there are more levels than characters given\nhere, the list will be repeated.\n\nNote that this variable doesn't affect plain lists\nrepresentation." (Org . "8.0") (list (cons :tag "Bullet characters for low level headlines" (const :tag "ASCII charset" ascii) (repeat character)) (cons :tag "Bullet characters for low level headlines" (const :tag "Latin-1 charset" latin1) (repeat character)) (cons :tag "Bullet characters for low level headlines" (const :tag "UTF-8 charset" utf-8) (repeat character))) org-ascii-links-to-notes #f(compiled-function () #<bytecode 0x18c000ae69b14>) "Non-nil means convert links to notes before the next headline.\nWhen nil, the link will be exported in place.  If the line\nbecomes long in this way, it will be wrapped." (Org . "8.0") boolean org-ascii-table-keep-all-vertical-lines #f(compiled-function () #<bytecode 0x18c000ae69414>) "Non-nil means keep all vertical lines in ASCII tables.\nWhen nil, vertical lines will be removed except for those needed\nfor column grouping." (Org . "8.0")] 12)
  require(ox-ascii)
  byte-code("\300\301!\210\302 \303\232\204\20\0\304\305\306\"\210\300\307!\210\300\301!\210\300\310!\207" [require org-macs org-release "9.7.4" warn "Org version mismatch.\nThis warning usually appears when a built-in Org version is loaded\nprior to the more recent Org version.\n\nVersion mismatch is commonly encountered in the following situations:\n\n1. Emacs is loaded using literate Org config and more recent Org\n   version is loaded inside the file loaded by `org-babel-load-file'.\n   `org-babel-load-file' triggers the built-in Org version clashing\n   the newer Org version attempt to be loaded later.\n\n   It is recommended to move the Org loading code before the\n   `org-babel-load-file' call.\n\n2. New Org version is loaded manually by setting `load-path', but some\n   other package depending on Org is loaded before the `load-path' is\n   configured.\n   This \"other package\" is triggering built-in Org version, again\n   causing the version mismatch.\n\n   It is recommended to set `load-path' as early in the config as\n   possible.\n\n3. New Org version is loaded using straight.el package manager and\n   other package depending on Org is loaded before straight triggers\n   loading of the newer Org version.\n\n   It is recommended to put\n\n    %s\n\n   early in the config.  Ideally, right after the straight.el\n   bootstrap.  Moving `use-package' :straight declaration may not be\n   sufficient if the corresponding `use-package' statement is\n   deferring the loading.\n\n4. A new Org version is synchronized with Emacs git repository and\n   stale .elc files are still left from the previous build.\n\n   It is recommended to remove .elc files from lisp/org directory and\n   re-compile." "(straight-use-package 'org)" ob ox-ascii] 3)
  require(ob-gnuplot)
  org-babel-do-load-languages(org-babel-load-languages ((C . t) (R . t) (asymptote) (awk) (calc) (clojure) (comint) (css) (ditaa . t) (dot . t) (emacs-lisp . t) (fortran) (gnuplot . t) (haskell) (io) (java) (js) (latex) (ledger) (lilypond) (lisp) (matlab) (maxima) (mscgen) (ocaml) (octave) (org . t) (perl) (picolisp) (plantuml) (python . t) (ref) (ruby) (sass) (scala) (scheme . t) (screen) (shell . t) (shen) (sql) (sqlite)))
  custom-initialize-reset(org-babel-load-languages (funcall #'#f(compiled-function () #<bytecode 0x18c000ae69414>)))
  custom-declare-variable(org-babel-load-languages (funcall #'#f(compiled-function () #<bytecode 0x18c000ae69414>)) "Languages which can be evaluated in Org buffers.\n\\<org-mode-map>\nThis list can be used to load support for any of the available\nlanguages with babel support (see info node `(org) Languages').  Each\nlanguage will depend on a different set of system executables and/or\nEmacs modes.\n\nWhen a language is \"loaded\", code blocks in that language can\nbe evaluated with `org-babel-execute-src-block', which is bound\nby default to \\[org-ctrl-c-ctrl-c].\n\nThe `org-babel-no-eval-on-ctrl-c-ctrl-c' option can be set to\nremove code block evaluation from \\[org-ctrl-c-ctrl-c].  By\ndefault, only Emacs Lisp is loaded, since it has no specific\nrequirement." :group org-babel :set org-babel-do-load-languages :package-version (Org . "9.6") :type (alist :tag "Babel Languages" :key-type (choice (const :tag "Awk" awk) (const :tag "C, D, C++, and cpp" C) (const :tag "R" R) (const :tag "Calc" calc) (const :tag "Clojure and ClojureScript" clojure) (const :tag "CSS" css) (const :tag "Ditaa" ditaa) (const :tag "Dot" dot) (const :tag "Emacs Lisp" emacs-lisp) (const :tag "Eshell" eshell) (const :tag "Forth" forth) (const :tag "Fortran" fortran) (const :tag "GnuPlot" gnuplot) (const :tag "Groovy" groovy) (const :tag "Haskell" haskell) (const :tag "Java" java) (const :tag "JavaScript" js) (const :tag "Julia" julia) (const :tag "LaTeX" latex) (const :tag "LilyPond" lilypond) (const :tag "Lisp" lisp) (const :tag "Lua" lua) (const :tag "Makefile" makefile) (const :tag "Maxima" maxima) (const :tag "OCaml" ocaml) (const :tag "Octave and MatLab" octave) (const :tag "Org" org) (const :tag "Perl" perl) (const :tag "Processing" processing) (const :tag "PlantUML" plantuml) (const :tag "Python" python) (const :tag "Ruby" ruby) (const :tag "Sass" sass) (const :tag "Scheme" scheme) (const :tag "Screen" screen) (const :tag "Sed" sed) (const :tag "Shell Script" shell) (const :tag "Sql" sql) (const :tag "Sqlite" sqlite)) :value-type (boolean :tag "Activate" :value t)))
  byte-code("\300\301\302\303\304DD\305\306\307\310\311\312\313\314\315&\13\210\300\316\302\303\317DD\320\314\321\322\323\306\324&\11\210\325\326\327\"\210\325\330\327\"\207" [custom-declare-variable org-babel-load-languages funcall function #f(compiled-function () #<bytecode 0x18c000ae69414>) "Languages which can be evaluated in Org buffers.\n\\<org-mode-map>\nThis list can be used to load support for any of the available\nlanguages with babel support (see info node `(org) Languages').  Each\nlanguage will depend on a different set of system executables and/or\nEmacs modes.\n\nWhen a language is \"loaded\", code blocks in that language can\nbe evaluated with `org-babel-execute-src-block', which is bound\nby default to \\[org-ctrl-c-ctrl-c].\n\nThe `org-babel-no-eval-on-ctrl-c-ctrl-c' option can be set to\nremove code block evaluation from \\[org-ctrl-c-ctrl-c].  By\ndefault, only Emacs Lisp is loaded, since it has no specific\nrequirement." :group org-babel :set org-babel-do-load-languages :package-version (Org . "9.6") :type (alist :tag "Babel Languages" :key-type (choice (const :tag "Awk" awk) (const :tag "C, D, C++, and cpp" C) (const :tag "R" R) (const :tag "Calc" calc) (const :tag "Clojure and ClojureScript" clojure) (const :tag "CSS" css) (const :tag "Ditaa" ditaa) (const :tag "Dot" dot) (const :tag "Emacs Lisp" emacs-lisp) (const :tag "Eshell" eshell) (const :tag "Forth" forth) (const :tag "Fortran" fortran) (const :tag "GnuPlot" gnuplot) (const :tag "Groovy" groovy) (const :tag "Haskell" haskell) (const :tag "Java" java) (const :tag "JavaScript" js) (const :tag "Julia" julia) (const :tag "LaTeX" latex) (const :tag "LilyPond" lilypond) (const :tag "Lisp" lisp) (const :tag "Lua" lua) (const :tag "Makefile" makefile) (const :tag "Maxima" maxima) (const :tag "OCaml" ocaml) (const :tag "Octave and MatLab" octave) (const :tag "Org" org) (const :tag "Perl" perl) (const :tag "Processing" processing) (const :tag "PlantUML" plantuml) (const :tag "Python" python) (const :tag "Ruby" ruby) (const :tag "Sass" sass) (const :tag "Scheme" scheme) (const :tag "Screen" screen) (const :tag "Sed" sed) (const :tag "Shell Script" shell) (const :tag "Sql" sql) (const :tag "Sqlite" sqlite)) :value-type (boolean :tag "Activate" :value t)) org-clone-delete-id #f(compiled-function () #<bytecode 0x18c000ae69414>) "Remove ID property of clones of a subtree.\nWhen non-nil, clones of a subtree don't inherit the ID property.\nOtherwise they inherit the ID property with a new unique\nidentifier." boolean :version "24.1" org-id autoload org-release "org-version.el" org-git-version] 12)
  require(org)
  byte-code("\300\301!\210\302 \303\232\204\20\0\304\305\306\"\210\300\307!\210\300\310!\210\300\311!\210\300\312!\210\300\313!\210\300\314!\210\300\315!\210\300\316!\210\300\317!\210\300\320!\210\300\301!\210\300\321!\210\300\322!\207" [require org-macs org-release "9.7.4" warn "Org version mismatch.\nThis warning usually appears when a built-in Org version is loaded\nprior to the more recent Org version.\n\nVersion mismatch is commonly encountered in the following situations:\n\n1. Emacs is loaded using literate Org config and more recent Org\n   version is loaded inside the file loaded by `org-babel-load-file'.\n   `org-babel-load-file' triggers the built-in Org version clashing\n   the newer Org version attempt to be loaded later.\n\n   It is recommended to move the Org loading code before the\n   `org-babel-load-file' call.\n\n2. New Org version is loaded manually by setting `load-path', but some\n   other package depending on Org is loaded before the `load-path' is\n   configured.\n   This \"other package\" is triggering built-in Org version, again\n   causing the version mismatch.\n\n   It is recommended to set `load-path' as early in the config as\n   possible.\n\n3. New Org version is loaded using straight.el package manager and\n   other package depending on Org is loaded before straight triggers\n   loading of the newer Org version.\n\n   It is recommended to put\n\n    %s\n\n   early in the config.  Ideally, right after the straight.el\n   bootstrap.  Moving `use-package' :straight declaration may not be\n   sufficient if the corresponding `use-package' statement is\n   deferring the loading.\n\n4. A new Org version is synchronized with Emacs git repository and\n   stale .elc files are still left from the previous build.\n\n   It is recommended to remove .elc files from lisp/org directory and\n   re-compile." "(straight-use-package 'org)" avl-tree ring cl-lib ol org org-persist org-compat org-entities org-footnote org-list org-table org-fold-core] 3)
  require(org-element)
  byte-code("\300\301!\210\302 \303\232\204\20\0\304\305\306\"\210\300\307!\210\300\310!\210\300\311!\210\300\312!\210\300\313!\210\300\314!\210\300\315!\207" [require org-macs org-release "9.7.4" warn "Org version mismatch.\nThis warning usually appears when a built-in Org version is loaded\nprior to the more recent Org version.\n\nVersion mismatch is commonly encountered in the following situations:\n\n1. Emacs is loaded using literate Org config and more recent Org\n   version is loaded inside the file loaded by `org-babel-load-file'.\n   `org-babel-load-file' triggers the built-in Org version clashing\n   the newer Org version attempt to be loaded later.\n\n   It is recommended to move the Org loading code before the\n   `org-babel-load-file' call.\n\n2. New Org version is loaded manually by setting `load-path', but some\n   other package depending on Org is loaded before the `load-path' is\n   configured.\n   This \"other package\" is triggering built-in Org version, again\n   causing the version mismatch.\n\n   It is recommended to set `load-path' as early in the config as\n   possible.\n\n3. New Org version is loaded using straight.el package manager and\n   other package depending on Org is loaded before straight triggers\n   loading of the newer Org version.\n\n   It is recommended to put\n\n    %s\n\n   early in the config.  Ideally, right after the straight.el\n   bootstrap.  Moving `use-package' :straight declaration may not be\n   sufficient if the corresponding `use-package' statement is\n   deferring the loading.\n\n4. A new Org version is synchronized with Emacs git repository and\n   stale .elc files are still left from the previous build.\n\n   It is recommended to remove .elc files from lisp/org directory and\n   re-compile." "(straight-use-package 'org)" cl-lib ob-exp oc ol org-element org-macro tabulated-list] 3)
  require(ox)
  byte-code("\300\301!\210\302 \303\232\204\20\0\304\305\306\"\210\300\307!\210\300\310!\210\300\311!\210\312\313\314\315\316\317\320\321\322&\10\210\323\324\325\326\327\330\331\332&\7\210\333\334\335\336\337DD\340\331\324\341\342\343\344\345\346&\13\210\333\347\335\336\350DD\351\331\324\341\342\343\352\345\346&\13\210\333\353\335\336\354DD\355\331\324\341\342\343\356\345\346&\13\210\333\357\335\336\360DD\361\331\324\341\342\343\362\345\346&\13\210\333\363\335\336\364DD\365\331\324\341\366\343\367\345\346&\13\210\333\370\335\336\371DD\372\331\324\341\342\343\373\345\346&\13\210\333\374\335\336\375DD\376\331\324\341\342\343\377\345\201@\0&\13\210\333\201A\0\335\336\201B\0DD\201C\0\331\324\341\342\343\201D\0\345\201E\0&\13\210\333\201F\0\335\336\201G\0DD\201H\0\331\324\341\342\343\201I\0\345\201J\0&\13\210\333\201K\0\335\336\201L\0DD\201M\0\331\324\341\342\343\201N\0\345\201O\0&\13\210\333\201P\0\335\336\201Q\0DD\201R\0\331\324\341\342\343\201S\0\345\201T\0&\13\210\333\201U\0\335\336\201V\0DD\201W\0\331\324\341\342\343\201X\0\345\201Y\0&\13\210\333\201Z\0\335\336\201[\0DD\201\\\0\331\324\341\342\343\201]\0\345\201^\0&\13\210\333\201_\0\335\336\201`\0DD\201a\0\331\324\341\342\343\201b\0\345\201^\0&\13\207" [require org-macs org-release "9.7.4" warn "Org version mismatch.\nThis warning usually appears when a built-in Org version is loaded\nprior to the more recent Org version.\n\nVersion mismatch is commonly encountered in the following situations:\n\n1. Emacs is loaded using literate Org config and more recent Org\n   version is loaded inside the file loaded by `org-babel-load-file'.\n   `org-babel-load-file' triggers the built-in Org version clashing\n   the newer Org version attempt to be loaded later.\n\n   It is recommended to move the Org loading code before the\n   `org-babel-load-file' call.\n\n2. New Org version is loaded manually by setting `load-path', but some\n   other package depending on Org is loaded before the `load-path' is\n   configured.\n   This \"other package\" is triggering built-in Org version, again\n   causing the version mismatch.\n\n   It is recommended to set `load-path' as early in the config as\n   possible.\n\n3. New Org version is loaded using straight.el package manager and\n   other package depending on Org is loaded before straight triggers\n   loading of the newer Org version.\n\n   It is recommended to put\n\n    %s\n\n   early in the config.  Ideally, right after the straight.el\n   bootstrap.  Moving `use-package' :straight declaration may not be\n   sufficient if the corresponding `use-package' statement is\n   deferring the loading.\n\n4. A new Org version is synchronized with Emacs git repository and\n   stale .elc files are still left from the previous build.\n\n   It is recommended to remove .elc files from lisp/org directory and\n   re-compile." "(straight-use-package 'org)" ox ox-publish cl-lib org-export-define-backend ascii ((bold . org-ascii-bold) (center-block . org-ascii-center-block) (clock . org-ascii-clock) (code . org-ascii-code) (drawer . org-ascii-drawer) (dynamic-block . org-ascii-dynamic-block) (entity . org-ascii-entity) (example-block . org-ascii-example-block) (export-block . org-ascii-export-block) (export-snippet . org-ascii-export-snippet) (fixed-width . org-ascii-fixed-width) (footnote-reference . org-ascii-footnote-reference) (headline . org-ascii-headline) (horizontal-rule . org-ascii-horizontal-rule) (inline-src-block . org-ascii-inline-src-block) (inlinetask . org-ascii-inlinetask) (inner-template . org-ascii-inner-template) (italic . org-ascii-italic) (item . org-ascii-item) (keyword . org-ascii-keyword) (latex-environment . org-ascii-latex-environment) (latex-fragment . org-ascii-latex-fragment) (line-break . org-ascii-line-break) (link . org-ascii-link) (node-property . org-ascii-node-property) (paragraph . org-ascii-paragraph) (plain-list . org-ascii-plain-list) (plain-text . org-ascii-plain-text) (planning . org-ascii-planning) (property-drawer . org-ascii-property-drawer) (quote-block . org-ascii-quote-block) (radio-target . org-ascii-radio-target) (section . org-ascii-section) (special-block . org-ascii-special-block) (src-block . org-ascii-src-block) (statistics-cookie . org-ascii-statistics-cookie) (strike-through . org-ascii-strike-through) (subscript . org-ascii-subscript) (superscript . org-ascii-superscript) (table . org-ascii-table) (table-cell . org-ascii-table-cell) (table-row . org-ascii-table-row) (target . org-ascii-target) (template . org-ascii-template) (timestamp . org-ascii-timestamp) (underline . org-ascii-underline) (verbatim . org-ascii-verbatim) (verse-block . org-ascii-verse-block)) :menu-entry (116 "Export to Plain Text" ((65 "As ASCII buffer" (lambda (a s v b) (org-ascii-export-as-ascii a s v b '(:ascii-charset ascii)))) (97 "As ASCII file" (lambda (a s v b) (org-ascii-export-to-ascii a s v b '(:ascii-charset ascii)))) (76 "As Latin1 buffer" (lambda (a s v b) (org-ascii-export-as-ascii a s v b '(:ascii-charset latin1)))) (108 "As Latin1 file" (lambda (a s v b) (org-ascii-export-to-ascii a s v b '(:ascii-charset latin1)))) (85 "As UTF-8 buffer" (lambda (a s v b) (org-ascii-export-as-ascii a s v b '(:ascii-charset utf-8)))) (117 "As UTF-8 file" (lambda (a s v b) (org-ascii-export-to-ascii a s v b '(:ascii-charset utf-8)))))) :filters-alist ((:filter-headline . org-ascii-filter-headline-blank-lines) (:filter-parse-tree org-ascii-filter-paragraph-spacing org-ascii-filter-comment-spacing) (:filter-section . org-ascii-filter-headline-blank-lines)) :options-alist ((:subtitle "SUBTITLE" nil nil parse) (:ascii-bullets nil nil org-ascii-bullets) (:ascii-caption-above nil nil org-ascii-caption-above) (:ascii-charset nil nil org-ascii-charset) (:ascii-global-margin nil nil org-ascii-global-margin) (:ascii-format-drawer-function nil nil org-ascii-format-drawer-function) (:ascii-format-inlinetask-function nil nil org-ascii-format-inlinetask-function) (:ascii-headline-spacing nil nil org-ascii-headline-spacing) (:ascii-indented-line-width nil nil org-ascii-indented-line-width) (:ascii-inlinetask-width nil nil org-ascii-inlinetask-width) (:ascii-inner-margin nil nil org-ascii-inner-margin) (:ascii-links-to-notes nil nil org-ascii-links-to-notes) (:ascii-list-margin nil nil org-ascii-list-margin) (:ascii-paragraph-spacing nil nil org-ascii-paragraph-spacing) (:ascii-quote-margin nil nil org-ascii-quote-margin) (:ascii-table-keep-all-vertical-lines nil nil org-ascii-table-keep-all-vertical-lines) (:ascii-table-use-ascii-art nil nil org-ascii-table-use-ascii-art) (:ascii-table-widen-columns nil nil org-ascii-table-widen-columns) (:ascii-text-width nil nil org-ascii-text-width) (:ascii-underline nil nil org-ascii-underline) (:ascii-verbatim-format nil nil org-ascii-verbatim-format)) custom-declare-group org-export-ascii nil "Options for exporting Org mode files to ASCII." :tag "Org Export ASCII" :group org-export custom-declare-variable org-ascii-text-width funcall function #f(compiled-function () #<bytecode 0x18c000ae6ce14>) "Maximum width of exported text.\nThis number includes margin size, as set in\n`org-ascii-global-margin'." :version "24.4" :package-version (Org . "8.0") :type integer org-ascii-global-margin #f(compiled-function () #<bytecode 0x18c000ae69414>) "Width of the left margin, in number of characters." (Org . "8.0") org-ascii-inner-margin #f(compiled-function () #<bytecode 0x18c000ae69694>) "Width of the inner margin, in number of characters.\nInner margin is applied between each headline." (Org . "8.0") org-ascii-quote-margin #f(compiled-function () #<bytecode 0x18c000ae69394>) "Width of margin used for quoting text, in characters.\nThis margin is applied on both sides of the text.  It is also\napplied on the left side of contents in descriptive lists." (Org . "8.0") org-ascii-list-margin #f(compiled-function () #<bytecode 0x18c000ae69414>) "Width of margin used for plain lists, in characters.\nThis margin applies to top level list only, not to its\nsub-lists." "26.1" (Org . "8.3") org-ascii-inlinetask-width #f(compiled-function () #<bytecode 0x18c000ae6a594>) "Width of inline tasks, in number of characters.\nThis number ignores any margin." (Org . "8.0") org-ascii-headline-spacing #f(compiled-function () #<bytecode 0x18c000ae6aa94>) "Number of blank lines inserted around headlines.\n\nThis variable can be set to a cons cell.  In that case, its car\nrepresents the number of blank lines present before headline\ncontents whereas its cdr reflects the number of blank lines after\ncontents.\n\nA nil value replicates the number of blank lines found in the\noriginal Org buffer at the same place." (Org . "8.0") (choice (const :tag "Replicate original spacing" nil) (cons :tag "Set a uniform spacing" (integer :tag "Number of blank lines before contents") (integer :tag "Number of blank lines after contents"))) org-ascii-indented-line-width #f(compiled-function () #<bytecode 0x29ac9a1ad7f794>) "Additional indentation width for the first line in a paragraph.\nIf the value is an integer, indent the first line of each\nparagraph by this width, unless it is located at the beginning of\na section, in which case indentation is removed from that line.\nIf it is the symbol `auto' preserve indentation from original\ndocument." (Org . "8.0") (choice (integer :tag "Number of white spaces characters") (const :tag "Preserve original width" auto)) org-ascii-paragraph-spacing #f(compiled-function () #<bytecode 0x29ac9a1ad7f794>) "Number of white lines between paragraphs.\nIf the value is an integer, add this number of blank lines\nbetween contiguous paragraphs.  If is it the symbol `auto', keep\nthe same number of blank lines as in the original document." (Org . "8.0") (choice (integer :tag "Number of blank lines") (const :tag "Preserve original spacing" auto)) org-ascii-charset #f(compiled-function () #<bytecode 0x18c000ae88114>) "The charset allowed to represent various elements and objects.\nPossible values are:\n`ascii'    Only use plain ASCII characters\n`latin1'   Include Latin-1 characters\n`utf-8'    Use all UTF-8 characters" (Org . "8.0") (choice (const :tag "ASCII" ascii) (const :tag "Latin-1" latin1) (const :tag "UTF-8" utf-8)) org-ascii-underline #f(compiled-function () #<bytecode 0x18c000ae69414>) "Characters for underlining headings in ASCII export.\n\nAlist whose key is a symbol among `ascii', `latin1' and `utf-8'\nand whose value is a list of characters.\n\nFor each supported charset, this variable associates a sequence\nof underline characters.  In a sequence, the characters will be\nused in order for headlines level 1, 2, ...  If no character is\navailable for a given level, the headline won't be underlined." (Org . "8.0") (list (cons :tag "Underline characters sequence" (const :tag "ASCII charset" ascii) (repeat character)) (cons :tag "Underline characters sequence" (const :tag "Latin-1 charset" latin1) (repeat character)) (cons :tag "Underline characters sequence" (const :tag "UTF-8 charset" utf-8) (repeat character))) org-ascii-bullets #f(compiled-function () #<bytecode 0x18c000ae69414>) "Bullet characters for headlines converted to lists in ASCII export.\n\nAlist whose key is a symbol among `ascii', `latin1' and `utf-8'\nand whose value is a list of characters.\n\nThe first character is used for the first level considered as low\nlevel, and so on.  If there are more levels than characters given\nhere, the list will be repeated.\n\nNote that this variable doesn't affect plain lists\nrepresentation." (Org . "8.0") (list (cons :tag "Bullet characters for low level headlines" (const :tag "ASCII charset" ascii) (repeat character)) (cons :tag "Bullet characters for low level headlines" (const :tag "Latin-1 charset" latin1) (repeat character)) (cons :tag "Bullet characters for low level headlines" (const :tag "UTF-8 charset" utf-8) (repeat character))) org-ascii-links-to-notes #f(compiled-function () #<bytecode 0x18c000ae69b14>) "Non-nil means convert links to notes before the next headline.\nWhen nil, the link will be exported in place.  If the line\nbecomes long in this way, it will be wrapped." (Org . "8.0") boolean org-ascii-table-keep-all-vertical-lines #f(compiled-function () #<bytecode 0x18c000ae69414>) "Non-nil means keep all vertical lines in ASCII tables.\nWhen nil, vertical lines will be removed except for those needed\nfor column grouping." (Org . "8.0")] 12)
  require(ox-ascii)
  byte-code("\300\301!\210\302 \303\232\204\20\0\304\305\306\"\210\300\307!\210\300\301!\210\300\310!\207" [require org-macs org-release "9.7.4" warn "Org version mismatch.\nThis warning usually appears when a built-in Org version is loaded\nprior to the more recent Org version.\n\nVersion mismatch is commonly encountered in the following situations:\n\n1. Emacs is loaded using literate Org config and more recent Org\n   version is loaded inside the file loaded by `org-babel-load-file'.\n   `org-babel-load-file' triggers the built-in Org version clashing\n   the newer Org version attempt to be loaded later.\n\n   It is recommended to move the Org loading code before the\n   `org-babel-load-file' call.\n\n2. New Org version is loaded manually by setting `load-path', but some\n   other package depending on Org is loaded before the `load-path' is\n   configured.\n   This \"other package\" is triggering built-in Org version, again\n   causing the version mismatch.\n\n   It is recommended to set `load-path' as early in the config as\n   possible.\n\n3. New Org version is loaded using straight.el package manager and\n   other package depending on Org is loaded before straight triggers\n   loading of the newer Org version.\n\n   It is recommended to put\n\n    %s\n\n   early in the config.  Ideally, right after the straight.el\n   bootstrap.  Moving `use-package' :straight declaration may not be\n   sufficient if the corresponding `use-package' statement is\n   deferring the loading.\n\n4. A new Org version is synchronized with Emacs git repository and\n   stale .elc files are still left from the previous build.\n\n   It is recommended to remove .elc files from lisp/org directory and\n   re-compile." "(straight-use-package 'org)" ob ox-ascii] 3)
  require(ob-gnuplot)
  org-babel-do-load-languages(org-babel-load-languages ((C . t) (R . t) (asymptote) (awk) (calc) (clojure) (comint) (css) (ditaa . t) (dot . t) (emacs-lisp . t) (fortran) (gnuplot . t) (haskell) (io) (java) (js) (latex) (ledger) (lilypond) (lisp) (matlab) (maxima) (mscgen) (ocaml) (octave) (org . t) (perl) (picolisp) (plantuml) (python . t) (ref) (ruby) (sass) (scala) (scheme . t) (screen) (shell . t) (shen) (sql) (sqlite)))
  custom-initialize-reset(org-babel-load-languages (funcall #'#f(compiled-function () #<bytecode 0x18c000ae69414>)))
  custom-declare-variable(org-babel-load-languages (funcall #'#f(compiled-function () #<bytecode 0x18c000ae69414>)) "Languages which can be evaluated in Org buffers.\n\\<org-mode-map>\nThis list can be used to load support for any of the available\nlanguages with babel support (see info node `(org) Languages').  Each\nlanguage will depend on a different set of system executables and/or\nEmacs modes.\n\nWhen a language is \"loaded\", code blocks in that language can\nbe evaluated with `org-babel-execute-src-block', which is bound\nby default to \\[org-ctrl-c-ctrl-c].\n\nThe `org-babel-no-eval-on-ctrl-c-ctrl-c' option can be set to\nremove code block evaluation from \\[org-ctrl-c-ctrl-c].  By\ndefault, only Emacs Lisp is loaded, since it has no specific\nrequirement." :group org-babel :set org-babel-do-load-languages :package-version (Org . "9.6") :type (alist :tag "Babel Languages" :key-type (choice (const :tag "Awk" awk) (const :tag "C, D, C++, and cpp" C) (const :tag "R" R) (const :tag "Calc" calc) (const :tag "Clojure and ClojureScript" clojure) (const :tag "CSS" css) (const :tag "Ditaa" ditaa) (const :tag "Dot" dot) (const :tag "Emacs Lisp" emacs-lisp) (const :tag "Eshell" eshell) (const :tag "Forth" forth) (const :tag "Fortran" fortran) (const :tag "GnuPlot" gnuplot) (const :tag "Groovy" groovy) (const :tag "Haskell" haskell) (const :tag "Java" java) (const :tag "JavaScript" js) (const :tag "Julia" julia) (const :tag "LaTeX" latex) (const :tag "LilyPond" lilypond) (const :tag "Lisp" lisp) (const :tag "Lua" lua) (const :tag "Makefile" makefile) (const :tag "Maxima" maxima) (const :tag "OCaml" ocaml) (const :tag "Octave and MatLab" octave) (const :tag "Org" org) (const :tag "Perl" perl) (const :tag "Processing" processing) (const :tag "PlantUML" plantuml) (const :tag "Python" python) (const :tag "Ruby" ruby) (const :tag "Sass" sass) (const :tag "Scheme" scheme) (const :tag "Screen" screen) (const :tag "Sed" sed) (const :tag "Shell Script" shell) (const :tag "Sql" sql) (const :tag "Sqlite" sqlite)) :value-type (boolean :tag "Activate" :value t)))
  byte-code("\300\301\302\303\304DD\305\306\307\310\311\312\313\314\315&\13\210\300\316\302\303\317DD\320\314\321\322\323\306\324&\11\210\325\326\327\"\210\325\330\327\"\207" [custom-declare-variable org-babel-load-languages funcall function #f(compiled-function () #<bytecode 0x18c000ae69414>) "Languages which can be evaluated in Org buffers.\n\\<org-mode-map>\nThis list can be used to load support for any of the available\nlanguages with babel support (see info node `(org) Languages').  Each\nlanguage will depend on a different set of system executables and/or\nEmacs modes.\n\nWhen a language is \"loaded\", code blocks in that language can\nbe evaluated with `org-babel-execute-src-block', which is bound\nby default to \\[org-ctrl-c-ctrl-c].\n\nThe `org-babel-no-eval-on-ctrl-c-ctrl-c' option can be set to\nremove code block evaluation from \\[org-ctrl-c-ctrl-c].  By\ndefault, only Emacs Lisp is loaded, since it has no specific\nrequirement." :group org-babel :set org-babel-do-load-languages :package-version (Org . "9.6") :type (alist :tag "Babel Languages" :key-type (choice (const :tag "Awk" awk) (const :tag "C, D, C++, and cpp" C) (const :tag "R" R) (const :tag "Calc" calc) (const :tag "Clojure and ClojureScript" clojure) (const :tag "CSS" css) (const :tag "Ditaa" ditaa) (const :tag "Dot" dot) (const :tag "Emacs Lisp" emacs-lisp) (const :tag "Eshell" eshell) (const :tag "Forth" forth) (const :tag "Fortran" fortran) (const :tag "GnuPlot" gnuplot) (const :tag "Groovy" groovy) (const :tag "Haskell" haskell) (const :tag "Java" java) (const :tag "JavaScript" js) (const :tag "Julia" julia) (const :tag "LaTeX" latex) (const :tag "LilyPond" lilypond) (const :tag "Lisp" lisp) (const :tag "Lua" lua) (const :tag "Makefile" makefile) (const :tag "Maxima" maxima) (const :tag "OCaml" ocaml) (const :tag "Octave and MatLab" octave) (const :tag "Org" org) (const :tag "Perl" perl) (const :tag "Processing" processing) (const :tag "PlantUML" plantuml) (const :tag "Python" python) (const :tag "Ruby" ruby) (const :tag "Sass" sass) (const :tag "Scheme" scheme) (const :tag "Screen" screen) (const :tag "Sed" sed) (const :tag "Shell Script" shell) (const :tag "Sql" sql) (const :tag "Sqlite" sqlite)) :value-type (boolean :tag "Activate" :value t)) org-clone-delete-id #f(compiled-function () #<bytecode 0x18c000ae69414>) "Remove ID property of clones of a subtree.\nWhen non-nil, clones of a subtree don't inherit the ID property.\nOtherwise they inherit the ID property with a new unique\nidentifier." boolean :version "24.1" org-id autoload org-release "org-version.el" org-git-version] 12)
  require(org)
  byte-code("\300\301!\210\302 \303\232\204\20\0\304\305\306\"\210\300\307!\210\300\310!\210\300\311!\210\300\312!\210\300\313!\210\300\314!\210\300\315!\210\300\316!\210\300\317!\210\300\320!\210\300\301!\210\300\321!\210\300\322!\207" [require org-macs org-release "9.7.4" warn "Org version mismatch.\nThis warning usually appears when a built-in Org version is loaded\nprior to the more recent Org version.\n\nVersion mismatch is commonly encountered in the following situations:\n\n1. Emacs is loaded using literate Org config and more recent Org\n   version is loaded inside the file loaded by `org-babel-load-file'.\n   `org-babel-load-file' triggers the built-in Org version clashing\n   the newer Org version attempt to be loaded later.\n\n   It is recommended to move the Org loading code before the\n   `org-babel-load-file' call.\n\n2. New Org version is loaded manually by setting `load-path', but some\n   other package depending on Org is loaded before the `load-path' is\n   configured.\n   This \"other package\" is triggering built-in Org version, again\n   causing the version mismatch.\n\n   It is recommended to set `load-path' as early in the config as\n   possible.\n\n3. New Org version is loaded using straight.el package manager and\n   other package depending on Org is loaded before straight triggers\n   loading of the newer Org version.\n\n   It is recommended to put\n\n    %s\n\n   early in the config.  Ideally, right after the straight.el\n   bootstrap.  Moving `use-package' :straight declaration may not be\n   sufficient if the corresponding `use-package' statement is\n   deferring the loading.\n\n4. A new Org version is synchronized with Emacs git repository and\n   stale .elc files are still left from the previous build.\n\n   It is recommended to remove .elc files from lisp/org directory and\n   re-compile." "(straight-use-package 'org)" avl-tree ring cl-lib ol org org-persist org-compat org-entities org-footnote org-list org-table org-fold-core] 3)
  require(org-element)
  byte-code("\300\301!\210\302 \303\232\204\20\0\304\305\306\"\210\300\307!\210\300\310!\210\300\311!\210\300\312!\210\300\313!\210\300\314!\210\300\315!\207" [require org-macs org-release "9.7.4" warn "Org version mismatch.\nThis warning usually appears when a built-in Org version is loaded\nprior to the more recent Org version.\n\nVersion mismatch is commonly encountered in the following situations:\n\n1. Emacs is loaded using literate Org config and more recent Org\n   version is loaded inside the file loaded by `org-babel-load-file'.\n   `org-babel-load-file' triggers the built-in Org version clashing\n   the newer Org version attempt to be loaded later.\n\n   It is recommended to move the Org loading code before the\n   `org-babel-load-file' call.\n\n2. New Org version is loaded manually by setting `load-path', but some\n   other package depending on Org is loaded before the `load-path' is\n   configured.\n   This \"other package\" is triggering built-in Org version, again\n   causing the version mismatch.\n\n   It is recommended to set `load-path' as early in the config as\n   possible.\n\n3. New Org version is loaded using straight.el package manager and\n   other package depending on Org is loaded before straight triggers\n   loading of the newer Org version.\n\n   It is recommended to put\n\n    %s\n\n   early in the config.  Ideally, right after the straight.el\n   bootstrap.  Moving `use-package' :straight declaration may not be\n   sufficient if the corresponding `use-package' statement is\n   deferring the loading.\n\n4. A new Org version is synchronized with Emacs git repository and\n   stale .elc files are still left from the previous build.\n\n   It is recommended to remove .elc files from lisp/org directory and\n   re-compile." "(straight-use-package 'org)" cl-lib ob-exp oc ol org-element org-macro tabulated-list] 3)
  require(ox)
  byte-code("\300\301!\210\302 \303\232\204\20\0\304\305\306\"\210\300\307!\210\300\310!\210\300\311!\210\312\313\314\315\316\317\320\321\322&\10\210\323\324\325\326\327\330\331\332&\7\210\333\334\335\336\337DD\340\331\324\341\342\343\344\345\346&\13\210\333\347\335\336\350DD\351\331\324\341\342\343\352\345\346&\13\210\333\353\335\336\354DD\355\331\324\341\342\343\356\345\346&\13\210\333\357\335\336\360DD\361\331\324\341\342\343\362\345\346&\13\210\333\363\335\336\364DD\365\331\324\341\366\343\367\345\346&\13\210\333\370\335\336\371DD\372\331\324\341\342\343\373\345\346&\13\210\333\374\335\336\375DD\376\331\324\341\342\343\377\345\201@\0&\13\210\333\201A\0\335\336\201B\0DD\201C\0\331\324\341\342\343\201D\0\345\201E\0&\13\210\333\201F\0\335\336\201G\0DD\201H\0\331\324\341\342\343\201I\0\345\201J\0&\13\210\333\201K\0\335\336\201L\0DD\201M\0\331\324\341\342\343\201N\0\345\201O\0&\13\210\333\201P\0\335\336\201Q\0DD\201R\0\331\324\341\342\343\201S\0\345\201T\0&\13\210\333\201U\0\335\336\201V\0DD\201W\0\331\324\341\342\343\201X\0\345\201Y\0&\13\210\333\201Z\0\335\336\201[\0DD\201\\\0\331\324\341\342\343\201]\0\345\201^\0&\13\210\333\201_\0\335\336\201`\0DD\201a\0\331\324\341\342\343\201b\0\345\201^\0&\13\207" [require org-macs org-release "9.7.4" warn "Org version mismatch.\nThis warning usually appears when a built-in Org version is loaded\nprior to the more recent Org version.\n\nVersion mismatch is commonly encountered in the following situations:\n\n1. Emacs is loaded using literate Org config and more recent Org\n   version is loaded inside the file loaded by `org-babel-load-file'.\n   `org-babel-load-file' triggers the built-in Org version clashing\n   the newer Org version attempt to be loaded later.\n\n   It is recommended to move the Org loading code before the\n   `org-babel-load-file' call.\n\n2. New Org version is loaded manually by setting `load-path', but some\n   other package depending on Org is loaded before the `load-path' is\n   configured.\n   This \"other package\" is triggering built-in Org version, again\n   causing the version mismatch.\n\n   It is recommended to set `load-path' as early in the config as\n   possible.\n\n3. New Org version is loaded using straight.el package manager and\n   other package depending on Org is loaded before straight triggers\n   loading of the newer Org version.\n\n   It is recommended to put\n\n    %s\n\n   early in the config.  Ideally, right after the straight.el\n   bootstrap.  Moving `use-package' :straight declaration may not be\n   sufficient if the corresponding `use-package' statement is\n   deferring the loading.\n\n4. A new Org version is synchronized with Emacs git repository and\n   stale .elc files are still left from the previous build.\n\n   It is recommended to remove .elc files from lisp/org directory and\n   re-compile." "(straight-use-package 'org)" ox ox-publish cl-lib org-export-define-backend ascii ((bold . org-ascii-bold) (center-block . org-ascii-center-block) (clock . org-ascii-clock) (code . org-ascii-code) (drawer . org-ascii-drawer) (dynamic-block . org-ascii-dynamic-block) (entity . org-ascii-entity) (example-block . org-ascii-example-block) (export-block . org-ascii-export-block) (export-snippet . org-ascii-export-snippet) (fixed-width . org-ascii-fixed-width) (footnote-reference . org-ascii-footnote-reference) (headline . org-ascii-headline) (horizontal-rule . org-ascii-horizontal-rule) (inline-src-block . org-ascii-inline-src-block) (inlinetask . org-ascii-inlinetask) (inner-template . org-ascii-inner-template) (italic . org-ascii-italic) (item . org-ascii-item) (keyword . org-ascii-keyword) (latex-environment . org-ascii-latex-environment) (latex-fragment . org-ascii-latex-fragment) (line-break . org-ascii-line-break) (link . org-ascii-link) (node-property . org-ascii-node-property) (paragraph . org-ascii-paragraph) (plain-list . org-ascii-plain-list) (plain-text . org-ascii-plain-text) (planning . org-ascii-planning) (property-drawer . org-ascii-property-drawer) (quote-block . org-ascii-quote-block) (radio-target . org-ascii-radio-target) (section . org-ascii-section) (special-block . org-ascii-special-block) (src-block . org-ascii-src-block) (statistics-cookie . org-ascii-statistics-cookie) (strike-through . org-ascii-strike-through) (subscript . org-ascii-subscript) (superscript . org-ascii-superscript) (table . org-ascii-table) (table-cell . org-ascii-table-cell) (table-row . org-ascii-table-row) (target . org-ascii-target) (template . org-ascii-template) (timestamp . org-ascii-timestamp) (underline . org-ascii-underline) (verbatim . org-ascii-verbatim) (verse-block . org-ascii-verse-block)) :menu-entry (116 "Export to Plain Text" ((65 "As ASCII buffer" (lambda (a s v b) (org-ascii-export-as-ascii a s v b '(:ascii-charset ascii)))) (97 "As ASCII file" (lambda (a s v b) (org-ascii-export-to-ascii a s v b '(:ascii-charset ascii)))) (76 "As Latin1 buffer" (lambda (a s v b) (org-ascii-export-as-ascii a s v b '(:ascii-charset latin1)))) (108 "As Latin1 file" (lambda (a s v b) (org-ascii-export-to-ascii a s v b '(:ascii-charset latin1)))) (85 "As UTF-8 buffer" (lambda (a s v b) (org-ascii-export-as-ascii a s v b '(:ascii-charset utf-8)))) (117 "As UTF-8 file" (lambda (a s v b) (org-ascii-export-to-ascii a s v b '(:ascii-charset utf-8)))))) :filters-alist ((:filter-headline . org-ascii-filter-headline-blank-lines) (:filter-parse-tree org-ascii-filter-paragraph-spacing org-ascii-filter-comment-spacing) (:filter-section . org-ascii-filter-headline-blank-lines)) :options-alist ((:subtitle "SUBTITLE" nil nil parse) (:ascii-bullets nil nil org-ascii-bullets) (:ascii-caption-above nil nil org-ascii-caption-above) (:ascii-charset nil nil org-ascii-charset) (:ascii-global-margin nil nil org-ascii-global-margin) (:ascii-format-drawer-function nil nil org-ascii-format-drawer-function) (:ascii-format-inlinetask-function nil nil org-ascii-format-inlinetask-function) (:ascii-headline-spacing nil nil org-ascii-headline-spacing) (:ascii-indented-line-width nil nil org-ascii-indented-line-width) (:ascii-inlinetask-width nil nil org-ascii-inlinetask-width) (:ascii-inner-margin nil nil org-ascii-inner-margin) (:ascii-links-to-notes nil nil org-ascii-links-to-notes) (:ascii-list-margin nil nil org-ascii-list-margin) (:ascii-paragraph-spacing nil nil org-ascii-paragraph-spacing) (:ascii-quote-margin nil nil org-ascii-quote-margin) (:ascii-table-keep-all-vertical-lines nil nil org-ascii-table-keep-all-vertical-lines) (:ascii-table-use-ascii-art nil nil org-ascii-table-use-ascii-art) (:ascii-table-widen-columns nil nil org-ascii-table-widen-columns) (:ascii-text-width nil nil org-ascii-text-width) (:ascii-underline nil nil org-ascii-underline) (:ascii-verbatim-format nil nil org-ascii-verbatim-format)) custom-declare-group org-export-ascii nil "Options for exporting Org mode files to ASCII." :tag "Org Export ASCII" :group org-export custom-declare-variable org-ascii-text-width funcall function #f(compiled-function () #<bytecode 0x18c000ae6ce14>) "Maximum width of exported text.\nThis number includes margin size, as set in\n`org-ascii-global-margin'." :version "24.4" :package-version (Org . "8.0") :type integer org-ascii-global-margin #f(compiled-function () #<bytecode 0x18c000ae69414>) "Width of the left margin, in number of characters." (Org . "8.0") org-ascii-inner-margin #f(compiled-function () #<bytecode 0x18c000ae69694>) "Width of the inner margin, in number of characters.\nInner margin is applied between each headline." (Org . "8.0") org-ascii-quote-margin #f(compiled-function () #<bytecode 0x18c000ae69394>) "Width of margin used for quoting text, in characters.\nThis margin is applied on both sides of the text.  It is also\napplied on the left side of contents in descriptive lists." (Org . "8.0") org-ascii-list-margin #f(compiled-function () #<bytecode 0x18c000ae69414>) "Width of margin used for plain lists, in characters.\nThis margin applies to top level list only, not to its\nsub-lists." "26.1" (Org . "8.3") org-ascii-inlinetask-width #f(compiled-function () #<bytecode 0x18c000ae6a594>) "Width of inline tasks, in number of characters.\nThis number ignores any margin." (Org . "8.0") org-ascii-headline-spacing #f(compiled-function () #<bytecode 0x18c000ae6aa94>) "Number of blank lines inserted around headlines.\n\nThis variable can be set to a cons cell.  In that case, its car\nrepresents the number of blank lines present before headline\ncontents whereas its cdr reflects the number of blank lines after\ncontents.\n\nA nil value replicates the number of blank lines found in the\noriginal Org buffer at the same place." (Org . "8.0") (choice (const :tag "Replicate original spacing" nil) (cons :tag "Set a uniform spacing" (integer :tag "Number of blank lines before contents") (integer :tag "Number of blank lines after contents"))) org-ascii-indented-line-width #f(compiled-function () #<bytecode 0x29ac9a1ad7f794>) "Additional indentation width for the first line in a paragraph.\nIf the value is an integer, indent the first line of each\nparagraph by this width, unless it is located at the beginning of\na section, in which case indentation is removed from that line.\nIf it is the symbol `auto' preserve indentation from original\ndocument." (Org . "8.0") (choice (integer :tag "Number of white spaces characters") (const :tag "Preserve original width" auto)) org-ascii-paragraph-spacing #f(compiled-function () #<bytecode 0x29ac9a1ad7f794>) "Number of white lines between paragraphs.\nIf the value is an integer, add this number of blank lines\nbetween contiguous paragraphs.  If is it the symbol `auto', keep\nthe same number of blank lines as in the original document." (Org . "8.0") (choice (integer :tag "Number of blank lines") (const :tag "Preserve original spacing" auto)) org-ascii-charset #f(compiled-function () #<bytecode 0x18c000ae88114>) "The charset allowed to represent various elements and objects.\nPossible values are:\n`ascii'    Only use plain ASCII characters\n`latin1'   Include Latin-1 characters\n`utf-8'    Use all UTF-8 characters" (Org . "8.0") (choice (const :tag "ASCII" ascii) (const :tag "Latin-1" latin1) (const :tag "UTF-8" utf-8)) org-ascii-underline #f(compiled-function () #<bytecode 0x18c000ae69414>) "Characters for underlining headings in ASCII export.\n\nAlist whose key is a symbol among `ascii', `latin1' and `utf-8'\nand whose value is a list of characters.\n\nFor each supported charset, this variable associates a sequence\nof underline characters.  In a sequence, the characters will be\nused in order for headlines level 1, 2, ...  If no character is\navailable for a given level, the headline won't be underlined." (Org . "8.0") (list (cons :tag "Underline characters sequence" (const :tag "ASCII charset" ascii) (repeat character)) (cons :tag "Underline characters sequence" (const :tag "Latin-1 charset" latin1) (repeat character)) (cons :tag "Underline characters sequence" (const :tag "UTF-8 charset" utf-8) (repeat character))) org-ascii-bullets #f(compiled-function () #<bytecode 0x18c000ae69414>) "Bullet characters for headlines converted to lists in ASCII export.\n\nAlist whose key is a symbol among `ascii', `latin1' and `utf-8'\nand whose value is a list of characters.\n\nThe first character is used for the first level considered as low\nlevel, and so on.  If there are more levels than characters given\nhere, the list will be repeated.\n\nNote that this variable doesn't affect plain lists\nrepresentation." (Org . "8.0") (list (cons :tag "Bullet characters for low level headlines" (const :tag "ASCII charset" ascii) (repeat character)) (cons :tag "Bullet characters for low level headlines" (const :tag "Latin-1 charset" latin1) (repeat character)) (cons :tag "Bullet characters for low level headlines" (const :tag "UTF-8 charset" utf-8) (repeat character))) org-ascii-links-to-notes #f(compiled-function () #<bytecode 0x18c000ae69b14>) "Non-nil means convert links to notes before the next headline.\nWhen nil, the link will be exported in place.  If the line\nbecomes long in this way, it will be wrapped." (Org . "8.0") boolean org-ascii-table-keep-all-vertical-lines #f(compiled-function () #<bytecode 0x18c000ae69414>) "Non-nil means keep all vertical lines in ASCII tables.\nWhen nil, vertical lines will be removed except for those needed\nfor column grouping." (Org . "8.0")] 12)
  require(ox-ascii)
  byte-code("\300\301!\210\302 \303\232\204\20\0\304\305\306\"\210\300\307!\210\300\301!\210\300\310!\207" [require org-macs org-release "9.7.4" warn "Org version mismatch.\nThis warning usually appears when a built-in Org version is loaded\nprior to the more recent Org version.\n\nVersion mismatch is commonly encountered in the following situations:\n\n1. Emacs is loaded using literate Org config and more recent Org\n   version is loaded inside the file loaded by `org-babel-load-file'.\n   `org-babel-load-file' triggers the built-in Org version clashing\n   the newer Org version attempt to be loaded later.\n\n   It is recommended to move the Org loading code before the\n   `org-babel-load-file' call.\n\n2. New Org version is loaded manually by setting `load-path', but some\n   other package depending on Org is loaded before the `load-path' is\n   configured.\n   This \"other package\" is triggering built-in Org version, again\n   causing the version mismatch.\n\n   It is recommended to set `load-path' as early in the config as\n   possible.\n\n3. New Org version is loaded using straight.el package manager and\n   other package depending on Org is loaded before straight triggers\n   loading of the newer Org version.\n\n   It is recommended to put\n\n    %s\n\n   early in the config.  Ideally, right after the straight.el\n   bootstrap.  Moving `use-package' :straight declaration may not be\n   sufficient if the corresponding `use-package' statement is\n   deferring the loading.\n\n4. A new Org version is synchronized with Emacs git repository and\n   stale .elc files are still left from the previous build.\n\n   It is recommended to remove .elc files from lisp/org directory and\n   re-compile." "(straight-use-package 'org)" ob ox-ascii] 3)
  require(ob-gnuplot)
  org-babel-do-load-languages(org-babel-load-languages ((C . t) (R . t) (asymptote) (awk) (calc) (clojure) (comint) (css) (ditaa . t) (dot . t) (emacs-lisp . t) (fortran) (gnuplot . t) (haskell) (io) (java) (js) (latex) (ledger) (lilypond) (lisp) (matlab) (maxima) (mscgen) (ocaml) (octave) (org . t) (perl) (picolisp) (plantuml) (python . t) (ref) (ruby) (sass) (scala) (scheme . t) (screen) (shell . t) (shen) (sql) (sqlite)))
  custom-initialize-reset(org-babel-load-languages (funcall #'#f(compiled-function () #<bytecode 0x18c000ae69414>)))
  custom-declare-variable(org-babel-load-languages (funcall #'#f(compiled-function () #<bytecode 0x18c000ae69414>)) "Languages which can be evaluated in Org buffers.\n\\<org-mode-map>\nThis list can be used to load support for any of the available\nlanguages with babel support (see info node `(org) Languages').  Each\nlanguage will depend on a different set of system executables and/or\nEmacs modes.\n\nWhen a language is \"loaded\", code blocks in that language can\nbe evaluated with `org-babel-execute-src-block', which is bound\nby default to \\[org-ctrl-c-ctrl-c].\n\nThe `org-babel-no-eval-on-ctrl-c-ctrl-c' option can be set to\nremove code block evaluation from \\[org-ctrl-c-ctrl-c].  By\ndefault, only Emacs Lisp is loaded, since it has no specific\nrequirement." :group org-babel :set org-babel-do-load-languages :package-version (Org . "9.6") :type (alist :tag "Babel Languages" :key-type (choice (const :tag "Awk" awk) (const :tag "C, D, C++, and cpp" C) (const :tag "R" R) (const :tag "Calc" calc) (const :tag "Clojure and ClojureScript" clojure) (const :tag "CSS" css) (const :tag "Ditaa" ditaa) (const :tag "Dot" dot) (const :tag "Emacs Lisp" emacs-lisp) (const :tag "Eshell" eshell) (const :tag "Forth" forth) (const :tag "Fortran" fortran) (const :tag "GnuPlot" gnuplot) (const :tag "Groovy" groovy) (const :tag "Haskell" haskell) (const :tag "Java" java) (const :tag "JavaScript" js) (const :tag "Julia" julia) (const :tag "LaTeX" latex) (const :tag "LilyPond" lilypond) (const :tag "Lisp" lisp) (const :tag "Lua" lua) (const :tag "Makefile" makefile) (const :tag "Maxima" maxima) (const :tag "OCaml" ocaml) (const :tag "Octave and MatLab" octave) (const :tag "Org" org) (const :tag "Perl" perl) (const :tag "Processing" processing) (const :tag "PlantUML" plantuml) (const :tag "Python" python) (const :tag "Ruby" ruby) (const :tag "Sass" sass) (const :tag "Scheme" scheme) (const :tag "Screen" screen) (const :tag "Sed" sed) (const :tag "Shell Script" shell) (const :tag "Sql" sql) (const :tag "Sqlite" sqlite)) :value-type (boolean :tag "Activate" :value t)))
  byte-code("\300\301\302\303\304DD\305\306\307\310\311\312\313\314\315&\13\210\300\316\302\303\317DD\320\314\321\322\323\306\324&\11\210\325\326\327\"\210\325\330\327\"\207" [custom-declare-variable org-babel-load-languages funcall function #f(compiled-function () #<bytecode 0x18c000ae69414>) "Languages which can be evaluated in Org buffers.\n\\<org-mode-map>\nThis list can be used to load support for any of the available\nlanguages with babel support (see info node `(org) Languages').  Each\nlanguage will depend on a different set of system executables and/or\nEmacs modes.\n\nWhen a language is \"loaded\", code blocks in that language can\nbe evaluated with `org-babel-execute-src-block', which is bound\nby default to \\[org-ctrl-c-ctrl-c].\n\nThe `org-babel-no-eval-on-ctrl-c-ctrl-c' option can be set to\nremove code block evaluation from \\[org-ctrl-c-ctrl-c].  By\ndefault, only Emacs Lisp is loaded, since it has no specific\nrequirement." :group org-babel :set org-babel-do-load-languages :package-version (Org . "9.6") :type (alist :tag "Babel Languages" :key-type (choice (const :tag "Awk" awk) (const :tag "C, D, C++, and cpp" C) (const :tag "R" R) (const :tag "Calc" calc) (const :tag "Clojure and ClojureScript" clojure) (const :tag "CSS" css) (const :tag "Ditaa" ditaa) (const :tag "Dot" dot) (const :tag "Emacs Lisp" emacs-lisp) (const :tag "Eshell" eshell) (const :tag "Forth" forth) (const :tag "Fortran" fortran) (const :tag "GnuPlot" gnuplot) (const :tag "Groovy" groovy) (const :tag "Haskell" haskell) (const :tag "Java" java) (const :tag "JavaScript" js) (const :tag "Julia" julia) (const :tag "LaTeX" latex) (const :tag "LilyPond" lilypond) (const :tag "Lisp" lisp) (const :tag "Lua" lua) (const :tag "Makefile" makefile) (const :tag "Maxima" maxima) (const :tag "OCaml" ocaml) (const :tag "Octave and MatLab" octave) (const :tag "Org" org) (const :tag "Perl" perl) (const :tag "Processing" processing) (const :tag "PlantUML" plantuml) (const :tag "Python" python) (const :tag "Ruby" ruby) (const :tag "Sass" sass) (const :tag "Scheme" scheme) (const :tag "Screen" screen) (const :tag "Sed" sed) (const :tag "Shell Script" shell) (const :tag "Sql" sql) (const :tag "Sqlite" sqlite)) :value-type (boolean :tag "Activate" :value t)) org-clone-delete-id #f(compiled-function () #<bytecode 0x18c000ae69414>) "Remove ID property of clones of a subtree.\nWhen non-nil, clones of a subtree don't inherit the ID property.\nOtherwise they inherit the ID property with a new unique\nidentifier." boolean :version "24.1" org-id autoload org-release "org-version.el" org-git-version] 12)
  require(org)
  byte-code("\300\301!\210\302 \303\232\204\20\0\304\305\306\"\210\300\307!\210\300\310!\210\300\311!\210\300\312!\210\300\313!\210\300\314!\210\300\315!\210\300\316!\210\300\317!\210\300\320!\210\300\301!\210\300\321!\210\300\322!\207" [require org-macs org-release "9.7.4" warn "Org version mismatch.\nThis warning usually appears when a built-in Org version is loaded\nprior to the more recent Org version.\n\nVersion mismatch is commonly encountered in the following situations:\n\n1. Emacs is loaded using literate Org config and more recent Org\n   version is loaded inside the file loaded by `org-babel-load-file'.\n   `org-babel-load-file' triggers the built-in Org version clashing\n   the newer Org version attempt to be loaded later.\n\n   It is recommended to move the Org loading code before the\n   `org-babel-load-file' call.\n\n2. New Org version is loaded manually by setting `load-path', but some\n   other package depending on Org is loaded before the `load-path' is\n   configured.\n   This \"other package\" is triggering built-in Org version, again\n   causing the version mismatch.\n\n   It is recommended to set `load-path' as early in the config as\n   possible.\n\n3. New Org version is loaded using straight.el package manager and\n   other package depending on Org is loaded before straight triggers\n   loading of the newer Org version.\n\n   It is recommended to put\n\n    %s\n\n   early in the config.  Ideally, right after the straight.el\n   bootstrap.  Moving `use-package' :straight declaration may not be\n   sufficient if the corresponding `use-package' statement is\n   deferring the loading.\n\n4. A new Org version is synchronized with Emacs git repository and\n   stale .elc files are still left from the previous build.\n\n   It is recommended to remove .elc files from lisp/org directory and\n   re-compile." "(straight-use-package 'org)" avl-tree ring cl-lib ol org org-persist org-compat org-entities org-footnote org-list org-table org-fold-core] 3)
  require(org-element)
  byte-code("\300\301!\210\302 \303\232\204\20\0\304\305\306\"\210\300\307!\210\300\310!\210\300\311!\210\300\312!\210\300\313!\210\300\314!\210\300\315!\207" [require org-macs org-release "9.7.4" warn "Org version mismatch.\nThis warning usually appears when a built-in Org version is loaded\nprior to the more recent Org version.\n\nVersion mismatch is commonly encountered in the following situations:\n\n1. Emacs is loaded using literate Org config and more recent Org\n   version is loaded inside the file loaded by `org-babel-load-file'.\n   `org-babel-load-file' triggers the built-in Org version clashing\n   the newer Org version attempt to be loaded later.\n\n   It is recommended to move the Org loading code before the\n   `org-babel-load-file' call.\n\n2. New Org version is loaded manually by setting `load-path', but some\n   other package depending on Org is loaded before the `load-path' is\n   configured.\n   This \"other package\" is triggering built-in Org version, again\n   causing the version mismatch.\n\n   It is recommended to set `load-path' as early in the config as\n   possible.\n\n3. New Org version is loaded using straight.el package manager and\n   other package depending on Org is loaded before straight triggers\n   loading of the newer Org version.\n\n   It is recommended to put\n\n    %s\n\n   early in the config.  Ideally, right after the straight.el\n   bootstrap.  Moving `use-package' :straight declaration may not be\n   sufficient if the corresponding `use-package' statement is\n   deferring the loading.\n\n4. A new Org version is synchronized with Emacs git repository and\n   stale .elc files are still left from the previous build.\n\n   It is recommended to remove .elc files from lisp/org directory and\n   re-compile." "(straight-use-package 'org)" cl-lib ob-exp oc ol org-element org-macro tabulated-list] 3)
  require(ox)
  byte-code("\300\301!\210\302 \303\232\204\20\0\304\305\306\"\210\300\307!\210\300\310!\210\300\311!\210\312\313\314\315\316\317\320\321\322&\10\210\323\324\325\326\327\330\331\332&\7\210\333\334\335\336\337DD\340\331\324\341\342\343\344\345\346&\13\210\333\347\335\336\350DD\351\331\324\341\342\343\352\345\346&\13\210\333\353\335\336\354DD\355\331\324\341\342\343\356\345\346&\13\210\333\357\335\336\360DD\361\331\324\341\342\343\362\345\346&\13\210\333\363\335\336\364DD\365\331\324\341\366\343\367\345\346&\13\210\333\370\335\336\371DD\372\331\324\341\342\343\373\345\346&\13\210\333\374\335\336\375DD\376\331\324\341\342\343\377\345\201@\0&\13\210\333\201A\0\335\336\201B\0DD\201C\0\331\324\341\342\343\201D\0\345\201E\0&\13\210\333\201F\0\335\336\201G\0DD\201H\0\331\324\341\342\343\201I\0\345\201J\0&\13\210\333\201K\0\335\336\201L\0DD\201M\0\331\324\341\342\343\201N\0\345\201O\0&\13\210\333\201P\0\335\336\201Q\0DD\201R\0\331\324\341\342\343\201S\0\345\201T\0&\13\210\333\201U\0\335\336\201V\0DD\201W\0\331\324\341\342\343\201X\0\345\201Y\0&\13\210\333\201Z\0\335\336\201[\0DD\201\\\0\331\324\341\342\343\201]\0\345\201^\0&\13\210\333\201_\0\335\336\201`\0DD\201a\0\331\324\341\342\343\201b\0\345\201^\0&\13\207" [require org-macs org-release "9.7.4" warn "Org version mismatch.\nThis warning usually appears when a built-in Org version is loaded\nprior to the more recent Org version.\n\nVersion mismatch is commonly encountered in the following situations:\n\n1. Emacs is loaded using literate Org config and more recent Org\n   version is loaded inside the file loaded by `org-babel-load-file'.\n   `org-babel-load-file' triggers the built-in Org version clashing\n   the newer Org version attempt to be loaded later.\n\n   It is recommended to move the Org loading code before the\n   `org-babel-load-file' call.\n\n2. New Org version is loaded manually by setting `load-path', but some\n   other package depending on Org is loaded before the `load-path' is\n   configured.\n   This \"other package\" is triggering built-in Org version, again\n   causing the version mismatch.\n\n   It is recommended to set `load-path' as early in the config as\n   possible.\n\n3. New Org version is loaded using straight.el package manager and\n   other package depending on Org is loaded before straight triggers\n   loading of the newer Org version.\n\n   It is recommended to put\n\n    %s\n\n   early in the config.  Ideally, right after the straight.el\n   bootstrap.  Moving `use-package' :straight declaration may not be\n   sufficient if the corresponding `use-package' statement is\n   deferring the loading.\n\n4. A new Org version is synchronized with Emacs git repository and\n   stale .elc files are still left from the previous build.\n\n   It is recommended to remove .elc files from lisp/org directory and\n   re-compile." "(straight-use-package 'org)" ox ox-publish cl-lib org-export-define-backend ascii ((bold . org-ascii-bold) (center-block . org-ascii-center-block) (clock . org-ascii-clock) (code . org-ascii-code) (drawer . org-ascii-drawer) (dynamic-block . org-ascii-dynamic-block) (entity . org-ascii-entity) (example-block . org-ascii-example-block) (export-block . org-ascii-export-block) (export-snippet . org-ascii-export-snippet) (fixed-width . org-ascii-fixed-width) (footnote-reference . org-ascii-footnote-reference) (headline . org-ascii-headline) (horizontal-rule . org-ascii-horizontal-rule) (inline-src-block . org-ascii-inline-src-block) (inlinetask . org-ascii-inlinetask) (inner-template . org-ascii-inner-template) (italic . org-ascii-italic) (item . org-ascii-item) (keyword . org-ascii-keyword) (latex-environment . org-ascii-latex-environment) (latex-fragment . org-ascii-latex-fragment) (line-break . org-ascii-line-break) (link . org-ascii-link) (node-property . org-ascii-node-property) (paragraph . org-ascii-paragraph) (plain-list . org-ascii-plain-list) (plain-text . org-ascii-plain-text) (planning . org-ascii-planning) (property-drawer . org-ascii-property-drawer) (quote-block . org-ascii-quote-block) (radio-target . org-ascii-radio-target) (section . org-ascii-section) (special-block . org-ascii-special-block) (src-block . org-ascii-src-block) (statistics-cookie . org-ascii-statistics-cookie) (strike-through . org-ascii-strike-through) (subscript . org-ascii-subscript) (superscript . org-ascii-superscript) (table . org-ascii-table) (table-cell . org-ascii-table-cell) (table-row . org-ascii-table-row) (target . org-ascii-target) (template . org-ascii-template) (timestamp . org-ascii-timestamp) (underline . org-ascii-underline) (verbatim . org-ascii-verbatim) (verse-block . org-ascii-verse-block)) :menu-entry (116 "Export to Plain Text" ((65 "As ASCII buffer" (lambda (a s v b) (org-ascii-export-as-ascii a s v b '(:ascii-charset ascii)))) (97 "As ASCII file" (lambda (a s v b) (org-ascii-export-to-ascii a s v b '(:ascii-charset ascii)))) (76 "As Latin1 buffer" (lambda (a s v b) (org-ascii-export-as-ascii a s v b '(:ascii-charset latin1)))) (108 "As Latin1 file" (lambda (a s v b) (org-ascii-export-to-ascii a s v b '(:ascii-charset latin1)))) (85 "As UTF-8 buffer" (lambda (a s v b) (org-ascii-export-as-ascii a s v b '(:ascii-charset utf-8)))) (117 "As UTF-8 file" (lambda (a s v b) (org-ascii-export-to-ascii a s v b '(:ascii-charset utf-8)))))) :filters-alist ((:filter-headline . org-ascii-filter-headline-blank-lines) (:filter-parse-tree org-ascii-filter-paragraph-spacing org-ascii-filter-comment-spacing) (:filter-section . org-ascii-filter-headline-blank-lines)) :options-alist ((:subtitle "SUBTITLE" nil nil parse) (:ascii-bullets nil nil org-ascii-bullets) (:ascii-caption-above nil nil org-ascii-caption-above) (:ascii-charset nil nil org-ascii-charset) (:ascii-global-margin nil nil org-ascii-global-margin) (:ascii-format-drawer-function nil nil org-ascii-format-drawer-function) (:ascii-format-inlinetask-function nil nil org-ascii-format-inlinetask-function) (:ascii-headline-spacing nil nil org-ascii-headline-spacing) (:ascii-indented-line-width nil nil org-ascii-indented-line-width) (:ascii-inlinetask-width nil nil org-ascii-inlinetask-width) (:ascii-inner-margin nil nil org-ascii-inner-margin) (:ascii-links-to-notes nil nil org-ascii-links-to-notes) (:ascii-list-margin nil nil org-ascii-list-margin) (:ascii-paragraph-spacing nil nil org-ascii-paragraph-spacing) (:ascii-quote-margin nil nil org-ascii-quote-margin) (:ascii-table-keep-all-vertical-lines nil nil org-ascii-table-keep-all-vertical-lines) (:ascii-table-use-ascii-art nil nil org-ascii-table-use-ascii-art) (:ascii-table-widen-columns nil nil org-ascii-table-widen-columns) (:ascii-text-width nil nil org-ascii-text-width) (:ascii-underline nil nil org-ascii-underline) (:ascii-verbatim-format nil nil org-ascii-verbatim-format)) custom-declare-group org-export-ascii nil "Options for exporting Org mode files to ASCII." :tag "Org Export ASCII" :group org-export custom-declare-variable org-ascii-text-width funcall function #f(compiled-function () #<bytecode 0x18c000ae6ce14>) "Maximum width of exported text.\nThis number includes margin size, as set in\n`org-ascii-global-margin'." :version "24.4" :package-version (Org . "8.0") :type integer org-ascii-global-margin #f(compiled-function () #<bytecode 0x18c000ae69414>) "Width of the left margin, in number of characters." (Org . "8.0") org-ascii-inner-margin #f(compiled-function () #<bytecode 0x18c000ae69694>) "Width of the inner margin, in number of characters.\nInner margin is applied between each headline." (Org . "8.0") org-ascii-quote-margin #f(compiled-function () #<bytecode 0x18c000ae69394>) "Width of margin used for quoting text, in characters.\nThis margin is applied on both sides of the text.  It is also\napplied on the left side of contents in descriptive lists." (Org . "8.0") org-ascii-list-margin #f(compiled-function () #<bytecode 0x18c000ae69414>) "Width of margin used for plain lists, in characters.\nThis margin applies to top level list only, not to its\nsub-lists." "26.1" (Org . "8.3") org-ascii-inlinetask-width #f(compiled-function () #<bytecode 0x18c000ae6a594>) "Width of inline tasks, in number of characters.\nThis number ignores any margin." (Org . "8.0") org-ascii-headline-spacing #f(compiled-function () #<bytecode 0x18c000ae6aa94>) "Number of blank lines inserted around headlines.\n\nThis variable can be set to a cons cell.  In that case, its car\nrepresents the number of blank lines present before headline\ncontents whereas its cdr reflects the number of blank lines after\ncontents.\n\nA nil value replicates the number of blank lines found in the\noriginal Org buffer at the same place." (Org . "8.0") (choice (const :tag "Replicate original spacing" nil) (cons :tag "Set a uniform spacing" (integer :tag "Number of blank lines before contents") (integer :tag "Number of blank lines after contents"))) org-ascii-indented-line-width #f(compiled-function () #<bytecode 0x29ac9a1ad7f794>) "Additional indentation width for the first line in a paragraph.\nIf the value is an integer, indent the first line of each\nparagraph by this width, unless it is located at the beginning of\na section, in which case indentation is removed from that line.\nIf it is the symbol `auto' preserve indentation from original\ndocument." (Org . "8.0") (choice (integer :tag "Number of white spaces characters") (const :tag "Preserve original width" auto)) org-ascii-paragraph-spacing #f(compiled-function () #<bytecode 0x29ac9a1ad7f794>) "Number of white lines between paragraphs.\nIf the value is an integer, add this number of blank lines\nbetween contiguous paragraphs.  If is it the symbol `auto', keep\nthe same number of blank lines as in the original document." (Org . "8.0") (choice (integer :tag "Number of blank lines") (const :tag "Preserve original spacing" auto)) org-ascii-charset #f(compiled-function () #<bytecode 0x18c000ae88114>) "The charset allowed to represent various elements and objects.\nPossible values are:\n`ascii'    Only use plain ASCII characters\n`latin1'   Include Latin-1 characters\n`utf-8'    Use all UTF-8 characters" (Org . "8.0") (choice (const :tag "ASCII" ascii) (const :tag "Latin-1" latin1) (const :tag "UTF-8" utf-8)) org-ascii-underline #f(compiled-function () #<bytecode 0x18c000ae69414>) "Characters for underlining headings in ASCII export.\n\nAlist whose key is a symbol among `ascii', `latin1' and `utf-8'\nand whose value is a list of characters.\n\nFor each supported charset, this variable associates a sequence\nof underline characters.  In a sequence, the characters will be\nused in order for headlines level 1, 2, ...  If no character is\navailable for a given level, the headline won't be underlined." (Org . "8.0") (list (cons :tag "Underline characters sequence" (const :tag "ASCII charset" ascii) (repeat character)) (cons :tag "Underline characters sequence" (const :tag "Latin-1 charset" latin1) (repeat character)) (cons :tag "Underline characters sequence" (const :tag "UTF-8 charset" utf-8) (repeat character))) org-ascii-bullets #f(compiled-function () #<bytecode 0x18c000ae69414>) "Bullet characters for headlines converted to lists in ASCII export.\n\nAlist whose key is a symbol among `ascii', `latin1' and `utf-8'\nand whose value is a list of characters.\n\nThe first character is used for the first level considered as low\nlevel, and so on.  If there are more levels than characters given\nhere, the list will be repeated.\n\nNote that this variable doesn't affect plain lists\nrepresentation." (Org . "8.0") (list (cons :tag "Bullet characters for low level headlines" (const :tag "ASCII charset" ascii) (repeat character)) (cons :tag "Bullet characters for low level headlines" (const :tag "Latin-1 charset" latin1) (repeat character)) (cons :tag "Bullet characters for low level headlines" (const :tag "UTF-8 charset" utf-8) (repeat character))) org-ascii-links-to-notes #f(compiled-function () #<bytecode 0x18c000ae69b14>) "Non-nil means convert links to notes before the next headline.\nWhen nil, the link will be exported in place.  If the line\nbecomes long in this way, it will be wrapped." (Org . "8.0") boolean org-ascii-table-keep-all-vertical-lines #f(compiled-function () #<bytecode 0x18c000ae69414>) "Non-nil means keep all vertical lines in ASCII tables.\nWhen nil, vertical lines will be removed except for those needed\nfor column grouping." (Org . "8.0")] 12)
  require(ox-ascii)
  byte-code("\300\301!\210\302 \303\232\204\20\0\304\305\306\"\210\300\307!\210\300\301!\210\300\310!\207" [require org-macs org-release "9.7.4" warn "Org version mismatch.\nThis warning usually appears when a built-in Org version is loaded\nprior to the more recent Org version.\n\nVersion mismatch is commonly encountered in the following situations:\n\n1. Emacs is loaded using literate Org config and more recent Org\n   version is loaded inside the file loaded by `org-babel-load-file'.\n   `org-babel-load-file' triggers the built-in Org version clashing\n   the newer Org version attempt to be loaded later.\n\n   It is recommended to move the Org loading code before the\n   `org-babel-load-file' call.\n\n2. New Org version is loaded manually by setting `load-path', but some\n   other package depending on Org is loaded before the `load-path' is\n   configured.\n   This \"other package\" is triggering built-in Org version, again\n   causing the version mismatch.\n\n   It is recommended to set `load-path' as early in the config as\n   possible.\n\n3. New Org version is loaded using straight.el package manager and\n   other package depending on Org is loaded before straight triggers\n   loading of the newer Org version.\n\n   It is recommended to put\n\n    %s\n\n   early in the config.  Ideally, right after the straight.el\n   bootstrap.  Moving `use-package' :straight declaration may not be\n   sufficient if the corresponding `use-package' statement is\n   deferring the loading.\n\n4. A new Org version is synchronized with Emacs git repository and\n   stale .elc files are still left from the previous build.\n\n   It is recommended to remove .elc files from lisp/org directory and\n   re-compile." "(straight-use-package 'org)" ob ox-ascii] 3)
  require(ob-gnuplot)
  org-babel-do-load-languages(org-babel-load-languages ((C . t) (R . t) (asymptote) (awk) (calc) (clojure) (comint) (css) (ditaa . t) (dot . t) (emacs-lisp . t) (fortran) (gnuplot . t) (haskell) (io) (java) (js) (latex) (ledger) (lilypond) (lisp) (matlab) (maxima) (mscgen) (ocaml) (octave) (org . t) (perl) (picolisp) (plantuml) (python . t) (ref) (ruby) (sass) (scala) (scheme . t) (screen) (shell . t) (shen) (sql) (sqlite)))
  custom-initialize-reset(org-babel-load-languages (funcall #'#f(compiled-function () #<bytecode 0x18c000ae69414>)))
  custom-declare-variable(org-babel-load-languages (funcall #'#f(compiled-function () #<bytecode 0x18c000ae69414>)) "Languages which can be evaluated in Org buffers.\n\\<org-mode-map>\nThis list can be used to load support for any of the available\nlanguages with babel support (see info node `(org) Languages').  Each\nlanguage will depend on a different set of system executables and/or\nEmacs modes.\n\nWhen a language is \"loaded\", code blocks in that language can\nbe evaluated with `org-babel-execute-src-block', which is bound\nby default to \\[org-ctrl-c-ctrl-c].\n\nThe `org-babel-no-eval-on-ctrl-c-ctrl-c' option can be set to\nremove code block evaluation from \\[org-ctrl-c-ctrl-c].  By\ndefault, only Emacs Lisp is loaded, since it has no specific\nrequirement." :group org-babel :set org-babel-do-load-languages :package-version (Org . "9.6") :type (alist :tag "Babel Languages" :key-type (choice (const :tag "Awk" awk) (const :tag "C, D, C++, and cpp" C) (const :tag "R" R) (const :tag "Calc" calc) (const :tag "Clojure and ClojureScript" clojure) (const :tag "CSS" css) (const :tag "Ditaa" ditaa) (const :tag "Dot" dot) (const :tag "Emacs Lisp" emacs-lisp) (const :tag "Eshell" eshell) (const :tag "Forth" forth) (const :tag "Fortran" fortran) (const :tag "GnuPlot" gnuplot) (const :tag "Groovy" groovy) (const :tag "Haskell" haskell) (const :tag "Java" java) (const :tag "JavaScript" js) (const :tag "Julia" julia) (const :tag "LaTeX" latex) (const :tag "LilyPond" lilypond) (const :tag "Lisp" lisp) (const :tag "Lua" lua) (const :tag "Makefile" makefile) (const :tag "Maxima" maxima) (const :tag "OCaml" ocaml) (const :tag "Octave and MatLab" octave) (const :tag "Org" org) (const :tag "Perl" perl) (const :tag "Processing" processing) (const :tag "PlantUML" plantuml) (const :tag "Python" python) (const :tag "Ruby" ruby) (const :tag "Sass" sass) (const :tag "Scheme" scheme) (const :tag "Screen" screen) (const :tag "Sed" sed) (const :tag "Shell Script" shell) (const :tag "Sql" sql) (const :tag "Sqlite" sqlite)) :value-type (boolean :tag "Activate" :value t)))
  byte-code("\300\301\302\303\304DD\305\306\307\310\311\312\313\314\315&\13\210\300\316\302\303\317DD\320\314\321\322\323\306\324&\11\210\325\326\327\"\210\325\330\327\"\207" [custom-declare-variable org-babel-load-languages funcall function #f(compiled-function () #<bytecode 0x18c000ae69414>) "Languages which can be evaluated in Org buffers.\n\\<org-mode-map>\nThis list can be used to load support for any of the available\nlanguages with babel support (see info node `(org) Languages').  Each\nlanguage will depend on a different set of system executables and/or\nEmacs modes.\n\nWhen a language is \"loaded\", code blocks in that language can\nbe evaluated with `org-babel-execute-src-block', which is bound\nby default to \\[org-ctrl-c-ctrl-c].\n\nThe `org-babel-no-eval-on-ctrl-c-ctrl-c' option can be set to\nremove code block evaluation from \\[org-ctrl-c-ctrl-c].  By\ndefault, only Emacs Lisp is loaded, since it has no specific\nrequirement." :group org-babel :set org-babel-do-load-languages :package-version (Org . "9.6") :type (alist :tag "Babel Languages" :key-type (choice (const :tag "Awk" awk) (const :tag "C, D, C++, and cpp" C) (const :tag "R" R) (const :tag "Calc" calc) (const :tag "Clojure and ClojureScript" clojure) (const :tag "CSS" css) (const :tag "Ditaa" ditaa) (const :tag "Dot" dot) (const :tag "Emacs Lisp" emacs-lisp) (const :tag "Eshell" eshell) (const :tag "Forth" forth) (const :tag "Fortran" fortran) (const :tag "GnuPlot" gnuplot) (const :tag "Groovy" groovy) (const :tag "Haskell" haskell) (const :tag "Java" java) (const :tag "JavaScript" js) (const :tag "Julia" julia) (const :tag "LaTeX" latex) (const :tag "LilyPond" lilypond) (const :tag "Lisp" lisp) (const :tag "Lua" lua) (const :tag "Makefile" makefile) (const :tag "Maxima" maxima) (const :tag "OCaml" ocaml) (const :tag "Octave and MatLab" octave) (const :tag "Org" org) (const :tag "Perl" perl) (const :tag "Processing" processing) (const :tag "PlantUML" plantuml) (const :tag "Python" python) (const :tag "Ruby" ruby) (const :tag "Sass" sass) (const :tag "Scheme" scheme) (const :tag "Screen" screen) (const :tag "Sed" sed) (const :tag "Shell Script" shell) (const :tag "Sql" sql) (const :tag "Sqlite" sqlite)) :value-type (boolean :tag "Activate" :value t)) org-clone-delete-id #f(compiled-function () #<bytecode 0x18c000ae69414>) "Remove ID property of clones of a subtree.\nWhen non-nil, clones of a subtree don't inherit the ID property.\nOtherwise they inherit the ID property with a new unique\nidentifier." boolean :version "24.1" org-id autoload org-release "org-version.el" org-git-version] 12)
  require(org)
  byte-code("\300\301!\210\302 \303\232\204\20\0\304\305\306\"\210\300\307!\210\300\310!\210\300\311!\210\300\312!\210\300\313!\210\300\314!\210\300\315!\210\300\316!\210\300\317!\210\300\320!\210\300\301!\210\300\321!\210\300\322!\207" [require org-macs org-release "9.7.4" warn "Org version mismatch.\nThis warning usually appears when a built-in Org version is loaded\nprior to the more recent Org version.\n\nVersion mismatch is commonly encountered in the following situations:\n\n1. Emacs is loaded using literate Org config and more recent Org\n   version is loaded inside the file loaded by `org-babel-load-file'.\n   `org-babel-load-file' triggers the built-in Org version clashing\n   the newer Org version attempt to be loaded later.\n\n   It is recommended to move the Org loading code before the\n   `org-babel-load-file' call.\n\n2. New Org version is loaded manually by setting `load-path', but some\n   other package depending on Org is loaded before the `load-path' is\n   configured.\n   This \"other package\" is triggering built-in Org version, again\n   causing the version mismatch.\n\n   It is recommended to set `load-path' as early in the config as\n   possible.\n\n3. New Org version is loaded using straight.el package manager and\n   other package depending on Org is loaded before straight triggers\n   loading of the newer Org version.\n\n   It is recommended to put\n\n    %s\n\n   early in the config.  Ideally, right after the straight.el\n   bootstrap.  Moving `use-package' :straight declaration may not be\n   sufficient if the corresponding `use-package' statement is\n   deferring the loading.\n\n4. A new Org version is synchronized with Emacs git repository and\n   stale .elc files are still left from the previous build.\n\n   It is recommended to remove .elc files from lisp/org directory and\n   re-compile." "(straight-use-package 'org)" avl-tree ring cl-lib ol org org-persist org-compat org-entities org-footnote org-list org-table org-fold-core] 3)
  require(org-element)
  byte-code("\300\301!\210\302 \303\232\204\20\0\304\305\306\"\210\300\307!\210\300\310!\210\300\311!\210\300\312!\210\300\313!\210\300\314!\210\300\315!\207" [require org-macs org-release "9.7.4" warn "Org version mismatch.\nThis warning usually appears when a built-in Org version is loaded\nprior to the more recent Org version.\n\nVersion mismatch is commonly encountered in the following situations:\n\n1. Emacs is loaded using literate Org config and more recent Org\n   version is loaded inside the file loaded by `org-babel-load-file'.\n   `org-babel-load-file' triggers the built-in Org version clashing\n   the newer Org version attempt to be loaded later.\n\n   It is recommended to move the Org loading code before the\n   `org-babel-load-file' call.\n\n2. New Org version is loaded manually by setting `load-path', but some\n   other package depending on Org is loaded before the `load-path' is\n   configured.\n   This \"other package\" is triggering built-in Org version, again\n   causing the version mismatch.\n\n   It is recommended to set `load-path' as early in the config as\n   possible.\n\n3. New Org version is loaded using straight.el package manager and\n   other package depending on Org is loaded before straight triggers\n   loading of the newer Org version.\n\n   It is recommended to put\n\n    %s\n\n   early in the config.  Ideally, right after the straight.el\n   bootstrap.  Moving `use-package' :straight declaration may not be\n   sufficient if the corresponding `use-package' statement is\n   deferring the loading.\n\n4. A new Org version is synchronized with Emacs git repository and\n   stale .elc files are still left from the previous build.\n\n   It is recommended to remove .elc files from lisp/org directory and\n   re-compile." "(straight-use-package 'org)" cl-lib ob-exp oc ol org-element org-macro tabulated-list] 3)
  require(ox)
  byte-code("\300\301!\210\302 \303\232\204\20\0\304\305\306\"\210\300\307!\210\300\310!\210\300\311!\210\300\312!\210\300\313!\210\314\315\316\317\320\321\322\323\324&\10\207" [require org-macs org-release "9.7.4" warn "Org version mismatch.\nThis warning usually appears when a built-in Org version is loaded\nprior to the more recent Org version.\n\nVersion mismatch is commonly encountered in the following situations:\n\n1. Emacs is loaded using literate Org config and more recent Org\n   version is loaded inside the file loaded by `org-babel-load-file'.\n   `org-babel-load-file' triggers the built-in Org version clashing\n   the newer Org version attempt to be loaded later.\n\n   It is recommended to move the Org loading code before the\n   `org-babel-load-file' call.\n\n2. New Org version is loaded manually by setting `load-path', but some\n   other package depending on Org is loaded before the `load-path' is\n   configured.\n   This \"other package\" is triggering built-in Org version, again\n   causing the version mismatch.\n\n   It is recommended to set `load-path' as early in the config as\n   possible.\n\n3. New Org version is loaded using straight.el package manager and\n   other package depending on Org is loaded before straight triggers\n   loading of the newer Org version.\n\n   It is recommended to put\n\n    %s\n\n   early in the config.  Ideally, right after the straight.el\n   bootstrap.  Moving `use-package' :straight declaration may not be\n   sufficient if the corresponding `use-package' statement is\n   deferring the loading.\n\n4. A new Org version is synchronized with Emacs git repository and\n   stale .elc files are still left from the previous build.\n\n   It is recommended to remove .elc files from lisp/org directory and\n   re-compile." "(straight-use-package 'org)" cl-lib format-spec ox ox-publish table org-export-define-backend html ((bold . org-html-bold) (center-block . org-html-center-block) (clock . org-html-clock) (code . org-html-code) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-block) (entity . org-html-entity) (example-block . org-html-example-block) (export-block . org-html-export-block) (export-snippet . org-html-export-snippet) (fixed-width . org-html-fixed-width) (footnote-reference . org-html-footnote-reference) (headline . org-html-headline) (horizontal-rule . org-html-horizontal-rule) (inline-src-block . org-html-inline-src-block) (inlinetask . org-html-inlinetask) (inner-template . org-html-inner-template) (italic . org-html-italic) (item . org-html-item) (keyword . org-html-keyword) (latex-environment . org-html-latex-environment) (latex-fragment . org-html-latex-fragment) (line-break . org-html-line-break) (link . org-html-link) (node-property . org-html-node-property) (paragraph . org-html-paragraph) (plain-list . org-html-plain-list) (plain-text . org-html-plain-text) (planning . org-html-planning) (property-drawer . org-html-property-drawer) (quote-block . org-html-quote-block) (radio-target . org-html-radio-target) (section . org-html-section) (special-block . org-html-special-block) (src-block . org-html-src-block) (statistics-cookie . org-html-statistics-cookie) (strike-through . org-html-strike-through) (subscript . org-html-subscript) (superscript . org-html-superscript) (table . org-html-table) (table-cell . org-html-table-cell) (table-row . org-html-table-row) (target . org-html-target) (template . org-html-template) (timestamp . org-html-timestamp) (underline . org-html-underline) (verbatim . org-html-verbatim) (verse-block . org-html-verse-block)) :filters-alist ((:filter-options . org-html-infojs-install-script) (:filter-parse-tree . org-html-image-link-filter) (:filter-final-output . org-html-final-function)) :menu-entry (104 "Export to HTML" ((72 "As HTML buffer" org-html-export-as-html) (104 "As HTML file" org-html-export-to-html) (111 "As HTML file and open" (lambda (a s v b) (if a (org-html-export-to-html t s v b) (org-open-file (org-html-export-to-html nil s v b))))))) :options-alist ((:html-doctype "HTML_DOCTYPE" nil org-html-doctype) (:html-container "HTML_CONTAINER" nil org-html-container-element) (:html-content-class "HTML_CONTENT_CLASS" nil org-html-content-class) (:description "DESCRIPTION" nil nil newline) (:keywords "KEYWORDS" nil nil space) (:html-html5-fancy nil "html5-fancy" org-html-html5-fancy) (:html-link-use-abs-url nil "html-link-use-abs-url" org-html-link-use-abs-url) (:html-link-home "HTML_LINK_HOME" nil org-html-link-home) (:html-link-up "HTML_LINK_UP" nil org-html-link-up) (:html-mathjax "HTML_MATHJAX" nil "" space) (:html-equation-reference-format "HTML_EQUATION_REFERENCE_FORMAT" nil org-html-equation-reference-format t) (:html-postamble nil "html-postamble" org-html-postamble) (:html-preamble nil "html-preamble" org-html-preamble) (:html-head "HTML_HEAD" nil org-html-head newline) (:html-head-extra "HTML_HEAD_EXTRA" nil org-html-head-extra newline) (:subtitle "SUBTITLE" nil nil parse) (:html-head-include-default-style nil "html-style" org-html-head-include-default-style) (:html-head-include-scripts nil "html-scripts" org-html-head-include-scripts) (:html-allow-name-attribute-in-anchors nil nil org-html-allow-name-attribute-in-anchors) (:html-divs nil nil org-html-divs) (:html-checkbox-type nil nil org-html-checkbox-type) (:html-extension nil nil org-html-extension) (:html-footnote-format nil nil org-html-footnote-format) (:html-footnote-separator nil nil org-html-footnote-separator) (:html-footnotes-section nil nil org-html-footnotes-section) (:html-format-drawer-function nil nil org-html-format-drawer-function) (:html-format-headline-function nil nil org-html-format-headline-function) (:html-format-inlinetask-function nil nil org-html-format-inlinetask-function) (:html-home/up-format nil nil org-html-home/up-format) (:html-indent nil nil org-html-indent) (:html-infojs-options nil nil org-html-infojs-options) (:html-infojs-template nil nil org-html-infojs-template) (:html-inline-image-rules nil nil org-html-inline-image-rules) (:html-link-org-files-as-html nil nil org-html-link-org-files-as-html) (:html-mathjax-options nil nil org-html-mathjax-options) (:html-mathjax-template nil nil org-html-mathjax-template) (:html-metadata-timestamp-format nil nil org-html-metadata-timestamp-format) (:html-postamble-format nil nil org-html-postamble-format) (:html-preamble-format nil nil org-html-preamble-format) (:html-prefer-user-labels nil nil org-html-prefer-user-labels) (:html-self-link-headlines nil nil org-html-self-link-headlines) (:html-table-align-individual-fields nil nil org-html-table-align-individual-fields) (:html-table-caption-above nil nil org-html-table-caption-above) (:html-table-data-tags nil nil org-html-table-data-tags) (:html-table-header-tags nil nil org-html-table-header-tags) (:html-table-use-header-tags-for-first-column nil nil org-html-table-use-header-tags-for-first-column) (:html-tag-class-prefix nil nil org-html-tag-class-prefix) (:html-text-markup-alist nil nil org-html-text-markup-alist) (:html-todo-kwd-class-prefix nil nil org-html-todo-kwd-class-prefix) (:html-toplevel-hlevel nil nil org-html-toplevel-hlevel) (:html-use-infojs nil nil org-html-use-infojs) (:html-validation-link nil nil org-html-validation-link) (:html-viewport nil nil org-html-viewport) (:html-inline-images nil nil org-html-inline-images) (:html-table-attributes nil nil org-html-table-default-attributes) (:html-table-row-open-tag nil nil org-html-table-row-open-tag) (:html-table-row-close-tag nil nil org-html-table-row-close-tag) (:html-xml-declaration nil nil org-html-xml-declaration) (:html-wrap-src-lines nil nil org-html-wrap-src-lines) (:html-klipsify-src nil nil org-html-klipsify-src) (:html-klipse-css nil nil org-html-klipse-css) (:html-klipse-js nil nil org-html-klipse-js) (:html-klipse-selection-script nil nil org-html-klipse-selection-script) (:infojs-opt "INFOJS_OPT" nil nil) (:creator "CREATOR" nil org-html-creator-string) (:with-latex nil "tex" org-html-with-latex) (:latex-header "LATEX_HEADER" nil nil newline))] 9)
  require(ox-html)
  load-with-code-conversion("/home/arne/eigenes/Webseiten/arnebab-org/.emacs.d/init.el" "/home/arne/eigenes/Webseiten/arnebab-org/.emacs.d/init.el" nil t)
  command-line-1(("--load" ".emacs.d/init.el" "--load" "setup.el" "setup.el" "-f" "org-feed-update-all" "-f" "kill-emacs"))
  command-line()
  normal-top-level()
Recursive ‘require’ for feature ‘ox’
make: *** [Makefile:4090: external-rss.org.in] Fehler 255

Best wishes,
Arne


-- 
Unpolitisch sein
heißt politisch sein,
ohne es zu merken.
draketo.de

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 1125 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#71705: 30.0.50; Emacs as build tool fails to launch after update
  2024-06-21 12:48 bug#71706: 30.0.50; Emacs as build tool fails to launch after update Dr. Arne Babenhauserheide via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2024-06-21 13:19 ` Dr. Arne Babenhauserheide via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2024-06-21 19:12   ` Eli Zaretskii
  2024-06-21 19:13   ` Eli Zaretskii
  2024-06-21 19:11 ` bug#71706: " Eli Zaretskii
  1 sibling, 2 replies; 7+ messages in thread
From: Dr. Arne Babenhauserheide via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2024-06-21 13:19 UTC (permalink / raw)
  To: 71705

[-- Attachment #1: Type: text/plain, Size: 158974 bytes --]

Hi,

a correction: it wasn’t Emacs 30 vs. 29. The actual change is the guix
update from Generation 1287 to 1288. In 1287 it works. In 1288 it breaks:

Generation 1287	13. Juni 2024 12:00:01	(aktuell)
 + grafx2           	2.4                 	out       	/gnu/store/0naq8h6k9f6n3wbvyw4d6rgqn5299agp-grafx2-2.4
 + kxstitch         	2.2.0               	out       	/gnu/store/g1fwf8587nyb7k75la0ij5a62aqdswrv-kxstitch-2.2.0
 + 0ad              	0.0.26-alpha        	out       	/gnu/store/0f4slci1nj2c72m8gi4q8d7hpyryfa16-0ad-0.0.26-alpha
 + abcde            	2.9.3               	out       	/gnu/store/2f0sk4gn16p6p54yjigz1bgmhizlfrf6-abcde-2.9.3
 + audacity         	3.5.1               	out       	/gnu/store/dhwyf750djc16v3m0wlxgzz07bcv4jfs-audacity-3.5.1
 + pdfgrep          	2.1.2               	out       	/gnu/store/v879dkjixg8bhgni2nm3fmqy6i92wjnw-pdfgrep-2.1.2
 + adanaxisgpl      	1.2.5               	out       	/gnu/store/qir1271jfsrl2d5hnlnfn79r89xlp8fd-adanaxisgpl-1.2.5
 + adwaita-icon-theme	44.0                	out       	/gnu/store/6ydqhld3rhadq8w53i9khkm26854hl8q-adwaita-icon-theme-44.0
 + alsa-plugins     	1.2.2               	out       	/gnu/store/jg98rkpw5pwp6w5zjf70c4kyj08v3p12-alsa-plugins-1.2.2
 + alsa-plugins     	1.2.2               	pulseaudio	/gnu/store/gq4wffm8ggxg24xzva83qcnifc2qdaa8-alsa-plugins-1.2.2-pulseaudio
 + anki             	2.1.16              	out       	/gnu/store/6rkjv7csq9n7sgfyfhwf96n2zwr1yc3p-anki-2.1.16
 + ant              	1.10.13             	out       	/gnu/store/19j04556f9h8nak1rdl745vmz8yy8p8n-ant-1.10.13
 + arandr           	0.1.11              	out       	/gnu/store/1as26b07qll8aijq1pw3p2gxms0kzj8q-arandr-0.1.11
 + arc-theme        	20221218            	out       	/gnu/store/hiyy1dkkpayk76absbwca7lm94llpnpn-arc-theme-20221218
 + aria2            	1.37.0              	out       	/gnu/store/abdc9iyl6j6zxxls7rphlpiibdihj03k-aria2-1.37.0
 + ark              	23.04.3             	out       	/gnu/store/zl6jm0xx7wrsvw67in6mr98x7mxr5kj6-ark-23.04.3
 + avidemux         	2.7.8               	out       	/gnu/store/79k4sqbgbilprlq2hdn2hsnipyzfnmqr-avidemux-2.7.8
 + blender          	3.6.10              	out       	/gnu/store/1pgmbzyxnazkskklpns9jghnfdgi92yb-blender-3.6.10
 + breeze-icons     	5.114.0             	out       	/gnu/store/rbf7k8d472193cbb0f2isrfypykmiw46-breeze-icons-5.114.0
 + calibre          	5.44.0              	out       	/gnu/store/fhx11x6yc68g3pna4ja5v0hi51116vym-calibre-5.44.0
 + clojure          	1.11.1              	out       	/gnu/store/l95zzzgcganmg8b7azzgiffal7ssj1xl-clojure-1.11.1
 + cryptsetup       	2.3.7               	out       	/gnu/store/zfymrgmxa7r3g59s8gisjzy3zr0fz342-cryptsetup-2.3.7
 + cups             	2.4.2               	out       	/gnu/store/zzvbqwravf87jgrjl1alq3d5wxxsi8ji-cups-2.4.7
 + dbus-c++         	0.9.0               	out       	/gnu/store/caqvxdmkbcrkfrd3ln4zc61fzy77i8h3-dbus-c++-0.9.0
 + dconf-editor     	43.0                	out       	/gnu/store/mwa61zgqhxnqbx5pgp018mp333dcwcqj-dconf-editor-43.0
 + docker           	20.10.27            	out       	/gnu/store/5708x2y10ck8zay1j9sci7780lhf9r4z-docker-20.10.27
 + dunst            	1.10.0              	out       	/gnu/store/24ipj7rzs6bbl1nwm053amr272ij0hxl-dunst-1.10.0
 + ecryptfs-utils   	111                 	out       	/gnu/store/kks7p2gh6pg0ykz8ps8pndv4ymmivb8r-ecryptfs-utils-111
 + electrum         	4.4.6               	out       	/gnu/store/y04slv4wm00wr7s4b57vfysssyygwvr4-electrum-4.4.6
 + emacs-next       	30.0.50-2.170c655   	out       	/gnu/store/ajhi6ykziyczr4qwgmb7khs2vhzwcmkj-emacs-next-30.0.50-2.170c655
 + emacs-auctex     	14.0.4              	out       	/gnu/store/fdrzjv6pis0d4i3fn15n3fdpwgvzl4a7-emacs-auctex-14.0.4
 + emacs-bbdb       	3.2.2.4             	out       	/gnu/store/dfnryp6p22m2sr9iyb9s2pfmpvacbn5c-emacs-bbdb-3.2.2.4
 + emacs-elfeed-org 	0.1-1.77b6bbf       	out       	/gnu/store/jhhq63my9hsmx2pgfmbcxgrcsr4hql04-emacs-elfeed-org-0.1-1.77b6bbf
 + emacs-emms       	19                  	out       	/gnu/store/czqzm4gjb4pc315bqz3kbg735zvf3xy8-emacs-emms-19
 + emacs-exwm       	0.28                	out       	/gnu/store/bnh6j5ml00blg8zcqzmkifll7b7zl7jn-emacs-exwm-0.28
 + emacs-helm-exwm  	0.0.2               	out       	/gnu/store/gy4ffr7admpkxxvkaafa3a4gvf3gxiv7-emacs-helm-exwm-0.0.2
 + emacs-helm-emms  	1.3-3.37e5aa0       	out       	/gnu/store/1kz0gpk63lacmbhxk1yyqiys777617ma-emacs-helm-emms-1.3-3.37e5aa0
 + emacs-magit      	3.3.0-7.dda332b     	out       	/gnu/store/9yhn9pn1wmlsydv6kmbdsl6sq2zki0kg-emacs-magit-3.3.0-7.dda332b
 + emacs-org-contrib	0.5                 	out       	/gnu/store/z2gmmp4ij8h94gmvdwm0lj52qc3m0plj-emacs-org-contrib-0.5
 + emacs-org-edit-latex	0.8.3               	out       	/gnu/store/9n22s5jcvj64zj1x8gy1rm5ijda2345y-emacs-org-edit-latex-0.8.3
 + emacs-pdf-tools  	1.1.0               	out       	/gnu/store/bsyir35yn1i0zxdc0qff4zg83mfax9lm-emacs-pdf-tools-1.1.0
 + espeak           	1.48.04             	out       	/gnu/store/nmcyj5xyb2xfbw7grhl4djrwydd1fair-espeak-1.48.04
 + espeak-ng        	1.51                	out       	/gnu/store/9pikiwa21fylhgqv8k6chszmclg8a8gy-espeak-ng-1.51
 + evince           	44.3                	out       	/gnu/store/jf18wayw33zxb6d04lwrdc2v80a17a4i-evince-44.3
 + fdisk            	2.0.0a1             	out       	/gnu/store/bp9vc72mxncbsx1rbk6ba230dj3znwfh-fdisk-2.0.0a1
 + ffmpeg           	6.1.1               	out       	/gnu/store/6839bdln6kx65rl8201rzgkgl5rw4gw4-ffmpeg-6.1.1
 + ffmpegthumbs     	23.04.3             	out       	/gnu/store/wgf2ik1si26vkrfak90kr53mcvi9dsdw-ffmpegthumbs-23.04.3
 + filelight        	23.04.3             	out       	/gnu/store/698cw6aib4yp6930mrfq1j98khgnlsdz-filelight-23.04.3
 + firefox-decrypt  	1.1.1               	out       	/gnu/store/409r1gsr21i85jzgvwq0a1n8pzzai991-firefox-decrypt-1.1.1
 + flameshot        	12.1.0              	out       	/gnu/store/0dgddj3y42rf3ir6lbxnkcb9kslqw7hs-flameshot-12.1.0
 + flare-game       	1.14                	out       	/gnu/store/hms5iy3125ipvgljwvcpvvr2gxzhc10x-flare-game-1.14
 + flatpak          	1.14.6              	out       	/gnu/store/sdmxvyvyf2qafcgnr22n6yjs44hzibiv-flatpak-1.14.6
 + folks            	0.15.8              	out       	/gnu/store/h9h28nbkrjnr1i8yx1w22q26mlz3m2ab-folks-0.15.8
 + font-abattis-cantarell	0.303-0.e049149     	out       	/gnu/store/3kazfkqajhd9qlfl00v3yjd5mgaswiyr-font-abattis-cantarell-0.303-0.e049149
 + font-gnu-freefont	20120503            	out       	/gnu/store/8hc413bf7z3si8qgk38hpvp3jyy7h3hk-font-gnu-freefont-20120503
 + gimp             	2.10.36             	out       	/gnu/store/0dh838mbzccj3lzmfw3b9651c2kj7apg-gimp-2.10.36
 + gimp-resynthesizer	2.0.3               	out       	/gnu/store/dpbawxifd2zz0niia5x74i00k7v8r7a3-gimp-resynthesizer-2.0.3
 + git              	2.45.1              	out       	/gnu/store/8rix909m59vcqfyv5nvn0d1w5g5fxa2r-git-2.45.1
 + git-lfs          	3.4.0               	out       	/gnu/store/9n6f82ssjaklc0cx85jjws7gp8mlpzwi-git-lfs-3.4.0
 + gmtp             	1.3.11              	out       	/gnu/store/jp3qg6qw63cz9bm5p8xvvvk2samjz3m7-gmtp-1.3.11
 + gnome-chess      	3.37.3              	out       	/gnu/store/igsrw8jlvjsxpgsp6k10ji6vv0zgxadc-gnome-chess-3.37.3
 + gnome-screenshot 	41.0-0.9f067cf      	out       	/gnu/store/ybyqmj1r88ikdpg26hhvzsx2qpjixfb1-gnome-screenshot-41.0-0.9f067cf
 + gnome-system-monitor	44.0                	out       	/gnu/store/bj22ifz8ylrndyrr21k62sbwk13xa2x5-gnome-system-monitor-44.0
 + gnome-themes-extra	3.28                	out       	/gnu/store/9w52m5ig5n7lp14g2a0yag7haaf3wkwf-gnome-themes-extra-3.28
 + gnucash          	5.6                 	out       	/gnu/store/zgasm31zfcqzlwam6qjmax2mld36cryv-gnucash-5.6
 + godot            	4.2.2               	out       	/gnu/store/7miag7n0psx05nbdjnrxfcc9wjzmbx2c-godot-4.2.2
 + gpicview         	0.2.5               	out       	/gnu/store/pgkdz1nnn45snyn1scjpwk4ygjmrszzr-gpicview-0.2.5
 + gpodder          	3.11.1              	out       	/gnu/store/pkbm8rgz0xfz8grw6mps8f53dlx3zz5a-gpodder-3.11.1
 + gramps           	5.1.4               	out       	/gnu/store/99y48705yhhvyfpj1kjqlalp5mx7gsrb-gramps-5.1.4
 + grpc             	1.47.0              	out       	/gnu/store/bwgf2x7yh2n0scizlsdd21yp5d4s81bv-grpc-1.47.0
 + gst-libav        	1.22.3              	out       	/gnu/store/2hh45hb1fp1rha81vmzanvcprqfazppy-gst-libav-1.22.3
 + gst-plugins-bad  	1.22.3              	out       	/gnu/store/g98d6mzzr6wxnh1k132bz3g1n3rriajc-gst-plugins-bad-1.22.3
 + gst-plugins-base 	1.22.3              	out       	/gnu/store/s5zrifx8d1n732y6rkh1g8bn59av4pn1-gst-plugins-base-1.22.3
 + gst-plugins-good 	1.22.3              	out       	/gnu/store/658k7wd06h382vw4j999rlzi64k23xrb-gst-plugins-good-1.22.3
 + gst-plugins-ugly 	1.22.3              	out       	/gnu/store/mmk5b8xknr2yij8amn7yzj477ps5is00-gst-plugins-ugly-1.22.3
 + guile-chickadee  	0.10.0              	out       	/gnu/store/6p3rz06fkhh43pgzxhhgzj4li5bgr73s-guile-chickadee-0.10.0
 + guile-gi         	0.3.2               	out       	/gnu/store/ng3wn2dx5xc5cg01hb9gwgiknpjbqz0d-guile-gi-0.3.2
 + gxtuner          	2.4                 	out       	/gnu/store/fdixslljj1jqnbsgnqi8x9g2mx4klm0m-gxtuner-2.4
 + higan            	110                 	out       	/gnu/store/ky5gh7zx43zywhaskdpdcx44bfiqjzzd-higan-110
 + hplip            	3.23.12             	out       	/gnu/store/jhf38xpmf5gr9qmd1zrxsv2zwbpfls2l-hplip-3.23.12
 + hyperrogue       	12.1a               	out       	/gnu/store/qffi24pfx75rbfrz53ijan5wzm74gsx8-hyperrogue-12.1a
 + icecat           	115.12.0-guix0-preview1	out       	/gnu/store/2aph18k4l19wj5ahz10cyqfzpmpd2gph-icecat-115.12.0-guix0-preview1
 + icedove          	102.15.0            	out       	/gnu/store/05k3x5rp3x5zkx39gjgiwpyx9hz3gzkb-icedove-102.15.0
 + inkscape         	1.2.1               	out       	/gnu/store/g7rxj6616r9dikmrn607ns91b0is7n3m-inkscape-1.2.1
 + java-tomcat      	8.5.63              	out       	/gnu/store/m51cypifqs85m3bq56za93pj4h98dbvp-java-tomcat-8.5.63
 + kawa             	3.1.1               	out       	/gnu/store/dgvm8brjwxs8a339hq4j3jdaq6kdqjim-kawa-3.1.1
 + kde-frameworkintegration	5.114.0             	out       	/gnu/store/x6jx8676mnkqxrhq3hwzj0agfa1rvidw-kde-frameworkintegration-5.114.0
 + kdeconnect       	23.04.3             	out       	/gnu/store/rvzg8f4rdav30hg7jdagcnqyzwgii7ca-kdeconnect-23.04.3
 + kdenlive         	24.02.2             	out       	/gnu/store/qhd2dn9g9qmkqd1vid1rbfk3lg1064ih-kdenlive-24.02.2
 + keepassxc        	2.7.8               	out       	/gnu/store/d4bsky31gskfmim0ccgix4m1r92jz4zz-keepassxc-2.7.8
 + kmag             	23.04.3             	out       	/gnu/store/69mvz0487ffzzb9k50w5prqbc45lmj9r-kmag-23.04.3
 + kodi-cli         	1.1-1.104dc23       	out       	/gnu/store/59klalsizvy5j1hqampn6ypjbif7c1wf-kodi-cli-1.1-1.104dc23
 + konsole          	23.04.3             	out       	/gnu/store/02jk626rad5dv2h4mv4z3i82nbdqx5gq-konsole-23.04.3
 + krunner          	5.114.0             	out       	/gnu/store/zv22aapzzwidbym7w0gybixvkygb3fdw-krunner-5.114.0
 + ktouch           	21.12.2             	out       	/gnu/store/wk4l6v9rhy2r2rlw4kbbp2l2j8qbdmi6-ktouch-21.12.2
 + kwindowsystem    	5.114.0             	out       	/gnu/store/nxzzgk0ra6l1n98033l732ayr6qrhsfz-kwindowsystem-5.114.0
 + libheif          	1.17.6              	out       	/gnu/store/lz564lf4j22bwmdm2n7yqmf5ac16qrax-libheif-1.17.6
 + libnotify        	0.8.3               	out       	/gnu/store/0v58d6mbr2mmsagv5rk4aykfi4pp5drf-libnotify-0.8.3
 + libreoffice      	7.6.3.1             	out       	/gnu/store/99ffzr3cdm6jbyjhbwj9bdvyizbfn1mg-libreoffice-7.6.3.1
 + libsoup          	3.4.4               	out       	/gnu/store/2af37i0lmkrx4rvw636vdsqm9xhl41hk-libsoup-3.4.4
 + lilypond         	2.24.3              	out       	/gnu/store/igdla0rcgmraqgipxm0xas6k2lfhqwhn-lilypond-2.24.3
 + lm-sensors       	3.6.0               	out       	/gnu/store/1jp21xrcqzvsgsihx6zmxpx6wvf6aavh-lm-sensors-3.6.0
 + lugaru           	1.2                 	out       	/gnu/store/l1anrkkh93rpqvdks7351zsk0dg8f0kv-lugaru-1.2
 + lxqt-themes      	1.3.0               	out       	/gnu/store/l0q31slq3lbiqh6zd5fys0c6037bnv44-lxqt-themes-1.3.0
 + maim             	5.8.0               	out       	/gnu/store/8iwx1l0gcclrkc8qhd8n6fqg5d9vszs0-maim-5.8.0
 + mate-themes      	3.22.24             	out       	/gnu/store/kqifmnza24xshqagcfrl25j84xqqr4ip-mate-themes-3.22.24
 + meld             	3.22.2              	out       	/gnu/store/25gjpil40zwhrzq4vv7j2qdbjipz1x4x-meld-3.22.2
 + mlt              	7.24.0              	out       	/gnu/store/4n3smrvwy4dvbmrhlgkqyjn9bgar506s-mlt-7.24.0
 + mpg123           	1.31.2              	out       	/gnu/store/y3qs82lb668zgahh2kd9h34cvl6c9km4-mpg123-1.31.2
 + mpg321           	0.3.2               	out       	/gnu/store/qgif4ffnisblgsb24yvg9rz2wawla692-mpg321-0.3.2
 + mplayer          	1.5                 	out       	/gnu/store/f50f9g11qfaklgp77bh46xagnd57nhql-mplayer-1.5
 + mpv              	0.37.0              	out       	/gnu/store/q9a854ppaqi56194d71kam235jv4s65i-mpv-0.37.0
 + mrrescue         	1.02e               	out       	/gnu/store/za6djn3j3cscrpbxari98f4zcc4mq5g1-mrrescue-1.02e
 + mu               	1.12.5              	out       	/gnu/store/x48ryj65sl6djs354s2aa67d3zhhk9p4-mu-1.12.5
 + mumble           	1.4.287             	out       	/gnu/store/flc0xl7yngjz5rjavfbvb2sn7sxmf1l6-mumble-1.4.287
 + mypaint          	2.0.1               	out       	/gnu/store/qy4z51cgkwnr50a0h2hz8yxhn91lmkcf-mypaint-2.0.1
 + obs              	29.1.3              	out       	/gnu/store/1d54d6m98c2cxwzb4np98973bg568wz6-obs-29.1.3
 + okular           	23.04.3             	out       	/gnu/store/fi2lil18v0128zqmyw7d82rdg6h9wxzi-okular-23.04.3
 + openal           	1.22.2              	out       	/gnu/store/05b6mwqzh198by58w881cq92n02wvyda-openal-1.22.2
 + opencv           	4.9.0               	out       	/gnu/store/z1xa6b78yn3b9cqjh6sk9m7l9qnlccby-opencv-4.9.0
 + openjdk          	21.0.2              	jdk       	/gnu/store/05wk3jfbnfjf15wx9fi6qx3df0q9lvq5-openjdk-21.0.2-jdk
 + openshot         	3.1.1               	out       	/gnu/store/ag99fizc0rjb7jx94bz5gdmrj10glzl0-openshot-3.1.1
 + opensurge        	0.6.1.1             	out       	/gnu/store/sp1pq7l2zw0vs81yghlv0zacsxz9bja8-opensurge-0.6.1.1
 + orca             	44.2                	out       	/gnu/store/wrqgpdayvmyrps0hlsnkq4kg2240pawh-orca-44.2
 + oxygen-icons     	5.112.0             	out       	/gnu/store/ax9c52a2nch9vy94lkv9c6zcf6s1azm8-oxygen-icons-5.112.0
 + parallel         	20240522            	out       	/gnu/store/rg3dph6rspi8bxhyk1f7wygrdnv2ya9x-parallel-20240522
 + parted           	3.6                 	out       	/gnu/store/0z8j2k7qpl9gj5fxbqx5qd5m8qi8bsis-parted-3.6
 + password-store   	1.7.4               	out       	/gnu/store/5q6yd0znz6w6mvgsxiw8j56lm77dyghh-password-store-1.7.4
 + pavucontrol      	5.0                 	out       	/gnu/store/hi9c2nh5jql67lkbl6bgp3axlb1pnlvf-pavucontrol-5.0
 + peek             	1.5.1               	out       	/gnu/store/mn9npy66dg5samrjgcib7bmyn3vckg8b-peek-1.5.1
 + pinentry         	1.2.1               	out       	/gnu/store/lbjk91y49xr8kspr7yyqph79r354vlw5-pinentry-1.2.1
 + pioneer          	20220203            	out       	/gnu/store/17zdjwzq2rrgjznja62ksb5bplj1sz85-pioneer-20220203
 + pipewire         	1.0.3               	out       	/gnu/store/3livf6whvdyg8sg08435zwcxirilnn8d-pipewire-1.0.3
 + plantuml         	1.2023.7            	out       	/gnu/store/dac6wfwjcniciwgrvw3yjx4qmsq9lygd-plantuml-1.2023.7
 + plasma-framework 	5.114.0             	out       	/gnu/store/pshn07ba00gpk5xfrsdc0v4fprjcp6gw-plasma-framework-5.114.0
 + playonlinux      	4.4                 	out       	/gnu/store/y5f9v2x2bp95gs5544ap1qm8lb7zycvz-playonlinux-4.4
 + poppler          	22.09.0             	out       	/gnu/store/svzajdm5y5m5521azr5gh4fly14pciz7-poppler-22.09.0
 + pulseaudio       	16.1                	out       	/gnu/store/x7fxj4qn9rfvyaz4dkrbqbpwy3gxrfvc-pulseaudio-16.1
 + python-dulwich   	0.20.30             	out       	/gnu/store/mv4c4blm2w1m2lmpdvwrk655x9jr1lla-python-dulwich-0.20.30
 + python-matplotlib	3.8.2               	out       	/gnu/store/ykyd4s825axnxgcqql72cc76m9c2573z-python-matplotlib-3.8.2
 + python-pygame-sdl2	2.1.0+renpy8.3.0    	out       	/gnu/store/9yg1b6pnbwlc9qknk1l5bsgv0w0y7z4n-python-pygame-sdl2-2.1.0+renpy8.3.0
 + python-pyqt      	6.6.1               	out       	/gnu/store/99y0s0dxwgzfqc80jby70cfrv90yvzi4-python-pyqt-6.6.1
 + python-scipy     	1.12.0              	out       	/gnu/store/cv102h8q6avnnbvr03xa369g61wbr9sq-python-scipy-1.12.0
 + python-tldr      	3.2.0               	out       	/gnu/store/vk8as1bd2n72rnfjxyfasmb6z1z10rvl-python-tldr-3.2.0
 + qpwgraph         	0.6.3               	out       	/gnu/store/fl2sfcvlfkp69s114g3i16b51i4zfnxs-qpwgraph-0.6.3
 + quassel          	0.14.0              	out       	/gnu/store/3wk4izbimq1lzm710q3j9yz71zb0s2xi-quassel-0.14.0
 + quaternion       	0.0.95.1            	out       	/gnu/store/hjlf1df996d7ylj70pfpi9gy9w0pvykk-quaternion-0.0.95.1
 + racket           	8.12                	out       	/gnu/store/crjqgdxn6nx1v8v1733w8whg7yw2svg4-racket-8.12
 + redshift         	1.12                	out       	/gnu/store/wy272hf8miyvrqxxi1kxy7mn297m9hab-redshift-1.12
 + retroarch        	1.18.0              	out       	/gnu/store/cy1kq7qhy67qgaldw352py1kzwn6gmh2-retroarch-1.18.0
 + samba            	4.18.1              	out       	/gnu/store/yzznp7jf3bnzrvx6bkkxfkskhp60b7j7-samba-4.18.1
 + screengrab       	2.6.0               	out       	/gnu/store/hcxkpcbvllkilvg3h4g4xa6bp2ylsrdp-screengrab-2.6.0
 + scribus          	1.6.1               	out       	/gnu/store/7q4rpykdqa82hvl7m2mfjczhrdx8hfa1-scribus-1.6.1
 + scrot            	1.11                	out       	/gnu/store/rsr7q0xjmklywdjwahq5lkpn5bgvk42j-scrot-1.11
 + scummvm          	2.8.1               	out       	/gnu/store/b849npfjhh94h9lmz9dgqg1d4iqx9i1y-scummvm-2.8.1
 + sdl2             	2.30.1              	out       	/gnu/store/719nyy11wh1d91imnfzgxwldsc4qlv0x-sdl2-2.30.1
 + secrets          	6.5                 	out       	/gnu/store/rqcnch362vlj5xbybf1zlk5xll8hqjcd-secrets-6.5
 + sfxr             	1.2.1               	out       	/gnu/store/0hqiwb393n5yn9sn10g13cgpd6y096zh-sfxr-1.2.1
 + shotcut          	23.09.29            	out       	/gnu/store/3fzjc9wx2hagxkzpx3k92wjfxkyk6p9h-shotcut-23.09.29
 + simple-scan      	44.0                	out       	/gnu/store/lknxzi07rbxzb9rdz3apz4jagsyg89zj-simple-scan-44.0
 + spatialite-gui   	2.1.0-beta1         	out       	/gnu/store/hs2xp2fwjzy1aw5vnw4fa6zn1j1vidlb-spatialite-gui-2.1.0-beta1
 + steam            	1.0.0.78            	out       	/gnu/store/qxf52qbrr0dj0i38wd1i15a7357nbzzc-steam-1.0.0.78
 + streamlink       	6.3.1               	out       	/gnu/store/7xsznnd50xb6kyd7lclmaj4ibzhkcbja-streamlink-6.3.1
 + syncthing-gtk    	0.9.4.4-1.c46fbd8   	out       	/gnu/store/injwgn7901mrarhkbn7b5h2k5y4sr31n-syncthing-gtk-0.9.4.4-1.c46fbd8
 + teeworlds        	0.7.5               	out       	/gnu/store/y8zynh00d1nn8s5cw5m5047x2yhscv94-teeworlds-0.7.5
 + tenacity         	1.3.3               	out       	/gnu/store/gy7x9c4pb2az3f76411h8xq0lxqv2l06-tenacity-1.3.3
 + texlive-polyglossia	66594               	out       	/gnu/store/pc80vxswc9ikyqjfgiad2azhr3yia7fy-texlive-polyglossia-66594
 + texlive-scheme-medium	66594               	out       	/gnu/store/v7sz45hbjhan0z44h9bg4637pznmxfvg-texlive-scheme-medium-66594
 + timidity++       	2.15.0              	out       	/gnu/store/qqp59j143rhv2a5bz60x6hd9xylfmdpq-timidity++-2.15.0
 + tipp10           	3.3.0               	out       	/gnu/store/9pwhvr2m1cbwhiq3lybrfr30pr5k9724-tipp10-3.3.0
 + tome4            	1.7.6               	out       	/gnu/store/n8y12vhnsapf4vj94rpyzk954ig1b986-tome4-1.7.6
 + tor              	0.4.8.12            	out       	/gnu/store/q7xrchpg7nyq7yfn4aqy02lsvbaipgh6-tor-0.4.8.12
 + torbrowser       	13.0.15             	out       	/gnu/store/v5h4dfkqw5ykljpi6wb2bg7cswfb8qd8-torbrowser-13.0.15
 + transmission     	4.0.5               	out       	/gnu/store/vd96xf74v586nb6fvqkp8b5gnc76pzzs-transmission-4.0.5
 + tuxpaint         	0.9.23              	out       	/gnu/store/b93zmhjlphcfxvhj32xrh794600sq5cd-tuxpaint-0.9.23
 + uget             	2.2.1               	out       	/gnu/store/g5m32mycsn8s7qv7kmywway1dgj651r1-uget-2.2.1
 + ungoogled-chromium	112.0.5615.165-1    	out       	/gnu/store/5ddpq6wdp4h88vwaqbfijldv784j3b1m-ungoogled-chromium-112.0.5615.165-1
 + v4l-utils        	1.22.1              	out       	/gnu/store/1s9si3h44pqafvb8fj6q82zb5dr0k9fy-v4l-utils-1.22.1
 + virt-manager     	4.1.0               	out       	/gnu/store/vcgbw58qrizk2fhpfn98gryr4c1lb41d-virt-manager-4.1.0
 + vlc              	3.0.20              	out       	/gnu/store/0967rnd3m53z7xj7wy2qnmmhn1d4cjhx-vlc-3.0.20
 + wesnoth          	1.18.0              	out       	/gnu/store/0mv6d43mny7v0vsfvf40b0y6029c4v45-wesnoth-1.18.0
 + wine64           	9.0                 	out       	/gnu/store/bpdsqbvk81w457j3sdbmq3ymwq51r614-wine64-9.0
 + wireplumber      	0.4.17              	out       	/gnu/store/mcsbkwcicvxvdzvh1bq1z64b3p5jqrs3-wireplumber-0.4.17
 + wireshark        	4.2.5               	out       	/gnu/store/3mm0hh8sk8ksayam1fs2yrdal47anjxw-wireshark-4.2.5
 + workrave         	1.10.52             	out       	/gnu/store/i56r5z2zxj6fwbxk2jg75i71rznq3535-workrave-1.10.52
 + wxwidgets        	3.2.4               	out       	/gnu/store/brhgc02b7ydc32f9fn9lkx82x6bmalf3-wxwidgets-3.2.4
 + xdg-desktop-portal	1.16.0              	out       	/gnu/store/49vqh0hdxvlzlpdkc69dpapdvcl8avfq-xdg-desktop-portal-1.16.0
 + xdg-desktop-portal-gtk	1.14.1              	out       	/gnu/store/lvcq7c5y0xz4vy6phd2g3d0lxxhra1am-xdg-desktop-portal-gtk-1.14.1
 + xfce4-clipman-plugin	1.6.6               	out       	/gnu/store/07qs019k9cfrmjq4749dryx8zlam41zw-xfce4-clipman-plugin-1.6.6
 + xfce4-pulseaudio-plugin	0.4.8               	out       	/gnu/store/ribg4q5mv3ram3px4bdnfnc14i8cs1l1-xfce4-pulseaudio-plugin-0.4.8
 + xmoto            	0.6.2               	out       	/gnu/store/spkh1i8g65lxywrjbwi1zppnj6x90833-xmoto-0.6.2
 + xournalpp        	1.2.3               	out       	/gnu/store/x6h6pli8kbv9ridgjprn0xd8a7c3rsl3-xournalpp-1.2.3
 + xpdf             	4.04                	out       	/gnu/store/r1nvgq6qd7mrvwdmapz2z106hadi9xj6-xpdf-4.04
 + xsane            	0.999               	out       	/gnu/store/h9qhgy9m69rjya1r3qv8ck11cxkdacz3-xsane-0.999
 + yt-dlp           	2023.10.13          	out       	/gnu/store/m4p6rrgpi7s0ij0936hw22sqahx97fy6-yt-dlp-2023.10.13
 + zenity           	3.44.1              	out       	/gnu/store/h2ya600p2bjc7s09akc82arvsmm29cda-zenity-3.44.1
 - grafx2           	2.4                 	out       	/gnu/store/wmygiar0f8inf1w845g1l0bbc4l4nipb-grafx2-2.4
 - kxstitch         	2.2.0               	out       	/gnu/store/208jx6j3rbi1qvp86v6qk0inibyqjfz9-kxstitch-2.2.0
 - 0ad              	0.0.26-alpha        	out       	/gnu/store/w1qvmdp9mh85vz9nzdcxxmnmar4i9fbs-0ad-0.0.26-alpha
 - abcde            	2.9.3               	out       	/gnu/store/y6s5br26fpis9wrafar09xgplfrzifgs-abcde-2.9.3
 - audacity         	3.5.1               	out       	/gnu/store/rhvsyn802ifanh9vc3vyaqk9mldh4v6d-audacity-3.5.1
 - pdfgrep          	2.1.2               	out       	/gnu/store/crpmndp1h1bzlhbcxa94amrybzhqpsmj-pdfgrep-2.1.2
 - adanaxisgpl      	1.2.5               	out       	/gnu/store/lcfc8759hd8anwh9r6pqfg9mv7bd7pil-adanaxisgpl-1.2.5
 - adwaita-icon-theme	44.0                	out       	/gnu/store/qi97p7nxadwl1344xm441lh5yq4v3fmk-adwaita-icon-theme-44.0
 - alsa-plugins     	1.2.2               	out       	/gnu/store/cm9avmxnrf6fzqd6xckq7wggllbcwwlq-alsa-plugins-1.2.2
 - alsa-plugins     	1.2.2               	pulseaudio	/gnu/store/qsir5qxizlydf8hpzcq9pnijhbinsz7j-alsa-plugins-1.2.2-pulseaudio
 - anki             	2.1.16              	out       	/gnu/store/fwqzkffpy4mbiy8cn594z8bl3k1fnr99-anki-2.1.16
 - ant              	1.10.13             	out       	/gnu/store/ibgrn3gs007jaf3qzav9bii0nhyxx7zb-ant-1.10.13
 - arandr           	0.1.11              	out       	/gnu/store/w7kmwn7ry953a5hx7bzwb4a2z0p0xkxa-arandr-0.1.11
 - arc-theme        	20221218            	out       	/gnu/store/n4rxhv6w80cf7gcg59sgrcph0fdjivir-arc-theme-20221218
 - aria2            	1.37.0              	out       	/gnu/store/45is03pfprsgvksj90mma9jfaxbx5g1f-aria2-1.37.0
 - ark              	23.04.3             	out       	/gnu/store/lvcv3qq1i4vr3wvy8k0ab3j442g4924v-ark-23.04.3
 - avidemux         	2.7.8               	out       	/gnu/store/lfin5mpfxx9ybqgb25c3b3qdbb2chvxn-avidemux-2.7.8
 - blender          	3.6.10              	out       	/gnu/store/y1sjbf2npyyibw8rkqnz4cifmqh4x1lr-blender-3.6.10
 - breeze-icons     	5.114.0             	out       	/gnu/store/4bl910v530zsmdl1926nfjni47grzg0p-breeze-icons-5.114.0
 - calibre          	5.44.0              	out       	/gnu/store/7y0836ywm3r9lwc71rz4s81iqqayw3ac-calibre-5.44.0
 - clojure          	1.11.1              	out       	/gnu/store/sqvdixnnqr0qr5k8a8lhvlb790dqiid7-clojure-1.11.1
 - cryptsetup       	2.3.7               	out       	/gnu/store/715w60gqazwmrab5ambw271z0h8sk2b6-cryptsetup-2.3.7
 - cups             	2.4.2               	out       	/gnu/store/cksp9s71gyxgrh1qgyjlaijpdm6x4svz-cups-2.4.7
 - dbus-c++         	0.9.0               	out       	/gnu/store/4pqxdxr8r3zbzvmc4ppj6dvnv3vlwdrz-dbus-c++-0.9.0
 - dconf-editor     	43.0                	out       	/gnu/store/i3vqsj71kjlwlv1pqh7rpazd3zqzb9az-dconf-editor-43.0
 - docker           	20.10.27            	out       	/gnu/store/yr7apivhl7n4rmy9qfzvbxjs36clz4q7-docker-20.10.27
 - dunst            	1.10.0              	out       	/gnu/store/12gz8wv5azggkhd9y7fj96j455qp4acp-dunst-1.10.0
 - ecryptfs-utils   	111                 	out       	/gnu/store/irsgm47016sfq97lp82bi9w4j1is71k1-ecryptfs-utils-111
 - electrum         	4.4.6               	out       	/gnu/store/90jhwalfbqj6snqjj3mhfxdl3m9v3y0h-electrum-4.4.6
 - emacs-next       	30.0.50-2.170c655   	out       	/gnu/store/dzb1r78ryfq4gpsigyi1lzwcb2i4zj48-emacs-next-30.0.50-2.170c655
 - emacs-auctex     	14.0.4              	out       	/gnu/store/8h0zhr0p6wc0da3kz8rng7zbyhqhj7v6-emacs-auctex-14.0.4
 - emacs-bbdb       	3.2.2.4             	out       	/gnu/store/dvwi5562khgjdrw3h48q9ryp1plz1yfc-emacs-bbdb-3.2.2.4
 - emacs-elfeed-org 	0.1-1.77b6bbf       	out       	/gnu/store/jbpz98pardn57h75pfhnn71kx58z3dcz-emacs-elfeed-org-0.1-1.77b6bbf
 - emacs-emms       	19                  	out       	/gnu/store/cyc27725dl4x9hss68pixv42vfqqjh5x-emacs-emms-19
 - emacs-exwm       	0.28                	out       	/gnu/store/42h1ccid13vn6xf2zpdn2bv033pkhkj4-emacs-exwm-0.28
 - emacs-helm-exwm  	0.0.2               	out       	/gnu/store/xm8cgj37ysxrwafzaif51936y9q3z8d0-emacs-helm-exwm-0.0.2
 - emacs-helm-emms  	1.3-3.37e5aa0       	out       	/gnu/store/byyhwxahayyqpyyx6lx4bxx7x21v5in6-emacs-helm-emms-1.3-3.37e5aa0
 - emacs-magit      	3.3.0-7.dda332b     	out       	/gnu/store/w0fl9ym40y6qkb8jjn5jsgark6261ila-emacs-magit-3.3.0-7.dda332b
 - emacs-org-contrib	0.5                 	out       	/gnu/store/qiq48785l896qcw357j0wh5ns612379f-emacs-org-contrib-0.5
 - emacs-org-edit-latex	0.8.3               	out       	/gnu/store/fa54v8cl1xdvqnsa5qkvnq40dd1jq2j6-emacs-org-edit-latex-0.8.3
 - emacs-pdf-tools  	1.1.0               	out       	/gnu/store/g5y1sw39b69y6bs35ywshry374g4z60s-emacs-pdf-tools-1.1.0
 - espeak           	1.48.04             	out       	/gnu/store/7cgy7zxlyc99n8l6mak1inc1ycqv1hdc-espeak-1.48.04
 - espeak-ng        	1.51                	out       	/gnu/store/2i5p14aiccqbjhq2wxqgn8plqm542hcz-espeak-ng-1.51
 - evince           	44.3                	out       	/gnu/store/4i4v0b8jwqc83c4w6fk10y8c1v73i8zl-evince-44.3
 - fdisk            	2.0.0a1             	out       	/gnu/store/25rynxrs2g2piwbqlv7www5vy64xl0sd-fdisk-2.0.0a1
 - ffmpeg           	6.1.1               	out       	/gnu/store/apmpchbanik66mpnh4qm8ybkl3075qfz-ffmpeg-6.1.1
 - ffmpegthumbs     	23.04.3             	out       	/gnu/store/j1bhn4sybyqc780km0vhfsphcniwvaa5-ffmpegthumbs-23.04.3
 - filelight        	23.04.3             	out       	/gnu/store/wfjhap8pp26sz1rlqx15981wdq36m8nk-filelight-23.04.3
 - firefox-decrypt  	1.1.1               	out       	/gnu/store/xxhfym5n8vfbn4c9bfxg6m53p35g1n0b-firefox-decrypt-1.1.1
 - flameshot        	12.1.0              	out       	/gnu/store/5zg8wc41dimrmdpgpiwp1ynj27jajyb4-flameshot-12.1.0
 - flare-game       	1.14                	out       	/gnu/store/bya9sdjxi0dig38wbl9780i415xq3q88-flare-game-1.14
 - flatpak          	1.14.6              	out       	/gnu/store/5m7xx7pdya0lrr7g518wjsfjh0k0ilb3-flatpak-1.14.6
 - folks            	0.15.8              	out       	/gnu/store/d1izxgb5cs5dk9plyv96fxymm16hgq90-folks-0.15.8
 - font-abattis-cantarell	0.303-0.e049149     	out       	/gnu/store/ps44hamandfsdyh725vdwbj5adkh1hf7-font-abattis-cantarell-0.303-0.e049149
 - font-gnu-freefont	20120503            	out       	/gnu/store/lmikbq81x35v90zxs71b5dhni1c261pp-font-gnu-freefont-20120503
 - gimp             	2.10.36             	out       	/gnu/store/nig7jdcbdqij3149f39y407692frb48k-gimp-2.10.36
 - gimp-resynthesizer	2.0.3               	out       	/gnu/store/ykrf79gljfnac9a2gri3v3w7bsng37kk-gimp-resynthesizer-2.0.3
 - git              	2.41.0              	out       	/gnu/store/xhbxhg45c78i3d02xhd95ykrjzxfamyb-git-2.41.0
 - git-lfs          	3.4.0               	out       	/gnu/store/vli06124vvq0pai6ci0bjjc5drihn6ig-git-lfs-3.4.0
 - gmtp             	1.3.11              	out       	/gnu/store/2s9p5csws4ickiwfbk8hi29lyhjzy2k9-gmtp-1.3.11
 - gnome-chess      	3.37.3              	out       	/gnu/store/jp9gmdinhqg5yb4qx6gxi1fwaxvca40i-gnome-chess-3.37.3
 - gnome-screenshot 	41.0-0.9f067cf      	out       	/gnu/store/51qnf8kkpc72znip46fxp78n9kicnsw4-gnome-screenshot-41.0-0.9f067cf
 - gnome-system-monitor	44.0                	out       	/gnu/store/zzb38j38n7jilnr9qwal441a08aj71fk-gnome-system-monitor-44.0
 - gnome-themes-extra	3.28                	out       	/gnu/store/39397l2pxs71gwhxprvdr667kpdlj2hw-gnome-themes-extra-3.28
 - gnucash          	5.6                 	out       	/gnu/store/0h2yvk81s4mmrjx48hg65qihii9ai2k8-gnucash-5.6
 - godot            	4.2.1               	out       	/gnu/store/ys239a3d5l5yy8jz0zir9a5k0gjalwqb-godot-4.2.1
 - gpicview         	0.2.5               	out       	/gnu/store/52riwahjkm2hsa6xr3di6fcg73bxnpp0-gpicview-0.2.5
 - gpodder          	3.11.1              	out       	/gnu/store/8ccf9vvrp0dmlx4b5rs58b8jlxi1k9iz-gpodder-3.11.1
 - gramps           	5.1.4               	out       	/gnu/store/d835xkra918mjqh6mi458r08blaxl7kr-gramps-5.1.4
 - grpc             	1.47.0              	out       	/gnu/store/k6a8ln4g7cm2604fhqrpr9a17mxcrpkj-grpc-1.47.0
 - gst-libav        	1.22.3              	out       	/gnu/store/2dlkz7lfrpbgk0za6508lf3sypjdl5ns-gst-libav-1.22.3
 - gst-plugins-bad  	1.22.3              	out       	/gnu/store/7vc0nawmlb4swx2m1zdp852g3fk1gjpq-gst-plugins-bad-1.22.3
 - gst-plugins-base 	1.22.3              	out       	/gnu/store/1v941lpqp1cakqcajssajmlxndz72zch-gst-plugins-base-1.22.3
 - gst-plugins-good 	1.22.3              	out       	/gnu/store/37r01jziisglqn1g3g96kv6kyyfxi39m-gst-plugins-good-1.22.3
 - gst-plugins-ugly 	1.22.3              	out       	/gnu/store/39diaj8s0j4nm5z5hq1plfi0h5dl69ha-gst-plugins-ugly-1.22.3
 - guile-chickadee  	0.10.0              	out       	/gnu/store/cnnk66h4wq5v726izn2mzbgjpzpnvn45-guile-chickadee-0.10.0
 - guile-gi         	0.3.2               	out       	/gnu/store/8hc8i3x8k7wlgrzn05348llf5nmgkb6i-guile-gi-0.3.2
 - gxtuner          	2.4                 	out       	/gnu/store/a0mpi8a7z1cxf8l7j52w2ggbhm5ya31d-gxtuner-2.4
 - higan            	110                 	out       	/gnu/store/bal5r912h23wsnibk0x4q5qmrnf6md1w-higan-110
 - hplip            	3.23.12             	out       	/gnu/store/m2k2nydv3rh0l0019jyq0ixzhfxkvhhk-hplip-3.23.12
 - hyperrogue       	12.1a               	out       	/gnu/store/yv2xklcjmdwdv8wlwnvkv05l0bvzawg3-hyperrogue-12.1a
 - icecat           	115.11.0-guix0-preview1	out       	/gnu/store/nm7v0cfjhqlcfn5pj6bi6caf1xmfk9lx-icecat-115.11.0-guix0-preview1
 - icedove          	102.15.0            	out       	/gnu/store/bg8m5yg6sm12fdzs28yjkd702j8xr6c0-icedove-102.15.0
 - inkscape         	1.2.1               	out       	/gnu/store/jjnmwb2r187w1n5y3f6jrs8rvpawzc2b-inkscape-1.2.1
 - java-tomcat      	8.5.63              	out       	/gnu/store/aq68xgivyhzfalp31r57y5ipjqddc01w-java-tomcat-8.5.63
 - kawa             	3.1.1               	out       	/gnu/store/nz9wlcwbrvllialjr0lijfr511j9szcm-kawa-3.1.1
 - kde-frameworkintegration	5.114.0             	out       	/gnu/store/4imicajc786r82bc4c8hwvbhd15hc3fw-kde-frameworkintegration-5.114.0
 - kdeconnect       	23.04.3             	out       	/gnu/store/k17bvngfc13w253gf9ni5zzgica8a5w5-kdeconnect-23.04.3
 - kdenlive         	24.02.2             	out       	/gnu/store/bgjk7qh1p2kp0zw0v31b1vgdn76n5kv4-kdenlive-24.02.2
 - keepassxc        	2.7.7               	out       	/gnu/store/a7axcff1pngf6rra95ks2s4g2q0x0ri1-keepassxc-2.7.7
 - kmag             	23.04.3             	out       	/gnu/store/8bb6pq1b0r7wyki5asq79h5mgwdgq46m-kmag-23.04.3
 - kodi-cli         	1.1-1.104dc23       	out       	/gnu/store/ykwismfis22148pbgmizhbyiq2bdrb27-kodi-cli-1.1-1.104dc23
 - konsole          	23.04.3             	out       	/gnu/store/lb2kqrsr63fxjx7pdhq1w45j0rvvlv0n-konsole-23.04.3
 - krunner          	5.114.0             	out       	/gnu/store/xi25q6nh5hsdd7cbr6q7w94s73x4wzcg-krunner-5.114.0
 - ktouch           	21.12.2             	out       	/gnu/store/y08r5axbbix46x2xxp7sali5b0isp8cy-ktouch-21.12.2
 - kwindowsystem    	5.114.0             	out       	/gnu/store/s44b5dwwn1ss9686y9by81zi165d77mf-kwindowsystem-5.114.0
 - libheif          	1.17.6              	out       	/gnu/store/pykwsv27vb84h80q5x19nyk7hlq9x5c3-libheif-1.17.6
 - libnotify        	0.8.3               	out       	/gnu/store/da6x44bk5ix6g6iqyz8qr8hbvsfna1kj-libnotify-0.8.3
 - libreoffice      	7.6.3.1             	out       	/gnu/store/kr2c44hh7iwaw26l7v7x6s417cig9i7a-libreoffice-7.6.3.1
 - libsoup          	3.4.4               	out       	/gnu/store/slqmwx31v5z3xlddmrskh3l96yvbj8zh-libsoup-3.4.4
 - lilypond         	2.24.3              	out       	/gnu/store/vs02xknnxsj6cscxc0a1l5hk3nyl34dx-lilypond-2.24.3
 - lm-sensors       	3.6.0               	out       	/gnu/store/4ni6s4bd868ilq96yhsqfiymvldxdmx9-lm-sensors-3.6.0
 - lugaru           	1.2                 	out       	/gnu/store/yii47whmaslk9yvk3rf5myph582xr329-lugaru-1.2
 - lxqt-themes      	1.3.0               	out       	/gnu/store/z79j2m807h1ccxx6mi8k522qwvml80l0-lxqt-themes-1.3.0
 - maim             	5.6.3               	out       	/gnu/store/hcspiibprcxqiwzn71z92jj1fq7n6bx3-maim-5.6.3
 - mate-themes      	3.22.24             	out       	/gnu/store/m7hmarnr4ndsl8y7dypimzg7561yjxr0-mate-themes-3.22.24
 - meld             	3.22.2              	out       	/gnu/store/j2n8lbvanlki1b0xchn2liaz9zjfiwz9-meld-3.22.2
 - mlt              	7.24.0              	out       	/gnu/store/d7x2n28a1y7xzdwcvkf33zxizjhaglm6-mlt-7.24.0
 - mpg123           	1.31.2              	out       	/gnu/store/g2xfxk1xrh6igcmz049g75zw1i15rkvq-mpg123-1.31.2
 - mpg321           	0.3.2               	out       	/gnu/store/qa1xhrv2b0lw7d2g61f7az9kif79lah4-mpg321-0.3.2
 - mplayer          	1.5                 	out       	/gnu/store/z1n32y51zqfdvm1i854i5qbh044mwyf5-mplayer-1.5
 - mpv              	0.37.0              	out       	/gnu/store/2lp4xnfdhn84bmjayx14s4p9j4i5szi4-mpv-0.37.0
 - mrrescue         	1.02e               	out       	/gnu/store/f3cimzn0xp8934x13gryfzdhfg8hxmms-mrrescue-1.02e
 - mu               	1.12.4              	out       	/gnu/store/5bivgjzclawp4n2rzdcrs4sc4hxxl8qf-mu-1.12.4
 - mumble           	1.4.287             	out       	/gnu/store/frnmi14ik5d1syw9kk5ky1m5hwpmhd5r-mumble-1.4.287
 - mypaint          	2.0.1               	out       	/gnu/store/9xmn5yhlib5xchqpwppvbmsvlqj4nq64-mypaint-2.0.1
 - obs              	29.1.3              	out       	/gnu/store/4fhwvypcdii1ff4kfwi99pvnrrf03dkc-obs-29.1.3
 - okular           	23.04.3             	out       	/gnu/store/y35rd5k755i679x1vr4g8jhhsgqm1avi-okular-23.04.3
 - openal           	1.22.2              	out       	/gnu/store/sdnhqc1v25b36j2sf56day78cgraf5ki-openal-1.22.2
 - opencv           	4.9.0               	out       	/gnu/store/c6rcxb25c6169ks8nf188sh7l5ga2iim-opencv-4.9.0
 - openjdk          	21.0.2              	jdk       	/gnu/store/8mr2zl05y0jr1hfsqba9bdvnqs01nfxj-openjdk-21.0.2-jdk
 - openshot         	3.1.1               	out       	/gnu/store/v1kzldifmv40sl3ngk04254hlp922mws-openshot-3.1.1
 - opensurge        	0.6.0.3             	out       	/gnu/store/9r2h4gxhv26diqrdixkwjrxxfffvvakv-opensurge-0.6.0.3
 - orca             	44.2                	out       	/gnu/store/kikyl32gdxwb303qx15rfpp80cwglbjq-orca-44.2
 - oxygen-icons     	5.112.0             	out       	/gnu/store/9g9g361mm9j91kvwvqbp03zcvrzrlall-oxygen-icons-5.112.0
 - parallel         	20240422            	out       	/gnu/store/llvslq913i030akkj3jks9kw24hn18vm-parallel-20240422
 - parted           	3.6                 	out       	/gnu/store/09jj68038r1cqi3lnih5ycdmfbac046p-parted-3.6
 - password-store   	1.7.4               	out       	/gnu/store/wd2cmryzlvn6gqqzaa4wf99vx32vr3hd-password-store-1.7.4
 - pavucontrol      	5.0                 	out       	/gnu/store/wfh2pkzapz8g5h6qiznpldjmjlmsf9sj-pavucontrol-5.0
 - peek             	1.5.1               	out       	/gnu/store/m3zr2n9c0553crchfq1jzqpvfhz582bs-peek-1.5.1
 - pinentry         	1.2.1               	out       	/gnu/store/5b40cigq7jisfiz0kgaywr46qifm6cxy-pinentry-1.2.1
 - pioneer          	20220203            	out       	/gnu/store/p809m1z0fl8dwbpmvp2la5xvn9gd3wqm-pioneer-20220203
 - pipewire         	1.0.3               	out       	/gnu/store/bmnzqw4mj367v3hq4x9a8hb05367i2r2-pipewire-1.0.3
 - plantuml         	1.2023.7            	out       	/gnu/store/3wd200lvbgc8jmlv7pz0sqx5msw2zz92-plantuml-1.2023.7
 - plasma-framework 	5.114.0             	out       	/gnu/store/61q8f0vdcrcp26kakcmh29bcd5byg7c1-plasma-framework-5.114.0
 - playonlinux      	4.4                 	out       	/gnu/store/wvxxkz61pwqppndg11xbiinwyghpik7y-playonlinux-4.4
 - poppler          	22.09.0             	out       	/gnu/store/ak3b8cgd41nvygrx8hfhi39vg336w960-poppler-22.09.0
 - pulseaudio       	16.1                	out       	/gnu/store/h70jib2s2iymk6m2442bn9l2wxhjpjwx-pulseaudio-16.1
 - python-dulwich   	0.20.30             	out       	/gnu/store/c8q4j69sf68lja9641bwydj4alm6dqdv-python-dulwich-0.20.30
 - python-matplotlib	3.8.2               	out       	/gnu/store/6gpihbp22h6wwm3vd9i6x4ymkdlhp3ys-python-matplotlib-3.8.2
 - python-pygame-sdl2	2.1.0+renpy8.3.0    	out       	/gnu/store/304a527g3qbbhzg9hdzmmhyk4bgmg0nv-python-pygame-sdl2-2.1.0+renpy8.3.0
 - python-pyqt      	6.6.1               	out       	/gnu/store/bi8arwcm1cm10l5hk8fidmy2z8awhay0-python-pyqt-6.6.1
 - python-scipy     	1.12.0              	out       	/gnu/store/9ixmkfglfwwx99rzhifmyrq9z1dpn75i-python-scipy-1.12.0
 - python-tldr      	3.2.0               	out       	/gnu/store/lfp12miy1zqr61xiap02lyixz40g1y4n-python-tldr-3.2.0
 - qpwgraph         	0.6.3               	out       	/gnu/store/02igxs8lkizv0f729kw12w7w2g277qr6-qpwgraph-0.6.3
 - quassel          	0.14.0              	out       	/gnu/store/1daqj061jh6d5b7mvwqbw5iiv09lxi5w-quassel-0.14.0
 - quaternion       	0.0.95.1            	out       	/gnu/store/8y61r1wnscwmnwm7k82kvdhifrq7rlpz-quaternion-0.0.95.1
 - racket           	8.12                	out       	/gnu/store/0gfb1cr16r4j1wd5a4fy1isn5w0p4n7l-racket-8.12
 - redshift         	1.12                	out       	/gnu/store/llvf3lwd0gjkx1flrg0mnynvjqxkf24g-redshift-1.12
 - retroarch        	1.18.0              	out       	/gnu/store/3mpnpaqvwqrv9kxkw338dzpwn65snn7q-retroarch-1.18.0
 - samba            	4.18.1              	out       	/gnu/store/936yj2kyqjx2ys7dw5zr2w4nkp6b55v2-samba-4.18.1
 - screengrab       	2.6.0               	out       	/gnu/store/4lks1b5gc9nblm0ms8ipyavm86622av8-screengrab-2.6.0
 - scribus          	1.6.1               	out       	/gnu/store/6p4v1502anb97qcz9b0mbckqwq3i1g8r-scribus-1.6.1
 - scrot            	1.9                 	out       	/gnu/store/ks9a9w8y5zjmvgf0q0cn31cbs23nzk51-scrot-1.9
 - scummvm          	2.8.1               	out       	/gnu/store/1wsrykqqi410ldfb9ippxg8a9azsiwl6-scummvm-2.8.1
 - sdl2             	2.30.1              	out       	/gnu/store/naxv94f4kz3sb68aw5jm8gldahvkg3f2-sdl2-2.30.1
 - secrets          	6.5                 	out       	/gnu/store/m1z7x912x3najd4m11f66f2m5y618yi1-secrets-6.5
 - sfxr             	1.2.1               	out       	/gnu/store/39ciklap9cgwhx61s4dgvk0g226df8ml-sfxr-1.2.1
 - shotcut          	23.09.29            	out       	/gnu/store/mnc8jrqx7fg995fshs2dwyhp6m04d6yf-shotcut-23.09.29
 - simple-scan      	44.0                	out       	/gnu/store/8ka5b377dawksilvm7b1n20iwjs25y5q-simple-scan-44.0
 - spatialite-gui   	2.1.0-beta1         	out       	/gnu/store/krsq1i3vdraclc6yppdhmcb7ynm75ckp-spatialite-gui-2.1.0-beta1
 - steam            	1.0.0.78            	out       	/gnu/store/5z16k5ycxz26bjrvhinwsnq9ila3pni8-steam-1.0.0.78
 - streamlink       	6.3.1               	out       	/gnu/store/m04a6r05xrwar3j5p40pnsn3y5qlp9x1-streamlink-6.3.1
 - syncthing-gtk    	0.9.4.4-1.c46fbd8   	out       	/gnu/store/2rqim2x04xxm57wnkmrlhvpd1d3cqxs7-syncthing-gtk-0.9.4.4-1.c46fbd8
 - teeworlds        	0.7.5               	out       	/gnu/store/h575f0pdziyahh7xl05dsjw50qdks7qw-teeworlds-0.7.5
 - tenacity         	1.3.3               	out       	/gnu/store/nslkky8wdfmcy9qsb2mw5nib5ybgnfvw-tenacity-1.3.3
 - texlive-polyglossia	66594               	out       	/gnu/store/hiqgwkl4igfkyv4yw5dp5md9bi5lzjw3-texlive-polyglossia-66594
 - texlive-scheme-medium	66594               	out       	/gnu/store/ybxdckgmpdpmllsg61rr13x3hdbzn4px-texlive-scheme-medium-66594
 - timidity++       	2.15.0              	out       	/gnu/store/a5k6akfyrspbfrn9nnfjif2x3qn8pqcg-timidity++-2.15.0
 - tipp10           	3.3.0               	out       	/gnu/store/6wq4wavfkaz8c3p555pwvaldm3vnzfj7-tipp10-3.3.0
 - tome4            	1.7.6               	out       	/gnu/store/7z3ph3dvg062m7225czxxq6kdb0mvfnz-tome4-1.7.6
 - tor              	0.4.8.11            	out       	/gnu/store/2vxij10qml0h5d6dmqryal00jlndhz50-tor-0.4.8.11
 - torbrowser       	13.0.14             	out       	/gnu/store/raqc5cmb9jn7my541vsfhaiwl7wdr9zc-torbrowser-13.0.14
 - transmission     	4.0.5               	out       	/gnu/store/1yj3ds9g7872qc7012jgihngh581n1wi-transmission-4.0.5
 - tuxpaint         	0.9.23              	out       	/gnu/store/c7fqbm2j14aa9jc2rhhwazlqijcsmrnm-tuxpaint-0.9.23
 - uget             	2.2.1               	out       	/gnu/store/5zgxjwxxrp96aii92zsphg2vsv3zskmn-uget-2.2.1
 - ungoogled-chromium	112.0.5615.165-1    	out       	/gnu/store/v5yxac5dg2cxxlbir07rhvp0a9m5l430-ungoogled-chromium-112.0.5615.165-1
 - v4l-utils        	1.22.1              	out       	/gnu/store/gpa3hyhndcqwf13j8qhl2i8n6b36dln6-v4l-utils-1.22.1
 - virt-manager     	4.1.0               	out       	/gnu/store/bga5645z4winrajk36l5vjl8h56n63qk-virt-manager-4.1.0
 - vlc              	3.0.20              	out       	/gnu/store/gggjj9v12dchg6m0vy30b9g836zlchxj-vlc-3.0.20
 - wesnoth          	1.18.0              	out       	/gnu/store/bbpqd36r2hk6ksvhpjgpmpikh4bis4ix-wesnoth-1.18.0
 - wine64           	9.0                 	out       	/gnu/store/skd4j31brmh3gr6s618z3vf61vax85yr-wine64-9.0
 - wireplumber      	0.4.17              	out       	/gnu/store/fb84z261c46pma2pcl4lwqm22cqaj20f-wireplumber-0.4.17
 - wireshark        	4.2.5               	out       	/gnu/store/labymskxr9q1gbaxszkvpkx6p19anxim-wireshark-4.2.5
 - workrave         	1.10.52             	out       	/gnu/store/698cqsfrwra5983q1pmzv8i6pz5pgslr-workrave-1.10.52
 - wxwidgets        	3.2.4               	out       	/gnu/store/c9dvy8n6hy0yzi604ci9pppbb7iyjjhf-wxwidgets-3.2.4
 - xdg-desktop-portal	1.16.0              	out       	/gnu/store/jy2w8kpl44xvk8w4m4a78pmam02cgjqr-xdg-desktop-portal-1.16.0
 - xdg-desktop-portal-gtk	1.14.1              	out       	/gnu/store/79hh9b0mlw2ac0mascvajl1baqgzgaly-xdg-desktop-portal-gtk-1.14.1
 - xfce4-clipman-plugin	1.6.6               	out       	/gnu/store/m59xd4hza2x4w8fhr2zx4v7rv73k625d-xfce4-clipman-plugin-1.6.6
 - xfce4-pulseaudio-plugin	0.4.8               	out       	/gnu/store/di7gw497ydn8cnn61r53zli4fih3lr57-xfce4-pulseaudio-plugin-0.4.8
 - xmoto            	0.6.2               	out       	/gnu/store/b9sk7qlb26vm486mypw34ylqvd5f65xz-xmoto-0.6.2
 - xournalpp        	1.2.3               	out       	/gnu/store/m117i7vzi47j6y59pm6a4wm9kbzkgijd-xournalpp-1.2.3
 - xpdf             	4.04                	out       	/gnu/store/3wwqbig13gs12006f2kz0w3ylw2q7jfc-xpdf-4.04
 - xsane            	0.999               	out       	/gnu/store/p72ppc1nifhcz2zcl9rhhcdvl6v2c6pc-xsane-0.999
 - yt-dlp           	2023.10.13          	out       	/gnu/store/2skijjl1h6lgb4rj4spb25k85l54anks-yt-dlp-2023.10.13
 - zenity           	3.44.1              	out       	/gnu/store/a0jdqikdm0r6r1hnakqxsvm5af3pkck1-zenity-3.44.1

Generation 1288	21. Juni 2024 11:55:59
 + arc-theme        	20221218       	out	/gnu/store/rw0l38p1dxnxc0q4v6zjd0nvnfbaaky7-arc-theme-20221218
 + emacs-auctex     	14.0.5         	out	/gnu/store/qw1iyr39xg6k1b08px948br9cp5r4cr3-emacs-auctex-14.0.5
 + emacs-bbdb       	3.2.2.4        	out	/gnu/store/wqkd5jdk6nz6dg5f2pgwp5drr2h1rg48-emacs-bbdb-3.2.2.4
 + emacs-compat     	29.1.4.5       	out	/gnu/store/qqgn098xbsvpz3b7q84ahn5i4kxjvqrc-emacs-compat-29.1.4.5
 + emacs-elfeed-org 	0.1-1.77b6bbf  	out	/gnu/store/3q7cp4glr7f1wsfdvmj4drh07x9lzklc-emacs-elfeed-org-0.1-1.77b6bbf
 + emacs-emms       	20             	out	/gnu/store/5m8wbaai0k6ns438gvw7p7cwgzgzjp0k-emacs-emms-20
 + emacs-exwm       	0.30           	out	/gnu/store/0nd602hjpbr6f8mc61xx6papmsjb18ba-emacs-exwm-0.30
 + emacs-helm-exwm  	0.0.2          	out	/gnu/store/fahfsp9f2bvqyic5hjvq48nfyxr34926-emacs-helm-exwm-0.0.2
 + emacs-geiser-guile	0.28.1         	out	/gnu/store/jnpgd3gs4jhg0axv6kj1p1y25wjdxnji-emacs-geiser-guile-0.28.1
 + emacs-helm-emms  	1.3-3.37e5aa0  	out	/gnu/store/l3ydrv1xs9q1hc2dp81yv7p3hcnf8dp1-emacs-helm-emms-1.3-3.37e5aa0
 + emacs-helm-firefox	1.3            	out	/gnu/store/0d1snv33g4i92g8wv2f54l4hc9cvhl2m-emacs-helm-firefox-1.3
 + emacs-magit      	3.3.0-7.dda332b	out	/gnu/store/xwv4l0lks89l17iiw183sq93r1nxcad8-emacs-magit-3.3.0-7.dda332b
 + emacs-ghub       	3.6.0          	out	/gnu/store/bbwdin9556z4fhahrnd7amg5yaa95pal-emacs-ghub-3.6.0
 + emacs-org-contrib	0.5            	out	/gnu/store/8xmjrdb40hqy2abr53ycpviflafl65zi-emacs-org-contrib-0.5
 + emacs-org-edit-latex	0.8.3          	out	/gnu/store/fqw6av4cvkzpiisjq3dxhl9nvaq6vbx1-emacs-org-edit-latex-0.8.3
 + emacs-transient  	0.7.0          	out	/gnu/store/biahi1svigvc2xwz10x46cakqps2009x-emacs-transient-0.7.0
 + emacs-xref       	1.7.0          	out	/gnu/store/7fxffq1xn3lxdhgha97fzd00ya9df83w-emacs-xref-1.7.0
 + guile-wisp       	1.0.12         	out	/gnu/store/z47yb3ina0ywp9fblp5l707x18y8cgjb-guile-wisp-1.0.12
 + libreoffice      	7.6.7.2        	out	/gnu/store/3kl7g3vwflp1aga2w34ccr3wa4r8r9c1-libreoffice-7.6.7.2
 + obs              	29.1.3         	out	/gnu/store/hsj9ln3j0vyjd6adsvspdj3rhg57cdcq-obs-29.1.3
 + opencv           	4.9.0          	out	/gnu/store/26b3mpl09shqipnhm6svkdp9awzhs4gd-opencv-4.9.0
 + orca             	44.2           	out	/gnu/store/8mmfh7zj7mg3j50lhzkpf5snx91gn1yw-orca-44.2
 + python-tldr      	3.2.0          	out	/gnu/store/hshv4w8xl9vxf21wkp0ayf70wd5ab2ff-python-tldr-3.2.0
 + rmlint           	2.10.2         	out	/gnu/store/rz72azzvsx5l4l2gi5dgyjjnz4wl81kj-rmlint-2.10.2
 + ruby             	3.3.3          	out	/gnu/store/sqaq8jxrygmw1ijl85b849nsvqhlkdhz-ruby-3.3.3
 + sbcl             	2.4.5          	out	/gnu/store/4n5jhhd6fzachin5yn3whhl3fih60sig-sbcl-2.4.5
 + scribus          	1.6.2          	out	/gnu/store/lrg0il6mnw7jzh33fi8vip7q8w95ksba-scribus-1.6.2
 + texlive-scheme-medium	66594          	out	/gnu/store/spzhbcpba6gr7b93rmbj4fgaqjf293av-texlive-scheme-medium-66594
 + torbrowser       	13.0.15        	out	/gnu/store/x1k1k1d1zs4rbyh80wg9ndk4hbpd1lsv-torbrowser-13.0.15
 + vlc              	3.0.21         	out	/gnu/store/5h861ny34qdm3yn98g6va4dzqj3012aq-vlc-3.0.21
 + wireplumber      	0.5.3          	out	/gnu/store/nv4fxmd7fvpv87hfnhck9y8s51z9plns-wireplumber-0.5.3
 - arc-theme        	20221218       	out	/gnu/store/hiyy1dkkpayk76absbwca7lm94llpnpn-arc-theme-20221218
 - emacs-auctex     	14.0.4         	out	/gnu/store/fdrzjv6pis0d4i3fn15n3fdpwgvzl4a7-emacs-auctex-14.0.4
 - emacs-bbdb       	3.2.2.4        	out	/gnu/store/dfnryp6p22m2sr9iyb9s2pfmpvacbn5c-emacs-bbdb-3.2.2.4
 - emacs-compat     	29.1.4.5       	out	/gnu/store/4f44kl75q0ah0cpwlhiz73jxf60srmx8-emacs-compat-29.1.4.5
 - emacs-elfeed-org 	0.1-1.77b6bbf  	out	/gnu/store/jhhq63my9hsmx2pgfmbcxgrcsr4hql04-emacs-elfeed-org-0.1-1.77b6bbf
 - emacs-emms       	19             	out	/gnu/store/czqzm4gjb4pc315bqz3kbg735zvf3xy8-emacs-emms-19
 - emacs-exwm       	0.28           	out	/gnu/store/bnh6j5ml00blg8zcqzmkifll7b7zl7jn-emacs-exwm-0.28
 - emacs-helm-exwm  	0.0.2          	out	/gnu/store/gy4ffr7admpkxxvkaafa3a4gvf3gxiv7-emacs-helm-exwm-0.0.2
 - emacs-geiser-guile	0.28.1         	out	/gnu/store/zfymvm22ssk03ir4hrk26qnyqjj318q5-emacs-geiser-guile-0.28.1
 - emacs-helm-emms  	1.3-3.37e5aa0  	out	/gnu/store/1kz0gpk63lacmbhxk1yyqiys777617ma-emacs-helm-emms-1.3-3.37e5aa0
 - emacs-helm-firefox	1.3            	out	/gnu/store/gfix4zm2hdkwii6gvz7pfkqxa8wzjs3j-emacs-helm-firefox-1.3
 - emacs-magit      	3.3.0-7.dda332b	out	/gnu/store/9yhn9pn1wmlsydv6kmbdsl6sq2zki0kg-emacs-magit-3.3.0-7.dda332b
 - emacs-ghub       	3.6.0          	out	/gnu/store/546qb08nyi1vv23w8dgrs4z6f993bh19-emacs-ghub-3.6.0
 - emacs-org-contrib	0.5            	out	/gnu/store/z2gmmp4ij8h94gmvdwm0lj52qc3m0plj-emacs-org-contrib-0.5
 - emacs-org-edit-latex	0.8.3          	out	/gnu/store/9n22s5jcvj64zj1x8gy1rm5ijda2345y-emacs-org-edit-latex-0.8.3
 - emacs-transient  	0.6.0          	out	/gnu/store/v8r6az9568lv4p8srgamrmsm92krn130-emacs-transient-0.6.0
 - emacs-xref       	1.6.3          	out	/gnu/store/w89y5r65d5d0gfp1pv522ylyfmhh0iv2-emacs-xref-1.6.3
 - guile-wisp       	1.0.7          	out	/gnu/store/mqdqwpprc59cdwbyhf7jdxkdklf8w777-guile-wisp-1.0.7
 - libreoffice      	7.6.3.1        	out	/gnu/store/99ffzr3cdm6jbyjhbwj9bdvyizbfn1mg-libreoffice-7.6.3.1
 - obs              	29.1.3         	out	/gnu/store/1d54d6m98c2cxwzb4np98973bg568wz6-obs-29.1.3
 - opencv           	4.9.0          	out	/gnu/store/z1xa6b78yn3b9cqjh6sk9m7l9qnlccby-opencv-4.9.0
 - orca             	44.2           	out	/gnu/store/wrqgpdayvmyrps0hlsnkq4kg2240pawh-orca-44.2
 - python-tldr      	3.2.0          	out	/gnu/store/vk8as1bd2n72rnfjxyfasmb6z1z10rvl-python-tldr-3.2.0
 - rmlint           	2.10.2         	out	/gnu/store/rsdsgy5may8pdl2350z1c0m87bjcfz6b-rmlint-2.10.2
 - ruby             	3.2.3          	out	/gnu/store/nkp7immncpclk9wrkq09835242rgqbn3-ruby-3.2.3
 - sbcl             	2.4.0          	out	/gnu/store/11r6zawpm8rl4dxnh2fx7slavv4cxc70-sbcl-2.4.0
 - scribus          	1.6.1          	out	/gnu/store/7q4rpykdqa82hvl7m2mfjczhrdx8hfa1-scribus-1.6.1
 - texlive-scheme-medium	66594          	out	/gnu/store/v7sz45hbjhan0z44h9bg4637pznmxfvg-texlive-scheme-medium-66594
 - torbrowser       	13.0.15        	out	/gnu/store/v5h4dfkqw5ykljpi6wb2bg7cswfb8qd8-torbrowser-13.0.15
 - vlc              	3.0.20         	out	/gnu/store/0967rnd3m53z7xj7wy2qnmmhn1d4cjhx-vlc-3.0.20
 - wireplumber      	0.4.17         	out	/gnu/store/mcsbkwcicvxvdzvh1bq1z64b3p5jqrs3-wireplumber-0.4.17


Best wishes,
Arne

"Dr. Arne Babenhauserheide" <arne_bab@web.de> writes:

> I get a crash when trying to run Emacs in a dedicated setup.
>
> I expect that there are some leftover files from byte compilation or
> native compilation that cause the problem.
>
> To do a clean run:
>
> sudo mkdir -p /home/arne/eigenes/Webseiten/
> sudo chmod a+rwx /home/arne/eigenes/Webseiten/
> hg clone https://hg.sr.ht/~arnebab/draketo /home/arne/eigenes/Webseiten/arnebab-org
> cd /home/arne/eigenes/Webseiten/arnebab-org
> echo -e "utf-8\n" | HOME="/home/arne/eigenes/Webseiten/arnebab-org" emacs --batch --load .emacs.d/init.el --load setup.el "setup.el" -f org-feed-update-all -f kill-emacs && touch "external-rss.org.in"
>
> Since I updated Guix (Emacs went from 29 to 30), it is broken for me:
>
> echo -e "utf-8\n" | HOME="/home/arne/eigenes/Webseiten/arnebab-org"
> emacs --batch --load .emacs.d/init.el --load setup.el "setup.el" -f
> org-feed-update-all -f kill-emacs && touch "external-rss.org.in" # the
> echo is a hack to work around broken encoding -> no longer empty, but
> still broken
> Loading ido (native compiled elisp)...
>
> Error: error ("Recursive ‘require’ for feature ‘ox’")
>   require(ox)
>   byte-code("\300\301!\210\302
> \303\232\204\20\0\304\305\306\"\210\300\307!\210\300\310!\210\300\311!\210\312\313\314\315\316\317\320\321\322&\10\210\323\324\325\326\327\330\331\332&\7\210\333\334\335\336\337DD\340\331\324\341\342\343\344\345\346&\13\210\333\347\335\336\350DD\351\331\324\341\342\343\352\345\346&\13\210\333\353\335\336\354DD\355\331\324\341\342\343\356\345\346&\13\210\333\357\335\336\360DD\361\331\324\341\342\343\362\345\346&\13\210\333\363\335\336\364DD\365\331\324\341\366\343\367\345\346&\13\210\333\370\335\336\371DD\372\331\324\341\342\343\373\345\346&\13\210\333\374\335\336\375DD\376\331\324\341\342\343\377\345\201@\0&\13\210\333\201A\0\335\336\201B\0DD\201C\0\331\324\341\342\343\201D\0\345\201E\0&\13\210\333\201F\0\335\336\201G\0DD\201H\0\331\324\341\342\343\201I\0\345\201J\0&\13\210\333\201K\0\335\336\201L\0DD\201M\0\331\324\341\342\343\201N\0\345\201O\0&\13\210\333\201P\0\335\336\201Q\0DD\201R\0\331\324\341\342\343\201S\0\345\201T\0&\13\210\333\201U\0\335\336\201V\0DD\201W\0\331\324\341\342\343\201X\0\345\201Y\0&\13\210\333\201Z\0\335\336\201[\0DD\201\\\0\331\324\341\342\343\201]\0\345\201^\0&\13\210\333\201_\0\335\336\201`\0DD\201a\0\331\324\341\342\343\201b\0\345\201^\0&\13\207"
> [require org-macs org-release "9.7.4" warn "Org version
> mismatch.\nThis warning usually appears when a built-in Org version is
> loaded\nprior to the more recent Org version.\n\nVersion mismatch is
> commonly encountered in the following situations:\n\n1. Emacs is
> loaded using literate Org config and more recent Org\n version is
> loaded inside the file loaded by `org-babel-load-file'.\n
> `org-babel-load-file' triggers the built-in Org version clashing\n the
> newer Org version attempt to be loaded later.\n\n It is recommended to
> move the Org loading code before the\n `org-babel-load-file'
> call.\n\n2. New Org version is loaded manually by setting `load-path',
> but some\n other package depending on Org is loaded before the
> `load-path' is\n configured.\n This \"other package\" is triggering
> built-in Org version, again\n causing the version mismatch.\n\n It is
> recommended to set `load-path' as early in the config as\n
> possible.\n\n3. New Org version is loaded using straight.el package
> manager and\n other package depending on Org is loaded before straight
> triggers\n loading of the newer Org version.\n\n It is recommended to
> put\n\n %s\n\n early in the config. Ideally, right after the
> straight.el\n bootstrap. Moving `use-package' :straight declaration
> may not be\n sufficient if the corresponding `use-package' statement
> is\n deferring the loading.\n\n4. A new Org version is synchronized
> with Emacs git repository and\n stale .elc files are still left from
> the previous build.\n\n It is recommended to remove .elc files from
> lisp/org directory and\n re-compile." "(straight-use-package 'org)" ox
> ox-publish cl-lib org-export-define-backend ascii ((bold .
> org-ascii-bold) (center-block . org-ascii-center-block) (clock .
> org-ascii-clock) (code . org-ascii-code) (drawer . org-ascii-drawer)
> (dynamic-block . org-ascii-dynamic-block) (entity . org-ascii-entity)
> (example-block . org-ascii-example-block) (export-block .
> org-ascii-export-block) (export-snippet . org-ascii-export-snippet)
> (fixed-width . org-ascii-fixed-width) (footnote-reference .
> org-ascii-footnote-reference) (headline . org-ascii-headline)
> (horizontal-rule . org-ascii-horizontal-rule) (inline-src-block .
> org-ascii-inline-src-block) (inlinetask . org-ascii-inlinetask)
> (inner-template . org-ascii-inner-template) (italic .
> org-ascii-italic) (item . org-ascii-item) (keyword .
> org-ascii-keyword) (latex-environment . org-ascii-latex-environment)
> (latex-fragment . org-ascii-latex-fragment) (line-break .
> org-ascii-line-break) (link . org-ascii-link) (node-property .
> org-ascii-node-property) (paragraph . org-ascii-paragraph) (plain-list
> . org-ascii-plain-list) (plain-text . org-ascii-plain-text) (planning
> . org-ascii-planning) (property-drawer . org-ascii-property-drawer)
> (quote-block . org-ascii-quote-block) (radio-target .
> org-ascii-radio-target) (section . org-ascii-section) (special-block .
> org-ascii-special-block) (src-block . org-ascii-src-block)
> (statistics-cookie . org-ascii-statistics-cookie) (strike-through .
> org-ascii-strike-through) (subscript . org-ascii-subscript)
> (superscript . org-ascii-superscript) (table . org-ascii-table)
> (table-cell . org-ascii-table-cell) (table-row . org-ascii-table-row)
> (target . org-ascii-target) (template . org-ascii-template) (timestamp
> . org-ascii-timestamp) (underline . org-ascii-underline) (verbatim .
> org-ascii-verbatim) (verse-block . org-ascii-verse-block)) :menu-entry
> (116 "Export to Plain Text" ((65 "As ASCII buffer" (lambda (a s v b)
> (org-ascii-export-as-ascii a s v b '(:ascii-charset ascii)))) (97 "As
> ASCII file" (lambda (a s v b) (org-ascii-export-to-ascii a s v b
> '(:ascii-charset ascii)))) (76 "As Latin1 buffer" (lambda (a s v b)
> (org-ascii-export-as-ascii a s v b '(:ascii-charset latin1)))) (108
> "As Latin1 file" (lambda (a s v b) (org-ascii-export-to-ascii a s v b
> '(:ascii-charset latin1)))) (85 "As UTF-8 buffer" (lambda (a s v b)
> (org-ascii-export-as-ascii a s v b '(:ascii-charset utf-8)))) (117 "As
> UTF-8 file" (lambda (a s v b) (org-ascii-export-to-ascii a s v b
> '(:ascii-charset utf-8)))))) :filters-alist ((:filter-headline .
> org-ascii-filter-headline-blank-lines) (:filter-parse-tree
> org-ascii-filter-paragraph-spacing org-ascii-filter-comment-spacing)
> (:filter-section . org-ascii-filter-headline-blank-lines))
> :options-alist ((:subtitle "SUBTITLE" nil nil parse) (:ascii-bullets
> nil nil org-ascii-bullets) (:ascii-caption-above nil nil
> org-ascii-caption-above) (:ascii-charset nil nil org-ascii-charset)
> (:ascii-global-margin nil nil org-ascii-global-margin)
> (:ascii-format-drawer-function nil nil
> org-ascii-format-drawer-function) (:ascii-format-inlinetask-function
> nil nil org-ascii-format-inlinetask-function) (:ascii-headline-spacing
> nil nil org-ascii-headline-spacing) (:ascii-indented-line-width nil
> nil org-ascii-indented-line-width) (:ascii-inlinetask-width nil nil
> org-ascii-inlinetask-width) (:ascii-inner-margin nil nil
> org-ascii-inner-margin) (:ascii-links-to-notes nil nil
> org-ascii-links-to-notes) (:ascii-list-margin nil nil
> org-ascii-list-margin) (:ascii-paragraph-spacing nil nil
> org-ascii-paragraph-spacing) (:ascii-quote-margin nil nil
> org-ascii-quote-margin) (:ascii-table-keep-all-vertical-lines nil nil
> org-ascii-table-keep-all-vertical-lines) (:ascii-table-use-ascii-art
> nil nil org-ascii-table-use-ascii-art) (:ascii-table-widen-columns nil
> nil org-ascii-table-widen-columns) (:ascii-text-width nil nil
> org-ascii-text-width) (:ascii-underline nil nil org-ascii-underline)
> (:ascii-verbatim-format nil nil org-ascii-verbatim-format))
> custom-declare-group org-export-ascii nil "Options for exporting Org
> mode files to ASCII." :tag "Org Export ASCII" :group org-export
> custom-declare-variable org-ascii-text-width funcall function
> #f(compiled-function () #<bytecode 0x18c000ae6ce14>) "Maximum width of
> exported text.\nThis number includes margin size, as set
> in\n`org-ascii-global-margin'." :version "24.4" :package-version (Org
> . "8.0") :type integer org-ascii-global-margin #f(compiled-function ()
> #<bytecode 0x18c000ae69414>) "Width of the left margin, in number of
> characters." (Org . "8.0") org-ascii-inner-margin #f(compiled-function
> () #<bytecode 0x18c000ae69694>) "Width of the inner margin, in number
> of characters.\nInner margin is applied between each headline." (Org .
> "8.0") org-ascii-quote-margin #f(compiled-function () #<bytecode
> 0x18c000ae69394>) "Width of margin used for quoting text, in
> characters.\nThis margin is applied on both sides of the text. It is
> also\napplied on the left side of contents in descriptive lists." (Org
> . "8.0") org-ascii-list-margin #f(compiled-function () #<bytecode
> 0x18c000ae69414>) "Width of margin used for plain lists, in
> characters.\nThis margin applies to top level list only, not to
> its\nsub-lists." "26.1" (Org . "8.3") org-ascii-inlinetask-width
> #f(compiled-function () #<bytecode 0x18c000ae6a594>) "Width of inline
> tasks, in number of characters.\nThis number ignores any margin." (Org
> . "8.0") org-ascii-headline-spacing #f(compiled-function () #<bytecode
> 0x18c000ae6aa94>) "Number of blank lines inserted around
> headlines.\n\nThis variable can be set to a cons cell. In that case,
> its car\nrepresents the number of blank lines present before
> headline\ncontents whereas its cdr reflects the number of blank lines
> after\ncontents.\n\nA nil value replicates the number of blank lines
> found in the\noriginal Org buffer at the same place." (Org . "8.0")
> (choice (const :tag "Replicate original spacing" nil) (cons :tag "Set
> a uniform spacing" (integer :tag "Number of blank lines before
> contents") (integer :tag "Number of blank lines after contents")))
> org-ascii-indented-line-width #f(compiled-function () #<bytecode
> 0x29ac9a1ad7f794>) "Additional indentation width for the first line in
> a paragraph.\nIf the value is an integer, indent the first line of
> each\nparagraph by this width, unless it is located at the beginning
> of\na section, in which case indentation is removed from that
> line.\nIf it is the symbol `auto' preserve indentation from
> original\ndocument." (Org . "8.0") (choice (integer :tag "Number of
> white spaces characters") (const :tag "Preserve original width" auto))
> org-ascii-paragraph-spacing #f(compiled-function () #<bytecode
> 0x29ac9a1ad7f794>) "Number of white lines between paragraphs.\nIf the
> value is an integer, add this number of blank lines\nbetween
> contiguous paragraphs. If is it the symbol `auto', keep\nthe same
> number of blank lines as in the original document." (Org . "8.0")
> (choice (integer :tag "Number of blank lines") (const :tag "Preserve
> original spacing" auto)) org-ascii-charset #f(compiled-function ()
> #<bytecode 0x18c000ae88114>) "The charset allowed to represent various
> elements and objects.\nPossible values are:\n`ascii' Only use plain
> ASCII characters\n`latin1' Include Latin-1 characters\n`utf-8' Use all
> UTF-8 characters" (Org . "8.0") (choice (const :tag "ASCII" ascii)
> (const :tag "Latin-1" latin1) (const :tag "UTF-8" utf-8))
> org-ascii-underline #f(compiled-function () #<bytecode
> 0x18c000ae69414>) "Characters for underlining headings in ASCII
> export.\n\nAlist whose key is a symbol among `ascii', `latin1' and
> `utf-8'\nand whose value is a list of characters.\n\nFor each
> supported charset, this variable associates a sequence\nof underline
> characters. In a sequence, the characters will be\nused in order for
> headlines level 1, 2, ... If no character is\navailable for a given
> level, the headline won't be underlined." (Org . "8.0") (list (cons
> :tag "Underline characters sequence" (const :tag "ASCII charset"
> ascii) (repeat character)) (cons :tag "Underline characters sequence"
> (const :tag "Latin-1 charset" latin1) (repeat character)) (cons :tag
> "Underline characters sequence" (const :tag "UTF-8 charset" utf-8)
> (repeat character))) org-ascii-bullets #f(compiled-function ()
> #<bytecode 0x18c000ae69414>) "Bullet characters for headlines
> converted to lists in ASCII export.\n\nAlist whose key is a symbol
> among `ascii', `latin1' and `utf-8'\nand whose value is a list of
> characters.\n\nThe first character is used for the first level
> considered as low\nlevel, and so on. If there are more levels than
> characters given\nhere, the list will be repeated.\n\nNote that this
> variable doesn't affect plain lists\nrepresentation." (Org . "8.0")
> (list (cons :tag "Bullet characters for low level headlines" (const
> :tag "ASCII charset" ascii) (repeat character)) (cons :tag "Bullet
> characters for low level headlines" (const :tag "Latin-1 charset"
> latin1) (repeat character)) (cons :tag "Bullet characters for low
> level headlines" (const :tag "UTF-8 charset" utf-8) (repeat
> character))) org-ascii-links-to-notes #f(compiled-function ()
> #<bytecode 0x18c000ae69b14>) "Non-nil means convert links to notes
> before the next headline.\nWhen nil, the link will be exported in
> place. If the line\nbecomes long in this way, it will be wrapped."
> (Org . "8.0") boolean org-ascii-table-keep-all-vertical-lines
> #f(compiled-function () #<bytecode 0x18c000ae69414>) "Non-nil means
> keep all vertical lines in ASCII tables.\nWhen nil, vertical lines
> will be removed except for those needed\nfor column grouping." (Org .
> "8.0")] 12)
>   require(ox-ascii)
>   byte-code("\300\301!\210\302
> \303\232\204\20\0\304\305\306\"\210\300\307!\210\300\301!\210\300\310!\207"
> [require org-macs org-release "9.7.4" warn "Org version
> mismatch.\nThis warning usually appears when a built-in Org version is
> loaded\nprior to the more recent Org version.\n\nVersion mismatch is
> commonly encountered in the following situations:\n\n1. Emacs is
> loaded using literate Org config and more recent Org\n version is
> loaded inside the file loaded by `org-babel-load-file'.\n
> `org-babel-load-file' triggers the built-in Org version clashing\n the
> newer Org version attempt to be loaded later.\n\n It is recommended to
> move the Org loading code before the\n `org-babel-load-file'
> call.\n\n2. New Org version is loaded manually by setting `load-path',
> but some\n other package depending on Org is loaded before the
> `load-path' is\n configured.\n This \"other package\" is triggering
> built-in Org version, again\n causing the version mismatch.\n\n It is
> recommended to set `load-path' as early in the config as\n
> possible.\n\n3. New Org version is loaded using straight.el package
> manager and\n other package depending on Org is loaded before straight
> triggers\n loading of the newer Org version.\n\n It is recommended to
> put\n\n %s\n\n early in the config. Ideally, right after the
> straight.el\n bootstrap. Moving `use-package' :straight declaration
> may not be\n sufficient if the corresponding `use-package' statement
> is\n deferring the loading.\n\n4. A new Org version is synchronized
> with Emacs git repository and\n stale .elc files are still left from
> the previous build.\n\n It is recommended to remove .elc files from
> lisp/org directory and\n re-compile." "(straight-use-package 'org)" ob
> ox-ascii] 3)
>   require(ob-gnuplot)
>   org-babel-do-load-languages(org-babel-load-languages ((C . t) (R .
> t) (asymptote) (awk) (calc) (clojure) (comint) (css) (ditaa . t) (dot
> . t) (emacs-lisp . t) (fortran) (gnuplot . t) (haskell) (io) (java)
> (js) (latex) (ledger) (lilypond) (lisp) (matlab) (maxima) (mscgen)
> (ocaml) (octave) (org . t) (perl) (picolisp) (plantuml) (python . t)
> (ref) (ruby) (sass) (scala) (scheme . t) (screen) (shell . t) (shen)
> (sql) (sqlite)))
>   custom-initialize-reset(org-babel-load-languages (funcall #'#f(compiled-function () #<bytecode 0x18c000ae69414>)))
>   custom-declare-variable(org-babel-load-languages (funcall
> #'#f(compiled-function () #<bytecode 0x18c000ae69414>)) "Languages
> which can be evaluated in Org buffers.\n\\<org-mode-map>\nThis list
> can be used to load support for any of the available\nlanguages with
> babel support (see info node `(org) Languages'). Each\nlanguage will
> depend on a different set of system executables and/or\nEmacs
> modes.\n\nWhen a language is \"loaded\", code blocks in that language
> can\nbe evaluated with `org-babel-execute-src-block', which is
> bound\nby default to \\[org-ctrl-c-ctrl-c].\n\nThe
> `org-babel-no-eval-on-ctrl-c-ctrl-c' option can be set to\nremove code
> block evaluation from \\[org-ctrl-c-ctrl-c]. By\ndefault, only Emacs
> Lisp is loaded, since it has no specific\nrequirement." :group
> org-babel :set org-babel-do-load-languages :package-version (Org .
> "9.6") :type (alist :tag "Babel Languages" :key-type (choice (const
> :tag "Awk" awk) (const :tag "C, D, C++, and cpp" C) (const :tag "R" R)
> (const :tag "Calc" calc) (const :tag "Clojure and ClojureScript"
> clojure) (const :tag "CSS" css) (const :tag "Ditaa" ditaa) (const :tag
> "Dot" dot) (const :tag "Emacs Lisp" emacs-lisp) (const :tag "Eshell"
> eshell) (const :tag "Forth" forth) (const :tag "Fortran" fortran)
> (const :tag "GnuPlot" gnuplot) (const :tag "Groovy" groovy) (const
> :tag "Haskell" haskell) (const :tag "Java" java) (const :tag
> "JavaScript" js) (const :tag "Julia" julia) (const :tag "LaTeX" latex)
> (const :tag "LilyPond" lilypond) (const :tag "Lisp" lisp) (const :tag
> "Lua" lua) (const :tag "Makefile" makefile) (const :tag "Maxima"
> maxima) (const :tag "OCaml" ocaml) (const :tag "Octave and MatLab"
> octave) (const :tag "Org" org) (const :tag "Perl" perl) (const :tag
> "Processing" processing) (const :tag "PlantUML" plantuml) (const :tag
> "Python" python) (const :tag "Ruby" ruby) (const :tag "Sass" sass)
> (const :tag "Scheme" scheme) (const :tag "Screen" screen) (const :tag
> "Sed" sed) (const :tag "Shell Script" shell) (const :tag "Sql" sql)
> (const :tag "Sqlite" sqlite)) :value-type (boolean :tag "Activate"
> :value t)))
>   byte-code("\300\301\302\303\304DD\305\306\307\310\311\312\313\314\315&\13\210\300\316\302\303\317DD\320\314\321\322\323\306\324&\11\210\325\326\327\"\210\325\330\327\"\207"
> [custom-declare-variable org-babel-load-languages funcall function
> #f(compiled-function () #<bytecode 0x18c000ae69414>) "Languages which
> can be evaluated in Org buffers.\n\\<org-mode-map>\nThis list can be
> used to load support for any of the available\nlanguages with babel
> support (see info node `(org) Languages'). Each\nlanguage will depend
> on a different set of system executables and/or\nEmacs modes.\n\nWhen
> a language is \"loaded\", code blocks in that language can\nbe
> evaluated with `org-babel-execute-src-block', which is bound\nby
> default to \\[org-ctrl-c-ctrl-c].\n\nThe
> `org-babel-no-eval-on-ctrl-c-ctrl-c' option can be set to\nremove code
> block evaluation from \\[org-ctrl-c-ctrl-c]. By\ndefault, only Emacs
> Lisp is loaded, since it has no specific\nrequirement." :group
> org-babel :set org-babel-do-load-languages :package-version (Org .
> "9.6") :type (alist :tag "Babel Languages" :key-type (choice (const
> :tag "Awk" awk) (const :tag "C, D, C++, and cpp" C) (const :tag "R" R)
> (const :tag "Calc" calc) (const :tag "Clojure and ClojureScript"
> clojure) (const :tag "CSS" css) (const :tag "Ditaa" ditaa) (const :tag
> "Dot" dot) (const :tag "Emacs Lisp" emacs-lisp) (const :tag "Eshell"
> eshell) (const :tag "Forth" forth) (const :tag "Fortran" fortran)
> (const :tag "GnuPlot" gnuplot) (const :tag "Groovy" groovy) (const
> :tag "Haskell" haskell) (const :tag "Java" java) (const :tag
> "JavaScript" js) (const :tag "Julia" julia) (const :tag "LaTeX" latex)
> (const :tag "LilyPond" lilypond) (const :tag "Lisp" lisp) (const :tag
> "Lua" lua) (const :tag "Makefile" makefile) (const :tag "Maxima"
> maxima) (const :tag "OCaml" ocaml) (const :tag "Octave and MatLab"
> octave) (const :tag "Org" org) (const :tag "Perl" perl) (const :tag
> "Processing" processing) (const :tag "PlantUML" plantuml) (const :tag
> "Python" python) (const :tag "Ruby" ruby) (const :tag "Sass" sass)
> (const :tag "Scheme" scheme) (const :tag "Screen" screen) (const :tag
> "Sed" sed) (const :tag "Shell Script" shell) (const :tag "Sql" sql)
> (const :tag "Sqlite" sqlite)) :value-type (boolean :tag "Activate"
> :value t)) org-clone-delete-id #f(compiled-function () #<bytecode
> 0x18c000ae69414>) "Remove ID property of clones of a subtree.\nWhen
> non-nil, clones of a subtree don't inherit the ID property.\nOtherwise
> they inherit the ID property with a new unique\nidentifier." boolean
> :version "24.1" org-id autoload org-release "org-version.el"
> org-git-version] 12)
>   require(org)
>   byte-code("\300\301!\210\302
> \303\232\204\20\0\304\305\306\"\210\300\307!\210\300\310!\210\300\311!\210\300\312!\210\300\313!\210\300\314!\210\300\315!\210\300\316!\210\300\317!\210\300\320!\210\300\301!\210\300\321!\210\300\322!\207"
> [require org-macs org-release "9.7.4" warn "Org version
> mismatch.\nThis warning usually appears when a built-in Org version is
> loaded\nprior to the more recent Org version.\n\nVersion mismatch is
> commonly encountered in the following situations:\n\n1. Emacs is
> loaded using literate Org config and more recent Org\n version is
> loaded inside the file loaded by `org-babel-load-file'.\n
> `org-babel-load-file' triggers the built-in Org version clashing\n the
> newer Org version attempt to be loaded later.\n\n It is recommended to
> move the Org loading code before the\n `org-babel-load-file'
> call.\n\n2. New Org version is loaded manually by setting `load-path',
> but some\n other package depending on Org is loaded before the
> `load-path' is\n configured.\n This \"other package\" is triggering
> built-in Org version, again\n causing the version mismatch.\n\n It is
> recommended to set `load-path' as early in the config as\n
> possible.\n\n3. New Org version is loaded using straight.el package
> manager and\n other package depending on Org is loaded before straight
> triggers\n loading of the newer Org version.\n\n It is recommended to
> put\n\n %s\n\n early in the config. Ideally, right after the
> straight.el\n bootstrap. Moving `use-package' :straight declaration
> may not be\n sufficient if the corresponding `use-package' statement
> is\n deferring the loading.\n\n4. A new Org version is synchronized
> with Emacs git repository and\n stale .elc files are still left from
> the previous build.\n\n It is recommended to remove .elc files from
> lisp/org directory and\n re-compile." "(straight-use-package 'org)"
> avl-tree ring cl-lib ol org org-persist org-compat org-entities
> org-footnote org-list org-table org-fold-core] 3)
>   require(org-element)
>   byte-code("\300\301!\210\302
> \303\232\204\20\0\304\305\306\"\210\300\307!\210\300\310!\210\300\311!\210\300\312!\210\300\313!\210\300\314!\210\300\315!\207"
> [require org-macs org-release "9.7.4" warn "Org version
> mismatch.\nThis warning usually appears when a built-in Org version is
> loaded\nprior to the more recent Org version.\n\nVersion mismatch is
> commonly encountered in the following situations:\n\n1. Emacs is
> loaded using literate Org config and more recent Org\n version is
> loaded inside the file loaded by `org-babel-load-file'.\n
> `org-babel-load-file' triggers the built-in Org version clashing\n the
> newer Org version attempt to be loaded later.\n\n It is recommended to
> move the Org loading code before the\n `org-babel-load-file'
> call.\n\n2. New Org version is loaded manually by setting `load-path',
> but some\n other package depending on Org is loaded before the
> `load-path' is\n configured.\n This \"other package\" is triggering
> built-in Org version, again\n causing the version mismatch.\n\n It is
> recommended to set `load-path' as early in the config as\n
> possible.\n\n3. New Org version is loaded using straight.el package
> manager and\n other package depending on Org is loaded before straight
> triggers\n loading of the newer Org version.\n\n It is recommended to
> put\n\n %s\n\n early in the config. Ideally, right after the
> straight.el\n bootstrap. Moving `use-package' :straight declaration
> may not be\n sufficient if the corresponding `use-package' statement
> is\n deferring the loading.\n\n4. A new Org version is synchronized
> with Emacs git repository and\n stale .elc files are still left from
> the previous build.\n\n It is recommended to remove .elc files from
> lisp/org directory and\n re-compile." "(straight-use-package 'org)"
> cl-lib ob-exp oc ol org-element org-macro tabulated-list] 3)
>   require(ox)
>   byte-code("\300\301!\210\302
> \303\232\204\20\0\304\305\306\"\210\300\307!\210\300\310!\210\300\311!\210\312\313\314\315\316\317\320\321\322&\10\210\323\324\325\326\327\330\331\332&\7\210\333\334\335\336\337DD\340\331\324\341\342\343\344\345\346&\13\210\333\347\335\336\350DD\351\331\324\341\342\343\352\345\346&\13\210\333\353\335\336\354DD\355\331\324\341\342\343\356\345\346&\13\210\333\357\335\336\360DD\361\331\324\341\342\343\362\345\346&\13\210\333\363\335\336\364DD\365\331\324\341\366\343\367\345\346&\13\210\333\370\335\336\371DD\372\331\324\341\342\343\373\345\346&\13\210\333\374\335\336\375DD\376\331\324\341\342\343\377\345\201@\0&\13\210\333\201A\0\335\336\201B\0DD\201C\0\331\324\341\342\343\201D\0\345\201E\0&\13\210\333\201F\0\335\336\201G\0DD\201H\0\331\324\341\342\343\201I\0\345\201J\0&\13\210\333\201K\0\335\336\201L\0DD\201M\0\331\324\341\342\343\201N\0\345\201O\0&\13\210\333\201P\0\335\336\201Q\0DD\201R\0\331\324\341\342\343\201S\0\345\201T\0&\13\210\333\201U\0\335\336\201V\0DD\201W\0\331\324\341\342\343\201X\0\345\201Y\0&\13\210\333\201Z\0\335\336\201[\0DD\201\\\0\331\324\341\342\343\201]\0\345\201^\0&\13\210\333\201_\0\335\336\201`\0DD\201a\0\331\324\341\342\343\201b\0\345\201^\0&\13\207"
> [require org-macs org-release "9.7.4" warn "Org version
> mismatch.\nThis warning usually appears when a built-in Org version is
> loaded\nprior to the more recent Org version.\n\nVersion mismatch is
> commonly encountered in the following situations:\n\n1. Emacs is
> loaded using literate Org config and more recent Org\n version is
> loaded inside the file loaded by `org-babel-load-file'.\n
> `org-babel-load-file' triggers the built-in Org version clashing\n the
> newer Org version attempt to be loaded later.\n\n It is recommended to
> move the Org loading code before the\n `org-babel-load-file'
> call.\n\n2. New Org version is loaded manually by setting `load-path',
> but some\n other package depending on Org is loaded before the
> `load-path' is\n configured.\n This \"other package\" is triggering
> built-in Org version, again\n causing the version mismatch.\n\n It is
> recommended to set `load-path' as early in the config as\n
> possible.\n\n3. New Org version is loaded using straight.el package
> manager and\n other package depending on Org is loaded before straight
> triggers\n loading of the newer Org version.\n\n It is recommended to
> put\n\n %s\n\n early in the config. Ideally, right after the
> straight.el\n bootstrap. Moving `use-package' :straight declaration
> may not be\n sufficient if the corresponding `use-package' statement
> is\n deferring the loading.\n\n4. A new Org version is synchronized
> with Emacs git repository and\n stale .elc files are still left from
> the previous build.\n\n It is recommended to remove .elc files from
> lisp/org directory and\n re-compile." "(straight-use-package 'org)" ox
> ox-publish cl-lib org-export-define-backend ascii ((bold .
> org-ascii-bold) (center-block . org-ascii-center-block) (clock .
> org-ascii-clock) (code . org-ascii-code) (drawer . org-ascii-drawer)
> (dynamic-block . org-ascii-dynamic-block) (entity . org-ascii-entity)
> (example-block . org-ascii-example-block) (export-block .
> org-ascii-export-block) (export-snippet . org-ascii-export-snippet)
> (fixed-width . org-ascii-fixed-width) (footnote-reference .
> org-ascii-footnote-reference) (headline . org-ascii-headline)
> (horizontal-rule . org-ascii-horizontal-rule) (inline-src-block .
> org-ascii-inline-src-block) (inlinetask . org-ascii-inlinetask)
> (inner-template . org-ascii-inner-template) (italic .
> org-ascii-italic) (item . org-ascii-item) (keyword .
> org-ascii-keyword) (latex-environment . org-ascii-latex-environment)
> (latex-fragment . org-ascii-latex-fragment) (line-break .
> org-ascii-line-break) (link . org-ascii-link) (node-property .
> org-ascii-node-property) (paragraph . org-ascii-paragraph) (plain-list
> . org-ascii-plain-list) (plain-text . org-ascii-plain-text) (planning
> . org-ascii-planning) (property-drawer . org-ascii-property-drawer)
> (quote-block . org-ascii-quote-block) (radio-target .
> org-ascii-radio-target) (section . org-ascii-section) (special-block .
> org-ascii-special-block) (src-block . org-ascii-src-block)
> (statistics-cookie . org-ascii-statistics-cookie) (strike-through .
> org-ascii-strike-through) (subscript . org-ascii-subscript)
> (superscript . org-ascii-superscript) (table . org-ascii-table)
> (table-cell . org-ascii-table-cell) (table-row . org-ascii-table-row)
> (target . org-ascii-target) (template . org-ascii-template) (timestamp
> . org-ascii-timestamp) (underline . org-ascii-underline) (verbatim .
> org-ascii-verbatim) (verse-block . org-ascii-verse-block)) :menu-entry
> (116 "Export to Plain Text" ((65 "As ASCII buffer" (lambda (a s v b)
> (org-ascii-export-as-ascii a s v b '(:ascii-charset ascii)))) (97 "As
> ASCII file" (lambda (a s v b) (org-ascii-export-to-ascii a s v b
> '(:ascii-charset ascii)))) (76 "As Latin1 buffer" (lambda (a s v b)
> (org-ascii-export-as-ascii a s v b '(:ascii-charset latin1)))) (108
> "As Latin1 file" (lambda (a s v b) (org-ascii-export-to-ascii a s v b
> '(:ascii-charset latin1)))) (85 "As UTF-8 buffer" (lambda (a s v b)
> (org-ascii-export-as-ascii a s v b '(:ascii-charset utf-8)))) (117 "As
> UTF-8 file" (lambda (a s v b) (org-ascii-export-to-ascii a s v b
> '(:ascii-charset utf-8)))))) :filters-alist ((:filter-headline .
> org-ascii-filter-headline-blank-lines) (:filter-parse-tree
> org-ascii-filter-paragraph-spacing org-ascii-filter-comment-spacing)
> (:filter-section . org-ascii-filter-headline-blank-lines))
> :options-alist ((:subtitle "SUBTITLE" nil nil parse) (:ascii-bullets
> nil nil org-ascii-bullets) (:ascii-caption-above nil nil
> org-ascii-caption-above) (:ascii-charset nil nil org-ascii-charset)
> (:ascii-global-margin nil nil org-ascii-global-margin)
> (:ascii-format-drawer-function nil nil
> org-ascii-format-drawer-function) (:ascii-format-inlinetask-function
> nil nil org-ascii-format-inlinetask-function) (:ascii-headline-spacing
> nil nil org-ascii-headline-spacing) (:ascii-indented-line-width nil
> nil org-ascii-indented-line-width) (:ascii-inlinetask-width nil nil
> org-ascii-inlinetask-width) (:ascii-inner-margin nil nil
> org-ascii-inner-margin) (:ascii-links-to-notes nil nil
> org-ascii-links-to-notes) (:ascii-list-margin nil nil
> org-ascii-list-margin) (:ascii-paragraph-spacing nil nil
> org-ascii-paragraph-spacing) (:ascii-quote-margin nil nil
> org-ascii-quote-margin) (:ascii-table-keep-all-vertical-lines nil nil
> org-ascii-table-keep-all-vertical-lines) (:ascii-table-use-ascii-art
> nil nil org-ascii-table-use-ascii-art) (:ascii-table-widen-columns nil
> nil org-ascii-table-widen-columns) (:ascii-text-width nil nil
> org-ascii-text-width) (:ascii-underline nil nil org-ascii-underline)
> (:ascii-verbatim-format nil nil org-ascii-verbatim-format))
> custom-declare-group org-export-ascii nil "Options for exporting Org
> mode files to ASCII." :tag "Org Export ASCII" :group org-export
> custom-declare-variable org-ascii-text-width funcall function
> #f(compiled-function () #<bytecode 0x18c000ae6ce14>) "Maximum width of
> exported text.\nThis number includes margin size, as set
> in\n`org-ascii-global-margin'." :version "24.4" :package-version (Org
> . "8.0") :type integer org-ascii-global-margin #f(compiled-function ()
> #<bytecode 0x18c000ae69414>) "Width of the left margin, in number of
> characters." (Org . "8.0") org-ascii-inner-margin #f(compiled-function
> () #<bytecode 0x18c000ae69694>) "Width of the inner margin, in number
> of characters.\nInner margin is applied between each headline." (Org .
> "8.0") org-ascii-quote-margin #f(compiled-function () #<bytecode
> 0x18c000ae69394>) "Width of margin used for quoting text, in
> characters.\nThis margin is applied on both sides of the text. It is
> also\napplied on the left side of contents in descriptive lists." (Org
> . "8.0") org-ascii-list-margin #f(compiled-function () #<bytecode
> 0x18c000ae69414>) "Width of margin used for plain lists, in
> characters.\nThis margin applies to top level list only, not to
> its\nsub-lists." "26.1" (Org . "8.3") org-ascii-inlinetask-width
> #f(compiled-function () #<bytecode 0x18c000ae6a594>) "Width of inline
> tasks, in number of characters.\nThis number ignores any margin." (Org
> . "8.0") org-ascii-headline-spacing #f(compiled-function () #<bytecode
> 0x18c000ae6aa94>) "Number of blank lines inserted around
> headlines.\n\nThis variable can be set to a cons cell. In that case,
> its car\nrepresents the number of blank lines present before
> headline\ncontents whereas its cdr reflects the number of blank lines
> after\ncontents.\n\nA nil value replicates the number of blank lines
> found in the\noriginal Org buffer at the same place." (Org . "8.0")
> (choice (const :tag "Replicate original spacing" nil) (cons :tag "Set
> a uniform spacing" (integer :tag "Number of blank lines before
> contents") (integer :tag "Number of blank lines after contents")))
> org-ascii-indented-line-width #f(compiled-function () #<bytecode
> 0x29ac9a1ad7f794>) "Additional indentation width for the first line in
> a paragraph.\nIf the value is an integer, indent the first line of
> each\nparagraph by this width, unless it is located at the beginning
> of\na section, in which case indentation is removed from that
> line.\nIf it is the symbol `auto' preserve indentation from
> original\ndocument." (Org . "8.0") (choice (integer :tag "Number of
> white spaces characters") (const :tag "Preserve original width" auto))
> org-ascii-paragraph-spacing #f(compiled-function () #<bytecode
> 0x29ac9a1ad7f794>) "Number of white lines between paragraphs.\nIf the
> value is an integer, add this number of blank lines\nbetween
> contiguous paragraphs. If is it the symbol `auto', keep\nthe same
> number of blank lines as in the original document." (Org . "8.0")
> (choice (integer :tag "Number of blank lines") (const :tag "Preserve
> original spacing" auto)) org-ascii-charset #f(compiled-function ()
> #<bytecode 0x18c000ae88114>) "The charset allowed to represent various
> elements and objects.\nPossible values are:\n`ascii' Only use plain
> ASCII characters\n`latin1' Include Latin-1 characters\n`utf-8' Use all
> UTF-8 characters" (Org . "8.0") (choice (const :tag "ASCII" ascii)
> (const :tag "Latin-1" latin1) (const :tag "UTF-8" utf-8))
> org-ascii-underline #f(compiled-function () #<bytecode
> 0x18c000ae69414>) "Characters for underlining headings in ASCII
> export.\n\nAlist whose key is a symbol among `ascii', `latin1' and
> `utf-8'\nand whose value is a list of characters.\n\nFor each
> supported charset, this variable associates a sequence\nof underline
> characters. In a sequence, the characters will be\nused in order for
> headlines level 1, 2, ... If no character is\navailable for a given
> level, the headline won't be underlined." (Org . "8.0") (list (cons
> :tag "Underline characters sequence" (const :tag "ASCII charset"
> ascii) (repeat character)) (cons :tag "Underline characters sequence"
> (const :tag "Latin-1 charset" latin1) (repeat character)) (cons :tag
> "Underline characters sequence" (const :tag "UTF-8 charset" utf-8)
> (repeat character))) org-ascii-bullets #f(compiled-function ()
> #<bytecode 0x18c000ae69414>) "Bullet characters for headlines
> converted to lists in ASCII export.\n\nAlist whose key is a symbol
> among `ascii', `latin1' and `utf-8'\nand whose value is a list of
> characters.\n\nThe first character is used for the first level
> considered as low\nlevel, and so on. If there are more levels than
> characters given\nhere, the list will be repeated.\n\nNote that this
> variable doesn't affect plain lists\nrepresentation." (Org . "8.0")
> (list (cons :tag "Bullet characters for low level headlines" (const
> :tag "ASCII charset" ascii) (repeat character)) (cons :tag "Bullet
> characters for low level headlines" (const :tag "Latin-1 charset"
> latin1) (repeat character)) (cons :tag "Bullet characters for low
> level headlines" (const :tag "UTF-8 charset" utf-8) (repeat
> character))) org-ascii-links-to-notes #f(compiled-function ()
> #<bytecode 0x18c000ae69b14>) "Non-nil means convert links to notes
> before the next headline.\nWhen nil, the link will be exported in
> place. If the line\nbecomes long in this way, it will be wrapped."
> (Org . "8.0") boolean org-ascii-table-keep-all-vertical-lines
> #f(compiled-function () #<bytecode 0x18c000ae69414>) "Non-nil means
> keep all vertical lines in ASCII tables.\nWhen nil, vertical lines
> will be removed except for those needed\nfor column grouping." (Org .
> "8.0")] 12)
>   require(ox-ascii)
>   byte-code("\300\301!\210\302
> \303\232\204\20\0\304\305\306\"\210\300\307!\210\300\301!\210\300\310!\207"
> [require org-macs org-release "9.7.4" warn "Org version
> mismatch.\nThis warning usually appears when a built-in Org version is
> loaded\nprior to the more recent Org version.\n\nVersion mismatch is
> commonly encountered in the following situations:\n\n1. Emacs is
> loaded using literate Org config and more recent Org\n version is
> loaded inside the file loaded by `org-babel-load-file'.\n
> `org-babel-load-file' triggers the built-in Org version clashing\n the
> newer Org version attempt to be loaded later.\n\n It is recommended to
> move the Org loading code before the\n `org-babel-load-file'
> call.\n\n2. New Org version is loaded manually by setting `load-path',
> but some\n other package depending on Org is loaded before the
> `load-path' is\n configured.\n This \"other package\" is triggering
> built-in Org version, again\n causing the version mismatch.\n\n It is
> recommended to set `load-path' as early in the config as\n
> possible.\n\n3. New Org version is loaded using straight.el package
> manager and\n other package depending on Org is loaded before straight
> triggers\n loading of the newer Org version.\n\n It is recommended to
> put\n\n %s\n\n early in the config. Ideally, right after the
> straight.el\n bootstrap. Moving `use-package' :straight declaration
> may not be\n sufficient if the corresponding `use-package' statement
> is\n deferring the loading.\n\n4. A new Org version is synchronized
> with Emacs git repository and\n stale .elc files are still left from
> the previous build.\n\n It is recommended to remove .elc files from
> lisp/org directory and\n re-compile." "(straight-use-package 'org)" ob
> ox-ascii] 3)
>   require(ob-gnuplot)
>   org-babel-do-load-languages(org-babel-load-languages ((C . t) (R .
> t) (asymptote) (awk) (calc) (clojure) (comint) (css) (ditaa . t) (dot
> . t) (emacs-lisp . t) (fortran) (gnuplot . t) (haskell) (io) (java)
> (js) (latex) (ledger) (lilypond) (lisp) (matlab) (maxima) (mscgen)
> (ocaml) (octave) (org . t) (perl) (picolisp) (plantuml) (python . t)
> (ref) (ruby) (sass) (scala) (scheme . t) (screen) (shell . t) (shen)
> (sql) (sqlite)))
>   custom-initialize-reset(org-babel-load-languages (funcall #'#f(compiled-function () #<bytecode 0x18c000ae69414>)))
>   custom-declare-variable(org-babel-load-languages (funcall
> #'#f(compiled-function () #<bytecode 0x18c000ae69414>)) "Languages
> which can be evaluated in Org buffers.\n\\<org-mode-map>\nThis list
> can be used to load support for any of the available\nlanguages with
> babel support (see info node `(org) Languages'). Each\nlanguage will
> depend on a different set of system executables and/or\nEmacs
> modes.\n\nWhen a language is \"loaded\", code blocks in that language
> can\nbe evaluated with `org-babel-execute-src-block', which is
> bound\nby default to \\[org-ctrl-c-ctrl-c].\n\nThe
> `org-babel-no-eval-on-ctrl-c-ctrl-c' option can be set to\nremove code
> block evaluation from \\[org-ctrl-c-ctrl-c]. By\ndefault, only Emacs
> Lisp is loaded, since it has no specific\nrequirement." :group
> org-babel :set org-babel-do-load-languages :package-version (Org .
> "9.6") :type (alist :tag "Babel Languages" :key-type (choice (const
> :tag "Awk" awk) (const :tag "C, D, C++, and cpp" C) (const :tag "R" R)
> (const :tag "Calc" calc) (const :tag "Clojure and ClojureScript"
> clojure) (const :tag "CSS" css) (const :tag "Ditaa" ditaa) (const :tag
> "Dot" dot) (const :tag "Emacs Lisp" emacs-lisp) (const :tag "Eshell"
> eshell) (const :tag "Forth" forth) (const :tag "Fortran" fortran)
> (const :tag "GnuPlot" gnuplot) (const :tag "Groovy" groovy) (const
> :tag "Haskell" haskell) (const :tag "Java" java) (const :tag
> "JavaScript" js) (const :tag "Julia" julia) (const :tag "LaTeX" latex)
> (const :tag "LilyPond" lilypond) (const :tag "Lisp" lisp) (const :tag
> "Lua" lua) (const :tag "Makefile" makefile) (const :tag "Maxima"
> maxima) (const :tag "OCaml" ocaml) (const :tag "Octave and MatLab"
> octave) (const :tag "Org" org) (const :tag "Perl" perl) (const :tag
> "Processing" processing) (const :tag "PlantUML" plantuml) (const :tag
> "Python" python) (const :tag "Ruby" ruby) (const :tag "Sass" sass)
> (const :tag "Scheme" scheme) (const :tag "Screen" screen) (const :tag
> "Sed" sed) (const :tag "Shell Script" shell) (const :tag "Sql" sql)
> (const :tag "Sqlite" sqlite)) :value-type (boolean :tag "Activate"
> :value t)))
>   byte-code("\300\301\302\303\304DD\305\306\307\310\311\312\313\314\315&\13\210\300\316\302\303\317DD\320\314\321\322\323\306\324&\11\210\325\326\327\"\210\325\330\327\"\207"
> [custom-declare-variable org-babel-load-languages funcall function
> #f(compiled-function () #<bytecode 0x18c000ae69414>) "Languages which
> can be evaluated in Org buffers.\n\\<org-mode-map>\nThis list can be
> used to load support for any of the available\nlanguages with babel
> support (see info node `(org) Languages'). Each\nlanguage will depend
> on a different set of system executables and/or\nEmacs modes.\n\nWhen
> a language is \"loaded\", code blocks in that language can\nbe
> evaluated with `org-babel-execute-src-block', which is bound\nby
> default to \\[org-ctrl-c-ctrl-c].\n\nThe
> `org-babel-no-eval-on-ctrl-c-ctrl-c' option can be set to\nremove code
> block evaluation from \\[org-ctrl-c-ctrl-c]. By\ndefault, only Emacs
> Lisp is loaded, since it has no specific\nrequirement." :group
> org-babel :set org-babel-do-load-languages :package-version (Org .
> "9.6") :type (alist :tag "Babel Languages" :key-type (choice (const
> :tag "Awk" awk) (const :tag "C, D, C++, and cpp" C) (const :tag "R" R)
> (const :tag "Calc" calc) (const :tag "Clojure and ClojureScript"
> clojure) (const :tag "CSS" css) (const :tag "Ditaa" ditaa) (const :tag
> "Dot" dot) (const :tag "Emacs Lisp" emacs-lisp) (const :tag "Eshell"
> eshell) (const :tag "Forth" forth) (const :tag "Fortran" fortran)
> (const :tag "GnuPlot" gnuplot) (const :tag "Groovy" groovy) (const
> :tag "Haskell" haskell) (const :tag "Java" java) (const :tag
> "JavaScript" js) (const :tag "Julia" julia) (const :tag "LaTeX" latex)
> (const :tag "LilyPond" lilypond) (const :tag "Lisp" lisp) (const :tag
> "Lua" lua) (const :tag "Makefile" makefile) (const :tag "Maxima"
> maxima) (const :tag "OCaml" ocaml) (const :tag "Octave and MatLab"
> octave) (const :tag "Org" org) (const :tag "Perl" perl) (const :tag
> "Processing" processing) (const :tag "PlantUML" plantuml) (const :tag
> "Python" python) (const :tag "Ruby" ruby) (const :tag "Sass" sass)
> (const :tag "Scheme" scheme) (const :tag "Screen" screen) (const :tag
> "Sed" sed) (const :tag "Shell Script" shell) (const :tag "Sql" sql)
> (const :tag "Sqlite" sqlite)) :value-type (boolean :tag "Activate"
> :value t)) org-clone-delete-id #f(compiled-function () #<bytecode
> 0x18c000ae69414>) "Remove ID property of clones of a subtree.\nWhen
> non-nil, clones of a subtree don't inherit the ID property.\nOtherwise
> they inherit the ID property with a new unique\nidentifier." boolean
> :version "24.1" org-id autoload org-release "org-version.el"
> org-git-version] 12)
>   require(org)
>   byte-code("\300\301!\210\302
> \303\232\204\20\0\304\305\306\"\210\300\307!\210\300\310!\210\300\311!\210\300\312!\210\300\313!\210\300\314!\210\300\315!\210\300\316!\210\300\317!\210\300\320!\210\300\301!\210\300\321!\210\300\322!\207"
> [require org-macs org-release "9.7.4" warn "Org version
> mismatch.\nThis warning usually appears when a built-in Org version is
> loaded\nprior to the more recent Org version.\n\nVersion mismatch is
> commonly encountered in the following situations:\n\n1. Emacs is
> loaded using literate Org config and more recent Org\n version is
> loaded inside the file loaded by `org-babel-load-file'.\n
> `org-babel-load-file' triggers the built-in Org version clashing\n the
> newer Org version attempt to be loaded later.\n\n It is recommended to
> move the Org loading code before the\n `org-babel-load-file'
> call.\n\n2. New Org version is loaded manually by setting `load-path',
> but some\n other package depending on Org is loaded before the
> `load-path' is\n configured.\n This \"other package\" is triggering
> built-in Org version, again\n causing the version mismatch.\n\n It is
> recommended to set `load-path' as early in the config as\n
> possible.\n\n3. New Org version is loaded using straight.el package
> manager and\n other package depending on Org is loaded before straight
> triggers\n loading of the newer Org version.\n\n It is recommended to
> put\n\n %s\n\n early in the config. Ideally, right after the
> straight.el\n bootstrap. Moving `use-package' :straight declaration
> may not be\n sufficient if the corresponding `use-package' statement
> is\n deferring the loading.\n\n4. A new Org version is synchronized
> with Emacs git repository and\n stale .elc files are still left from
> the previous build.\n\n It is recommended to remove .elc files from
> lisp/org directory and\n re-compile." "(straight-use-package 'org)"
> avl-tree ring cl-lib ol org org-persist org-compat org-entities
> org-footnote org-list org-table org-fold-core] 3)
>   require(org-element)
>   byte-code("\300\301!\210\302
> \303\232\204\20\0\304\305\306\"\210\300\307!\210\300\310!\210\300\311!\210\300\312!\210\300\313!\210\300\314!\210\300\315!\207"
> [require org-macs org-release "9.7.4" warn "Org version
> mismatch.\nThis warning usually appears when a built-in Org version is
> loaded\nprior to the more recent Org version.\n\nVersion mismatch is
> commonly encountered in the following situations:\n\n1. Emacs is
> loaded using literate Org config and more recent Org\n version is
> loaded inside the file loaded by `org-babel-load-file'.\n
> `org-babel-load-file' triggers the built-in Org version clashing\n the
> newer Org version attempt to be loaded later.\n\n It is recommended to
> move the Org loading code before the\n `org-babel-load-file'
> call.\n\n2. New Org version is loaded manually by setting `load-path',
> but some\n other package depending on Org is loaded before the
> `load-path' is\n configured.\n This \"other package\" is triggering
> built-in Org version, again\n causing the version mismatch.\n\n It is
> recommended to set `load-path' as early in the config as\n
> possible.\n\n3. New Org version is loaded using straight.el package
> manager and\n other package depending on Org is loaded before straight
> triggers\n loading of the newer Org version.\n\n It is recommended to
> put\n\n %s\n\n early in the config. Ideally, right after the
> straight.el\n bootstrap. Moving `use-package' :straight declaration
> may not be\n sufficient if the corresponding `use-package' statement
> is\n deferring the loading.\n\n4. A new Org version is synchronized
> with Emacs git repository and\n stale .elc files are still left from
> the previous build.\n\n It is recommended to remove .elc files from
> lisp/org directory and\n re-compile." "(straight-use-package 'org)"
> cl-lib ob-exp oc ol org-element org-macro tabulated-list] 3)
>   require(ox)
>   byte-code("\300\301!\210\302
> \303\232\204\20\0\304\305\306\"\210\300\307!\210\300\310!\210\300\311!\210\312\313\314\315\316\317\320\321\322&\10\210\323\324\325\326\327\330\331\332&\7\210\333\334\335\336\337DD\340\331\324\341\342\343\344\345\346&\13\210\333\347\335\336\350DD\351\331\324\341\342\343\352\345\346&\13\210\333\353\335\336\354DD\355\331\324\341\342\343\356\345\346&\13\210\333\357\335\336\360DD\361\331\324\341\342\343\362\345\346&\13\210\333\363\335\336\364DD\365\331\324\341\366\343\367\345\346&\13\210\333\370\335\336\371DD\372\331\324\341\342\343\373\345\346&\13\210\333\374\335\336\375DD\376\331\324\341\342\343\377\345\201@\0&\13\210\333\201A\0\335\336\201B\0DD\201C\0\331\324\341\342\343\201D\0\345\201E\0&\13\210\333\201F\0\335\336\201G\0DD\201H\0\331\324\341\342\343\201I\0\345\201J\0&\13\210\333\201K\0\335\336\201L\0DD\201M\0\331\324\341\342\343\201N\0\345\201O\0&\13\210\333\201P\0\335\336\201Q\0DD\201R\0\331\324\341\342\343\201S\0\345\201T\0&\13\210\333\201U\0\335\336\201V\0DD\201W\0\331\324\341\342\343\201X\0\345\201Y\0&\13\210\333\201Z\0\335\336\201[\0DD\201\\\0\331\324\341\342\343\201]\0\345\201^\0&\13\210\333\201_\0\335\336\201`\0DD\201a\0\331\324\341\342\343\201b\0\345\201^\0&\13\207"
> [require org-macs org-release "9.7.4" warn "Org version
> mismatch.\nThis warning usually appears when a built-in Org version is
> loaded\nprior to the more recent Org version.\n\nVersion mismatch is
> commonly encountered in the following situations:\n\n1. Emacs is
> loaded using literate Org config and more recent Org\n version is
> loaded inside the file loaded by `org-babel-load-file'.\n
> `org-babel-load-file' triggers the built-in Org version clashing\n the
> newer Org version attempt to be loaded later.\n\n It is recommended to
> move the Org loading code before the\n `org-babel-load-file'
> call.\n\n2. New Org version is loaded manually by setting `load-path',
> but some\n other package depending on Org is loaded before the
> `load-path' is\n configured.\n This \"other package\" is triggering
> built-in Org version, again\n causing the version mismatch.\n\n It is
> recommended to set `load-path' as early in the config as\n
> possible.\n\n3. New Org version is loaded using straight.el package
> manager and\n other package depending on Org is loaded before straight
> triggers\n loading of the newer Org version.\n\n It is recommended to
> put\n\n %s\n\n early in the config. Ideally, right after the
> straight.el\n bootstrap. Moving `use-package' :straight declaration
> may not be\n sufficient if the corresponding `use-package' statement
> is\n deferring the loading.\n\n4. A new Org version is synchronized
> with Emacs git repository and\n stale .elc files are still left from
> the previous build.\n\n It is recommended to remove .elc files from
> lisp/org directory and\n re-compile." "(straight-use-package 'org)" ox
> ox-publish cl-lib org-export-define-backend ascii ((bold .
> org-ascii-bold) (center-block . org-ascii-center-block) (clock .
> org-ascii-clock) (code . org-ascii-code) (drawer . org-ascii-drawer)
> (dynamic-block . org-ascii-dynamic-block) (entity . org-ascii-entity)
> (example-block . org-ascii-example-block) (export-block .
> org-ascii-export-block) (export-snippet . org-ascii-export-snippet)
> (fixed-width . org-ascii-fixed-width) (footnote-reference .
> org-ascii-footnote-reference) (headline . org-ascii-headline)
> (horizontal-rule . org-ascii-horizontal-rule) (inline-src-block .
> org-ascii-inline-src-block) (inlinetask . org-ascii-inlinetask)
> (inner-template . org-ascii-inner-template) (italic .
> org-ascii-italic) (item . org-ascii-item) (keyword .
> org-ascii-keyword) (latex-environment . org-ascii-latex-environment)
> (latex-fragment . org-ascii-latex-fragment) (line-break .
> org-ascii-line-break) (link . org-ascii-link) (node-property .
> org-ascii-node-property) (paragraph . org-ascii-paragraph) (plain-list
> . org-ascii-plain-list) (plain-text . org-ascii-plain-text) (planning
> . org-ascii-planning) (property-drawer . org-ascii-property-drawer)
> (quote-block . org-ascii-quote-block) (radio-target .
> org-ascii-radio-target) (section . org-ascii-section) (special-block .
> org-ascii-special-block) (src-block . org-ascii-src-block)
> (statistics-cookie . org-ascii-statistics-cookie) (strike-through .
> org-ascii-strike-through) (subscript . org-ascii-subscript)
> (superscript . org-ascii-superscript) (table . org-ascii-table)
> (table-cell . org-ascii-table-cell) (table-row . org-ascii-table-row)
> (target . org-ascii-target) (template . org-ascii-template) (timestamp
> . org-ascii-timestamp) (underline . org-ascii-underline) (verbatim .
> org-ascii-verbatim) (verse-block . org-ascii-verse-block)) :menu-entry
> (116 "Export to Plain Text" ((65 "As ASCII buffer" (lambda (a s v b)
> (org-ascii-export-as-ascii a s v b '(:ascii-charset ascii)))) (97 "As
> ASCII file" (lambda (a s v b) (org-ascii-export-to-ascii a s v b
> '(:ascii-charset ascii)))) (76 "As Latin1 buffer" (lambda (a s v b)
> (org-ascii-export-as-ascii a s v b '(:ascii-charset latin1)))) (108
> "As Latin1 file" (lambda (a s v b) (org-ascii-export-to-ascii a s v b
> '(:ascii-charset latin1)))) (85 "As UTF-8 buffer" (lambda (a s v b)
> (org-ascii-export-as-ascii a s v b '(:ascii-charset utf-8)))) (117 "As
> UTF-8 file" (lambda (a s v b) (org-ascii-export-to-ascii a s v b
> '(:ascii-charset utf-8)))))) :filters-alist ((:filter-headline .
> org-ascii-filter-headline-blank-lines) (:filter-parse-tree
> org-ascii-filter-paragraph-spacing org-ascii-filter-comment-spacing)
> (:filter-section . org-ascii-filter-headline-blank-lines))
> :options-alist ((:subtitle "SUBTITLE" nil nil parse) (:ascii-bullets
> nil nil org-ascii-bullets) (:ascii-caption-above nil nil
> org-ascii-caption-above) (:ascii-charset nil nil org-ascii-charset)
> (:ascii-global-margin nil nil org-ascii-global-margin)
> (:ascii-format-drawer-function nil nil
> org-ascii-format-drawer-function) (:ascii-format-inlinetask-function
> nil nil org-ascii-format-inlinetask-function) (:ascii-headline-spacing
> nil nil org-ascii-headline-spacing) (:ascii-indented-line-width nil
> nil org-ascii-indented-line-width) (:ascii-inlinetask-width nil nil
> org-ascii-inlinetask-width) (:ascii-inner-margin nil nil
> org-ascii-inner-margin) (:ascii-links-to-notes nil nil
> org-ascii-links-to-notes) (:ascii-list-margin nil nil
> org-ascii-list-margin) (:ascii-paragraph-spacing nil nil
> org-ascii-paragraph-spacing) (:ascii-quote-margin nil nil
> org-ascii-quote-margin) (:ascii-table-keep-all-vertical-lines nil nil
> org-ascii-table-keep-all-vertical-lines) (:ascii-table-use-ascii-art
> nil nil org-ascii-table-use-ascii-art) (:ascii-table-widen-columns nil
> nil org-ascii-table-widen-columns) (:ascii-text-width nil nil
> org-ascii-text-width) (:ascii-underline nil nil org-ascii-underline)
> (:ascii-verbatim-format nil nil org-ascii-verbatim-format))
> custom-declare-group org-export-ascii nil "Options for exporting Org
> mode files to ASCII." :tag "Org Export ASCII" :group org-export
> custom-declare-variable org-ascii-text-width funcall function
> #f(compiled-function () #<bytecode 0x18c000ae6ce14>) "Maximum width of
> exported text.\nThis number includes margin size, as set
> in\n`org-ascii-global-margin'." :version "24.4" :package-version (Org
> . "8.0") :type integer org-ascii-global-margin #f(compiled-function ()
> #<bytecode 0x18c000ae69414>) "Width of the left margin, in number of
> characters." (Org . "8.0") org-ascii-inner-margin #f(compiled-function
> () #<bytecode 0x18c000ae69694>) "Width of the inner margin, in number
> of characters.\nInner margin is applied between each headline." (Org .
> "8.0") org-ascii-quote-margin #f(compiled-function () #<bytecode
> 0x18c000ae69394>) "Width of margin used for quoting text, in
> characters.\nThis margin is applied on both sides of the text. It is
> also\napplied on the left side of contents in descriptive lists." (Org
> . "8.0") org-ascii-list-margin #f(compiled-function () #<bytecode
> 0x18c000ae69414>) "Width of margin used for plain lists, in
> characters.\nThis margin applies to top level list only, not to
> its\nsub-lists." "26.1" (Org . "8.3") org-ascii-inlinetask-width
> #f(compiled-function () #<bytecode 0x18c000ae6a594>) "Width of inline
> tasks, in number of characters.\nThis number ignores any margin." (Org
> . "8.0") org-ascii-headline-spacing #f(compiled-function () #<bytecode
> 0x18c000ae6aa94>) "Number of blank lines inserted around
> headlines.\n\nThis variable can be set to a cons cell. In that case,
> its car\nrepresents the number of blank lines present before
> headline\ncontents whereas its cdr reflects the number of blank lines
> after\ncontents.\n\nA nil value replicates the number of blank lines
> found in the\noriginal Org buffer at the same place." (Org . "8.0")
> (choice (const :tag "Replicate original spacing" nil) (cons :tag "Set
> a uniform spacing" (integer :tag "Number of blank lines before
> contents") (integer :tag "Number of blank lines after contents")))
> org-ascii-indented-line-width #f(compiled-function () #<bytecode
> 0x29ac9a1ad7f794>) "Additional indentation width for the first line in
> a paragraph.\nIf the value is an integer, indent the first line of
> each\nparagraph by this width, unless it is located at the beginning
> of\na section, in which case indentation is removed from that
> line.\nIf it is the symbol `auto' preserve indentation from
> original\ndocument." (Org . "8.0") (choice (integer :tag "Number of
> white spaces characters") (const :tag "Preserve original width" auto))
> org-ascii-paragraph-spacing #f(compiled-function () #<bytecode
> 0x29ac9a1ad7f794>) "Number of white lines between paragraphs.\nIf the
> value is an integer, add this number of blank lines\nbetween
> contiguous paragraphs. If is it the symbol `auto', keep\nthe same
> number of blank lines as in the original document." (Org . "8.0")
> (choice (integer :tag "Number of blank lines") (const :tag "Preserve
> original spacing" auto)) org-ascii-charset #f(compiled-function ()
> #<bytecode 0x18c000ae88114>) "The charset allowed to represent various
> elements and objects.\nPossible values are:\n`ascii' Only use plain
> ASCII characters\n`latin1' Include Latin-1 characters\n`utf-8' Use all
> UTF-8 characters" (Org . "8.0") (choice (const :tag "ASCII" ascii)
> (const :tag "Latin-1" latin1) (const :tag "UTF-8" utf-8))
> org-ascii-underline #f(compiled-function () #<bytecode
> 0x18c000ae69414>) "Characters for underlining headings in ASCII
> export.\n\nAlist whose key is a symbol among `ascii', `latin1' and
> `utf-8'\nand whose value is a list of characters.\n\nFor each
> supported charset, this variable associates a sequence\nof underline
> characters. In a sequence, the characters will be\nused in order for
> headlines level 1, 2, ... If no character is\navailable for a given
> level, the headline won't be underlined." (Org . "8.0") (list (cons
> :tag "Underline characters sequence" (const :tag "ASCII charset"
> ascii) (repeat character)) (cons :tag "Underline characters sequence"
> (const :tag "Latin-1 charset" latin1) (repeat character)) (cons :tag
> "Underline characters sequence" (const :tag "UTF-8 charset" utf-8)
> (repeat character))) org-ascii-bullets #f(compiled-function ()
> #<bytecode 0x18c000ae69414>) "Bullet characters for headlines
> converted to lists in ASCII export.\n\nAlist whose key is a symbol
> among `ascii', `latin1' and `utf-8'\nand whose value is a list of
> characters.\n\nThe first character is used for the first level
> considered as low\nlevel, and so on. If there are more levels than
> characters given\nhere, the list will be repeated.\n\nNote that this
> variable doesn't affect plain lists\nrepresentation." (Org . "8.0")
> (list (cons :tag "Bullet characters for low level headlines" (const
> :tag "ASCII charset" ascii) (repeat character)) (cons :tag "Bullet
> characters for low level headlines" (const :tag "Latin-1 charset"
> latin1) (repeat character)) (cons :tag "Bullet characters for low
> level headlines" (const :tag "UTF-8 charset" utf-8) (repeat
> character))) org-ascii-links-to-notes #f(compiled-function ()
> #<bytecode 0x18c000ae69b14>) "Non-nil means convert links to notes
> before the next headline.\nWhen nil, the link will be exported in
> place. If the line\nbecomes long in this way, it will be wrapped."
> (Org . "8.0") boolean org-ascii-table-keep-all-vertical-lines
> #f(compiled-function () #<bytecode 0x18c000ae69414>) "Non-nil means
> keep all vertical lines in ASCII tables.\nWhen nil, vertical lines
> will be removed except for those needed\nfor column grouping." (Org .
> "8.0")] 12)
>   require(ox-ascii)
>   byte-code("\300\301!\210\302
> \303\232\204\20\0\304\305\306\"\210\300\307!\210\300\301!\210\300\310!\207"
> [require org-macs org-release "9.7.4" warn "Org version
> mismatch.\nThis warning usually appears when a built-in Org version is
> loaded\nprior to the more recent Org version.\n\nVersion mismatch is
> commonly encountered in the following situations:\n\n1. Emacs is
> loaded using literate Org config and more recent Org\n version is
> loaded inside the file loaded by `org-babel-load-file'.\n
> `org-babel-load-file' triggers the built-in Org version clashing\n the
> newer Org version attempt to be loaded later.\n\n It is recommended to
> move the Org loading code before the\n `org-babel-load-file'
> call.\n\n2. New Org version is loaded manually by setting `load-path',
> but some\n other package depending on Org is loaded before the
> `load-path' is\n configured.\n This \"other package\" is triggering
> built-in Org version, again\n causing the version mismatch.\n\n It is
> recommended to set `load-path' as early in the config as\n
> possible.\n\n3. New Org version is loaded using straight.el package
> manager and\n other package depending on Org is loaded before straight
> triggers\n loading of the newer Org version.\n\n It is recommended to
> put\n\n %s\n\n early in the config. Ideally, right after the
> straight.el\n bootstrap. Moving `use-package' :straight declaration
> may not be\n sufficient if the corresponding `use-package' statement
> is\n deferring the loading.\n\n4. A new Org version is synchronized
> with Emacs git repository and\n stale .elc files are still left from
> the previous build.\n\n It is recommended to remove .elc files from
> lisp/org directory and\n re-compile." "(straight-use-package 'org)" ob
> ox-ascii] 3)
>   require(ob-gnuplot)
>   org-babel-do-load-languages(org-babel-load-languages ((C . t) (R .
> t) (asymptote) (awk) (calc) (clojure) (comint) (css) (ditaa . t) (dot
> . t) (emacs-lisp . t) (fortran) (gnuplot . t) (haskell) (io) (java)
> (js) (latex) (ledger) (lilypond) (lisp) (matlab) (maxima) (mscgen)
> (ocaml) (octave) (org . t) (perl) (picolisp) (plantuml) (python . t)
> (ref) (ruby) (sass) (scala) (scheme . t) (screen) (shell . t) (shen)
> (sql) (sqlite)))
>   custom-initialize-reset(org-babel-load-languages (funcall #'#f(compiled-function () #<bytecode 0x18c000ae69414>)))
>   custom-declare-variable(org-babel-load-languages (funcall
> #'#f(compiled-function () #<bytecode 0x18c000ae69414>)) "Languages
> which can be evaluated in Org buffers.\n\\<org-mode-map>\nThis list
> can be used to load support for any of the available\nlanguages with
> babel support (see info node `(org) Languages'). Each\nlanguage will
> depend on a different set of system executables and/or\nEmacs
> modes.\n\nWhen a language is \"loaded\", code blocks in that language
> can\nbe evaluated with `org-babel-execute-src-block', which is
> bound\nby default to \\[org-ctrl-c-ctrl-c].\n\nThe
> `org-babel-no-eval-on-ctrl-c-ctrl-c' option can be set to\nremove code
> block evaluation from \\[org-ctrl-c-ctrl-c]. By\ndefault, only Emacs
> Lisp is loaded, since it has no specific\nrequirement." :group
> org-babel :set org-babel-do-load-languages :package-version (Org .
> "9.6") :type (alist :tag "Babel Languages" :key-type (choice (const
> :tag "Awk" awk) (const :tag "C, D, C++, and cpp" C) (const :tag "R" R)
> (const :tag "Calc" calc) (const :tag "Clojure and ClojureScript"
> clojure) (const :tag "CSS" css) (const :tag "Ditaa" ditaa) (const :tag
> "Dot" dot) (const :tag "Emacs Lisp" emacs-lisp) (const :tag "Eshell"
> eshell) (const :tag "Forth" forth) (const :tag "Fortran" fortran)
> (const :tag "GnuPlot" gnuplot) (const :tag "Groovy" groovy) (const
> :tag "Haskell" haskell) (const :tag "Java" java) (const :tag
> "JavaScript" js) (const :tag "Julia" julia) (const :tag "LaTeX" latex)
> (const :tag "LilyPond" lilypond) (const :tag "Lisp" lisp) (const :tag
> "Lua" lua) (const :tag "Makefile" makefile) (const :tag "Maxima"
> maxima) (const :tag "OCaml" ocaml) (const :tag "Octave and MatLab"
> octave) (const :tag "Org" org) (const :tag "Perl" perl) (const :tag
> "Processing" processing) (const :tag "PlantUML" plantuml) (const :tag
> "Python" python) (const :tag "Ruby" ruby) (const :tag "Sass" sass)
> (const :tag "Scheme" scheme) (const :tag "Screen" screen) (const :tag
> "Sed" sed) (const :tag "Shell Script" shell) (const :tag "Sql" sql)
> (const :tag "Sqlite" sqlite)) :value-type (boolean :tag "Activate"
> :value t)))
>   byte-code("\300\301\302\303\304DD\305\306\307\310\311\312\313\314\315&\13\210\300\316\302\303\317DD\320\314\321\322\323\306\324&\11\210\325\326\327\"\210\325\330\327\"\207"
> [custom-declare-variable org-babel-load-languages funcall function
> #f(compiled-function () #<bytecode 0x18c000ae69414>) "Languages which
> can be evaluated in Org buffers.\n\\<org-mode-map>\nThis list can be
> used to load support for any of the available\nlanguages with babel
> support (see info node `(org) Languages'). Each\nlanguage will depend
> on a different set of system executables and/or\nEmacs modes.\n\nWhen
> a language is \"loaded\", code blocks in that language can\nbe
> evaluated with `org-babel-execute-src-block', which is bound\nby
> default to \\[org-ctrl-c-ctrl-c].\n\nThe
> `org-babel-no-eval-on-ctrl-c-ctrl-c' option can be set to\nremove code
> block evaluation from \\[org-ctrl-c-ctrl-c]. By\ndefault, only Emacs
> Lisp is loaded, since it has no specific\nrequirement." :group
> org-babel :set org-babel-do-load-languages :package-version (Org .
> "9.6") :type (alist :tag "Babel Languages" :key-type (choice (const
> :tag "Awk" awk) (const :tag "C, D, C++, and cpp" C) (const :tag "R" R)
> (const :tag "Calc" calc) (const :tag "Clojure and ClojureScript"
> clojure) (const :tag "CSS" css) (const :tag "Ditaa" ditaa) (const :tag
> "Dot" dot) (const :tag "Emacs Lisp" emacs-lisp) (const :tag "Eshell"
> eshell) (const :tag "Forth" forth) (const :tag "Fortran" fortran)
> (const :tag "GnuPlot" gnuplot) (const :tag "Groovy" groovy) (const
> :tag "Haskell" haskell) (const :tag "Java" java) (const :tag
> "JavaScript" js) (const :tag "Julia" julia) (const :tag "LaTeX" latex)
> (const :tag "LilyPond" lilypond) (const :tag "Lisp" lisp) (const :tag
> "Lua" lua) (const :tag "Makefile" makefile) (const :tag "Maxima"
> maxima) (const :tag "OCaml" ocaml) (const :tag "Octave and MatLab"
> octave) (const :tag "Org" org) (const :tag "Perl" perl) (const :tag
> "Processing" processing) (const :tag "PlantUML" plantuml) (const :tag
> "Python" python) (const :tag "Ruby" ruby) (const :tag "Sass" sass)
> (const :tag "Scheme" scheme) (const :tag "Screen" screen) (const :tag
> "Sed" sed) (const :tag "Shell Script" shell) (const :tag "Sql" sql)
> (const :tag "Sqlite" sqlite)) :value-type (boolean :tag "Activate"
> :value t)) org-clone-delete-id #f(compiled-function () #<bytecode
> 0x18c000ae69414>) "Remove ID property of clones of a subtree.\nWhen
> non-nil, clones of a subtree don't inherit the ID property.\nOtherwise
> they inherit the ID property with a new unique\nidentifier." boolean
> :version "24.1" org-id autoload org-release "org-version.el"
> org-git-version] 12)
>   require(org)
>   byte-code("\300\301!\210\302
> \303\232\204\20\0\304\305\306\"\210\300\307!\210\300\310!\210\300\311!\210\300\312!\210\300\313!\210\300\314!\210\300\315!\210\300\316!\210\300\317!\210\300\320!\210\300\301!\210\300\321!\210\300\322!\207"
> [require org-macs org-release "9.7.4" warn "Org version
> mismatch.\nThis warning usually appears when a built-in Org version is
> loaded\nprior to the more recent Org version.\n\nVersion mismatch is
> commonly encountered in the following situations:\n\n1. Emacs is
> loaded using literate Org config and more recent Org\n version is
> loaded inside the file loaded by `org-babel-load-file'.\n
> `org-babel-load-file' triggers the built-in Org version clashing\n the
> newer Org version attempt to be loaded later.\n\n It is recommended to
> move the Org loading code before the\n `org-babel-load-file'
> call.\n\n2. New Org version is loaded manually by setting `load-path',
> but some\n other package depending on Org is loaded before the
> `load-path' is\n configured.\n This \"other package\" is triggering
> built-in Org version, again\n causing the version mismatch.\n\n It is
> recommended to set `load-path' as early in the config as\n
> possible.\n\n3. New Org version is loaded using straight.el package
> manager and\n other package depending on Org is loaded before straight
> triggers\n loading of the newer Org version.\n\n It is recommended to
> put\n\n %s\n\n early in the config. Ideally, right after the
> straight.el\n bootstrap. Moving `use-package' :straight declaration
> may not be\n sufficient if the corresponding `use-package' statement
> is\n deferring the loading.\n\n4. A new Org version is synchronized
> with Emacs git repository and\n stale .elc files are still left from
> the previous build.\n\n It is recommended to remove .elc files from
> lisp/org directory and\n re-compile." "(straight-use-package 'org)"
> avl-tree ring cl-lib ol org org-persist org-compat org-entities
> org-footnote org-list org-table org-fold-core] 3)
>   require(org-element)
>   byte-code("\300\301!\210\302
> \303\232\204\20\0\304\305\306\"\210\300\307!\210\300\310!\210\300\311!\210\300\312!\210\300\313!\210\300\314!\210\300\315!\207"
> [require org-macs org-release "9.7.4" warn "Org version
> mismatch.\nThis warning usually appears when a built-in Org version is
> loaded\nprior to the more recent Org version.\n\nVersion mismatch is
> commonly encountered in the following situations:\n\n1. Emacs is
> loaded using literate Org config and more recent Org\n version is
> loaded inside the file loaded by `org-babel-load-file'.\n
> `org-babel-load-file' triggers the built-in Org version clashing\n the
> newer Org version attempt to be loaded later.\n\n It is recommended to
> move the Org loading code before the\n `org-babel-load-file'
> call.\n\n2. New Org version is loaded manually by setting `load-path',
> but some\n other package depending on Org is loaded before the
> `load-path' is\n configured.\n This \"other package\" is triggering
> built-in Org version, again\n causing the version mismatch.\n\n It is
> recommended to set `load-path' as early in the config as\n
> possible.\n\n3. New Org version is loaded using straight.el package
> manager and\n other package depending on Org is loaded before straight
> triggers\n loading of the newer Org version.\n\n It is recommended to
> put\n\n %s\n\n early in the config. Ideally, right after the
> straight.el\n bootstrap. Moving `use-package' :straight declaration
> may not be\n sufficient if the corresponding `use-package' statement
> is\n deferring the loading.\n\n4. A new Org version is synchronized
> with Emacs git repository and\n stale .elc files are still left from
> the previous build.\n\n It is recommended to remove .elc files from
> lisp/org directory and\n re-compile." "(straight-use-package 'org)"
> cl-lib ob-exp oc ol org-element org-macro tabulated-list] 3)
>   require(ox)
>   byte-code("\300\301!\210\302
> \303\232\204\20\0\304\305\306\"\210\300\307!\210\300\310!\210\300\311!\210\312\313\314\315\316\317\320\321\322&\10\210\323\324\325\326\327\330\331\332&\7\210\333\334\335\336\337DD\340\331\324\341\342\343\344\345\346&\13\210\333\347\335\336\350DD\351\331\324\341\342\343\352\345\346&\13\210\333\353\335\336\354DD\355\331\324\341\342\343\356\345\346&\13\210\333\357\335\336\360DD\361\331\324\341\342\343\362\345\346&\13\210\333\363\335\336\364DD\365\331\324\341\366\343\367\345\346&\13\210\333\370\335\336\371DD\372\331\324\341\342\343\373\345\346&\13\210\333\374\335\336\375DD\376\331\324\341\342\343\377\345\201@\0&\13\210\333\201A\0\335\336\201B\0DD\201C\0\331\324\341\342\343\201D\0\345\201E\0&\13\210\333\201F\0\335\336\201G\0DD\201H\0\331\324\341\342\343\201I\0\345\201J\0&\13\210\333\201K\0\335\336\201L\0DD\201M\0\331\324\341\342\343\201N\0\345\201O\0&\13\210\333\201P\0\335\336\201Q\0DD\201R\0\331\324\341\342\343\201S\0\345\201T\0&\13\210\333\201U\0\335\336\201V\0DD\201W\0\331\324\341\342\343\201X\0\345\201Y\0&\13\210\333\201Z\0\335\336\201[\0DD\201\\\0\331\324\341\342\343\201]\0\345\201^\0&\13\210\333\201_\0\335\336\201`\0DD\201a\0\331\324\341\342\343\201b\0\345\201^\0&\13\207"
> [require org-macs org-release "9.7.4" warn "Org version
> mismatch.\nThis warning usually appears when a built-in Org version is
> loaded\nprior to the more recent Org version.\n\nVersion mismatch is
> commonly encountered in the following situations:\n\n1. Emacs is
> loaded using literate Org config and more recent Org\n version is
> loaded inside the file loaded by `org-babel-load-file'.\n
> `org-babel-load-file' triggers the built-in Org version clashing\n the
> newer Org version attempt to be loaded later.\n\n It is recommended to
> move the Org loading code before the\n `org-babel-load-file'
> call.\n\n2. New Org version is loaded manually by setting `load-path',
> but some\n other package depending on Org is loaded before the
> `load-path' is\n configured.\n This \"other package\" is triggering
> built-in Org version, again\n causing the version mismatch.\n\n It is
> recommended to set `load-path' as early in the config as\n
> possible.\n\n3. New Org version is loaded using straight.el package
> manager and\n other package depending on Org is loaded before straight
> triggers\n loading of the newer Org version.\n\n It is recommended to
> put\n\n %s\n\n early in the config. Ideally, right after the
> straight.el\n bootstrap. Moving `use-package' :straight declaration
> may not be\n sufficient if the corresponding `use-package' statement
> is\n deferring the loading.\n\n4. A new Org version is synchronized
> with Emacs git repository and\n stale .elc files are still left from
> the previous build.\n\n It is recommended to remove .elc files from
> lisp/org directory and\n re-compile." "(straight-use-package 'org)" ox
> ox-publish cl-lib org-export-define-backend ascii ((bold .
> org-ascii-bold) (center-block . org-ascii-center-block) (clock .
> org-ascii-clock) (code . org-ascii-code) (drawer . org-ascii-drawer)
> (dynamic-block . org-ascii-dynamic-block) (entity . org-ascii-entity)
> (example-block . org-ascii-example-block) (export-block .
> org-ascii-export-block) (export-snippet . org-ascii-export-snippet)
> (fixed-width . org-ascii-fixed-width) (footnote-reference .
> org-ascii-footnote-reference) (headline . org-ascii-headline)
> (horizontal-rule . org-ascii-horizontal-rule) (inline-src-block .
> org-ascii-inline-src-block) (inlinetask . org-ascii-inlinetask)
> (inner-template . org-ascii-inner-template) (italic .
> org-ascii-italic) (item . org-ascii-item) (keyword .
> org-ascii-keyword) (latex-environment . org-ascii-latex-environment)
> (latex-fragment . org-ascii-latex-fragment) (line-break .
> org-ascii-line-break) (link . org-ascii-link) (node-property .
> org-ascii-node-property) (paragraph . org-ascii-paragraph) (plain-list
> . org-ascii-plain-list) (plain-text . org-ascii-plain-text) (planning
> . org-ascii-planning) (property-drawer . org-ascii-property-drawer)
> (quote-block . org-ascii-quote-block) (radio-target .
> org-ascii-radio-target) (section . org-ascii-section) (special-block .
> org-ascii-special-block) (src-block . org-ascii-src-block)
> (statistics-cookie . org-ascii-statistics-cookie) (strike-through .
> org-ascii-strike-through) (subscript . org-ascii-subscript)
> (superscript . org-ascii-superscript) (table . org-ascii-table)
> (table-cell . org-ascii-table-cell) (table-row . org-ascii-table-row)
> (target . org-ascii-target) (template . org-ascii-template) (timestamp
> . org-ascii-timestamp) (underline . org-ascii-underline) (verbatim .
> org-ascii-verbatim) (verse-block . org-ascii-verse-block)) :menu-entry
> (116 "Export to Plain Text" ((65 "As ASCII buffer" (lambda (a s v b)
> (org-ascii-export-as-ascii a s v b '(:ascii-charset ascii)))) (97 "As
> ASCII file" (lambda (a s v b) (org-ascii-export-to-ascii a s v b
> '(:ascii-charset ascii)))) (76 "As Latin1 buffer" (lambda (a s v b)
> (org-ascii-export-as-ascii a s v b '(:ascii-charset latin1)))) (108
> "As Latin1 file" (lambda (a s v b) (org-ascii-export-to-ascii a s v b
> '(:ascii-charset latin1)))) (85 "As UTF-8 buffer" (lambda (a s v b)
> (org-ascii-export-as-ascii a s v b '(:ascii-charset utf-8)))) (117 "As
> UTF-8 file" (lambda (a s v b) (org-ascii-export-to-ascii a s v b
> '(:ascii-charset utf-8)))))) :filters-alist ((:filter-headline .
> org-ascii-filter-headline-blank-lines) (:filter-parse-tree
> org-ascii-filter-paragraph-spacing org-ascii-filter-comment-spacing)
> (:filter-section . org-ascii-filter-headline-blank-lines))
> :options-alist ((:subtitle "SUBTITLE" nil nil parse) (:ascii-bullets
> nil nil org-ascii-bullets) (:ascii-caption-above nil nil
> org-ascii-caption-above) (:ascii-charset nil nil org-ascii-charset)
> (:ascii-global-margin nil nil org-ascii-global-margin)
> (:ascii-format-drawer-function nil nil
> org-ascii-format-drawer-function) (:ascii-format-inlinetask-function
> nil nil org-ascii-format-inlinetask-function) (:ascii-headline-spacing
> nil nil org-ascii-headline-spacing) (:ascii-indented-line-width nil
> nil org-ascii-indented-line-width) (:ascii-inlinetask-width nil nil
> org-ascii-inlinetask-width) (:ascii-inner-margin nil nil
> org-ascii-inner-margin) (:ascii-links-to-notes nil nil
> org-ascii-links-to-notes) (:ascii-list-margin nil nil
> org-ascii-list-margin) (:ascii-paragraph-spacing nil nil
> org-ascii-paragraph-spacing) (:ascii-quote-margin nil nil
> org-ascii-quote-margin) (:ascii-table-keep-all-vertical-lines nil nil
> org-ascii-table-keep-all-vertical-lines) (:ascii-table-use-ascii-art
> nil nil org-ascii-table-use-ascii-art) (:ascii-table-widen-columns nil
> nil org-ascii-table-widen-columns) (:ascii-text-width nil nil
> org-ascii-text-width) (:ascii-underline nil nil org-ascii-underline)
> (:ascii-verbatim-format nil nil org-ascii-verbatim-format))
> custom-declare-group org-export-ascii nil "Options for exporting Org
> mode files to ASCII." :tag "Org Export ASCII" :group org-export
> custom-declare-variable org-ascii-text-width funcall function
> #f(compiled-function () #<bytecode 0x18c000ae6ce14>) "Maximum width of
> exported text.\nThis number includes margin size, as set
> in\n`org-ascii-global-margin'." :version "24.4" :package-version (Org
> . "8.0") :type integer org-ascii-global-margin #f(compiled-function ()
> #<bytecode 0x18c000ae69414>) "Width of the left margin, in number of
> characters." (Org . "8.0") org-ascii-inner-margin #f(compiled-function
> () #<bytecode 0x18c000ae69694>) "Width of the inner margin, in number
> of characters.\nInner margin is applied between each headline." (Org .
> "8.0") org-ascii-quote-margin #f(compiled-function () #<bytecode
> 0x18c000ae69394>) "Width of margin used for quoting text, in
> characters.\nThis margin is applied on both sides of the text. It is
> also\napplied on the left side of contents in descriptive lists." (Org
> . "8.0") org-ascii-list-margin #f(compiled-function () #<bytecode
> 0x18c000ae69414>) "Width of margin used for plain lists, in
> characters.\nThis margin applies to top level list only, not to
> its\nsub-lists." "26.1" (Org . "8.3") org-ascii-inlinetask-width
> #f(compiled-function () #<bytecode 0x18c000ae6a594>) "Width of inline
> tasks, in number of characters.\nThis number ignores any margin." (Org
> . "8.0") org-ascii-headline-spacing #f(compiled-function () #<bytecode
> 0x18c000ae6aa94>) "Number of blank lines inserted around
> headlines.\n\nThis variable can be set to a cons cell. In that case,
> its car\nrepresents the number of blank lines present before
> headline\ncontents whereas its cdr reflects the number of blank lines
> after\ncontents.\n\nA nil value replicates the number of blank lines
> found in the\noriginal Org buffer at the same place." (Org . "8.0")
> (choice (const :tag "Replicate original spacing" nil) (cons :tag "Set
> a uniform spacing" (integer :tag "Number of blank lines before
> contents") (integer :tag "Number of blank lines after contents")))
> org-ascii-indented-line-width #f(compiled-function () #<bytecode
> 0x29ac9a1ad7f794>) "Additional indentation width for the first line in
> a paragraph.\nIf the value is an integer, indent the first line of
> each\nparagraph by this width, unless it is located at the beginning
> of\na section, in which case indentation is removed from that
> line.\nIf it is the symbol `auto' preserve indentation from
> original\ndocument." (Org . "8.0") (choice (integer :tag "Number of
> white spaces characters") (const :tag "Preserve original width" auto))
> org-ascii-paragraph-spacing #f(compiled-function () #<bytecode
> 0x29ac9a1ad7f794>) "Number of white lines between paragraphs.\nIf the
> value is an integer, add this number of blank lines\nbetween
> contiguous paragraphs. If is it the symbol `auto', keep\nthe same
> number of blank lines as in the original document." (Org . "8.0")
> (choice (integer :tag "Number of blank lines") (const :tag "Preserve
> original spacing" auto)) org-ascii-charset #f(compiled-function ()
> #<bytecode 0x18c000ae88114>) "The charset allowed to represent various
> elements and objects.\nPossible values are:\n`ascii' Only use plain
> ASCII characters\n`latin1' Include Latin-1 characters\n`utf-8' Use all
> UTF-8 characters" (Org . "8.0") (choice (const :tag "ASCII" ascii)
> (const :tag "Latin-1" latin1) (const :tag "UTF-8" utf-8))
> org-ascii-underline #f(compiled-function () #<bytecode
> 0x18c000ae69414>) "Characters for underlining headings in ASCII
> export.\n\nAlist whose key is a symbol among `ascii', `latin1' and
> `utf-8'\nand whose value is a list of characters.\n\nFor each
> supported charset, this variable associates a sequence\nof underline
> characters. In a sequence, the characters will be\nused in order for
> headlines level 1, 2, ... If no character is\navailable for a given
> level, the headline won't be underlined." (Org . "8.0") (list (cons
> :tag "Underline characters sequence" (const :tag "ASCII charset"
> ascii) (repeat character)) (cons :tag "Underline characters sequence"
> (const :tag "Latin-1 charset" latin1) (repeat character)) (cons :tag
> "Underline characters sequence" (const :tag "UTF-8 charset" utf-8)
> (repeat character))) org-ascii-bullets #f(compiled-function ()
> #<bytecode 0x18c000ae69414>) "Bullet characters for headlines
> converted to lists in ASCII export.\n\nAlist whose key is a symbol
> among `ascii', `latin1' and `utf-8'\nand whose value is a list of
> characters.\n\nThe first character is used for the first level
> considered as low\nlevel, and so on. If there are more levels than
> characters given\nhere, the list will be repeated.\n\nNote that this
> variable doesn't affect plain lists\nrepresentation." (Org . "8.0")
> (list (cons :tag "Bullet characters for low level headlines" (const
> :tag "ASCII charset" ascii) (repeat character)) (cons :tag "Bullet
> characters for low level headlines" (const :tag "Latin-1 charset"
> latin1) (repeat character)) (cons :tag "Bullet characters for low
> level headlines" (const :tag "UTF-8 charset" utf-8) (repeat
> character))) org-ascii-links-to-notes #f(compiled-function ()
> #<bytecode 0x18c000ae69b14>) "Non-nil means convert links to notes
> before the next headline.\nWhen nil, the link will be exported in
> place. If the line\nbecomes long in this way, it will be wrapped."
> (Org . "8.0") boolean org-ascii-table-keep-all-vertical-lines
> #f(compiled-function () #<bytecode 0x18c000ae69414>) "Non-nil means
> keep all vertical lines in ASCII tables.\nWhen nil, vertical lines
> will be removed except for those needed\nfor column grouping." (Org .
> "8.0")] 12)
>   require(ox-ascii)
>   byte-code("\300\301!\210\302
> \303\232\204\20\0\304\305\306\"\210\300\307!\210\300\301!\210\300\310!\207"
> [require org-macs org-release "9.7.4" warn "Org version
> mismatch.\nThis warning usually appears when a built-in Org version is
> loaded\nprior to the more recent Org version.\n\nVersion mismatch is
> commonly encountered in the following situations:\n\n1. Emacs is
> loaded using literate Org config and more recent Org\n version is
> loaded inside the file loaded by `org-babel-load-file'.\n
> `org-babel-load-file' triggers the built-in Org version clashing\n the
> newer Org version attempt to be loaded later.\n\n It is recommended to
> move the Org loading code before the\n `org-babel-load-file'
> call.\n\n2. New Org version is loaded manually by setting `load-path',
> but some\n other package depending on Org is loaded before the
> `load-path' is\n configured.\n This \"other package\" is triggering
> built-in Org version, again\n causing the version mismatch.\n\n It is
> recommended to set `load-path' as early in the config as\n
> possible.\n\n3. New Org version is loaded using straight.el package
> manager and\n other package depending on Org is loaded before straight
> triggers\n loading of the newer Org version.\n\n It is recommended to
> put\n\n %s\n\n early in the config. Ideally, right after the
> straight.el\n bootstrap. Moving `use-package' :straight declaration
> may not be\n sufficient if the corresponding `use-package' statement
> is\n deferring the loading.\n\n4. A new Org version is synchronized
> with Emacs git repository and\n stale .elc files are still left from
> the previous build.\n\n It is recommended to remove .elc files from
> lisp/org directory and\n re-compile." "(straight-use-package 'org)" ob
> ox-ascii] 3)
>   require(ob-gnuplot)
>   org-babel-do-load-languages(org-babel-load-languages ((C . t) (R .
> t) (asymptote) (awk) (calc) (clojure) (comint) (css) (ditaa . t) (dot
> . t) (emacs-lisp . t) (fortran) (gnuplot . t) (haskell) (io) (java)
> (js) (latex) (ledger) (lilypond) (lisp) (matlab) (maxima) (mscgen)
> (ocaml) (octave) (org . t) (perl) (picolisp) (plantuml) (python . t)
> (ref) (ruby) (sass) (scala) (scheme . t) (screen) (shell . t) (shen)
> (sql) (sqlite)))
>   custom-initialize-reset(org-babel-load-languages (funcall #'#f(compiled-function () #<bytecode 0x18c000ae69414>)))
>   custom-declare-variable(org-babel-load-languages (funcall
> #'#f(compiled-function () #<bytecode 0x18c000ae69414>)) "Languages
> which can be evaluated in Org buffers.\n\\<org-mode-map>\nThis list
> can be used to load support for any of the available\nlanguages with
> babel support (see info node `(org) Languages'). Each\nlanguage will
> depend on a different set of system executables and/or\nEmacs
> modes.\n\nWhen a language is \"loaded\", code blocks in that language
> can\nbe evaluated with `org-babel-execute-src-block', which is
> bound\nby default to \\[org-ctrl-c-ctrl-c].\n\nThe
> `org-babel-no-eval-on-ctrl-c-ctrl-c' option can be set to\nremove code
> block evaluation from \\[org-ctrl-c-ctrl-c]. By\ndefault, only Emacs
> Lisp is loaded, since it has no specific\nrequirement." :group
> org-babel :set org-babel-do-load-languages :package-version (Org .
> "9.6") :type (alist :tag "Babel Languages" :key-type (choice (const
> :tag "Awk" awk) (const :tag "C, D, C++, and cpp" C) (const :tag "R" R)
> (const :tag "Calc" calc) (const :tag "Clojure and ClojureScript"
> clojure) (const :tag "CSS" css) (const :tag "Ditaa" ditaa) (const :tag
> "Dot" dot) (const :tag "Emacs Lisp" emacs-lisp) (const :tag "Eshell"
> eshell) (const :tag "Forth" forth) (const :tag "Fortran" fortran)
> (const :tag "GnuPlot" gnuplot) (const :tag "Groovy" groovy) (const
> :tag "Haskell" haskell) (const :tag "Java" java) (const :tag
> "JavaScript" js) (const :tag "Julia" julia) (const :tag "LaTeX" latex)
> (const :tag "LilyPond" lilypond) (const :tag "Lisp" lisp) (const :tag
> "Lua" lua) (const :tag "Makefile" makefile) (const :tag "Maxima"
> maxima) (const :tag "OCaml" ocaml) (const :tag "Octave and MatLab"
> octave) (const :tag "Org" org) (const :tag "Perl" perl) (const :tag
> "Processing" processing) (const :tag "PlantUML" plantuml) (const :tag
> "Python" python) (const :tag "Ruby" ruby) (const :tag "Sass" sass)
> (const :tag "Scheme" scheme) (const :tag "Screen" screen) (const :tag
> "Sed" sed) (const :tag "Shell Script" shell) (const :tag "Sql" sql)
> (const :tag "Sqlite" sqlite)) :value-type (boolean :tag "Activate"
> :value t)))
>   byte-code("\300\301\302\303\304DD\305\306\307\310\311\312\313\314\315&\13\210\300\316\302\303\317DD\320\314\321\322\323\306\324&\11\210\325\326\327\"\210\325\330\327\"\207"
> [custom-declare-variable org-babel-load-languages funcall function
> #f(compiled-function () #<bytecode 0x18c000ae69414>) "Languages which
> can be evaluated in Org buffers.\n\\<org-mode-map>\nThis list can be
> used to load support for any of the available\nlanguages with babel
> support (see info node `(org) Languages'). Each\nlanguage will depend
> on a different set of system executables and/or\nEmacs modes.\n\nWhen
> a language is \"loaded\", code blocks in that language can\nbe
> evaluated with `org-babel-execute-src-block', which is bound\nby
> default to \\[org-ctrl-c-ctrl-c].\n\nThe
> `org-babel-no-eval-on-ctrl-c-ctrl-c' option can be set to\nremove code
> block evaluation from \\[org-ctrl-c-ctrl-c]. By\ndefault, only Emacs
> Lisp is loaded, since it has no specific\nrequirement." :group
> org-babel :set org-babel-do-load-languages :package-version (Org .
> "9.6") :type (alist :tag "Babel Languages" :key-type (choice (const
> :tag "Awk" awk) (const :tag "C, D, C++, and cpp" C) (const :tag "R" R)
> (const :tag "Calc" calc) (const :tag "Clojure and ClojureScript"
> clojure) (const :tag "CSS" css) (const :tag "Ditaa" ditaa) (const :tag
> "Dot" dot) (const :tag "Emacs Lisp" emacs-lisp) (const :tag "Eshell"
> eshell) (const :tag "Forth" forth) (const :tag "Fortran" fortran)
> (const :tag "GnuPlot" gnuplot) (const :tag "Groovy" groovy) (const
> :tag "Haskell" haskell) (const :tag "Java" java) (const :tag
> "JavaScript" js) (const :tag "Julia" julia) (const :tag "LaTeX" latex)
> (const :tag "LilyPond" lilypond) (const :tag "Lisp" lisp) (const :tag
> "Lua" lua) (const :tag "Makefile" makefile) (const :tag "Maxima"
> maxima) (const :tag "OCaml" ocaml) (const :tag "Octave and MatLab"
> octave) (const :tag "Org" org) (const :tag "Perl" perl) (const :tag
> "Processing" processing) (const :tag "PlantUML" plantuml) (const :tag
> "Python" python) (const :tag "Ruby" ruby) (const :tag "Sass" sass)
> (const :tag "Scheme" scheme) (const :tag "Screen" screen) (const :tag
> "Sed" sed) (const :tag "Shell Script" shell) (const :tag "Sql" sql)
> (const :tag "Sqlite" sqlite)) :value-type (boolean :tag "Activate"
> :value t)) org-clone-delete-id #f(compiled-function () #<bytecode
> 0x18c000ae69414>) "Remove ID property of clones of a subtree.\nWhen
> non-nil, clones of a subtree don't inherit the ID property.\nOtherwise
> they inherit the ID property with a new unique\nidentifier." boolean
> :version "24.1" org-id autoload org-release "org-version.el"
> org-git-version] 12)
>   require(org)
>   byte-code("\300\301!\210\302
> \303\232\204\20\0\304\305\306\"\210\300\307!\210\300\310!\210\300\311!\210\300\312!\210\300\313!\210\300\314!\210\300\315!\210\300\316!\210\300\317!\210\300\320!\210\300\301!\210\300\321!\210\300\322!\207"
> [require org-macs org-release "9.7.4" warn "Org version
> mismatch.\nThis warning usually appears when a built-in Org version is
> loaded\nprior to the more recent Org version.\n\nVersion mismatch is
> commonly encountered in the following situations:\n\n1. Emacs is
> loaded using literate Org config and more recent Org\n version is
> loaded inside the file loaded by `org-babel-load-file'.\n
> `org-babel-load-file' triggers the built-in Org version clashing\n the
> newer Org version attempt to be loaded later.\n\n It is recommended to
> move the Org loading code before the\n `org-babel-load-file'
> call.\n\n2. New Org version is loaded manually by setting `load-path',
> but some\n other package depending on Org is loaded before the
> `load-path' is\n configured.\n This \"other package\" is triggering
> built-in Org version, again\n causing the version mismatch.\n\n It is
> recommended to set `load-path' as early in the config as\n
> possible.\n\n3. New Org version is loaded using straight.el package
> manager and\n other package depending on Org is loaded before straight
> triggers\n loading of the newer Org version.\n\n It is recommended to
> put\n\n %s\n\n early in the config. Ideally, right after the
> straight.el\n bootstrap. Moving `use-package' :straight declaration
> may not be\n sufficient if the corresponding `use-package' statement
> is\n deferring the loading.\n\n4. A new Org version is synchronized
> with Emacs git repository and\n stale .elc files are still left from
> the previous build.\n\n It is recommended to remove .elc files from
> lisp/org directory and\n re-compile." "(straight-use-package 'org)"
> avl-tree ring cl-lib ol org org-persist org-compat org-entities
> org-footnote org-list org-table org-fold-core] 3)
>   require(org-element)
>   byte-code("\300\301!\210\302
> \303\232\204\20\0\304\305\306\"\210\300\307!\210\300\310!\210\300\311!\210\300\312!\210\300\313!\210\300\314!\210\300\315!\207"
> [require org-macs org-release "9.7.4" warn "Org version
> mismatch.\nThis warning usually appears when a built-in Org version is
> loaded\nprior to the more recent Org version.\n\nVersion mismatch is
> commonly encountered in the following situations:\n\n1. Emacs is
> loaded using literate Org config and more recent Org\n version is
> loaded inside the file loaded by `org-babel-load-file'.\n
> `org-babel-load-file' triggers the built-in Org version clashing\n the
> newer Org version attempt to be loaded later.\n\n It is recommended to
> move the Org loading code before the\n `org-babel-load-file'
> call.\n\n2. New Org version is loaded manually by setting `load-path',
> but some\n other package depending on Org is loaded before the
> `load-path' is\n configured.\n This \"other package\" is triggering
> built-in Org version, again\n causing the version mismatch.\n\n It is
> recommended to set `load-path' as early in the config as\n
> possible.\n\n3. New Org version is loaded using straight.el package
> manager and\n other package depending on Org is loaded before straight
> triggers\n loading of the newer Org version.\n\n It is recommended to
> put\n\n %s\n\n early in the config. Ideally, right after the
> straight.el\n bootstrap. Moving `use-package' :straight declaration
> may not be\n sufficient if the corresponding `use-package' statement
> is\n deferring the loading.\n\n4. A new Org version is synchronized
> with Emacs git repository and\n stale .elc files are still left from
> the previous build.\n\n It is recommended to remove .elc files from
> lisp/org directory and\n re-compile." "(straight-use-package 'org)"
> cl-lib ob-exp oc ol org-element org-macro tabulated-list] 3)
>   require(ox)
>   byte-code("\300\301!\210\302
> \303\232\204\20\0\304\305\306\"\210\300\307!\210\300\310!\210\300\311!\210\300\312!\210\300\313!\210\314\315\316\317\320\321\322\323\324&\10\207"
> [require org-macs org-release "9.7.4" warn "Org version
> mismatch.\nThis warning usually appears when a built-in Org version is
> loaded\nprior to the more recent Org version.\n\nVersion mismatch is
> commonly encountered in the following situations:\n\n1. Emacs is
> loaded using literate Org config and more recent Org\n version is
> loaded inside the file loaded by `org-babel-load-file'.\n
> `org-babel-load-file' triggers the built-in Org version clashing\n the
> newer Org version attempt to be loaded later.\n\n It is recommended to
> move the Org loading code before the\n `org-babel-load-file'
> call.\n\n2. New Org version is loaded manually by setting `load-path',
> but some\n other package depending on Org is loaded before the
> `load-path' is\n configured.\n This \"other package\" is triggering
> built-in Org version, again\n causing the version mismatch.\n\n It is
> recommended to set `load-path' as early in the config as\n
> possible.\n\n3. New Org version is loaded using straight.el package
> manager and\n other package depending on Org is loaded before straight
> triggers\n loading of the newer Org version.\n\n It is recommended to
> put\n\n %s\n\n early in the config. Ideally, right after the
> straight.el\n bootstrap. Moving `use-package' :straight declaration
> may not be\n sufficient if the corresponding `use-package' statement
> is\n deferring the loading.\n\n4. A new Org version is synchronized
> with Emacs git repository and\n stale .elc files are still left from
> the previous build.\n\n It is recommended to remove .elc files from
> lisp/org directory and\n re-compile." "(straight-use-package 'org)"
> cl-lib format-spec ox ox-publish table org-export-define-backend html
> ((bold . org-html-bold) (center-block . org-html-center-block) (clock
> . org-html-clock) (code . org-html-code) (drawer . org-html-drawer)
> (dynamic-block . org-html-dynamic-block) (entity . org-html-entity)
> (example-block . org-html-example-block) (export-block .
> org-html-export-block) (export-snippet . org-html-export-snippet)
> (fixed-width . org-html-fixed-width) (footnote-reference .
> org-html-footnote-reference) (headline . org-html-headline)
> (horizontal-rule . org-html-horizontal-rule) (inline-src-block .
> org-html-inline-src-block) (inlinetask . org-html-inlinetask)
> (inner-template . org-html-inner-template) (italic . org-html-italic)
> (item . org-html-item) (keyword . org-html-keyword) (latex-environment
> . org-html-latex-environment) (latex-fragment .
> org-html-latex-fragment) (line-break . org-html-line-break) (link .
> org-html-link) (node-property . org-html-node-property) (paragraph .
> org-html-paragraph) (plain-list . org-html-plain-list) (plain-text .
> org-html-plain-text) (planning . org-html-planning) (property-drawer .
> org-html-property-drawer) (quote-block . org-html-quote-block)
> (radio-target . org-html-radio-target) (section . org-html-section)
> (special-block . org-html-special-block) (src-block .
> org-html-src-block) (statistics-cookie . org-html-statistics-cookie)
> (strike-through . org-html-strike-through) (subscript .
> org-html-subscript) (superscript . org-html-superscript) (table .
> org-html-table) (table-cell . org-html-table-cell) (table-row .
> org-html-table-row) (target . org-html-target) (template .
> org-html-template) (timestamp . org-html-timestamp) (underline .
> org-html-underline) (verbatim . org-html-verbatim) (verse-block .
> org-html-verse-block)) :filters-alist ((:filter-options .
> org-html-infojs-install-script) (:filter-parse-tree .
> org-html-image-link-filter) (:filter-final-output .
> org-html-final-function)) :menu-entry (104 "Export to HTML" ((72 "As
> HTML buffer" org-html-export-as-html) (104 "As HTML file"
> org-html-export-to-html) (111 "As HTML file and open" (lambda (a s v
> b) (if a (org-html-export-to-html t s v b) (org-open-file
> (org-html-export-to-html nil s v b))))))) :options-alist
> ((:html-doctype "HTML_DOCTYPE" nil org-html-doctype) (:html-container
> "HTML_CONTAINER" nil org-html-container-element) (:html-content-class
> "HTML_CONTENT_CLASS" nil org-html-content-class) (:description
> "DESCRIPTION" nil nil newline) (:keywords "KEYWORDS" nil nil space)
> (:html-html5-fancy nil "html5-fancy" org-html-html5-fancy)
> (:html-link-use-abs-url nil "html-link-use-abs-url"
> org-html-link-use-abs-url) (:html-link-home "HTML_LINK_HOME" nil
> org-html-link-home) (:html-link-up "HTML_LINK_UP" nil
> org-html-link-up) (:html-mathjax "HTML_MATHJAX" nil "" space)
> (:html-equation-reference-format "HTML_EQUATION_REFERENCE_FORMAT" nil
> org-html-equation-reference-format t) (:html-postamble nil
> "html-postamble" org-html-postamble) (:html-preamble nil
> "html-preamble" org-html-preamble) (:html-head "HTML_HEAD" nil
> org-html-head newline) (:html-head-extra "HTML_HEAD_EXTRA" nil
> org-html-head-extra newline) (:subtitle "SUBTITLE" nil nil parse)
> (:html-head-include-default-style nil "html-style"
> org-html-head-include-default-style) (:html-head-include-scripts nil
> "html-scripts" org-html-head-include-scripts)
> (:html-allow-name-attribute-in-anchors nil nil
> org-html-allow-name-attribute-in-anchors) (:html-divs nil nil
> org-html-divs) (:html-checkbox-type nil nil org-html-checkbox-type)
> (:html-extension nil nil org-html-extension) (:html-footnote-format
> nil nil org-html-footnote-format) (:html-footnote-separator nil nil
> org-html-footnote-separator) (:html-footnotes-section nil nil
> org-html-footnotes-section) (:html-format-drawer-function nil nil
> org-html-format-drawer-function) (:html-format-headline-function nil
> nil org-html-format-headline-function)
> (:html-format-inlinetask-function nil nil
> org-html-format-inlinetask-function) (:html-home/up-format nil nil
> org-html-home/up-format) (:html-indent nil nil org-html-indent)
> (:html-infojs-options nil nil org-html-infojs-options)
> (:html-infojs-template nil nil org-html-infojs-template)
> (:html-inline-image-rules nil nil org-html-inline-image-rules)
> (:html-link-org-files-as-html nil nil org-html-link-org-files-as-html)
> (:html-mathjax-options nil nil org-html-mathjax-options)
> (:html-mathjax-template nil nil org-html-mathjax-template)
> (:html-metadata-timestamp-format nil nil
> org-html-metadata-timestamp-format) (:html-postamble-format nil nil
> org-html-postamble-format) (:html-preamble-format nil nil
> org-html-preamble-format) (:html-prefer-user-labels nil nil
> org-html-prefer-user-labels) (:html-self-link-headlines nil nil
> org-html-self-link-headlines) (:html-table-align-individual-fields nil
> nil org-html-table-align-individual-fields) (:html-table-caption-above
> nil nil org-html-table-caption-above) (:html-table-data-tags nil nil
> org-html-table-data-tags) (:html-table-header-tags nil nil
> org-html-table-header-tags)
> (:html-table-use-header-tags-for-first-column nil nil
> org-html-table-use-header-tags-for-first-column)
> (:html-tag-class-prefix nil nil org-html-tag-class-prefix)
> (:html-text-markup-alist nil nil org-html-text-markup-alist)
> (:html-todo-kwd-class-prefix nil nil org-html-todo-kwd-class-prefix)
> (:html-toplevel-hlevel nil nil org-html-toplevel-hlevel)
> (:html-use-infojs nil nil org-html-use-infojs) (:html-validation-link
> nil nil org-html-validation-link) (:html-viewport nil nil
> org-html-viewport) (:html-inline-images nil nil
> org-html-inline-images) (:html-table-attributes nil nil
> org-html-table-default-attributes) (:html-table-row-open-tag nil nil
> org-html-table-row-open-tag) (:html-table-row-close-tag nil nil
> org-html-table-row-close-tag) (:html-xml-declaration nil nil
> org-html-xml-declaration) (:html-wrap-src-lines nil nil
> org-html-wrap-src-lines) (:html-klipsify-src nil nil
> org-html-klipsify-src) (:html-klipse-css nil nil org-html-klipse-css)
> (:html-klipse-js nil nil org-html-klipse-js)
> (:html-klipse-selection-script nil nil
> org-html-klipse-selection-script) (:infojs-opt "INFOJS_OPT" nil nil)
> (:creator "CREATOR" nil org-html-creator-string) (:with-latex nil
> "tex" org-html-with-latex) (:latex-header "LATEX_HEADER" nil nil
> newline))] 9)
>   require(ox-html)
>   load-with-code-conversion("/home/arne/eigenes/Webseiten/arnebab-org/.emacs.d/init.el" "/home/arne/eigenes/Webseiten/arnebab-org/.emacs.d/init.el" nil t)
>   command-line-1(("--load" ".emacs.d/init.el" "--load" "setup.el" "setup.el" "-f" "org-feed-update-all" "-f" "kill-emacs"))
>   command-line()
>   normal-top-level()
> Recursive ‘require’ for feature ‘ox’
> make: *** [Makefile:4090: external-rss.org.in] Fehler 255
>
> Best wishes,
> Arne

-- 
Unpolitisch sein
heißt politisch sein,
ohne es zu merken.
draketo.de

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 1125 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#71706: 30.0.50; Emacs as build tool fails to launch after update
  2024-06-21 12:48 bug#71706: 30.0.50; Emacs as build tool fails to launch after update Dr. Arne Babenhauserheide via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2024-06-21 13:19 ` bug#71705: " Dr. Arne Babenhauserheide via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2024-06-21 19:11 ` Eli Zaretskii
  1 sibling, 0 replies; 7+ messages in thread
From: Eli Zaretskii @ 2024-06-21 19:11 UTC (permalink / raw)
  To: Dr. Arne Babenhauserheide; +Cc: 71706

> Date: Fri, 21 Jun 2024 14:48:37 +0200
> From:  "Dr. Arne Babenhauserheide" via "Bug reports for GNU Emacs,
>  the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
> 
> I get a crash when trying to run Emacs in a dedicated setup.
> 
> I expect that there are some leftover files from byte compilation or
> native compilation that cause the problem.

Did you try "make bootstrap"?  If mot, please do.





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#71705: 30.0.50; Emacs as build tool fails to launch after update
  2024-06-21 13:19 ` bug#71705: " Dr. Arne Babenhauserheide via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2024-06-21 19:12   ` Eli Zaretskii
  2024-06-21 19:13   ` Eli Zaretskii
  1 sibling, 0 replies; 7+ messages in thread
From: Eli Zaretskii @ 2024-06-21 19:12 UTC (permalink / raw)
  To: Dr. Arne Babenhauserheide; +Cc: 71705

merge 71705 71706
thanks

> Date: Fri, 21 Jun 2024 15:19:18 +0200
> From:  "Dr. Arne Babenhauserheide" via "Bug reports for GNU Emacs,
>  the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
> 
> a correction: it wasn’t Emacs 30 vs. 29. The actual change is the guix
> update from Generation 1287 to 1288. In 1287 it works. In 1288 it breaks:

You have opened 2 bugs for the same problem.  Merging them.





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#71705: 30.0.50; Emacs as build tool fails to launch after update
  2024-06-21 13:19 ` bug#71705: " Dr. Arne Babenhauserheide via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2024-06-21 19:12   ` Eli Zaretskii
@ 2024-06-21 19:13   ` Eli Zaretskii
  2024-06-21 21:49     ` Dr. Arne Babenhauserheide via Bug reports for GNU Emacs, the Swiss army knife of text editors
  1 sibling, 1 reply; 7+ messages in thread
From: Eli Zaretskii @ 2024-06-21 19:13 UTC (permalink / raw)
  To: Dr. Arne Babenhauserheide; +Cc: 71705

> Date: Fri, 21 Jun 2024 15:19:18 +0200
> From:  "Dr. Arne Babenhauserheide" via "Bug reports for GNU Emacs,
>  the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
> 
> a correction: it wasn’t Emacs 30 vs. 29. The actual change is the guix
> update from Generation 1287 to 1288. In 1287 it works. In 1288 it breaks:

Sorry, I don't know what this generation number means.  How about
reporting this to Guix folks first?





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#71705: 30.0.50; Emacs as build tool fails to launch after update
  2024-06-21 19:13   ` Eli Zaretskii
@ 2024-06-21 21:49     ` Dr. Arne Babenhauserheide via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2024-06-22  7:01       ` Eli Zaretskii
  0 siblings, 1 reply; 7+ messages in thread
From: Dr. Arne Babenhauserheide via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2024-06-21 21:49 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 71705

[-- Attachment #1: Type: text/plain, Size: 1707 bytes --]

Eli Zaretskii <eliz@gnu.org> writes:

>> Date: Fri, 21 Jun 2024 15:19:18 +0200
>> From:  "Dr. Arne Babenhauserheide" via "Bug reports for GNU Emacs,
>>  the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
>> 
>> a correction: it wasn’t Emacs 30 vs. 29. The actual change is the guix
>> update from Generation 1287 to 1288. In 1287 it works. In 1288 it breaks:
>
> Sorry, I don't know what this generation number means.  How about
> reporting this to Guix folks first?

I’ll also report it there.

This means that some packages changed. I’ll remove the ones where I’m
pretty sure that they won’t be causing problems:

Generation 1288	21. Juni 2024 11:55:59
 + arc-theme        	20221218       	
 + emacs-auctex     	14.0.5         	
 + emacs-bbdb       	3.2.2.4        	
 + emacs-compat     	29.1.4.5       	
 + emacs-elfeed-org 	0.1-1.77b6bbf  	
 + emacs-emms       	20             	
 + emacs-exwm       	0.30           	
 + emacs-geiser-guile	0.28.1         	
 + emacs-ghub       	3.6.0          	
 + emacs-helm-emms  	1.3-3.37e5aa0  	
 + emacs-helm-exwm  	0.0.2          	
 + emacs-helm-firefox	1.3            	
 + emacs-magit      	3.3.0-7.dda332b	
 + emacs-org-contrib	0.5            	
 + emacs-org-edit-latex	0.8.3          	
 + emacs-transient  	0.7.0          	
 + emacs-xref       	1.7.0          	
 + python-tldr      	3.2.0          	
 + texlive-scheme-medium	66594       

Can a change in the version of these packages cause the problem?

And I’m sorry for opening two bugs. That wasn’t intentional (thank you
for merging them!)

Best wishes,
Arne
-- 
Unpolitisch sein
heißt politisch sein,
ohne es zu merken.
draketo.de

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 1125 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#71705: 30.0.50; Emacs as build tool fails to launch after update
  2024-06-21 21:49     ` Dr. Arne Babenhauserheide via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2024-06-22  7:01       ` Eli Zaretskii
  0 siblings, 0 replies; 7+ messages in thread
From: Eli Zaretskii @ 2024-06-22  7:01 UTC (permalink / raw)
  To: Dr. Arne Babenhauserheide; +Cc: 71705

> From: "Dr. Arne Babenhauserheide" <arne_bab@web.de>
> Cc: 71705@debbugs.gnu.org
> Date: Fri, 21 Jun 2024 23:49:10 +0200
> 
> Eli Zaretskii <eliz@gnu.org> writes:
> 
> >> Date: Fri, 21 Jun 2024 15:19:18 +0200
> >> From:  "Dr. Arne Babenhauserheide" via "Bug reports for GNU Emacs,
> >>  the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
> >> 
> >> a correction: it wasn’t Emacs 30 vs. 29. The actual change is the guix
> >> update from Generation 1287 to 1288. In 1287 it works. In 1288 it breaks:
> >
> > Sorry, I don't know what this generation number means.  How about
> > reporting this to Guix folks first?
> 
> I’ll also report it there.
> 
> This means that some packages changed. I’ll remove the ones where I’m
> pretty sure that they won’t be causing problems:
> 
> Generation 1288	21. Juni 2024 11:55:59
>  + arc-theme        	20221218       	
>  + emacs-auctex     	14.0.5         	
>  + emacs-bbdb       	3.2.2.4        	
>  + emacs-compat     	29.1.4.5       	
>  + emacs-elfeed-org 	0.1-1.77b6bbf  	
>  + emacs-emms       	20             	
>  + emacs-exwm       	0.30           	
>  + emacs-geiser-guile	0.28.1         	
>  + emacs-ghub       	3.6.0          	
>  + emacs-helm-emms  	1.3-3.37e5aa0  	
>  + emacs-helm-exwm  	0.0.2          	
>  + emacs-helm-firefox	1.3            	
>  + emacs-magit      	3.3.0-7.dda332b	
>  + emacs-org-contrib	0.5            	
>  + emacs-org-edit-latex	0.8.3          	
>  + emacs-transient  	0.7.0          	
>  + emacs-xref       	1.7.0          	
>  + python-tldr      	3.2.0          	
>  + texlive-scheme-medium	66594       
> 
> Can a change in the version of these packages cause the problem?

I don't really know, but the emacs-org-* ones would be my first
suspect.  It could also be something unrelated, like the change in
startup files.





^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-06-22  7:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-21 12:48 bug#71706: 30.0.50; Emacs as build tool fails to launch after update Dr. Arne Babenhauserheide via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-06-21 13:19 ` bug#71705: " Dr. Arne Babenhauserheide via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-06-21 19:12   ` Eli Zaretskii
2024-06-21 19:13   ` Eli Zaretskii
2024-06-21 21:49     ` Dr. Arne Babenhauserheide via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-06-22  7:01       ` Eli Zaretskii
2024-06-21 19:11 ` bug#71706: " Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.