emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Fraga, Eric" <e.fraga@ucl.ac.uk>
To: Emacs Org mode mailing list <emacs-orgmode@gnu.org>
Subject: strange error exporting to ascii
Date: Thu, 21 Dec 2023 15:44:21 +0000	[thread overview]
Message-ID: <87il4rmuga.fsf@ucl.ac.uk> (raw)

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

Hello,

I am working on a paper which includes citations.  Exporting to LaTeX
and to ODT worked just fine.  For my sins, I now have to incorporate
changes made to the ODT version back into the org and I thought the best
way was to compare text versions (I did try using pandoc on the ODT
version to get an org version but too many differences).

So, long story short, I try to export the original document to ascii and
I get an error related to citations.  Having seen some updates to
exporting citations on the list over the past few weeks, I figured I
should upgrade org to the latest version.  Now exporting to LaTeX still
works just fine but exporting to ascii still does not work (with the
same error: see backtrace-ascii.txt attached) *and* exporting to ODT now
no longer works (see backtrace-odt.txt).

Any suggestions?  I have not tried emacs -Q because that is non-trivial
due to my configuration but will do so if nothing obvious jumps out to
anybody.

Thank you,
eric

-- 
: Eric S Fraga, with org release_9.6.8-771-gdf0539 in Emacs 30.0.50

[-- Attachment #2: backtrace-ascii.txt --]
[-- Type: text/plain, Size: 23167 bytes --]

Debugger entered--Lisp error: (wrong-type-argument stringp nil)
  file-name-extension(nil)
  (equal (file-name-extension file) "bib")
  (if (equal (file-name-extension file) "bib") (file-name-sans-extension file) file)
  (setq file (if (equal (file-name-extension file) "bib") (file-name-sans-extension file) file))
  (let ((arguments (org-bibtex-get-arguments keyword)) (file (org-bibtex-get-file keyword)) temp-file out-file) (setq file (if (equal (file-name-extension file) "bib") (file-name-sans-extension file) file)) (setq out-file (file-name-sans-extension (file-name-nondirectory file))) (if (plist-get arguments :limit) (progn (let ((citations (org-element-map tree '... #'...))) (let ((temp-file (setq temp-file ...)) (temp-buffer (generate-new-buffer " *temp file*" t))) (unwind-protect (prog1 (save-current-buffer ... ...) (save-current-buffer ... ...)) (and (buffer-name temp-buffer) (kill-buffer temp-buffer)))) (setq arguments (plist-put arguments :options (append (plist-get arguments :options) (list "-citefile" temp-file))))))) (if (eq 0 (apply 'call-process (append '("bibtex2html" nil nil nil) '("-a" "-nodoc" "-noheader" "-nofooter") (let ((style ...)) (and style (list "--style" style))) (plist-get arguments :options) (list (concat file ".bib"))))) nil (error "Executing bibtex2html failed")) (and temp-file (delete-file temp-file)) (let ((temp-buffer (generate-new-buffer " *temp*" t))) (save-current-buffer (set-buffer temp-buffer) (unwind-protect (progn (insert-file-contents (concat out-file ".html")) (goto-char (point-min)) (while (re-search-forward "a name=\"\\([-_a-zA-Z0-9:]+\\)\">\\([^<]+\\)" nil t) (setq org-bibtex-html-entries-alist (cons ... org-bibtex-html-entries-alist)))) (and (buffer-name temp-buffer) (kill-buffer temp-buffer))))) (let ((temp-buffer (generate-new-buffer " *temp*" t))) (save-current-buffer (set-buffer temp-buffer) (unwind-protect (progn (cond ((org-export-derived-backend-p backend ...) (insert ...) (insert-file-contents ...) (goto-char ...) (insert "\n</div>")) ((org-export-derived-backend-p backend ...) (if ... nil ...) (insert ...) (insert-file-contents ...) (goto-char ...) (while ... ...) (goto-char ...) (while ... ...) (goto-char ...) (while ... ...))) (setq org-bibtex-html-keywords-alist (cons (cons keyword ...) org-bibtex-html-keywords-alist))) (and (buffer-name temp-buffer) (kill-buffer temp-buffer))))))
  (progn (let ((arguments (org-bibtex-get-arguments keyword)) (file (org-bibtex-get-file keyword)) temp-file out-file) (setq file (if (equal (file-name-extension file) "bib") (file-name-sans-extension file) file)) (setq out-file (file-name-sans-extension (file-name-nondirectory file))) (if (plist-get arguments :limit) (progn (let ((citations (org-element-map tree ... ...))) (let ((temp-file ...) (temp-buffer ...)) (unwind-protect (prog1 ... ...) (and ... ...))) (setq arguments (plist-put arguments :options (append ... ...)))))) (if (eq 0 (apply 'call-process (append '("bibtex2html" nil nil nil) '("-a" "-nodoc" "-noheader" "-nofooter") (let (...) (and style ...)) (plist-get arguments :options) (list (concat file ".bib"))))) nil (error "Executing bibtex2html failed")) (and temp-file (delete-file temp-file)) (let ((temp-buffer (generate-new-buffer " *temp*" t))) (save-current-buffer (set-buffer temp-buffer) (unwind-protect (progn (insert-file-contents (concat out-file ".html")) (goto-char (point-min)) (while (re-search-forward "a name=\"\\([-_a-zA-Z0-9:]+\\)\">\\([^<]+\\)" nil t) (setq org-bibtex-html-entries-alist ...))) (and (buffer-name temp-buffer) (kill-buffer temp-buffer))))) (let ((temp-buffer (generate-new-buffer " *temp*" t))) (save-current-buffer (set-buffer temp-buffer) (unwind-protect (progn (cond (... ... ... ... ...) (... ... ... ... ... ... ... ... ... ...)) (setq org-bibtex-html-keywords-alist (cons ... org-bibtex-html-keywords-alist))) (and (buffer-name temp-buffer) (kill-buffer temp-buffer)))))))
  (if (equal (org-element--property :key keyword nil nil) "BIBLIOGRAPHY") (progn (let ((arguments (org-bibtex-get-arguments keyword)) (file (org-bibtex-get-file keyword)) temp-file out-file) (setq file (if (equal (file-name-extension file) "bib") (file-name-sans-extension file) file)) (setq out-file (file-name-sans-extension (file-name-nondirectory file))) (if (plist-get arguments :limit) (progn (let ((citations ...)) (let (... ...) (unwind-protect ... ...)) (setq arguments (plist-put arguments :options ...))))) (if (eq 0 (apply 'call-process (append '... '... (let ... ...) (plist-get arguments :options) (list ...)))) nil (error "Executing bibtex2html failed")) (and temp-file (delete-file temp-file)) (let ((temp-buffer (generate-new-buffer " *temp*" t))) (save-current-buffer (set-buffer temp-buffer) (unwind-protect (progn (insert-file-contents ...) (goto-char ...) (while ... ...)) (and (buffer-name temp-buffer) (kill-buffer temp-buffer))))) (let ((temp-buffer (generate-new-buffer " *temp*" t))) (save-current-buffer (set-buffer temp-buffer) (unwind-protect (progn (cond ... ...) (setq org-bibtex-html-keywords-alist ...)) (and (buffer-name temp-buffer) (kill-buffer temp-buffer))))))))
  (lambda (keyword) (if (equal (org-element--property :key keyword nil nil) "BIBLIOGRAPHY") (progn (let ((arguments (org-bibtex-get-arguments keyword)) (file (org-bibtex-get-file keyword)) temp-file out-file) (setq file (if (equal ... "bib") (file-name-sans-extension file) file)) (setq out-file (file-name-sans-extension (file-name-nondirectory file))) (if (plist-get arguments :limit) (progn (let ... ... ...))) (if (eq 0 (apply ... ...)) nil (error "Executing bibtex2html failed")) (and temp-file (delete-file temp-file)) (let ((temp-buffer ...)) (save-current-buffer (set-buffer temp-buffer) (unwind-protect ... ...))) (let ((temp-buffer ...)) (save-current-buffer (set-buffer temp-buffer) (unwind-protect ... ...)))))))((keyword (:standard-properties [18809 18809 nil nil 18881 0 nil planning nil nil nil nil nil nil #<buffer paper.org<2>> nil nil (section (:standard-properties [18809 18809 18809 19270 19270 0 nil section nil nil nil 18809 19270 nil #<buffer paper.org<2>> nil nil (headline ... #6)]) #1 (keyword (:standard-properties [18881 18881 nil nil 18987 1 nil nil nil nil nil nil nil nil #<buffer paper.org<2>> nil nil #6] :key "CITE_EXPORT" :value "csl \"/home/ucecesf/synced/share/citation.styles/am...")) (keyword (:standard-properties [19124 19124 nil nil 19160 1 nil nil nil nil nil nil nil nil #<buffer paper.org<2>> nil nil #6] :key "LATEX_HEADER" :value "\\usepackage{natbib}")) (keyword (:standard-properties [19216 19216 nil nil 19248 0 nil nil nil nil nil nil nil nil #<buffer paper.org<2>> nil nil #6] :key "LATEX_HEADER" :value "\\let\\sc\\scshape")) (keyword (:standard-properties [19248 19248 nil nil 19270 0 nil nil nil nil nil nil nil nil #<buffer paper.org<2>> nil nil #6] :key "PRINT_BIBLIOGRAPHY" :value "")))] :key "BIBLIOGRAPHY" :value "/home/ucecesf/s/share/texmf/bibtex/bib/bibliograph...")))
  #f(compiled-function (--data) #<bytecode 0x7a5c67fe84383c7>)((keyword (:standard-properties [18809 18809 nil nil 18881 0 nil planning nil nil nil nil nil nil #<buffer paper.org<2>> nil nil (section (:standard-properties [18809 18809 18809 19270 19270 0 nil section nil nil nil 18809 19270 nil #<buffer paper.org<2>> nil nil (headline ... #6)]) #1 (keyword (:standard-properties [18881 18881 nil nil 18987 1 nil nil nil nil nil nil nil nil #<buffer paper.org<2>> nil nil #6] :key "CITE_EXPORT" :value "csl \"/home/ucecesf/synced/share/citation.styles/am...")) (keyword (:standard-properties [19124 19124 nil nil 19160 1 nil nil nil nil nil nil nil nil #<buffer paper.org<2>> nil nil #6] :key "LATEX_HEADER" :value "\\usepackage{natbib}")) (keyword (:standard-properties [19216 19216 nil nil 19248 0 nil nil nil nil nil nil nil nil #<buffer paper.org<2>> nil nil #6] :key "LATEX_HEADER" :value "\\let\\sc\\scshape")) (keyword (:standard-properties [19248 19248 nil nil 19270 0 nil nil nil nil nil nil nil nil #<buffer paper.org<2>> nil nil #6] :key "PRINT_BIBLIOGRAPHY" :value "")))] :key "BIBLIOGRAPHY" :value "/home/ucecesf/s/share/texmf/bibtex/bib/bibliograph...")))
  mapc(#f(compiled-function (--data) #<bytecode 0x7a5c67fe84383c7>) ((keyword (:standard-properties [18809 18809 nil nil 18881 0 nil planning nil nil nil nil nil nil #<buffer paper.org<2>> nil nil (section (:standard-properties [18809 18809 18809 19270 19270 0 nil section nil nil nil 18809 19270 nil #<buffer paper.org<2>> nil nil ...]) . #2)] :key "BIBLIOGRAPHY" :value "/home/ucecesf/s/share/texmf/bibtex/bib/bibliograph...")) (keyword (:standard-properties [18881 18881 nil nil 18987 1 nil nil nil nil nil nil nil nil #<buffer paper.org<2>> nil nil (section (:standard-properties [18809 18809 18809 19270 19270 0 nil section nil nil nil 18809 19270 nil #<buffer paper.org<2>> nil nil ...]) . #2)] :key "CITE_EXPORT" :value "csl \"/home/ucecesf/synced/share/citation.styles/am...")) (keyword (:standard-properties [19124 19124 nil nil 19160 1 nil nil nil nil nil nil nil nil #<buffer paper.org<2>> nil nil (section (:standard-properties [18809 18809 18809 19270 19270 0 nil section nil nil nil 18809 19270 nil #<buffer paper.org<2>> nil nil ...]) . #2)] :key "LATEX_HEADER" :value "\\usepackage{natbib}")) (keyword (:standard-properties [19216 19216 nil nil 19248 0 nil nil nil nil nil nil nil nil #<buffer paper.org<2>> nil nil (section (:standard-properties [18809 18809 18809 19270 19270 0 nil section nil nil nil 18809 19270 nil #<buffer paper.org<2>> nil nil ...]) . #2)] :key "LATEX_HEADER" :value "\\let\\sc\\scshape")) (keyword (:standard-properties [19248 19248 nil nil 19270 0 nil nil nil nil nil nil nil nil #<buffer paper.org<2>> nil nil (section (:standard-properties [18809 18809 18809 19270 19270 0 nil section nil nil nil 18809 19270 nil #<buffer paper.org<2>> nil nil ...]) . #2)] :key "PRINT_BIBLIOGRAPHY" :value ""))))
  #f(compiled-function (--data) #<bytecode 0x7a5c67fe84383c7>)((section (:standard-properties [18809 18809 18809 19270 19270 0 nil section nil nil nil 18809 19270 nil #<buffer paper.org<2>> nil nil (headline (:standard-properties [18796 18796 18809 19270 19270 0 (:title) nil nil nil nil 18811 19268 1 #<buffer paper.org<2>> nil nil (org-data ... ... ... ... ... ... ... #6)] :pre-blank 0 :raw-value [org-element-deferred org-element--headline-raw-value (2 12) nil] :title (#("References" 0 10 ...)) :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)]) (keyword (:standard-properties [18809 18809 nil nil 18881 0 nil planning nil nil nil nil nil nil #<buffer paper.org<2>> nil nil #1] :key "BIBLIOGRAPHY" :value "/home/ucecesf/s/share/texmf/bibtex/bib/bibliograph...")) (keyword (:standard-properties [18881 18881 nil nil 18987 1 nil nil nil nil nil nil nil nil #<buffer paper.org<2>> nil nil #1] :key "CITE_EXPORT" :value "csl \"/home/ucecesf/synced/share/citation.styles/am...")) (keyword (:standard-properties [19124 19124 nil nil 19160 1 nil nil nil nil nil nil nil nil #<buffer paper.org<2>> nil nil #1] :key "LATEX_HEADER" :value "\\usepackage{natbib}")) (keyword (:standard-properties [19216 19216 nil nil 19248 0 nil nil nil nil nil nil nil nil #<buffer paper.org<2>> nil nil #1] :key "LATEX_HEADER" :value "\\let\\sc\\scshape")) (keyword (:standard-properties [19248 19248 nil nil 19270 0 nil nil nil nil nil nil nil nil #<buffer paper.org<2>> nil nil #1] :key "PRINT_BIBLIOGRAPHY" :value ""))))
  mapc(#f(compiled-function (--data) #<bytecode 0x7a5c67fe84383c7>) ((section (:standard-properties [18809 18809 18809 19270 19270 0 nil section nil nil nil 18809 19270 nil #<buffer paper.org<2>> nil nil (headline (:standard-properties [18796 18796 18809 19270 19270 0 ... nil nil nil nil 18811 19268 1 #<buffer paper.org<2>> nil nil ...] :pre-blank 0 :raw-value [org-element-deferred org-element--headline-raw-value ... nil] :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) . #2)]) (keyword (:standard-properties [18809 18809 nil nil 18881 0 nil planning nil nil nil nil nil nil #<buffer paper.org<2>> nil nil #3] :key "BIBLIOGRAPHY" :value "/home/ucecesf/s/share/texmf/bibtex/bib/bibliograph...")) (keyword (:standard-properties [18881 18881 nil nil 18987 1 nil nil nil nil nil nil nil nil #<buffer paper.org<2>> nil nil #3] :key "CITE_EXPORT" :value "csl \"/home/ucecesf/synced/share/citation.styles/am...")) (keyword (:standard-properties [19124 19124 nil nil 19160 1 nil nil nil nil nil nil nil nil #<buffer paper.org<2>> nil nil #3] :key "LATEX_HEADER" :value "\\usepackage{natbib}")) (keyword (:standard-properties [19216 19216 nil nil 19248 0 nil nil nil nil nil nil nil nil #<buffer paper.org<2>> nil nil #3] :key "LATEX_HEADER" :value "\\let\\sc\\scshape")) (keyword (:standard-properties [19248 19248 nil nil 19270 0 nil nil nil nil nil nil nil nil #<buffer paper.org<2>> nil nil #3] :key "PRINT_BIBLIOGRAPHY" :value "")))))
  #f(compiled-function (--data) #<bytecode 0x7a5c67fe84383c7>)((headline (:standard-properties [18796 18796 18809 19270 19270 0 (:title) nil nil nil nil 18811 19268 1 #<buffer paper.org<2>> nil nil (org-data (:standard-properties [1 1 1 21209 21209 0 nil org-data nil nil nil 3 21209 nil #<buffer paper.org<2>> nil nil nil] :path "/home/ucecesf/s/research/julia/Cocoa/papers/..." :CATEGORY "paper") (section (:standard-properties ...) (keyword ...) (keyword ...) (keyword ...) (keyword ...) (keyword ...) (special-block ... ... ... ... ... ...)) (headline (:standard-properties ... :pre-blank 1 :raw-value ... :title ... :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :footnote-section-p ... :archivedp ... :commentedp nil) (section ... ...)) (headline (:standard-properties ... :pre-blank 0 :raw-value ... :title ... :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :footnote-section-p ... :archivedp ... :commentedp nil) (section ... ... ... ... ... ... ... ... ...) (headline ... ...)) (headline (:standard-properties ... :pre-blank 0 :raw-value ... :title ... :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :footnote-section-p ... :archivedp ... :commentedp nil) (section ... ... ...)) (headline (:standard-properties ... :pre-blank 0 :raw-value ... :title ... :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :footnote-section-p ... :archivedp ... :commentedp nil) (section ... ... ... ... ... ... ... ... ... ... ...)) (headline (:standard-properties ... :pre-blank 0 :raw-value ... :title ... :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :footnote-section-p ... :archivedp ... :commentedp nil) (section ... ... ... ...) (headline ... ...)) #1)] :pre-blank 0 :raw-value [org-element-deferred org-element--headline-raw-value (2 12) nil] :title (#("References" 0 10 (: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 [18809 18809 18809 19270 19270 0 nil section nil nil nil 18809 19270 nil #<buffer paper.org<2>> nil nil #1]) (keyword (:standard-properties [18809 18809 nil nil 18881 0 nil planning nil nil nil nil nil nil #<buffer paper.org<2>> nil nil #4] :key "BIBLIOGRAPHY" :value "/home/ucecesf/s/share/texmf/bibtex/bib/bibli...")) (keyword (:standard-properties [18881 18881 nil nil 18987 1 nil nil nil nil nil nil nil nil #<buffer paper.org<2>> nil nil #4] :key "CITE_EXPORT" :value "csl \"/home/ucecesf/synced/share/citation.sty...")) (keyword (:standard-properties [19124 19124 nil nil 19160 1 nil nil nil nil nil nil nil nil #<buffer paper.org<2>> nil nil #4] :key "LATEX_HEADER" :value "\\usepackage{natbib}")) (keyword (:standard-properties [19216 19216 nil nil 19248 0 nil nil nil nil nil nil nil nil #<buffer paper.org<2>> nil nil #4] :key "LATEX_HEADER" :value "\\let\\sc\\scshape")) (keyword (:standard-properties [19248 19248 nil nil 19270 0 nil nil nil nil nil nil nil nil #<buffer paper.org<2>> nil nil #4] :key "PRINT_BIBLIOGRAPHY" :value "")))))
  mapc(#f(compiled-function (--data) #<bytecode 0x7a5c67fe84383c7>) (... ... ... ... ... ... ...))
  #f(compiled-function (--data) #<bytecode 0x7a5c67fe84383c7>)((org-data (:standard-properties ... :path "/home/ucecesf/s/rese..." :CATEGORY "paper") (section ... ... ... ... ... ... ...) (headline ... ...) (headline ... ... ...) (headline ... ...) (headline ... ...) (headline ... ... ...) (headline ... ...)))
  org-element-ast-map((org-data ... ... ... ... ... ... ... ...) keyword (lambda ... ...) nil nil (bold citation citation-reference code entity export-snippet footnote-reference inline-babel-call inline-src-block italic line-break latex-fragment link macro ...) nil t nil)
  org-element-map((org-data (:standard-properties ... :path "/home/ucecesf/s/rese..." :CATEGORY "paper") (section ... ... ... ... ... ... ...) (headline ... ...) (headline ... ... ...) (headline ... ...) (headline ... ...) (headline ... ... ...) (headline ... ...)) keyword (lambda (keyword) (if ... ...)))
  (progn (progn (setq org-bibtex-html-entries-alist nil) (setq org-bibtex-html-keywords-alist nil)) (org-element-map tree 'keyword #'(lambda (keyword) (if (equal (org-element--property :key keyword nil nil) "BIBLIOGRAPHY") (progn (let (... ... temp-file out-file) (setq file ...) (setq out-file ...) (if ... ...) (if ... nil ...) (and temp-file ...) (let ... ...) (let ... ...)))))))
  (if (org-export-derived-backend-p backend 'ascii 'html) (progn (progn (setq org-bibtex-html-entries-alist nil) (setq org-bibtex-html-keywords-alist nil)) (org-element-map tree 'keyword #'(lambda (keyword) (if (equal (org-element--property :key keyword nil nil) "BIBLIOGRAPHY") (progn (let ... ... ... ... ... ... ... ...)))))))
  org-bibtex-process-bib-files((org-data ... ... ... ... ... ... ... ...) ascii (:export-options nil :back-end ... :translate-alist ... :exported-data #<hash-table eq 0/4001 0x15763426fa49 ...> :input-buffer "paper.org" :input-file "/home/ucecesf/..." :subtitle nil ...))
  org-export-filter-apply-functions((org-ascii-filter-paragraph-spacing org-ascii-filter-comment-spacing org-bibtex-merge-contiguous-citations org-bibtex-process-bib-files) (org-data ... ... ... ... ... ... ... ...) (:export-options nil :back-end ... :translate-alist ... :exported-data #<hash-table eq 0/4001 0x15763426fa49 ...> :input-buffer "paper.org" :input-file "/home/ucecesf/..." :subtitle nil ...))
  org-export--annotate-info(#s(org-export-backend :name ascii :parent nil :transcoders ((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) ...) :options ((: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)) :filters ((: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)) :blocks nil :menu (116 "Export to Plain Text" (... ... ... ... ... ...))) (:export-options nil :back-end #s(org-export-backend :name ascii :parent nil :transcoders (... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ...) :options (... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ...) :filters (... ... ...) :blocks nil :menu (116 "Export to Plain Text" ...)) :translate-alist ((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) ...) :exported-data #<hash-table eq 0/4001 0x15763426fa49 ...> :input-buffer "paper.org" :input-file "/home/ucecesf/s/research/j...") nil nil (:output-file "paper.txt" :ascii-charset ascii))
  org-export-as(ascii nil nil nil (:output-file "paper.txt" :ascii-charset ascii))
  org-export-to-file(ascii "paper.txt" nil nil nil nil (:ascii-charset ascii))
  org-ascii-export-to-ascii(nil nil nil nil (:ascii-charset ascii))
  

[-- Attachment #3: backtrace-odt.txt --]
[-- Type: text/plain, Size: 31142 bytes --]

Debugger entered--Lisp error: (invalid-function org-element-with-buffer-copy)
  org-element-with-buffer-copy(:to-buffer #<buffer  *Org parse*> :drop-contents t :drop-visibility t :drop-narrowing t :drop-locals t nil nil ((paragraph (:standard-properties ...) (target ...) #("Alba, E.; Tomassini, M. " 0 24 ...) (link ... ...) #(". " 0 2 ...) (italic ... ...) (bold ... ...) #(", " 0 2 ...) (italic ... ...) #(", 443–462.\n" 0 11 ...)) (paragraph (:standard-properties ...) (target ...) #("Bezanson, J.; Edelman, A.;..." 0 102 ...) (italic ... ...) (bold ... ...) #(", " 0 2 ...) (italic ... ...) #(", 65–98.\n" 0 9 ...)) (paragraph (:standard-properties ...) (target ...) #("Bradshaw, J. M. An Introdu..." 0 52 ...) (italic ... ...) (bold ... ...) #(", " 0 2 ...) (italic ... ...) #(", 3–46.\n" 0 8 ...)) (paragraph (:standard-properties ...) (target ...) #("Burden, R. L.; Faires, J. ..." 0 155 ...)) (paragraph (:standard-properties ...) (target ...) #("Fraga, E. S. Hybrid Method..." 0 49 ...) (italic ... ...) #("; Zilinskas, J.; Bogle, I...." 0 89 ...)) (paragraph (:standard-properties ...) (target ...) #("Fraga, E. S. " 0 13 ...) (link ... ...) #(". " 0 2 ...) (italic ... ...) (bold ... ...) #(", " 0 2 ...) (italic ... ...) #(", 813–831.\n" 0 11 ...)) (paragraph (:standard-properties ...) (target ...) #("Fraga, E. S. " 0 13 ...) (link ... ...) #("; 2022.\n" 0 8 ...)) (paragraph (:standard-properties ...) (target ...) #("Holland, J. H. Adaptation ..." 0 112 ...)) (paragraph (:standard-properties ...) (target ...) #("Kelley, C. T. Iterative Me..." 0 62 ...)) (paragraph (:standard-properties ...) (target ...) #("Madnick, S. E.; Donovan, J..." 0 82 ...)) (paragraph (:standard-properties ...) (target ...) #("Nwana, H. S. Software Agen..." 0 43 ...) (italic ... ...) (bold ... ...) #(", " 0 2 ...) (italic ... ...) #(", 205–244.\n" 0 11 ...)) (paragraph (:standard-properties ...) (target ...) #("Salhi, A.; Fraga, E. S. Na..." 0 108 ...) (italic ... ...) #("; Yogyakarta, 2011; pp. K2..." 0 31 ...))))
  org-cite-parse-elements("<<citeproc_bib_item_1>>Alba, E.; Tomassini, M. [[h...")
  org-cite-csl-render-bibliography(("nwana1996software" "bradshaw1997introduction" "madnick-donovan-1974" "bezanson-etal-2017a" "fraga-book-2022" "kelley-1999" "holland-1975" "1041554" "salhi-fraga-2011a" "Burden1989" "fraga-2009a" "fraga-2006a") ("/home/ucecesf/s/share/texm...") "/home/ucecesf/synced/share..." nil #s(org-export-backend :name odt :parent nil :transcoders ((bold . org-odt-bold) (center-block . org-odt-center-block) (clock . org-odt-clock) (code . org-odt-code) (drawer . org-odt-drawer) (dynamic-block . org-odt-dynamic-block) (entity . org-odt-entity) (example-block . org-odt-example-block) (export-block . org-odt-export-block) (export-snippet . org-odt-export-snippet) (fixed-width . org-odt-fixed-width) (footnote-definition . org-odt-footnote-definition) (footnote-reference . org-odt-footnote-reference) (headline . org-odt-headline) (horizontal-rule . org-odt-horizontal-rule) (inline-src-block . org-odt-inline-src-block) (inlinetask . org-odt-inlinetask) (italic . org-odt-italic) (item . org-odt-item) (keyword . org-odt-keyword) (latex-environment . org-odt-latex-environment) (latex-fragment . org-odt-latex-fragment) (line-break . org-odt-line-break) (link . org-odt-link) (node-property . org-odt-node-property) (paragraph . org-odt-paragraph) ...) :options ((:odt-styles-file "ODT_STYLES_FILE" nil org-odt-styles-file t) (:description "DESCRIPTION" nil nil newline) (:keywords "KEYWORDS" nil nil space) (:subtitle "SUBTITLE" nil nil parse) (:odt-content-template-file nil nil org-odt-content-template-file) (:odt-display-outline-level nil nil org-odt-display-outline-level) (:odt-fontify-srcblocks nil nil org-odt-fontify-srcblocks) (:odt-format-drawer-function nil nil org-odt-format-drawer-function) (:odt-format-headline-function nil nil org-odt-format-headline-function) (:odt-format-inlinetask-function nil nil org-odt-format-inlinetask-function) (:odt-inline-formula-rules nil nil org-odt-inline-formula-rules) (:odt-inline-image-rules nil nil org-odt-inline-image-rules) (:odt-pixels-per-inch nil nil org-odt-pixels-per-inch) (:odt-table-styles nil nil org-odt-table-styles) (:odt-use-date-fields nil nil org-odt-use-date-fields) (:with-latex nil "tex" org-odt-with-latex) (:latex-header "LATEX_HEADER" nil nil newline)) :filters ((:filter-parse-tree org-odt--translate-latex-fragments org-odt--translate-description-lists org-odt--translate-list-tables org-odt--translate-image-links)) :blocks nil :menu (111 "Export to ODT" (... ...))) (:export-options nil :back-end #s(org-export-backend :name odt :parent nil :transcoders (... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ...) :options (... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ...) :filters (...) :blocks nil :menu (111 "Export to ODT" ...)) :translate-alist ((bold . org-odt-bold) (center-block . org-odt-center-block) (clock . org-odt-clock) (code . org-odt-code) (drawer . org-odt-drawer) (dynamic-block . org-odt-dynamic-block) (entity . org-odt-entity) (example-block . org-odt-example-block) (export-block . org-odt-export-block) (export-snippet . org-odt-export-snippet) (fixed-width . org-odt-fixed-width) (footnote-definition . org-odt-footnote-definition) (footnote-reference . org-odt-footnote-reference) (headline . org-odt-headline) (horizontal-rule . org-odt-horizontal-rule) (inline-src-block . org-odt-inline-src-block) (inlinetask . org-odt-inlinetask) (italic . org-odt-italic) (item . org-odt-item) (keyword . org-odt-keyword) (latex-environment . org-odt-latex-environment) (latex-fragment . org-odt-latex-fragment) (line-break . org-odt-line-break) (link . org-odt-link) (node-property . org-odt-node-property) (paragraph . org-odt-paragraph) ...) :exported-data #<hash-table eq 0/4001 0x157634cb92d9 ...> :input-buffer "paper.org" :input-file "/home/ucecesf/s/research/j..." :odt-styles-file nil :description nil :keywords nil :subtitle nil :odt-content-template-file nil :odt-display-outline-level 2 :odt-fontify-srcblocks t ...))
  org-cite-export-bibliography((keyword (:standard-properties [19248 19248 nil nil 19270 0 nil nil nil nil nil nil nil nil #<buffer paper.org<2>> nil nil (section ... ... ... ... ... #1)] :key "PRINT_BIBLIOGRAPHY" :value "")) nil (:export-options nil :back-end #s(org-export-backend :name odt :parent nil :transcoders ((bold . org-odt-bold) (center-block . org-odt-center-block) (clock . org-odt-clock) (code . org-odt-code) (drawer . org-odt-drawer) (dynamic-block . org-odt-dynamic-block) (entity . org-odt-entity) (example-block . org-odt-example-block) (export-block . org-odt-export-block) (export-snippet . org-odt-export-snippet) (fixed-width . org-odt-fixed-width) (footnote-definition . org-odt-footnote-definition) (footnote-reference . org-odt-footnote-reference) (headline . org-odt-headline) (horizontal-rule . org-odt-horizontal-rule) (inline-src-block . org-odt-inline-src-block) (inlinetask . org-odt-inlinetask) (italic . org-odt-italic) (item . org-odt-item) (keyword . org-odt-keyword) (latex-environment . org-odt-latex-environment) (latex-fragment . org-odt-latex-fragment) (line-break . org-odt-line-break) (link . org-odt-link) (node-property . org-odt-node-property) (paragraph . org-odt-paragraph) (plain-list . org-odt-plain-list) (plain-text . org-odt-plain-text) (planning . org-odt-planning) (property-drawer . org-odt-property-drawer) (quote-block . org-odt-quote-block) (radio-target . org-odt-radio-target) ...) :options ((:odt-styles-file "ODT_STYLES_FILE" nil org-odt-styles-file t) (:description "DESCRIPTION" nil nil newline) (:keywords "KEYWORDS" nil nil space) (:subtitle "SUBTITLE" nil nil parse) (:odt-content-template-file nil nil org-odt-content-template-file) (:odt-display-outline-level nil nil org-odt-display-outline-level) (:odt-fontify-srcblocks nil nil org-odt-fontify-srcblocks) (:odt-format-drawer-function nil nil org-odt-format-drawer-function) (:odt-format-headline-function nil nil org-odt-format-headline-function) (:odt-format-inlinetask-function nil nil org-odt-format-inlinetask-function) (:odt-inline-formula-rules nil nil org-odt-inline-formula-rules) (:odt-inline-image-rules nil nil org-odt-inline-image-rules) (:odt-pixels-per-inch nil nil org-odt-pixels-per-inch) (:odt-table-styles nil nil org-odt-table-styles) (:odt-use-date-fields nil nil org-odt-use-date-fields) (:with-latex nil "tex" org-odt-with-latex) (:latex-header "LATEX_HEADER" nil nil newline)) :filters ((:filter-parse-tree org-odt--translate-latex-fragments org-odt--translate-description-lists org-odt--translate-list-tables org-odt--translate-image-links)) :blocks nil :menu (111 "Export to ODT" (... ...))) :translate-alist ((bold . org-odt-bold) (center-block . org-odt-center-block) (clock . org-odt-clock) (code . org-odt-code) (drawer . org-odt-drawer) (dynamic-block . org-odt-dynamic-block) (entity . org-odt-entity) (example-block . org-odt-example-block) (export-block . org-odt-export-block) (export-snippet . org-odt-export-snippet) (fixed-width . org-odt-fixed-width) (footnote-definition . org-odt-footnote-definition) (footnote-reference . org-odt-footnote-reference) (headline . org-odt-headline) (horizontal-rule . org-odt-horizontal-rule) (inline-src-block . org-odt-inline-src-block) (inlinetask . org-odt-inlinetask) (italic . org-odt-italic) (item . org-odt-item) (keyword . org-odt-keyword) (latex-environment . org-odt-latex-environment) (latex-fragment . org-odt-latex-fragment) (line-break . org-odt-line-break) (link . org-odt-link) (node-property . org-odt-node-property) (paragraph . org-odt-paragraph) (plain-list . org-odt-plain-list) (plain-text . org-odt-plain-text) (planning . org-odt-planning) (property-drawer . org-odt-property-drawer) (quote-block . org-odt-quote-block) (radio-target . org-odt-radio-target) ...) :exported-data #<hash-table eq 0/4001 0x157634cb92d9 ...> :input-buffer "paper.org" :input-file "/home/ucecesf/s/research/julia/C..." :odt-styles-file nil :description nil :keywords nil :subtitle nil :odt-content-template-file nil :odt-display-outline-level 2 :odt-fontify-srcblocks t :odt-format-drawer-function (lambda (name contents) (cond (... ...) (t contents))) :odt-format-headline-function org-odt-format-headline-default-function :odt-format-inlinetask-function org-odt-format-inlinetask-default-function ...))
  #f(compiled-function (keyword) #<bytecode -0xfeebb6c9ba3d75b>)((keyword (:standard-properties [19248 19248 nil nil 19270 0 nil nil nil nil nil nil nil nil #<buffer paper.org<2>> nil nil (section (:standard-properties [18809 18809 18809 19270 19270 0 nil section nil nil nil 18809 19270 nil #<buffer paper.org<2>> nil nil (headline ... #6)]) (keyword (:standard-properties [18809 18809 nil nil 18881 0 nil planning nil nil nil nil nil nil #<buffer paper.org<2>> nil nil #6] :key "BIBLIOGRAPHY" :value "/home/ucecesf/s/share/texmf/bibtex/bib/bibliograph...")) (keyword (:standard-properties [18881 18881 nil nil 18987 1 nil nil nil nil nil nil nil nil #<buffer paper.org<2>> nil nil #6] :key "CITE_EXPORT" :value "csl \"/home/ucecesf/synced/share/citation.styles/am...")) (keyword (:standard-properties [19124 19124 nil nil 19160 1 nil nil nil nil nil nil nil nil #<buffer paper.org<2>> nil nil #6] :key "LATEX_HEADER" :value "\\usepackage{natbib}")) (keyword (:standard-properties [19216 19216 nil nil 19248 0 nil nil nil nil nil nil nil nil #<buffer paper.org<2>> nil nil #6] :key "LATEX_HEADER" :value "\\let\\sc\\scshape")) #1)] :key "PRINT_BIBLIOGRAPHY" :value "")))
  #f(compiled-function (--data) #<bytecode 0x1fedb50c1fb30513>)((keyword (:standard-properties [19248 19248 nil nil 19270 0 nil nil nil nil nil nil nil nil #<buffer paper.org<2>> nil nil (section (:standard-properties [18809 18809 18809 19270 19270 0 nil section nil nil nil 18809 19270 nil #<buffer paper.org<2>> nil nil (headline ... #6)]) (keyword (:standard-properties [18809 18809 nil nil 18881 0 nil planning nil nil nil nil nil nil #<buffer paper.org<2>> nil nil #6] :key "BIBLIOGRAPHY" :value "/home/ucecesf/s/share/texmf/bibtex/bib/bibliograph...")) (keyword (:standard-properties [18881 18881 nil nil 18987 1 nil nil nil nil nil nil nil nil #<buffer paper.org<2>> nil nil #6] :key "CITE_EXPORT" :value "csl \"/home/ucecesf/synced/share/citation.styles/am...")) (keyword (:standard-properties [19124 19124 nil nil 19160 1 nil nil nil nil nil nil nil nil #<buffer paper.org<2>> nil nil #6] :key "LATEX_HEADER" :value "\\usepackage{natbib}")) (keyword (:standard-properties [19216 19216 nil nil 19248 0 nil nil nil nil nil nil nil nil #<buffer paper.org<2>> nil nil #6] :key "LATEX_HEADER" :value "\\let\\sc\\scshape")) #1)] :key "PRINT_BIBLIOGRAPHY" :value "")))
  mapc(#f(compiled-function (--data) #<bytecode 0x1fedb50c1fb30513>) ((keyword (:standard-properties [18809 18809 nil nil 18881 0 nil planning nil nil nil nil nil nil #<buffer paper.org<2>> nil nil (section (:standard-properties [18809 18809 18809 19270 19270 0 nil section nil nil nil 18809 19270 nil #<buffer paper.org<2>> nil nil ...]) . #2)] :key "BIBLIOGRAPHY" :value "/home/ucecesf/s/share/texmf/bibtex/bib/bibliograph...")) (keyword (:standard-properties [18881 18881 nil nil 18987 1 nil nil nil nil nil nil nil nil #<buffer paper.org<2>> nil nil (section (:standard-properties [18809 18809 18809 19270 19270 0 nil section nil nil nil 18809 19270 nil #<buffer paper.org<2>> nil nil ...]) . #2)] :key "CITE_EXPORT" :value "csl \"/home/ucecesf/synced/share/citation.styles/am...")) (keyword (:standard-properties [19124 19124 nil nil 19160 1 nil nil nil nil nil nil nil nil #<buffer paper.org<2>> nil nil (section (:standard-properties [18809 18809 18809 19270 19270 0 nil section nil nil nil 18809 19270 nil #<buffer paper.org<2>> nil nil ...]) . #2)] :key "LATEX_HEADER" :value "\\usepackage{natbib}")) (keyword (:standard-properties [19216 19216 nil nil 19248 0 nil nil nil nil nil nil nil nil #<buffer paper.org<2>> nil nil (section (:standard-properties [18809 18809 18809 19270 19270 0 nil section nil nil nil 18809 19270 nil #<buffer paper.org<2>> nil nil ...]) . #2)] :key "LATEX_HEADER" :value "\\let\\sc\\scshape")) (keyword (:standard-properties [19248 19248 nil nil 19270 0 nil nil nil nil nil nil nil nil #<buffer paper.org<2>> nil nil (section (:standard-properties [18809 18809 18809 19270 19270 0 nil section nil nil nil 18809 19270 nil #<buffer paper.org<2>> nil nil ...]) . #2)] :key "PRINT_BIBLIOGRAPHY" :value ""))))
  #f(compiled-function (--data) #<bytecode 0x1fedb50c1fb30513>)((section (:standard-properties [18809 18809 18809 19270 19270 0 nil section nil nil nil 18809 19270 nil #<buffer paper.org<2>> nil nil (headline (:standard-properties [18796 18796 18809 19270 19270 0 (:title) nil nil nil nil 18811 19268 1 #<buffer paper.org<2>> nil nil (org-data ... ... ... ... ... ... ... #6)] :pre-blank 0 :raw-value [org-element-deferred org-element--headline-raw-value (2 12) nil] :title (#("References" 0 10 ...)) :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)]) (keyword (:standard-properties [18809 18809 nil nil 18881 0 nil planning nil nil nil nil nil nil #<buffer paper.org<2>> nil nil #1] :key "BIBLIOGRAPHY" :value "/home/ucecesf/s/share/texmf/bibtex/bib/bibliograph...")) (keyword (:standard-properties [18881 18881 nil nil 18987 1 nil nil nil nil nil nil nil nil #<buffer paper.org<2>> nil nil #1] :key "CITE_EXPORT" :value "csl \"/home/ucecesf/synced/share/citation.styles/am...")) (keyword (:standard-properties [19124 19124 nil nil 19160 1 nil nil nil nil nil nil nil nil #<buffer paper.org<2>> nil nil #1] :key "LATEX_HEADER" :value "\\usepackage{natbib}")) (keyword (:standard-properties [19216 19216 nil nil 19248 0 nil nil nil nil nil nil nil nil #<buffer paper.org<2>> nil nil #1] :key "LATEX_HEADER" :value "\\let\\sc\\scshape")) (keyword (:standard-properties [19248 19248 nil nil 19270 0 nil nil nil nil nil nil nil nil #<buffer paper.org<2>> nil nil #1] :key "PRINT_BIBLIOGRAPHY" :value ""))))
  mapc(#f(compiled-function (--data) #<bytecode 0x1fedb50c1fb30513>) ((section (:standard-properties [18809 18809 18809 19270 19270 0 nil section nil nil nil 18809 19270 nil #<buffer paper.org<2>> nil nil (headline (:standard-properties [18796 18796 18809 19270 19270 0 ... nil nil nil nil 18811 19268 1 #<buffer paper.org<2>> nil nil ...] :pre-blank 0 :raw-value [org-element-deferred org-element--headline-raw-value ... nil] :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) . #2)]) (keyword (:standard-properties [18809 18809 nil nil 18881 0 nil planning nil nil nil nil nil nil #<buffer paper.org<2>> nil nil #3] :key "BIBLIOGRAPHY" :value "/home/ucecesf/s/share/texmf/bibtex/bib/bibliograph...")) (keyword (:standard-properties [18881 18881 nil nil 18987 1 nil nil nil nil nil nil nil nil #<buffer paper.org<2>> nil nil #3] :key "CITE_EXPORT" :value "csl \"/home/ucecesf/synced/share/citation.styles/am...")) (keyword (:standard-properties [19124 19124 nil nil 19160 1 nil nil nil nil nil nil nil nil #<buffer paper.org<2>> nil nil #3] :key "LATEX_HEADER" :value "\\usepackage{natbib}")) (keyword (:standard-properties [19216 19216 nil nil 19248 0 nil nil nil nil nil nil nil nil #<buffer paper.org<2>> nil nil #3] :key "LATEX_HEADER" :value "\\let\\sc\\scshape")) (keyword (:standard-properties [19248 19248 nil nil 19270 0 nil nil nil nil nil nil nil nil #<buffer paper.org<2>> nil nil #3] :key "PRINT_BIBLIOGRAPHY" :value "")))))
  #f(compiled-function (--data) #<bytecode 0x1fedb50c1fb30513>)((headline (:standard-properties [18796 18796 18809 19270 19270 0 (:title) nil nil nil nil 18811 19268 1 #<buffer paper.org<2>> nil nil (org-data (:standard-properties [1 1 1 21209 21209 0 nil org-data nil nil nil 3 21209 nil #<buffer paper.org<2>> nil nil nil] :path "/home/ucecesf/s/research/julia/Cocoa/papers/..." :CATEGORY "paper") (section (:standard-properties ...) (keyword ...) (keyword ...) (keyword ...) (keyword ...) (keyword ...) (special-block ... ... ... ... ... ...)) (headline (:standard-properties ... :pre-blank 1 :raw-value ... :title ... :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :footnote-section-p ... :archivedp ... :commentedp nil) (section ... ...)) (headline (:standard-properties ... :pre-blank 0 :raw-value ... :title ... :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :footnote-section-p ... :archivedp ... :commentedp nil) (section ... ... ... ... ... ... ... ... ...) (headline ... ...)) (headline (:standard-properties ... :pre-blank 0 :raw-value ... :title ... :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :footnote-section-p ... :archivedp ... :commentedp nil) (section ... ... ...)) (headline (:standard-properties ... :pre-blank 0 :raw-value ... :title ... :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :footnote-section-p ... :archivedp ... :commentedp nil) (section ... ... ... ... ... ... ... ... ... ... ...)) (headline (:standard-properties ... :pre-blank 0 :raw-value ... :title ... :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :footnote-section-p ... :archivedp ... :commentedp nil) (section ... ... ... ...) (headline ... ...)) #1)] :pre-blank 0 :raw-value [org-element-deferred org-element--headline-raw-value (2 12) nil] :title (#("References" 0 10 (: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 [18809 18809 18809 19270 19270 0 nil section nil nil nil 18809 19270 nil #<buffer paper.org<2>> nil nil #1]) (keyword (:standard-properties [18809 18809 nil nil 18881 0 nil planning nil nil nil nil nil nil #<buffer paper.org<2>> nil nil #4] :key "BIBLIOGRAPHY" :value "/home/ucecesf/s/share/texmf/bibtex/bib/bibli...")) (keyword (:standard-properties [18881 18881 nil nil 18987 1 nil nil nil nil nil nil nil nil #<buffer paper.org<2>> nil nil #4] :key "CITE_EXPORT" :value "csl \"/home/ucecesf/synced/share/citation.sty...")) (keyword (:standard-properties [19124 19124 nil nil 19160 1 nil nil nil nil nil nil nil nil #<buffer paper.org<2>> nil nil #4] :key "LATEX_HEADER" :value "\\usepackage{natbib}")) (keyword (:standard-properties [19216 19216 nil nil 19248 0 nil nil nil nil nil nil nil nil #<buffer paper.org<2>> nil nil #4] :key "LATEX_HEADER" :value "\\let\\sc\\scshape")) (keyword (:standard-properties [19248 19248 nil nil 19270 0 nil nil nil nil nil nil nil nil #<buffer paper.org<2>> nil nil #4] :key "PRINT_BIBLIOGRAPHY" :value "")))))
  mapc(#f(compiled-function (--data) #<bytecode 0x1fedb50c1fb30513>) (... ... ... ... ... ... ...))
  #f(compiled-function (--data) #<bytecode 0x1fedb50c1fb30513>)((org-data (:standard-properties ... :path "/home/ucecesf/s/rese..." :CATEGORY "paper") (section ... ... ... ... ... ... ...) (headline ... ...) (headline ... ... ...) (headline ... ...) (headline ... ...) (headline ... ... ...) (headline ... ...)))
  org-element-ast-map((org-data (:standard-properties ... :path "/home/ucecesf/s/rese..." :CATEGORY "paper") (section ... ... ... ... ... ... ...) (headline ... ...) (headline ... ... ...) (headline ... ...) (headline ... ...) (headline ... ... ...) (headline ... ...)) keyword #f(compiled-function (keyword) #<bytecode -0xfeebb6c9ba3d75b>) nil nil (bold citation citation-reference code entity export-snippet footnote-reference inline-babel-call inline-src-block italic line-break latex-fragment link macro radio-target statistics-cookie strike-through subscript superscript table-cell ...) nil t nil)
  org-element-map((org-data ... ... ... ... ... ... ... ...) keyword #f(compiled-function (keyword) #<bytecode -0xfeebb6c9ba3d75b>) (:export-options nil :back-end ... :translate-alist ... :exported-data #<hash-table eq 0/4001 0x157634cb92d9 ...> :input-buffer "paper.org" :input-file "/home/ucecesf/..." :odt-styles-file nil ...))
  org-cite-process-bibliography((:export-options nil :back-end #s(org-export-backend :name odt :parent nil :transcoders ((bold . org-odt-bold) (center-block . org-odt-center-block) (clock . org-odt-clock) (code . org-odt-code) (drawer . org-odt-drawer) (dynamic-block . org-odt-dynamic-block) (entity . org-odt-entity) (example-block . org-odt-example-block) (export-block . org-odt-export-block) (export-snippet . org-odt-export-snippet) (fixed-width . org-odt-fixed-width) (footnote-definition . org-odt-footnote-definition) (footnote-reference . org-odt-footnote-reference) (headline . org-odt-headline) (horizontal-rule . org-odt-horizontal-rule) (inline-src-block . org-odt-inline-src-block) (inlinetask . org-odt-inlinetask) (italic . org-odt-italic) (item . org-odt-item) (keyword . org-odt-keyword) (latex-environment . org-odt-latex-environment) (latex-fragment . org-odt-latex-fragment) (line-break . org-odt-line-break) (link . org-odt-link) (node-property . org-odt-node-property) (paragraph . org-odt-paragraph) (plain-list . org-odt-plain-list) (plain-text . org-odt-plain-text) (planning . org-odt-planning) (property-drawer . org-odt-property-drawer) (quote-block . org-odt-quote-block) (radio-target . org-odt-radio-target) (section . org-odt-section) (special-block . org-odt-special-block) (src-block . org-odt-src-block) (statistics-cookie . org-odt-statistics-cookie) (strike-through . org-odt-strike-through) (subscript . org-odt-subscript) ...) :options ((:odt-styles-file "ODT_STYLES_FILE" nil org-odt-styles-file t) (:description "DESCRIPTION" nil nil newline) (:keywords "KEYWORDS" nil nil space) (:subtitle "SUBTITLE" nil nil parse) (:odt-content-template-file nil nil org-odt-content-template-file) (:odt-display-outline-level nil nil org-odt-display-outline-level) (:odt-fontify-srcblocks nil nil org-odt-fontify-srcblocks) (:odt-format-drawer-function nil nil org-odt-format-drawer-function) (:odt-format-headline-function nil nil org-odt-format-headline-function) (:odt-format-inlinetask-function nil nil org-odt-format-inlinetask-function) (:odt-inline-formula-rules nil nil org-odt-inline-formula-rules) (:odt-inline-image-rules nil nil org-odt-inline-image-rules) (:odt-pixels-per-inch nil nil org-odt-pixels-per-inch) (:odt-table-styles nil nil org-odt-table-styles) (:odt-use-date-fields nil nil org-odt-use-date-fields) (:with-latex nil "tex" org-odt-with-latex) (:latex-header "LATEX_HEADER" nil nil newline)) :filters ((:filter-parse-tree org-odt--translate-latex-fragments org-odt--translate-description-lists org-odt--translate-list-tables org-odt--translate-image-links)) :blocks nil :menu (111 "Export to ODT" ((111 "As ODT file" org-odt-export-to-odt) (79 "As ODT file and open" ...)))) :translate-alist ((bold . org-odt-bold) (center-block . org-odt-center-block) (clock . org-odt-clock) (code . org-odt-code) (drawer . org-odt-drawer) (dynamic-block . org-odt-dynamic-block) (entity . org-odt-entity) (example-block . org-odt-example-block) (export-block . org-odt-export-block) (export-snippet . org-odt-export-snippet) (fixed-width . org-odt-fixed-width) (footnote-definition . org-odt-footnote-definition) (footnote-reference . org-odt-footnote-reference) (headline . org-odt-headline) (horizontal-rule . org-odt-horizontal-rule) (inline-src-block . org-odt-inline-src-block) (inlinetask . org-odt-inlinetask) (italic . org-odt-italic) (item . org-odt-item) (keyword . org-odt-keyword) (latex-environment . org-odt-latex-environment) (latex-fragment . org-odt-latex-fragment) (line-break . org-odt-line-break) (link . org-odt-link) (node-property . org-odt-node-property) (paragraph . org-odt-paragraph) (plain-list . org-odt-plain-list) (plain-text . org-odt-plain-text) (planning . org-odt-planning) (property-drawer . org-odt-property-drawer) (quote-block . org-odt-quote-block) (radio-target . org-odt-radio-target) (section . org-odt-section) (special-block . org-odt-special-block) (src-block . org-odt-src-block) (statistics-cookie . org-odt-statistics-cookie) (strike-through . org-odt-strike-through) (subscript . org-odt-subscript) ...) :exported-data #<hash-table eq 0/4001 0x157634cb92d9 ...> :input-buffer "paper.org" :input-file "/home/ucecesf/s/research/julia/Cocoa/p..." :odt-styles-file nil :description nil :keywords nil :subtitle nil :odt-content-template-file nil :odt-display-outline-level 2 :odt-fontify-srcblocks t :odt-format-drawer-function (lambda (name contents) (cond ((string= name "todo") (format "<text:p text:style-name=\"Text_20_body\"..." contents)) (t contents))) :odt-format-headline-function org-odt-format-headline-default-function :odt-format-inlinetask-function org-odt-format-inlinetask-default-function :odt-inline-formula-rules (("file" . "\\.\\(mathml\\|mml\\|odf\\)\\'")) :odt-inline-image-rules (("file" . "\\(?:\\.\\(?:gif\\|\\(?:jpe?\\|pn\\|sv\\)g\\)\\)")) :odt-pixels-per-inch 96.0 ...))
  org-export--annotate-info(#s(org-export-backend :name odt :parent nil :transcoders ((bold . org-odt-bold) (center-block . org-odt-center-block) (clock . org-odt-clock) (code . org-odt-code) (drawer . org-odt-drawer) (dynamic-block . org-odt-dynamic-block) (entity . org-odt-entity) (example-block . org-odt-example-block) (export-block . org-odt-export-block) (export-snippet . org-odt-export-snippet) (fixed-width . org-odt-fixed-width) (footnote-definition . org-odt-footnote-definition) (footnote-reference . org-odt-footnote-reference) (headline . org-odt-headline) (horizontal-rule . org-odt-horizontal-rule) (inline-src-block . org-odt-inline-src-block) (inlinetask . org-odt-inlinetask) (italic . org-odt-italic) (item . org-odt-item) (keyword . org-odt-keyword) (latex-environment . org-odt-latex-environment) (latex-fragment . org-odt-latex-fragment) (line-break . org-odt-line-break) (link . org-odt-link) (node-property . org-odt-node-property) (paragraph . org-odt-paragraph) ...) :options ((:odt-styles-file "ODT_STYLES_FILE" nil org-odt-styles-file t) (:description "DESCRIPTION" nil nil newline) (:keywords "KEYWORDS" nil nil space) (:subtitle "SUBTITLE" nil nil parse) (:odt-content-template-file nil nil org-odt-content-template-file) (:odt-display-outline-level nil nil org-odt-display-outline-level) (:odt-fontify-srcblocks nil nil org-odt-fontify-srcblocks) (:odt-format-drawer-function nil nil org-odt-format-drawer-function) (:odt-format-headline-function nil nil org-odt-format-headline-function) (:odt-format-inlinetask-function nil nil org-odt-format-inlinetask-function) (:odt-inline-formula-rules nil nil org-odt-inline-formula-rules) (:odt-inline-image-rules nil nil org-odt-inline-image-rules) (:odt-pixels-per-inch nil nil org-odt-pixels-per-inch) (:odt-table-styles nil nil org-odt-table-styles) (:odt-use-date-fields nil nil org-odt-use-date-fields) (:with-latex nil "tex" org-odt-with-latex) (:latex-header "LATEX_HEADER" nil nil newline)) :filters ((:filter-parse-tree org-odt--translate-latex-fragments org-odt--translate-description-lists org-odt--translate-list-tables org-odt--translate-image-links)) :blocks nil :menu (111 "Export to ODT" (... ...))) (:export-options nil :back-end #s(org-export-backend :name odt :parent nil :transcoders (... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ...) :options (... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ...) :filters (...) :blocks nil :menu (111 "Export to ODT" ...)) :translate-alist ((bold . org-odt-bold) (center-block . org-odt-center-block) (clock . org-odt-clock) (code . org-odt-code) (drawer . org-odt-drawer) (dynamic-block . org-odt-dynamic-block) (entity . org-odt-entity) (example-block . org-odt-example-block) (export-block . org-odt-export-block) (export-snippet . org-odt-export-snippet) (fixed-width . org-odt-fixed-width) (footnote-definition . org-odt-footnote-definition) (footnote-reference . org-odt-footnote-reference) (headline . org-odt-headline) (horizontal-rule . org-odt-horizontal-rule) (inline-src-block . org-odt-inline-src-block) (inlinetask . org-odt-inlinetask) (italic . org-odt-italic) (item . org-odt-item) (keyword . org-odt-keyword) (latex-environment . org-odt-latex-environment) (latex-fragment . org-odt-latex-fragment) (line-break . org-odt-line-break) (link . org-odt-link) (node-property . org-odt-node-property) (paragraph . org-odt-paragraph) ...) :exported-data #<hash-table eq 0/4001 0x157634cb92d9 ...> :input-buffer "paper.org" :input-file "/home/ucecesf/s/research/j...") nil nil nil)
  org-export-as(odt nil nil nil nil)
  org-odt-export-to-odt(nil nil nil nil)
  org-export-dispatch(nil)
  funcall-interactively(org-export-dispatch nil)
  command-execute(org-export-dispatch)

             reply	other threads:[~2023-12-21 15:50 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-21 15:44 Fraga, Eric [this message]
2023-12-21 16:06 ` strange error exporting to ascii William Denton
2023-12-22 13:53 ` Ihor Radchenko
2023-12-22 15:06   ` Fraga, Eric
2023-12-22 15:14     ` Ihor Radchenko
2023-12-22 15:53       ` Fraga, Eric
2023-12-22 15:58         ` Ihor Radchenko
2023-12-22 16:07           ` Fraga, Eric
2023-12-22 16:30           ` Fraga, Eric
2023-12-22 16:36             ` Ihor Radchenko
2023-12-22 16:41               ` Fraga, Eric
2023-12-23  9:52               ` Ihor Radchenko
2023-12-23  9:59                 ` Fraga, Eric
2023-12-24 11:20               ` Ihor Radchenko
2023-12-27 10:07                 ` Fraga, Eric

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87il4rmuga.fsf@ucl.ac.uk \
    --to=e.fraga@ucl.ac.uk \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).