Skip to content

Can't export with tecosaur+karthink's org-mode when LaTeX fragments are present #760

@xaltsc

Description

@xaltsc

Hey,

I am using this branch https://code.tecosaur.net/tec/org-mode/commit/cd2269ddb64bda7203acf2ee2e26188237a578ea of org-mode which improves latex previews. It seems to be currently impossible to export files with LaTeX fragments.

In my case, the error I get is that org-export-with-buffer-copy is an invalid function (even though the only difference I can find between mainline org and their branch is that this function has been deprecated).

Here is a backtrace:

Debugger entered--Lisp error: (invalid-function org-export-with-buffer-copy)
  org-export-with-buffer-copy(:to-buffer #<buffer  *Org HTML Export LaTeX*> :drop-visibility t :drop-narrowing t :drop-contents t nil nil nil "\\(X\\)")
  org-html-format-latex("$X$" mathjax (:export-options nil :back-end #s(org-export-backend :name hugo :parent blackfriday :transcoders ((code . org-hugo-kbd-tags-maybe) (drawer . org-hugo-drawer) (example-block . org-hugo-example-block) (export-block . org-hugo-export-block) (export-snippet . org-hugo-export-snippet) (headline . org-hugo-heading) (inner-template . org-hugo-inner-template) (inline-src-block . org-hugo-inline-src-block) (keyword . org-hugo-keyword) (link . org-hugo-link) (paragraph . org-hugo-paragraph) (src-block . org-hugo-src-block) (special-block . org-hugo-special-block)) :options ((:with-toc nil "toc" org-hugo-export-with-toc) (:section-numbers nil "num" org-hugo-export-with-section-numbers) (:author "AUTHOR" nil user-full-name newline) (:creator "CREATOR" nil org-hugo-export-creator-string) (:with-smart-quotes nil "'" nil) (:with-special-strings nil "-" nil) (:with-sub-superscript nil "^" ...) (:hugo-with-locale "HUGO_WITH_LOCALE" nil nil) (:hugo-front-matter-format "HUGO_FRONT_MATTER_FORMAT" nil org-hugo-front-matter-format) (:hugo-level-offset "HUGO_LEVEL_OFFSET" nil "1") (:hugo-preserve-filling "HUGO_PRESERVE_FILLING" nil org-hugo-preserve-filling) (:hugo-delete-trailing-ws "HUGO_DELETE_TRAILING_WS" nil org-hugo-delete-trailing-ws) (:hugo-section "HUGO_SECTION" nil org-hugo-section) (:hugo-bundle "HUGO_BUNDLE" nil nil) (:hugo-base-dir "HUGO_BASE_DIR" nil org-hugo-base-dir) (:hugo-base-dir "HUGO_BASE_CONTENT_FOLDER" nil org-hugo-content-folder) (:hugo-goldmark "HUGO_GOLDMARK" nil org-hugo-goldmark) (:hugo-code-fence "HUGO_CODE_FENCE" nil t) (:hugo-use-code-for-kbd "HUGO_USE_CODE_FOR_KBD" nil org-hugo-use-code-for-kbd) (:hugo-prefer-hyphen-in-tags "HUGO_PREFER_HYPHEN_IN_TAGS" nil org-hugo-prefer-hyphen-in-tags) (:hugo-allow-spaces-in-tags "HUGO_ALLOW_SPACES_IN_TAGS" nil org-hugo-allow-spaces-in-tags) (:hugo-auto-set-lastmod "HUGO_AUTO_SET_LASTMOD" nil org-hugo-auto-set-lastmod) (:hugo-custom-front-matter "HUGO_CUSTOM_FRONT_MATTER" nil nil space) (:hugo-blackfriday "HUGO_BLACKFRIDAY" nil nil space) (:hugo-front-matter-key-replace "HUGO_FRONT_MATTER_KEY_REPLACE" nil nil space) (:hugo-date-format "HUGO_DATE_FORMAT" nil org-hugo-date-format) (:hugo-paired-shortcodes "HUGO_PAIRED_SHORTCODES" nil org-hugo-paired-shortcodes space) (:hugo-pandoc-citations "HUGO_PANDOC_CITATIONS" nil nil) (:bibliography "BIBLIOGRAPHY" nil nil newline) (:html-container "HTML_CONTAINER" nil org-hugo-container-element) (:html-container-class "HTML_CONTAINER_CLASS" nil "") (:html-container-nested "HTML_CONTAINER_NESTED" nil nil) ...) :filters ((:filter-body . org-hugo-body-filter)) :blocks nil :menu (72 "Export to Hugo-compatible Markdown" (... ... ... ... ... ...)) :feature-conditions nil :feature-implementations nil) :translate-alist ((code . org-hugo-kbd-tags-maybe) (drawer . org-hugo-drawer) (example-block . org-hugo-example-block) (export-block . org-hugo-export-block) (export-snippet . org-hugo-export-snippet) (headline . org-hugo-heading) (inner-template . org-hugo-inner-template) (inline-src-block . org-hugo-inline-src-block) (keyword . org-hugo-keyword) (link . org-hugo-link) (paragraph . org-hugo-paragraph) (src-block . org-hugo-src-block) (special-block . org-hugo-special-block) (center-block . org-blackfriday-center-block) (example-block . org-blackfriday-example-block) (fixed-width . org-blackfriday-fixed-width) (footnote-reference . org-blackfriday-footnote-reference) (inner-template . org-blackfriday-inner-template) (italic . org-blackfriday-italic) (item . org-blackfriday-item) (latex-environment . org-blackfriday-latex-environment) (latex-fragment . org-blackfriday-latex-fragment) (line-break . org-html-line-break) (plain-list . org-blackfriday-plain-list) (plain-text . org-blackfriday-plain-text) (quote-block . org-blackfriday-quote-block) (radio-target . org-blackfriday-radio-target) (special-block . org-blackfriday-special-block) (src-block . org-blackfriday-src-block) (strike-through . org-blackfriday-strike-through) (table-cell . org-blackfriday-table-cell) (table-row . org-blackfriday-table-row) ...) :exported-data #<hash-table eq 11/4001 0x6fa913 ...> :input-buffer "20221118190112-artins-lemma.org" :input-file "/home/ax/docs/20-work/25-notes/20221118190112-artins-lemma.org" :with-toc nil :section-numbers nil :author "Alexandre " :creator "Emacs 31.0.50 (Org mode 9.7.11 + ox-hugo)" :with-smart-quotes nil :with-special-strings nil :with-sub-superscript {} :hugo-with-locale nil :hugo-front-matter-format "yaml" :hugo-level-offset "1" ...))
  org-blackfriday-latex-fragment((latex-fragment (:standard-properties [217 nil nil nil 221 1 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil (paragraph ... ... #1 ... ... ... ... ...)] :value "$X$")) nil (:export-options nil :back-end #s(org-export-backend :name hugo :parent blackfriday :transcoders ((code . org-hugo-kbd-tags-maybe) (drawer . org-hugo-drawer) (example-block . org-hugo-example-block) (export-block . org-hugo-export-block) (export-snippet . org-hugo-export-snippet) (headline . org-hugo-heading) (inner-template . org-hugo-inner-template) (inline-src-block . org-hugo-inline-src-block) (keyword . org-hugo-keyword) (link . org-hugo-link) (paragraph . org-hugo-paragraph) (src-block . org-hugo-src-block) (special-block . org-hugo-special-block)) :options ((:with-toc nil "toc" org-hugo-export-with-toc) (:section-numbers nil "num" org-hugo-export-with-section-numbers) (:author "AUTHOR" nil user-full-name newline) (:creator "CREATOR" nil org-hugo-export-creator-string) (:with-smart-quotes nil "'" nil) (:with-special-strings nil "-" nil) (:with-sub-superscript nil "^" ...) (:hugo-with-locale "HUGO_WITH_LOCALE" nil nil) (:hugo-front-matter-format "HUGO_FRONT_MATTER_FORMAT" nil org-hugo-front-matter-format) (:hugo-level-offset "HUGO_LEVEL_OFFSET" nil "1") (:hugo-preserve-filling "HUGO_PRESERVE_FILLING" nil org-hugo-preserve-filling) (:hugo-delete-trailing-ws "HUGO_DELETE_TRAILING_WS" nil org-hugo-delete-trailing-ws) (:hugo-section "HUGO_SECTION" nil org-hugo-section) (:hugo-bundle "HUGO_BUNDLE" nil nil) (:hugo-base-dir "HUGO_BASE_DIR" nil org-hugo-base-dir) (:hugo-base-dir "HUGO_BASE_CONTENT_FOLDER" nil org-hugo-content-folder) (:hugo-goldmark "HUGO_GOLDMARK" nil org-hugo-goldmark) (:hugo-code-fence "HUGO_CODE_FENCE" nil t) (:hugo-use-code-for-kbd "HUGO_USE_CODE_FOR_KBD" nil org-hugo-use-code-for-kbd) (:hugo-prefer-hyphen-in-tags "HUGO_PREFER_HYPHEN_IN_TAGS" nil org-hugo-prefer-hyphen-in-tags) (:hugo-allow-spaces-in-tags "HUGO_ALLOW_SPACES_IN_TAGS" nil org-hugo-allow-spaces-in-tags) (:hugo-auto-set-lastmod "HUGO_AUTO_SET_LASTMOD" nil org-hugo-auto-set-lastmod) (:hugo-custom-front-matter "HUGO_CUSTOM_FRONT_MATTER" nil nil space) (:hugo-blackfriday "HUGO_BLACKFRIDAY" nil nil space) (:hugo-front-matter-key-replace "HUGO_FRONT_MATTER_KEY_REPLACE" nil nil space) (:hugo-date-format "HUGO_DATE_FORMAT" nil org-hugo-date-format) (:hugo-paired-shortcodes "HUGO_PAIRED_SHORTCODES" nil org-hugo-paired-shortcodes space) (:hugo-pandoc-citations "HUGO_PANDOC_CITATIONS" nil nil) (:bibliography "BIBLIOGRAPHY" nil nil newline) (:html-container "HTML_CONTAINER" nil org-hugo-container-element) (:html-container-class "HTML_CONTAINER_CLASS" nil "") (:html-container-nested "HTML_CONTAINER_NESTED" nil nil) ...) :filters ((:filter-body . org-hugo-body-filter)) :blocks nil :menu (72 "Export to Hugo-compatible Markdown" (... ... ... ... ... ...)) :feature-conditions nil :feature-implementations nil) :translate-alist ((code . org-hugo-kbd-tags-maybe) (drawer . org-hugo-drawer) (example-block . org-hugo-example-block) (export-block . org-hugo-export-block) (export-snippet . org-hugo-export-snippet) (headline . org-hugo-heading) (inner-template . org-hugo-inner-template) (inline-src-block . org-hugo-inline-src-block) (keyword . org-hugo-keyword) (link . org-hugo-link) (paragraph . org-hugo-paragraph) (src-block . org-hugo-src-block) (special-block . org-hugo-special-block) (center-block . org-blackfriday-center-block) (example-block . org-blackfriday-example-block) (fixed-width . org-blackfriday-fixed-width) (footnote-reference . org-blackfriday-footnote-reference) (inner-template . org-blackfriday-inner-template) (italic . org-blackfriday-italic) (item . org-blackfriday-item) (latex-environment . org-blackfriday-latex-environment) (latex-fragment . org-blackfriday-latex-fragment) (line-break . org-html-line-break) (plain-list . org-blackfriday-plain-list) (plain-text . org-blackfriday-plain-text) (quote-block . org-blackfriday-quote-block) (radio-target . org-blackfriday-radio-target) (special-block . org-blackfriday-special-block) (src-block . org-blackfriday-src-block) (strike-through . org-blackfriday-strike-through) (table-cell . org-blackfriday-table-cell) (table-row . org-blackfriday-table-row) ...) :exported-data #<hash-table eq 11/4001 0x6fa913 ...> :input-buffer "20221118190112-artins-lemma.org" :input-file "/home/ax/docs/20-work/25-notes/20221118190112-artins-lemma.org" :with-toc nil :section-numbers nil :author "Alexandre " :creator "Emacs 31.0.50 (Org mode 9.7.11 + ox-hugo)" :with-smart-quotes nil :with-special-strings nil :with-sub-superscript {} :hugo-with-locale nil :hugo-front-matter-format "yaml" :hugo-level-offset "1" ...))
  org-export-data((latex-fragment (:standard-properties [217 nil nil nil 221 1 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil (paragraph ... ... #1 ... ... ... ... ...)] :value "$X$")) (:export-options nil :back-end #s(org-export-backend :name hugo :parent blackfriday :transcoders ((code . org-hugo-kbd-tags-maybe) (drawer . org-hugo-drawer) (example-block . org-hugo-example-block) (export-block . org-hugo-export-block) (export-snippet . org-hugo-export-snippet) (headline . org-hugo-heading) (inner-template . org-hugo-inner-template) (inline-src-block . org-hugo-inline-src-block) (keyword . org-hugo-keyword) (link . org-hugo-link) (paragraph . org-hugo-paragraph) (src-block . org-hugo-src-block) (special-block . org-hugo-special-block)) :options ((:with-toc nil "toc" org-hugo-export-with-toc) (:section-numbers nil "num" org-hugo-export-with-section-numbers) (:author "AUTHOR" nil user-full-name newline) (:creator "CREATOR" nil org-hugo-export-creator-string) (:with-smart-quotes nil "'" nil) (:with-special-strings nil "-" nil) (:with-sub-superscript nil "^" ...) (:hugo-with-locale "HUGO_WITH_LOCALE" nil nil) (:hugo-front-matter-format "HUGO_FRONT_MATTER_FORMAT" nil org-hugo-front-matter-format) (:hugo-level-offset "HUGO_LEVEL_OFFSET" nil "1") (:hugo-preserve-filling "HUGO_PRESERVE_FILLING" nil org-hugo-preserve-filling) (:hugo-delete-trailing-ws "HUGO_DELETE_TRAILING_WS" nil org-hugo-delete-trailing-ws) (:hugo-section "HUGO_SECTION" nil org-hugo-section) (:hugo-bundle "HUGO_BUNDLE" nil nil) (:hugo-base-dir "HUGO_BASE_DIR" nil org-hugo-base-dir) (:hugo-base-dir "HUGO_BASE_CONTENT_FOLDER" nil org-hugo-content-folder) (:hugo-goldmark "HUGO_GOLDMARK" nil org-hugo-goldmark) (:hugo-code-fence "HUGO_CODE_FENCE" nil t) (:hugo-use-code-for-kbd "HUGO_USE_CODE_FOR_KBD" nil org-hugo-use-code-for-kbd) (:hugo-prefer-hyphen-in-tags "HUGO_PREFER_HYPHEN_IN_TAGS" nil org-hugo-prefer-hyphen-in-tags) (:hugo-allow-spaces-in-tags "HUGO_ALLOW_SPACES_IN_TAGS" nil org-hugo-allow-spaces-in-tags) (:hugo-auto-set-lastmod "HUGO_AUTO_SET_LASTMOD" nil org-hugo-auto-set-lastmod) (:hugo-custom-front-matter "HUGO_CUSTOM_FRONT_MATTER" nil nil space) (:hugo-blackfriday "HUGO_BLACKFRIDAY" nil nil space) (:hugo-front-matter-key-replace "HUGO_FRONT_MATTER_KEY_REPLACE" nil nil space) (:hugo-date-format "HUGO_DATE_FORMAT" nil org-hugo-date-format) (:hugo-paired-shortcodes "HUGO_PAIRED_SHORTCODES" nil org-hugo-paired-shortcodes space) (:hugo-pandoc-citations "HUGO_PANDOC_CITATIONS" nil nil) (:bibliography "BIBLIOGRAPHY" nil nil newline) (:html-container "HTML_CONTAINER" nil org-hugo-container-element) (:html-container-class "HTML_CONTAINER_CLASS" nil "") (:html-container-nested "HTML_CONTAINER_NESTED" nil nil) ...) :filters ((:filter-body . org-hugo-body-filter)) :blocks nil :menu (72 "Export to Hugo-compatible Markdown" (... ... ... ... ... ...)) :feature-conditions nil :feature-implementations nil) :translate-alist ((code . org-hugo-kbd-tags-maybe) (drawer . org-hugo-drawer) (example-block . org-hugo-example-block) (export-block . org-hugo-export-block) (export-snippet . org-hugo-export-snippet) (headline . org-hugo-heading) (inner-template . org-hugo-inner-template) (inline-src-block . org-hugo-inline-src-block) (keyword . org-hugo-keyword) (link . org-hugo-link) (paragraph . org-hugo-paragraph) (src-block . org-hugo-src-block) (special-block . org-hugo-special-block) (center-block . org-blackfriday-center-block) (example-block . org-blackfriday-example-block) (fixed-width . org-blackfriday-fixed-width) (footnote-reference . org-blackfriday-footnote-reference) (inner-template . org-blackfriday-inner-template) (italic . org-blackfriday-italic) (item . org-blackfriday-item) (latex-environment . org-blackfriday-latex-environment) (latex-fragment . org-blackfriday-latex-fragment) (line-break . org-html-line-break) (plain-list . org-blackfriday-plain-list) (plain-text . org-blackfriday-plain-text) (quote-block . org-blackfriday-quote-block) (radio-target . org-blackfriday-radio-target) (special-block . org-blackfriday-special-block) (src-block . org-blackfriday-src-block) (strike-through . org-blackfriday-strike-through) (table-cell . org-blackfriday-table-cell) (table-row . org-blackfriday-table-row) ...) :exported-data #<hash-table eq 11/4001 0x6fa913 ...> :input-buffer "20221118190112-artins-lemma.org" :input-file "/home/ax/docs/20-work/25-notes/20221118190112-artins-lemma.org" :with-toc nil :section-numbers nil :author "Alexandre " :creator "Emacs 31.0.50 (Org mode 9.7.11 + ox-hugo)" :with-smart-quotes nil :with-special-strings nil :with-sub-superscript {} :hugo-with-locale nil :hugo-front-matter-format "yaml" :hugo-level-offset "1" ...))
  #f(compiled-function (element) #<bytecode 0x11ede67e3c138c63>)((latex-fragment (:standard-properties [217 nil nil nil 221 1 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil (paragraph (:standard-properties [213 213 213 341 341 1 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil (special-block ... #6 ... ... ...)]) #("Let " 0 4 (:parent #6)) #1 #("be a family of subgroups of a finite group " 0 43 (:parent #6)) (latex-fragment (:standard-properties [264 nil nil nil 267 0 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil #6] :value [org-element-deferred org-element--substring ... t])) #(". Let " 0 6 (:parent #6)) (latex-fragment (:standard-properties [273 nil nil nil 309 0 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil #6] :value [org-element-deferred org-element--substring ... t])) #(".\nThe following are equivalent:\n" 0 32 (:parent #6)))] :value "$X$")))
  mapconcat(#f(compiled-function (element) #<bytecode 0x11ede67e3c138c63>) (#("Let " 0 4 (:parent (paragraph (:standard-properties [213 213 213 341 341 1 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil (special-block ... #6 ... ... ...)]) . #2))) (latex-fragment (:standard-properties [217 nil nil nil 221 1 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil (paragraph (:standard-properties [213 213 213 341 341 1 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil ...]) . #2)] :value "$X$")) #("be a family of subgroups of a finite group " 0 43 (:parent (paragraph (:standard-properties [213 213 213 341 341 1 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil (special-block ... #8 ... ... ...)]) . #2))) (latex-fragment (:standard-properties [264 nil nil nil 267 0 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil (paragraph (:standard-properties [213 213 213 341 341 1 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil ...]) . #2)] :value [org-element-deferred org-element--substring (0 3) t])) #(". Let " 0 6 (:parent (paragraph (:standard-properties [213 213 213 341 341 1 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil (special-block ... #10 ... ... ...)]) . #2))) (latex-fragment (:standard-properties [273 nil nil nil 309 0 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil (paragraph (:standard-properties [213 213 213 341 341 1 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil ...]) . #2)] :value [org-element-deferred org-element--substring (0 36) t])) #(".\nThe following are equivalent:\n" 0 32 (:parent (paragraph (:standard-properties [213 213 213 341 341 1 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil (special-block ... #12 ... ... ...)]) . #2)))) "")
  org-export-data((paragraph (:standard-properties [213 213 213 341 341 1 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil ...]) #("Let " 0 4 (:parent #1)) (latex-fragment (:standard-properties ... :value "$X$")) #("be a family of subgroups of a finite group " 0 43 (:parent #1)) (latex-fragment (:standard-properties ... :value ...)) #(". Let " 0 6 (:parent #1)) (latex-fragment (:standard-properties ... :value ...)) #(".\nThe following are equivalent:\n" 0 32 (:parent #1))) (:export-options nil :back-end #s(org-export-backend :name hugo :parent blackfriday :transcoders (... ... ... ... ... ... ... ... ... ... ... ... ...) :options (... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ...) :filters (...) :blocks nil :menu (72 "Export to Hugo-compatible Markdown" ...) :feature-conditions nil :feature-implementations nil) :translate-alist ((code . org-hugo-kbd-tags-maybe) (drawer . org-hugo-drawer) (example-block . org-hugo-example-block) (export-block . org-hugo-export-block) (export-snippet . org-hugo-export-snippet) (headline . org-hugo-heading) (inner-template . org-hugo-inner-template) (inline-src-block . org-hugo-inline-src-block) (keyword . org-hugo-keyword) (link . org-hugo-link) (paragraph . org-hugo-paragraph) (src-block . org-hugo-src-block) (special-block . org-hugo-special-block) (center-block . org-blackfriday-center-block) (example-block . org-blackfriday-example-block) (fixed-width . org-blackfriday-fixed-width) (footnote-reference . org-blackfriday-footnote-reference) (inner-template . org-blackfriday-inner-template) (italic . org-blackfriday-italic) (item . org-blackfriday-item) (latex-environment . org-blackfriday-latex-environment) (latex-fragment . org-blackfriday-latex-fragment) (line-break . org-html-line-break) (plain-list . org-blackfriday-plain-list) (plain-text . org-blackfriday-plain-text) (quote-block . org-blackfriday-quote-block) ...) :exported-data #<hash-table eq 11/4001 0x6fa913 ...> :input-buffer "20221118190112-artins-lemma.org" :input-file "/home/ax/docs/20-work/25-notes/20221118190112-artins-lemma.org" :with-toc nil :section-numbers nil :author "Alexandre " :creator "Emacs 31.0.50 (Org mode 9.7.11 + ox-hugo)" :with-smart-quotes nil :with-special-strings nil :with-sub-superscript {} ...))
  #f(compiled-function (element) #<bytecode 0x11ede67e3c138c63>)((paragraph (:standard-properties [213 213 213 341 341 1 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil (special-block (:standard-properties [197 197 213 677 692 1 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil (section ... ... #6)] :type "theorem" :parameters nil) #1 (plain-list (:standard-properties [341 341 341 440 442 1 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil ... #6] :type ordered) (item (:standard-properties ... :bullet "1. " :checkbox nil :counter nil :pre-blank 0 :tag nil) (paragraph ... ... ... ... ...)) (item (:standard-properties ... :bullet "2. " :checkbox nil :counter nil :pre-blank 0 :tag nil) (paragraph ... ... ...))) (paragraph (:standard-properties [442 442 442 506 506 1 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil #6]) #("As " 0 3 (:parent #11)) (latex-fragment (:standard-properties ... :value ...)) #("is fingen, the last statement can be reformulated as:\n" 0 54 (:parent #11))) (plain-list (:standard-properties [506 506 506 677 677 1 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil ... #6] :type ordered) (item (:standard-properties ... :bullet "2. " :checkbox nil :counter nil :pre-blank 0 :tag nil) (paragraph ... ... ... ... ... ... ... ... ... ... ... ...))))]) #("Let " 0 4 (:parent #1)) (latex-fragment (:standard-properties [217 nil nil nil 221 1 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil #1] :value "$X$")) #("be a family of subgroups of a finite group " 0 43 (:parent #1)) (latex-fragment (:standard-properties [264 nil nil nil 267 0 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil #1] :value [org-element-deferred org-element--substring (0 3) t])) #(". Let " 0 6 (:parent #1)) (latex-fragment (:standard-properties [273 nil nil nil 309 0 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil #1] :value [org-element-deferred org-element--substring (0 36) t])) #(".\nThe following are equivalent:\n" 0 32 (:parent #1))))
  mapconcat(#f(compiled-function (element) #<bytecode 0x11ede67e3c138c63>) ((paragraph (:standard-properties [213 213 213 341 341 1 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil (special-block (:standard-properties ... :type "theorem" :parameters nil) . #2)]) #("Let " 0 4 (:parent #3)) (latex-fragment (:standard-properties [217 nil nil nil 221 1 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil #3] :value "$X$")) #("be a family of subgroups of a finite group " 0 43 (:parent #3)) (latex-fragment (:standard-properties [264 nil nil nil 267 0 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil #3] :value [org-element-deferred org-element--substring (0 3) t])) #(". Let " 0 6 (:parent #3)) (latex-fragment (:standard-properties [273 nil nil nil 309 0 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil #3] :value [org-element-deferred org-element--substring (0 36) t])) #(".\nThe following are equivalent:\n" 0 32 (:parent #3))) (plain-list (:standard-properties [341 341 341 440 442 1 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil ((341 0 "1. " nil nil nil 413) (413 0 "2. " nil nil nil 440)) (special-block (:standard-properties ... :type "theorem" :parameters nil) . #2)] :type ordered) (item (:standard-properties [341 341 344 413 413 0 (:tag) item nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil (... ...) #4] :bullet "1. " :checkbox nil :counter nil :pre-blank 0 :tag nil) (paragraph (:standard-properties [344 344 344 413 413 1 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil #7]) (latex-fragment (:standard-properties ... :value ...)) #("is the union of the conjugates of the subgroups belonging to " 0 61 (:parent #10)) (latex-fragment (:standard-properties ... :value ...)) #("\n" 0 1 (:parent #10)))) (item (:standard-properties [413 413 416 440 440 0 (:tag) item nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil (... ...) #4] :bullet "2. " :checkbox nil :counter nil :pre-blank 0 :tag nil) (paragraph (:standard-properties [416 416 416 440 440 1 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil #8]) (latex-fragment (:standard-properties ... :value ...)) #("is finite.\n" 0 11 (:parent #11))))) (paragraph (:standard-properties [442 442 442 506 506 1 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil (special-block (:standard-properties ... :type "theorem" :parameters nil) . #2)]) #("As " 0 3 (:parent #5)) (latex-fragment (:standard-properties [445 nil nil nil 452 1 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil #5] :value [org-element-deferred org-element--substring (0 6) t])) #("is fingen, the last statement can be reformulated as:\n" 0 54 (:parent #5))) (plain-list (:standard-properties [506 506 506 677 677 1 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil ((506 0 "2. " nil nil nil 677)) (special-block (:standard-properties ... :type "theorem" :parameters nil) . #2)] :type ordered) (item (:standard-properties [506 506 509 677 677 0 (:tag) item nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil (...) #6] :bullet "2. " :checkbox nil :counter nil :pre-blank 0 :tag nil) (paragraph (:standard-properties [509 509 509 677 677 1 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil #9]) #("For each character " 0 19 (:parent #12)) (latex-fragment (:standard-properties ... :value ...)) #("of " 0 3 (:parent #12)) (latex-fragment (:standard-properties ... :value ...)) #(", there are virtual characters " 0 31 (:parent #12)) (latex-fragment (:standard-properties ... :value ...)) #("and an integer " 0 15 (:parent #12)) (latex-fragment (:standard-properties ... :value ...)) #("such that\n   " 0 13 (:parent #12)) (latex-fragment (:standard-properties ... :value ...)) #("\n" 0 1 (:parent #12)))))) "")
  org-export-data((special-block (:standard-properties [197 197 213 677 692 1 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil ...] :type "theorem" :parameters nil) (paragraph (:standard-properties ...) #("Let " 0 4 ...) (latex-fragment ...) #("be a family of subgroups of a finite group " 0 43 ...) (latex-fragment ...) #(". Let " 0 6 ...) (latex-fragment ...) #(".\nThe following are equivalent:\n" 0 32 ...)) (plain-list (:standard-properties ... :type ordered) (item ... ...) (item ... ...)) (paragraph (:standard-properties ...) #("As " 0 3 ...) (latex-fragment ...) #("is fingen, the last statement can be reformulated as:\n" 0 54 ...)) (plain-list (:standard-properties ... :type ordered) (item ... ...))) (:export-options nil :back-end #s(org-export-backend :name hugo :parent blackfriday :transcoders (... ... ... ... ... ... ... ... ... ... ... ... ...) :options (... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ...) :filters (...) :blocks nil :menu (72 "Export to Hugo-compatible Markdown" ...) :feature-conditions nil :feature-implementations nil) :translate-alist ((code . org-hugo-kbd-tags-maybe) (drawer . org-hugo-drawer) (example-block . org-hugo-example-block) (export-block . org-hugo-export-block) (export-snippet . org-hugo-export-snippet) (headline . org-hugo-heading) (inner-template . org-hugo-inner-template) (inline-src-block . org-hugo-inline-src-block) (keyword . org-hugo-keyword) (link . org-hugo-link) (paragraph . org-hugo-paragraph) (src-block . org-hugo-src-block) (special-block . org-hugo-special-block) (center-block . org-blackfriday-center-block) (example-block . org-blackfriday-example-block) (fixed-width . org-blackfriday-fixed-width) (footnote-reference . org-blackfriday-footnote-reference) (inner-template . org-blackfriday-inner-template) (italic . org-blackfriday-italic) (item . org-blackfriday-item) (latex-environment . org-blackfriday-latex-environment) (latex-fragment . org-blackfriday-latex-fragment) (line-break . org-html-line-break) (plain-list . org-blackfriday-plain-list) (plain-text . org-blackfriday-plain-text) (quote-block . org-blackfriday-quote-block) ...) :exported-data #<hash-table eq 11/4001 0x6fa913 ...> :input-buffer "20221118190112-artins-lemma.org" :input-file "/home/ax/docs/20-work/25-notes/20221118190112-artins-lemma.org" :with-toc nil :section-numbers nil :author "Alexandre " :creator "Emacs 31.0.50 (Org mode 9.7.11 + ox-hugo)" :with-smart-quotes nil :with-special-strings nil :with-sub-superscript {} ...))
  #f(compiled-function (element) #<bytecode 0x11ede67e3c138c63>)((special-block (:standard-properties [197 197 213 677 692 1 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil (section (:standard-properties [151 151 151 692 692 1 nil section nil nil nil 151 692 nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil ...]) (paragraph (:standard-properties ...) #("Material comes from " 0 20 ...) (raw ... ...) #("\n" 0 1 ...)) #1)] :type "theorem" :parameters nil) (paragraph (:standard-properties [213 213 213 341 341 1 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil #1]) #("Let " 0 4 (:parent #4)) (latex-fragment (:standard-properties [217 nil nil nil 221 1 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil #4] :value "$X$")) #("be a family of subgroups of a finite group " 0 43 (:parent #4)) (latex-fragment (:standard-properties [264 nil nil nil 267 0 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil #4] :value [org-element-deferred org-element--substring (0 3) t])) #(". Let " 0 6 (:parent #4)) (latex-fragment (:standard-properties [273 nil nil nil 309 0 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil #4] :value [org-element-deferred org-element--substring (0 36) t])) #(".\nThe following are equivalent:\n" 0 32 (:parent #4))) (plain-list (:standard-properties [341 341 341 440 442 1 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil ((341 0 "1. " nil nil nil 413) (413 0 "2. " nil nil nil 440)) #1] :type ordered) (item (:standard-properties [341 341 344 413 413 0 (:tag) item nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil (... ...) #5] :bullet "1. " :checkbox nil :counter nil :pre-blank 0 :tag nil) (paragraph (:standard-properties [344 344 344 413 413 1 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil #8]) (latex-fragment (:standard-properties ... :value ...)) #("is the union of the conjugates of the subgroups belonging to " 0 61 (:parent #11)) (latex-fragment (:standard-properties ... :value ...)) #("\n" 0 1 (:parent #11)))) (item (:standard-properties [413 413 416 440 440 0 (:tag) item nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil (... ...) #5] :bullet "2. " :checkbox nil :counter nil :pre-blank 0 :tag nil) (paragraph (:standard-properties [416 416 416 440 440 1 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil #9]) (latex-fragment (:standard-properties ... :value ...)) #("is finite.\n" 0 11 (:parent #12))))) (paragraph (:standard-properties [442 442 442 506 506 1 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil #1]) #("As " 0 3 (:parent #6)) (latex-fragment (:standard-properties [445 nil nil nil 452 1 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil #6] :value [org-element-deferred org-element--substring (0 6) t])) #("is fingen, the last statement can be reformulated as:\n" 0 54 (:parent #6))) (plain-list (:standard-properties [506 506 506 677 677 1 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil ((506 0 "2. " nil nil nil 677)) #1] :type ordered) (item (:standard-properties [506 506 509 677 677 0 (:tag) item nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil (...) #7] :bullet "2. " :checkbox nil :counter nil :pre-blank 0 :tag nil) (paragraph (:standard-properties [509 509 509 677 677 1 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil #10]) #("For each character " 0 19 (:parent #13)) (latex-fragment (:standard-properties ... :value ...)) #("of " 0 3 (:parent #13)) (latex-fragment (:standard-properties ... :value ...)) #(", there are virtual characters " 0 31 (:parent #13)) (latex-fragment (:standard-properties ... :value ...)) #("and an integer " 0 15 (:parent #13)) (latex-fragment (:standard-properties ... :value ...)) #("such that\n   " 0 13 (:parent #13)) (latex-fragment (:standard-properties ... :value ...)) #("\n" 0 1 (:parent #13)))))))
  mapconcat(#f(compiled-function (element) #<bytecode 0x11ede67e3c138c63>) ((paragraph (:standard-properties [151 151 151 196 197 1 nil planning nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil (section (:standard-properties [151 151 151 692 692 1 nil section nil nil nil 151 692 nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil ...]) . #2)]) #("Material comes from " 0 20 (:parent #3)) (raw (:standard-properties [nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil #3]) #("(ch. NO_ITEM_DATA:Serre_1977)" 0 29 (:parent #7))) #("\n" 0 1 (:parent #3))) (special-block (:standard-properties [197 197 213 677 692 1 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil (section (:standard-properties [151 151 151 692 692 1 nil section nil nil nil 151 692 nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil ...]) . #2)] :type "theorem" :parameters nil) (paragraph (:standard-properties [213 213 213 341 341 1 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil #4]) #("Let " 0 4 (:parent #7)) (latex-fragment (:standard-properties [217 nil nil nil 221 1 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil #7] :value "$X$")) #("be a family of subgroups of a finite group " 0 43 (:parent #7)) (latex-fragment (:standard-properties [264 nil nil nil 267 0 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil #7] :value [org-element-deferred org-element--substring (0 3) t])) #(". Let " 0 6 (:parent #7)) (latex-fragment (:standard-properties [273 nil nil nil 309 0 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil #7] :value [org-element-deferred org-element--substring (0 36) t])) #(".\nThe following are equivalent:\n" 0 32 (:parent #7))) (plain-list (:standard-properties [341 341 341 440 442 1 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil ((341 0 "1. " nil nil nil 413) (413 0 "2. " nil nil nil 440)) #4] :type ordered) (item (:standard-properties [341 341 344 413 413 0 (:tag) item nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil (... ...) #8] :bullet "1. " :checkbox nil :counter nil :pre-blank 0 :tag nil) (paragraph (:standard-properties [344 344 344 413 413 1 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil #11]) (latex-fragment (:standard-properties ... :value ...)) #("is the union of the conjugates of the subgroups belonging to " 0 61 (:parent #14)) (latex-fragment (:standard-properties ... :value ...)) #("\n" 0 1 (:parent #14)))) (item (:standard-properties [413 413 416 440 440 0 (:tag) item nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil (... ...) #8] :bullet "2. " :checkbox nil :counter nil :pre-blank 0 :tag nil) (paragraph (:standard-properties [416 416 416 440 440 1 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil #12]) (latex-fragment (:standard-properties ... :value ...)) #("is finite.\n" 0 11 (:parent #15))))) (paragraph (:standard-properties [442 442 442 506 506 1 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil #4]) #("As " 0 3 (:parent #9)) (latex-fragment (:standard-properties [445 nil nil nil 452 1 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil #9] :value [org-element-deferred org-element--substring (0 6) t])) #("is fingen, the last statement can be reformulated as:\n" 0 54 (:parent #9))) (plain-list (:standard-properties [506 506 506 677 677 1 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil ((506 0 "2. " nil nil nil 677)) #4] :type ordered) (item (:standard-properties [506 506 509 677 677 0 (:tag) item nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil (...) #10] :bullet "2. " :checkbox nil :counter nil :pre-blank 0 :tag nil) (paragraph (:standard-properties [509 509 509 677 677 1 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil #13]) #("For each character " 0 19 (:parent #16)) (latex-fragment (:standard-properties ... :value ...)) #("of " 0 3 (:parent #16)) (latex-fragment (:standard-properties ... :value ...)) #(", there are virtual characters " 0 31 (:parent #16)) (latex-fragment (:standard-properties ... :value ...)) #("and an integer " 0 15 (:parent #16)) (latex-fragment (:standard-properties ... :value ...)) #("such that\n   " 0 13 (:parent #16)) (latex-fragment (:standard-properties ... :value ...)) #("\n" 0 1 (:parent #16))))))) "")
  org-export-data((section (:standard-properties [151 151 151 692 692 1 nil section nil nil nil 151 692 nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil ...]) (paragraph (:standard-properties ...) #("Material comes from " 0 20 ...) (raw ... ...) #("\n" 0 1 ...)) (special-block (:standard-properties ... :type "theorem" :parameters nil) (paragraph ... ... ... ... ... ... ... ...) (plain-list ... ... ...) (paragraph ... ... ... ...) (plain-list ... ...))) (:export-options nil :back-end #s(org-export-backend :name hugo :parent blackfriday :transcoders (... ... ... ... ... ... ... ... ... ... ... ... ...) :options (... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ...) :filters (...) :blocks nil :menu (72 "Export to Hugo-compatible Markdown" ...) :feature-conditions nil :feature-implementations nil) :translate-alist ((code . org-hugo-kbd-tags-maybe) (drawer . org-hugo-drawer) (example-block . org-hugo-example-block) (export-block . org-hugo-export-block) (export-snippet . org-hugo-export-snippet) (headline . org-hugo-heading) (inner-template . org-hugo-inner-template) (inline-src-block . org-hugo-inline-src-block) (keyword . org-hugo-keyword) (link . org-hugo-link) (paragraph . org-hugo-paragraph) (src-block . org-hugo-src-block) (special-block . org-hugo-special-block) (center-block . org-blackfriday-center-block) (example-block . org-blackfriday-example-block) (fixed-width . org-blackfriday-fixed-width) (footnote-reference . org-blackfriday-footnote-reference) (inner-template . org-blackfriday-inner-template) (italic . org-blackfriday-italic) (item . org-blackfriday-item) (latex-environment . org-blackfriday-latex-environment) (latex-fragment . org-blackfriday-latex-fragment) (line-break . org-html-line-break) (plain-list . org-blackfriday-plain-list) (plain-text . org-blackfriday-plain-text) (quote-block . org-blackfriday-quote-block) ...) :exported-data #<hash-table eq 11/4001 0x6fa913 ...> :input-buffer "20221118190112-artins-lemma.org" :input-file "/home/ax/docs/20-work/25-notes/20221118190112-artins-lemma.org" :with-toc nil :section-numbers nil :author "Alexandre " :creator "Emacs 31.0.50 (Org mode 9.7.11 + ox-hugo)" :with-smart-quotes nil :with-special-strings nil :with-sub-superscript {} ...))
  #f(compiled-function (element) #<bytecode 0x11ede67e3c138c63>)((section (:standard-properties [151 151 151 692 692 1 nil section nil nil nil 151 692 nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil (headline (:standard-properties [106 106 151 1416 1416 1 ... nil nil nil nil 153 1414 1 #<buffer 20221118190112-artins-lemma.org<2>> nil nil ...] :pre-blank 1 :raw-value "The finite, algebraically closed, setting" :title (...) :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :footnote-section-p [org-element-deferred org-element--headline-footnote-section-p nil nil] :archivedp [org-element-deferred org-element--headline-archivedp nil nil] :commentedp nil) #1 (headline (:standard-properties ... :pre-blank 1 :raw-value ... :title ... :level 2 :priority nil :tags nil :todo-keyword nil :todo-type nil :footnote-section-p ... :archivedp ... :commentedp nil) (section ... ... ... ... ... ...)))]) (paragraph (:standard-properties [151 151 151 196 197 1 nil planning nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil #1]) #("Material comes from " 0 20 (:parent #4)) (raw (:standard-properties [nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil #4]) #("(ch. NO_ITEM_DATA:Serre_1977)" 0 29 (:parent #8))) #("\n" 0 1 (:parent #4))) (special-block (:standard-properties [197 197 213 677 692 1 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil #1] :type "theorem" :parameters nil) (paragraph (:standard-properties [213 213 213 341 341 1 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil #5]) #("Let " 0 4 (:parent #8)) (latex-fragment (:standard-properties [217 nil nil nil 221 1 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil #8] :value "$X$")) #("be a family of subgroups of a finite group " 0 43 (:parent #8)) (latex-fragment (:standard-properties [264 nil nil nil 267 0 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil #8] :value [org-element-deferred org-element--substring ... t])) #(". Let " 0 6 (:parent #8)) (latex-fragment (:standard-properties [273 nil nil nil 309 0 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil #8] :value [org-element-deferred org-element--substring ... t])) #(".\nThe following are equivalent:\n" 0 32 (:parent #8))) (plain-list (:standard-properties [341 341 341 440 442 1 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil (... ...) #5] :type ordered) (item (:standard-properties [341 341 344 413 413 0 ... item nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil ... #9] :bullet "1. " :checkbox nil :counter nil :pre-blank 0 :tag nil) (paragraph (:standard-properties ...) (latex-fragment ...) #("is the union of the conjugates of the subgroups belonging to " 0 61 ...) (latex-fragment ...) #("\n" 0 1 ...))) (item (:standard-properties [413 413 416 440 440 0 ... item nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil ... #9] :bullet "2. " :checkbox nil :counter nil :pre-blank 0 :tag nil) (paragraph (:standard-properties ...) (latex-fragment ...) #("is finite.\n" 0 11 ...)))) (paragraph (:standard-properties [442 442 442 506 506 1 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil #5]) #("As " 0 3 (:parent #10)) (latex-fragment (:standard-properties [445 nil nil nil 452 1 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil #10] :value [org-element-deferred org-element--substring ... t])) #("is fingen, the last statement can be reformulated as:\n" 0 54 (:parent #10))) (plain-list (:standard-properties [506 506 506 677 677 1 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil (...) #5] :type ordered) (item (:standard-properties [506 506 509 677 677 0 ... item nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil ... #11] :bullet "2. " :checkbox nil :counter nil :pre-blank 0 :tag nil) (paragraph (:standard-properties ...) #("For each character " 0 19 ...) (latex-fragment ...) #("of " 0 3 ...) (latex-fragment ...) #(", there are virtual characters " 0 31 ...) (latex-fragment ...) #("and an integer " 0 15 ...) (latex-fragment ...) #("such that\n   " 0 13 ...) (latex-fragment ...) #("\n" 0 1 ...)))))))
  mapconcat(#f(compiled-function (element) #<bytecode 0x11ede67e3c138c63>) ((section (:standard-properties [151 151 151 692 692 1 nil section nil nil nil 151 692 nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil (headline ... . #2)]) (paragraph (:standard-properties [151 151 151 196 197 1 nil planning nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil #3]) #("Material comes from " 0 20 (:parent #6)) (raw (:standard-properties ...) #("(ch. NO_ITEM_DATA:Serre_1977)" 0 29 ...)) #("\n" 0 1 (:parent #6))) (special-block (:standard-properties [197 197 213 677 692 1 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil #3] :type "theorem" :parameters nil) (paragraph (:standard-properties ...) #("Let " 0 4 ...) (latex-fragment ...) #("be a family of subgroups of a finite group " 0 43 ...) (latex-fragment ...) #(". Let " 0 6 ...) (latex-fragment ...) #(".\nThe following are equivalent:\n" 0 32 ...)) (plain-list (:standard-properties ... :type ordered) (item ... ...) (item ... ...)) (paragraph (:standard-properties ...) #("As " 0 3 ...) (latex-fragment ...) #("is fingen, the last statement can be reformulated as:\n" 0 54 ...)) (plain-list (:standard-properties ... :type ordered) (item ... ...)))) (headline (:standard-properties [692 692 717 1416 1416 1 (:title) nil nil nil nil 719 1414 2 #<buffer 20221118190112-artins-lemma.org<2>> nil nil (headline ... . #2)] :pre-blank 1 :raw-value [org-element-deferred org-element--headline-raw-value (3 23) t] :title (#("An explicit constant" 0 20 ...)) :level 2 :priority nil :tags nil :todo-keyword nil :todo-type nil :footnote-section-p [org-element-deferred org-element--headline-footnote-section-p nil nil] :archivedp [org-element-deferred org-element--headline-archivedp nil nil] :commentedp nil) (section (:standard-properties [717 717 717 1416 1416 1 nil section nil nil nil 717 1416 nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil #4]) (paragraph (:standard-properties ...) #("The alternative statement of the theorem allows to extend the study of linear representation to fields other than algebraically closed field. This constant in " 0 159 ...) (raw ... ...) #("appears in the second proof of the theorem.\n" 0 44 ...)) (paragraph (:standard-properties ...) #("First, note that " 0 17 ...) (latex-fragment ...) #("is covered by all of its cyclic subgroups and cyclic subgroups correspond one-to-one to elements of " 0 100 ...) (latex-fragment ...) #("with the assignment " 0 20 ...) (latex-fragment ...) #(".\n" 0 2 ...)) (paragraph (:standard-properties ...) #("With work, we get:\n" 0 19 ...)) (special-block (:standard-properties ... :type "proposition" :parameters nil) (paragraph ... ... ... ... ... ...)) (paragraph (:standard-properties ...) #("In the end, " 0 12 ...) (latex-fragment ...) #("belongs to the image of the morphism " 0 37 ...) (latex-fragment ...) #("so " 0 3 ...) (latex-fragment ...) #("is an ideal whence the " 0 23 ...) (latex-fragment ...) #("as in the theorem can be chosen as " 0 35 ...) (latex-fragment ...) #(".\n" 0 2 ...))))) "")
  org-export-data((headline (:standard-properties [106 106 151 1416 1416 1 ... nil nil nil nil 153 1414 1 #<buffer 20221118190112-artins-lemma.org<2>> nil nil ...] :pre-blank 1 :raw-value "The finite, algebraically closed, setting" :title (...) :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :footnote-section-p [org-element-deferred org-element--headline-footnote-section-p nil nil] :archivedp [org-element-deferred org-element--headline-archivedp nil nil] :commentedp nil) (section (:standard-properties ...) (paragraph ... ... ... ...) (special-block ... ... ... ... ...)) (headline (:standard-properties ... :pre-blank 1 :raw-value ... :title ... :level 2 :priority nil :tags nil :todo-keyword nil :todo-type nil :footnote-section-p ... :archivedp ... :commentedp nil) (section ... ... ... ... ... ...))) (:export-options nil :back-end #s(org-export-backend :name hugo :parent blackfriday :transcoders (... ... ... ... ... ... ... ... ... ... ... ... ...) :options (... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ...) :filters (...) :blocks nil :menu (72 "Export to Hugo-compatible Markdown" ...) :feature-conditions nil :feature-implementations nil) :translate-alist ((code . org-hugo-kbd-tags-maybe) (drawer . org-hugo-drawer) (example-block . org-hugo-example-block) (export-block . org-hugo-export-block) (export-snippet . org-hugo-export-snippet) (headline . org-hugo-heading) (inner-template . org-hugo-inner-template) (inline-src-block . org-hugo-inline-src-block) (keyword . org-hugo-keyword) (link . org-hugo-link) (paragraph . org-hugo-paragraph) (src-block . org-hugo-src-block) (special-block . org-hugo-special-block) (center-block . org-blackfriday-center-block) (example-block . org-blackfriday-example-block) (fixed-width . org-blackfriday-fixed-width) (footnote-reference . org-blackfriday-footnote-reference) (inner-template . org-blackfriday-inner-template) (italic . org-blackfriday-italic) (item . org-blackfriday-item) (latex-environment . org-blackfriday-latex-environment) (latex-fragment . org-blackfriday-latex-fragment) (line-break . org-html-line-break) (plain-list . org-blackfriday-plain-list) (plain-text . org-blackfriday-plain-text) (quote-block . org-blackfriday-quote-block) ...) :exported-data #<hash-table eq 11/4001 0x6fa913 ...> :input-buffer "20221118190112-artins-lemma.org" :input-file "/home/ax/docs/20-work/25-notes/20221118190112-artins-lemma.org" :with-toc nil :section-numbers nil :author "Alexandre " :creator "Emacs 31.0.50 (Org mode 9.7.11 + ox-hugo)" :with-smart-quotes nil :with-special-strings nil :with-sub-superscript {} ...))
  #f(compiled-function (element) #<bytecode 0x11ede67e3c138c63>)((headline (:standard-properties [106 106 151 1416 1416 1 (:title) nil nil nil nil 153 1414 1 #<buffer 20221118190112-artins-lemma.org<2>> nil nil (org-data (:standard-properties ... :path "/home/ax/docs/20-work/25-notes/20221118190112-artins-lemma.org" :ID ... :CATEGORY "20221118190112-artins-lemma") (section ... ... ...) #1)] :pre-blank 1 :raw-value "The finite, algebraically closed, setting" :title (#("The finite, algebraically closed, setting" 0 41 (:parent #1))) :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :footnote-section-p [org-element-deferred org-element--headline-footnote-section-p nil nil] :archivedp [org-element-deferred org-element--headline-archivedp nil nil] :commentedp nil) (section (:standard-properties [151 151 151 692 692 1 nil section nil nil nil 151 692 nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil #1]) (paragraph (:standard-properties [151 151 151 196 197 1 nil planning nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil #4]) #("Material comes from " 0 20 (:parent #7)) (raw (:standard-properties ...) #("(ch. NO_ITEM_DATA:Serre_1977)" 0 29 ...)) #("\n" 0 1 (:parent #7))) (special-block (:standard-properties [197 197 213 677 692 1 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil #4] :type "theorem" :parameters nil) (paragraph (:standard-properties ...) #("Let " 0 4 ...) (latex-fragment ...) #("be a family of subgroups of a finite group " 0 43 ...) (latex-fragment ...) #(". Let " 0 6 ...) (latex-fragment ...) #(".\nThe following are equivalent:\n" 0 32 ...)) (plain-list (:standard-properties ... :type ordered) (item ... ...) (item ... ...)) (paragraph (:standard-properties ...) #("As " 0 3 ...) (latex-fragment ...) #("is fingen, the last statement can be reformulated as:\n" 0 54 ...)) (plain-list (:standard-properties ... :type ordered) (item ... ...)))) (headline (:standard-properties [692 692 717 1416 1416 1 (:title) nil nil nil nil 719 1414 2 #<buffer 20221118190112-artins-lemma.org<2>> nil nil #1] :pre-blank 1 :raw-value [org-element-deferred org-element--headline-raw-value (3 23) t] :title (#("An explicit constant" 0 20 ...)) :level 2 :priority nil :tags nil :todo-keyword nil :todo-type nil :footnote-section-p [org-element-deferred org-element--headline-footnote-section-p nil nil] :archivedp [org-element-deferred org-element--headline-archivedp nil nil] :commentedp nil) (section (:standard-properties [717 717 717 1416 1416 1 nil section nil nil nil 717 1416 nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil #5]) (paragraph (:standard-properties ...) #("The alternative statement of the theorem allows to extend the study of linear representation to fields other than algebraically closed field. This constant in " 0 159 ...) (raw ... ...) #("appears in the second proof of the theorem.\n" 0 44 ...)) (paragraph (:standard-properties ...) #("First, note that " 0 17 ...) (latex-fragment ...) #("is covered by all of its cyclic subgroups and cyclic subgroups correspond one-to-one to elements of " 0 100 ...) (latex-fragment ...) #("with the assignment " 0 20 ...) (latex-fragment ...) #(".\n" 0 2 ...)) (paragraph (:standard-properties ...) #("With work, we get:\n" 0 19 ...)) (special-block (:standard-properties ... :type "proposition" :parameters nil) (paragraph ... ... ... ... ... ...)) (paragraph (:standard-properties ...) #("In the end, " 0 12 ...) (latex-fragment ...) #("belongs to the image of the morphism " 0 37 ...) (latex-fragment ...) #("so " 0 3 ...) (latex-fragment ...) #("is an ideal whence the " 0 23 ...) (latex-fragment ...) #("as in the theorem can be chosen as " 0 35 ...) (latex-fragment ...) #(".\n" 0 2 ...))))))
  mapconcat(#f(compiled-function (element) #<bytecode 0x11ede67e3c138c63>) ((section (:standard-properties [1 1 1 106 106 1 nil first-section nil nil nil 1 106 nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil (org-data (:standard-properties ... :path "/home/ax/docs/20-work/25-notes/20221118190112-artins-lemma.org" :ID ... :CATEGORY "20221118190112-artins-lemma") . #2)]) (keyword (:standard-properties [68 68 nil nil 91 1 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil #3] :key "TITLE" :value "Artin's Lemma")) (keyword (:standard-properties [91 91 nil nil 106 1 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil #3] :key "TAGS" :value "repth"))) (headline (:standard-properties [106 106 151 1416 1416 1 (:title) nil nil nil nil 153 1414 1 #<buffer 20221118190112-artins-lemma.org<2>> nil nil (org-data (:standard-properties ... :path "/home/ax/docs/20-work/25-notes/20221118190112-artins-lemma.org" :ID ... :CATEGORY "20221118190112-artins-lemma") . #2)] :pre-blank 1 :raw-value "The finite, algebraically closed, setting" :title (#("The finite, algebraically closed, setting" 0 41 (:parent #4))) :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :footnote-section-p [org-element-deferred org-element--headline-footnote-section-p nil nil] :archivedp [org-element-deferred org-element--headline-archivedp nil nil] :commentedp nil) (section (:standard-properties [151 151 151 692 692 1 nil section nil nil nil 151 692 nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil #4]) (paragraph (:standard-properties [151 151 151 196 197 1 nil planning nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil #7]) #("Material comes from " 0 20 (:parent #10)) (raw (:standard-properties ...) #("(ch. NO_ITEM_DATA:Serre_1977)" 0 29 ...)) #("\n" 0 1 (:parent #10))) (special-block (:standard-properties [197 197 213 677 692 1 nil nil nil nil nil nil nil nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil #7] :type "theorem" :parameters nil) (paragraph (:standard-properties ...) #("Let " 0 4 ...) (latex-fragment ...) #("be a family of subgroups of a finite group " 0 43 ...) (latex-fragment ...) #(". Let " 0 6 ...) (latex-fragment ...) #(".\nThe following are equivalent:\n" 0 32 ...)) (plain-list (:standard-properties ... :type ordered) (item ... ...) (item ... ...)) (paragraph (:standard-properties ...) #("As " 0 3 ...) (latex-fragment ...) #("is fingen, the last statement can be reformulated as:\n" 0 54 ...)) (plain-list (:standard-properties ... :type ordered) (item ... ...)))) (headline (:standard-properties [692 692 717 1416 1416 1 (:title) nil nil nil nil 719 1414 2 #<buffer 20221118190112-artins-lemma.org<2>> nil nil #4] :pre-blank 1 :raw-value [org-element-deferred org-element--headline-raw-value (3 23) t] :title (#("An explicit constant" 0 20 ...)) :level 2 :priority nil :tags nil :todo-keyword nil :todo-type nil :footnote-section-p [org-element-deferred org-element--headline-footnote-section-p nil nil] :archivedp [org-element-deferred org-element--headline-archivedp nil nil] :commentedp nil) (section (:standard-properties [717 717 717 1416 1416 1 nil section nil nil nil 717 1416 nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil #8]) (paragraph (:standard-properties ...) #("The alternative statement of the theorem allows to extend the study of linear representation to fields other than algebraically closed field. This constant in " 0 159 ...) (raw ... ...) #("appears in the second proof of the theorem.\n" 0 44 ...)) (paragraph (:standard-properties ...) #("First, note that " 0 17 ...) (latex-fragment ...) #("is covered by all of its cyclic subgroups and cyclic subgroups correspond one-to-one to elements of " 0 100 ...) (latex-fragment ...) #("with the assignment " 0 20 ...) (latex-fragment ...) #(".\n" 0 2 ...)) (paragraph (:standard-properties ...) #("With work, we get:\n" 0 19 ...)) (special-block (:standard-properties ... :type "proposition" :parameters nil) (paragraph ... ... ... ... ... ...)) (paragraph (:standard-properties ...) #("In the end, " 0 12 ...) (latex-fragment ...) #("belongs to the image of the morphism " 0 37 ...) (latex-fragment ...) #("so " 0 3 ...) (latex-fragment ...) #("is an ideal whence the " 0 23 ...) (latex-fragment ...) #("as in the theorem can be chosen as " 0 35 ...) (latex-fragment ...) #(".\n" 0 2 ...)))))) "")
  org-export-data((org-data (:standard-properties [1 1 1 1416 1416 0 nil org-data nil nil nil 67 1416 nil #<buffer 20221118190112-artins-lemma.org<2>> nil nil nil] :path "/home/ax/docs/20-work/25-notes/20221118190112-artins-lemma.org" :ID [org-element-deferred org-element--substring ... t] :CATEGORY "20221118190112-artins-lemma") (section (:standard-properties ...) (keyword ...) (keyword ...)) (headline (:standard-properties ... :pre-blank 1 :raw-value "The finite, algebraically closed, setting" :title ... :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :footnote-section-p ... :archivedp ... :commentedp nil) (section ... ... ...) (headline ... ...))) (:export-options nil :back-end #s(org-export-backend :name hugo :parent blackfriday :transcoders (... ... ... ... ... ... ... ... ... ... ... ... ...) :options (... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ...) :filters (...) :blocks nil :menu (72 "Export to Hugo-compatible Markdown" ...) :feature-conditions nil :feature-implementations nil) :translate-alist ((code . org-hugo-kbd-tags-maybe) (drawer . org-hugo-drawer) (example-block . org-hugo-example-block) (export-block . org-hugo-export-block) (export-snippet . org-hugo-export-snippet) (headline . org-hugo-heading) (inner-template . org-hugo-inner-template) (inline-src-block . org-hugo-inline-src-block) (keyword . org-hugo-keyword) (link . org-hugo-link) (paragraph . org-hugo-paragraph) (src-block . org-hugo-src-block) (special-block . org-hugo-special-block) (center-block . org-blackfriday-center-block) (example-block . org-blackfriday-example-block) (fixed-width . org-blackfriday-fixed-width) (footnote-reference . org-blackfriday-footnote-reference) (inner-template . org-blackfriday-inner-template) (italic . org-blackfriday-italic) (item . org-blackfriday-item) (latex-environment . org-blackfriday-latex-environment) (latex-fragment . org-blackfriday-latex-fragment) (line-break . org-html-line-break) (plain-list . org-blackfriday-plain-list) (plain-text . org-blackfriday-plain-text) (quote-block . org-blackfriday-quote-block) ...) :exported-data #<hash-table eq 11/4001 0x6fa913 ...> :input-buffer "20221118190112-artins-lemma.org" :input-file "/home/ax/docs/20-work/25-notes/20221118190112-artins-lemma.org" :with-toc nil :section-numbers nil :author "Alexandre " :creator "Emacs 31.0.50 (Org mode 9.7.11 + ox-hugo)" :with-smart-quotes nil :with-special-strings nil :with-sub-superscript {} ...))
  org-export-as(hugo nil nil nil (:output-file "/home/ax/test/quartz/content/posts/20221118190112-artins-lemma.md"))
  org-export-to-file(hugo "/home/ax/test/quartz/content/posts/20221118190112-artins-lemma.md" nil nil nil)
  org-hugo-export-to-md(nil nil nil)
  org-hugo--export-file-to-md("20221118190112-artins-lemma.org" nil nil nil)
  org-hugo-export-wim-to-md(nil)
  funcall-interactively(org-hugo-export-wim-to-md nil)
  command-execute(org-hugo-export-wim-to-md record)
  execute-extended-command(nil "org-hugo-export-wim-to-md" nil)
  funcall-interactively(execute-extended-command nil "org-hugo-export-wim-to-md" nil)
  command-execute(execute-extended-command)

What can I do, are there workarounds ?

I opened an issue on their side as well: tecosaur/org-latex-preview-todos#54

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions