Skip to content

Inline Jupyter code blocks throw an error when used #581

@hankertrix

Description

@hankertrix

Inline Jupyter code blocks, those of the form src_jupyter-python[:exports results]{print("hi")} do not work when being exported. The wrong number of arguments error is thrown, stating that it expects 3 arguments but was only given 2. I'm not sure why this is the case, as the inline code in the Python version works just fine.

I am on Emacs 30.1 with native compilation.

Below is the stack trace:

Debugger entered--Lisp error: (wrong-number-of-arguments (3 . 3) 2)
  #f(compiled-function (mime content params) #<bytecode -0x14af8cbcfea28d27>)(#s(jupyter-org-request :id "899e3067-2bae-409d-9831-16fc55c3ebf3" :type "execute_request" :content (:code "print(\"hi\")" :silent :json-false :store_history t :user_expressions #<hash-table eql 0/1 0x1e237d36909f ...> :allow_stdin t :stop_on_error :json-false) :client #<jupyter-org-client jupyter-org-client-1e237d83bc85> :time (26607 369 495927 270000) :idle-p t :last-message (:header (message-part "{\"msg_id\": \"8ee00bb5-01144f655b08874e56f1e8af_354788_54\", \"msg_type\": \"status\", \"username\": \"hanker\", \"session\": \"8ee00bb5-01144f655b08874e56f1e8af\", \"date\": \"2025-04-03T21:45:21.501625Z\", \"version\": \"5.3\"}" ...) :msg_id "8ee00bb5-01144f655b08874e56f1e8af_354788_54" :msg_type "status" :parent_header (message-part "{\"msg_id\": \"899e3067-2bae-409d-9831-16fc55c3ebf3\", \"msg_type\": \"execute_request\", \"version\": \"5.3\", \"username\": \"hanker\", \"session\": \"497fd922-54ab-455d-bf0b-6eba88eb86c0\", \"date\": \"2025-04-04T05:45:21.497728+08:00\"}" ...) :metadata (message-part "{}" nil) :content (message-part "{\"execution_state\": \"idle\"}" ...) :buffers nil :channel "iopub") :messages ((:header ... :msg_id "8ee00bb5-01144f655b08874e56f1e8af_354788_50" :msg_type "status" :parent_header ... :metadata ... :content ... :buffers nil :channel "iopub") (:header ... :msg_id "8ee00bb5-01144f655b08874e56f1e8af_354788_51" :msg_type "execute_input" :parent_header ... :metadata ... :content ... :buffers nil :channel "iopub") (:header ... :msg_id "8ee00bb5-01144f655b08874e56f1e8af_354788_52" :msg_type "stream" :parent_header ... :metadata ... :content ... :buffers nil :channel "iopub") (:header ... :msg_id "8ee00bb5-01144f655b08874e56f1e8af_354788_53" :msg_type "execute_reply" :parent_header ... :metadata ... :content ... :buffers nil :channel "shell") (:header ... :msg_id "8ee00bb5-01144f655b08874e56f1e8af_354788_54" :msg_type "status" :parent_header ... :metadata ... :content ... :buffers nil :channel "iopub")) :message-publisher #f(compiled-function (pub-value) #<bytecode -0xcf687ff59a69e84>) :inhibited-handlers nil :result-type output :block-params ((:colname-names) (:rowname-names) (:result-params "output" "replace") (:result-type . output) (:results . "output replace") (:exports . "results") (:kernel . "python3") (:session . "py") (:async . "no") (:hlines . "yes")) :file nil :results nil :silent-p nil :id-cleared-p nil :inline-block-p t :marker #<marker at 43664 in academic-report.org<2>> :async-p nil :overlay #<overlay in no buffer>) nil)
  apply(#f(compiled-function (mime content params) #<bytecode -0x14af8cbcfea28d27>) #s(jupyter-org-request :id "899e3067-2bae-409d-9831-16fc55c3ebf3" :type "execute_request" :content (:code "print(\"hi\")" :silent :json-false :store_history t :user_expressions #<hash-table eql 0/1 0x1e237d36909f ...> :allow_stdin t :stop_on_error :json-false) :client #<jupyter-org-client jupyter-org-client-1e237d83bc85> :time (26607 369 495927 270000) :idle-p t :last-message (:header (message-part "{\"msg_id\": \"8ee00bb5-01144f655b08874e56f1e8af_354788_54\", \"msg_type\": \"status\", \"username\": \"hanker\", \"session\": \"8ee00bb5-01144f655b08874e56f1e8af\", \"date\": \"2025-04-03T21:45:21.501625Z\", \"version\": \"5.3\"}" ...) :msg_id "8ee00bb5-01144f655b08874e56f1e8af_354788_54" :msg_type "status" :parent_header (message-part "{\"msg_id\": \"899e3067-2bae-409d-9831-16fc55c3ebf3\", \"msg_type\": \"execute_request\", \"version\": \"5.3\", \"username\": \"hanker\", \"session\": \"497fd922-54ab-455d-bf0b-6eba88eb86c0\", \"date\": \"2025-04-04T05:45:21.497728+08:00\"}" ...) :metadata (message-part "{}" nil) :content (message-part "{\"execution_state\": \"idle\"}" ...) :buffers nil :channel "iopub") :messages ((:header ... :msg_id "8ee00bb5-01144f655b08874e56f1e8af_354788_50" :msg_type "status" :parent_header ... :metadata ... :content ... :buffers nil :channel "iopub") (:header ... :msg_id "8ee00bb5-01144f655b08874e56f1e8af_354788_51" :msg_type "execute_input" :parent_header ... :metadata ... :content ... :buffers nil :channel "iopub") (:header ... :msg_id "8ee00bb5-01144f655b08874e56f1e8af_354788_52" :msg_type "stream" :parent_header ... :metadata ... :content ... :buffers nil :channel "iopub") (:header ... :msg_id "8ee00bb5-01144f655b08874e56f1e8af_354788_53" :msg_type "execute_reply" :parent_header ... :metadata ... :content ... :buffers nil :channel "shell") (:header ... :msg_id "8ee00bb5-01144f655b08874e56f1e8af_354788_54" :msg_type "status" :parent_header ... :metadata ... :content ... :buffers nil :channel "iopub")) :message-publisher #f(compiled-function (pub-value) #<bytecode -0xcf687ff59a69e84>) :inhibited-handlers nil :result-type output :block-params ((:colname-names) (:rowname-names) (:result-params "output" "replace") (:result-type . output) (:results . "output replace") (:exports . "results") (:kernel . "python3") (:session . "py") (:async . "no") (:hlines . "yes")) :file nil :results nil :silent-p nil :id-cleared-p nil :inline-block-p t :marker #<marker at 43664 in academic-report.org<2>> :async-p nil :overlay #<overlay in no buffer>) nil)
  #f(compiled-function (arg &rest args) #<bytecode -0x435f993195b7851>)(#s(jupyter-org-request :id "899e3067-2bae-409d-9831-16fc55c3ebf3" :type "execute_request" :content (:code "print(\"hi\")" :silent :json-false :store_history t :user_expressions #<hash-table eql 0/1 0x1e237d36909f ...> :allow_stdin t :stop_on_error :json-false) :client #<jupyter-org-client jupyter-org-client-1e237d83bc85> :time (26607 369 495927 270000) :idle-p t :last-message (:header (message-part "{\"msg_id\": \"8ee00bb5-01144f655b08874e56f1e8af_354788_54\", \"msg_type\": \"status\", \"username\": \"hanker\", \"session\": \"8ee00bb5-01144f655b08874e56f1e8af\", \"date\": \"2025-04-03T21:45:21.501625Z\", \"version\": \"5.3\"}" ...) :msg_id "8ee00bb5-01144f655b08874e56f1e8af_354788_54" :msg_type "status" :parent_header (message-part "{\"msg_id\": \"899e3067-2bae-409d-9831-16fc55c3ebf3\", \"msg_type\": \"execute_request\", \"version\": \"5.3\", \"username\": \"hanker\", \"session\": \"497fd922-54ab-455d-bf0b-6eba88eb86c0\", \"date\": \"2025-04-04T05:45:21.497728+08:00\"}" ...) :metadata (message-part "{}" nil) :content (message-part "{\"execution_state\": \"idle\"}" ...) :buffers nil :channel "iopub") :messages ((:header ... :msg_id "8ee00bb5-01144f655b08874e56f1e8af_354788_50" :msg_type "status" :parent_header ... :metadata ... :content ... :buffers nil :channel "iopub") (:header ... :msg_id "8ee00bb5-01144f655b08874e56f1e8af_354788_51" :msg_type "execute_input" :parent_header ... :metadata ... :content ... :buffers nil :channel "iopub") (:header ... :msg_id "8ee00bb5-01144f655b08874e56f1e8af_354788_52" :msg_type "stream" :parent_header ... :metadata ... :content ... :buffers nil :channel "iopub") (:header ... :msg_id "8ee00bb5-01144f655b08874e56f1e8af_354788_53" :msg_type "execute_reply" :parent_header ... :metadata ... :content ... :buffers nil :channel "shell") (:header ... :msg_id "8ee00bb5-01144f655b08874e56f1e8af_354788_54" :msg_type "status" :parent_header ... :metadata ... :content ... :buffers nil :channel "iopub")) :message-publisher #f(compiled-function (pub-value) #<bytecode -0xcf687ff59a69e84>) :inhibited-handlers nil :result-type output :block-params ((:colname-names) (:rowname-names) (:result-params "output" "replace") (:result-type . output) (:results . "output replace") (:exports . "results") (:kernel . "python3") (:session . "py") (:async . "no") (:hlines . "yes")) :file nil :results nil :silent-p nil :id-cleared-p nil :inline-block-p t :marker #<marker at 43664 in academic-report.org<2>> :async-p nil :overlay #<overlay in no buffer>) nil)
  apply(#f(compiled-function (arg &rest args) #<bytecode -0x435f993195b7851>) (#s(jupyter-org-request :id "899e3067-2bae-409d-9831-16fc55c3ebf3" :type "execute_request" :content (:code "print(\"hi\")" :silent :json-false :store_history t :user_expressions #<hash-table eql 0/1 0x1e237d36909f ...> :allow_stdin t :stop_on_error :json-false) :client #<jupyter-org-client jupyter-org-client-1e237d83bc85> :time (26607 369 495927 270000) :idle-p t :last-message (:header (message-part "{\"msg_id\": \"8ee00bb5-01144f655b08874e56f1e8af_354788_54\", \"msg_type\": \"status\", \"username\": \"hanker\", \"session\": \"8ee00bb5-01144f655b08874e56f1e8af\", \"date\": \"2025-04-03T21:45:21.501625Z\", \"version\": \"5.3\"}" ...) :msg_id "8ee00bb5-01144f655b08874e56f1e8af_354788_54" :msg_type "status" :parent_header (message-part "{\"msg_id\": \"899e3067-2bae-409d-9831-16fc55c3ebf3\", \"msg_type\": \"execute_request\", \"version\": \"5.3\", \"username\": \"hanker\", \"session\": \"497fd922-54ab-455d-bf0b-6eba88eb86c0\", \"date\": \"2025-04-04T05:45:21.497728+08:00\"}" ...) :metadata (message-part "{}" nil) :content (message-part "{\"execution_state\": \"idle\"}" ...) :buffers nil :channel "iopub") :messages ((:header ... :msg_id "8ee00bb5-01144f655b08874e56f1e8af_354788_50" :msg_type "status" :parent_header ... :metadata ... :content ... :buffers nil :channel "iopub") (:header ... :msg_id "8ee00bb5-01144f655b08874e56f1e8af_354788_51" :msg_type "execute_input" :parent_header ... :metadata ... :content ... :buffers nil :channel "iopub") (:header ... :msg_id "8ee00bb5-01144f655b08874e56f1e8af_354788_52" :msg_type "stream" :parent_header ... :metadata ... :content ... :buffers nil :channel "iopub") (:header ... :msg_id "8ee00bb5-01144f655b08874e56f1e8af_354788_53" :msg_type "execute_reply" :parent_header ... :metadata ... :content ... :buffers nil :channel "shell") (:header ... :msg_id "8ee00bb5-01144f655b08874e56f1e8af_354788_54" :msg_type "status" :parent_header ... :metadata ... :content ... :buffers nil :channel "iopub")) :message-publisher #f(compiled-function (pub-value) #<bytecode -0xcf687ff59a69e84>) :inhibited-handlers nil :result-type output :block-params ((:colname-names) (:rowname-names) (:result-params "output" "replace") (:result-type . output) (:results . "output replace") (:exports . "results") (:kernel . "python3") (:session . "py") (:async . "no") (:hlines . "yes")) :file nil :results nil :silent-p nil :id-cleared-p nil :inline-block-p t :marker #<marker at 43664 in academic-report.org<2>> :async-p nil :overlay #<overlay in no buffer>) nil))
  jupyter-org-result(#s(jupyter-org-request :id "899e3067-2bae-409d-9831-16fc55c3ebf3" :type "execute_request" :content (:code "print(\"hi\")" :silent :json-false :store_history t :user_expressions #<hash-table eql 0/1 0x1e237d36909f ...> :allow_stdin t :stop_on_error :json-false) :client #<jupyter-org-client jupyter-org-client-1e237d83bc85> :time (26607 369 495927 270000) :idle-p t :last-message (:header (message-part "{\"msg_id\": \"8ee00bb5-01144f655b08874e56f1e8af_354788_54\", \"msg_type\": \"status\", \"username\": \"hanker\", \"session\": \"8ee00bb5-01144f655b08874e56f1e8af\", \"date\": \"2025-04-03T21:45:21.501625Z\", \"version\": \"5.3\"}" ...) :msg_id "8ee00bb5-01144f655b08874e56f1e8af_354788_54" :msg_type "status" :parent_header (message-part "{\"msg_id\": \"899e3067-2bae-409d-9831-16fc55c3ebf3\", \"msg_type\": \"execute_request\", \"version\": \"5.3\", \"username\": \"hanker\", \"session\": \"497fd922-54ab-455d-bf0b-6eba88eb86c0\", \"date\": \"2025-04-04T05:45:21.497728+08:00\"}" ...) :metadata (message-part "{}" nil) :content (message-part "{\"execution_state\": \"idle\"}" ...) :buffers nil :channel "iopub") :messages ((:header ... :msg_id "8ee00bb5-01144f655b08874e56f1e8af_354788_50" :msg_type "status" :parent_header ... :metadata ... :content ... :buffers nil :channel "iopub") (:header ... :msg_id "8ee00bb5-01144f655b08874e56f1e8af_354788_51" :msg_type "execute_input" :parent_header ... :metadata ... :content ... :buffers nil :channel "iopub") (:header ... :msg_id "8ee00bb5-01144f655b08874e56f1e8af_354788_52" :msg_type "stream" :parent_header ... :metadata ... :content ... :buffers nil :channel "iopub") (:header ... :msg_id "8ee00bb5-01144f655b08874e56f1e8af_354788_53" :msg_type "execute_reply" :parent_header ... :metadata ... :content ... :buffers nil :channel "shell") (:header ... :msg_id "8ee00bb5-01144f655b08874e56f1e8af_354788_54" :msg_type "status" :parent_header ... :metadata ... :content ... :buffers nil :channel "iopub")) :message-publisher #f(compiled-function (pub-value) #<bytecode -0xcf687ff59a69e84>) :inhibited-handlers nil :result-type output :block-params ((:colname-names) (:rowname-names) (:result-params "output" "replace") (:result-type . output) (:results . "output replace") (:exports . "results") (:kernel . "python3") (:session . "py") (:async . "no") (:hlines . "yes")) :file nil :results nil :silent-p nil :id-cleared-p nil :inline-block-p t :marker #<marker at 43664 in academic-report.org<2>> :async-p nil :overlay #<overlay in no buffer>) nil)
  #f(compiled-function (req) #<bytecode 0x758757972a0fb6b>)(#s(jupyter-org-request :id "899e3067-2bae-409d-9831-16fc55c3ebf3" :type "execute_request" :content (:code "print(\"hi\")" :silent :json-false :store_history t :user_expressions #<hash-table eql 0/1 0x1e237d36909f ...> :allow_stdin t :stop_on_error :json-false) :client #<jupyter-org-client jupyter-org-client-1e237d83bc85> :time (26607 369 495927 270000) :idle-p t :last-message (:header (message-part "{\"msg_id\": \"8ee00bb5-01144f655b08874e56f1e8af_354788_54\", \"msg_type\": \"status\", \"username\": \"hanker\", \"session\": \"8ee00bb5-01144f655b08874e56f1e8af\", \"date\": \"2025-04-03T21:45:21.501625Z\", \"version\": \"5.3\"}" ...) :msg_id "8ee00bb5-01144f655b08874e56f1e8af_354788_54" :msg_type "status" :parent_header (message-part "{\"msg_id\": \"899e3067-2bae-409d-9831-16fc55c3ebf3\", \"msg_type\": \"execute_request\", \"version\": \"5.3\", \"username\": \"hanker\", \"session\": \"497fd922-54ab-455d-bf0b-6eba88eb86c0\", \"date\": \"2025-04-04T05:45:21.497728+08:00\"}" ...) :metadata (message-part "{}" nil) :content (message-part "{\"execution_state\": \"idle\"}" ...) :buffers nil :channel "iopub") :messages ((:header ... :msg_id "8ee00bb5-01144f655b08874e56f1e8af_354788_50" :msg_type "status" :parent_header ... :metadata ... :content ... :buffers nil :channel "iopub") (:header ... :msg_id "8ee00bb5-01144f655b08874e56f1e8af_354788_51" :msg_type "execute_input" :parent_header ... :metadata ... :content ... :buffers nil :channel "iopub") (:header ... :msg_id "8ee00bb5-01144f655b08874e56f1e8af_354788_52" :msg_type "stream" :parent_header ... :metadata ... :content ... :buffers nil :channel "iopub") (:header ... :msg_id "8ee00bb5-01144f655b08874e56f1e8af_354788_53" :msg_type "execute_reply" :parent_header ... :metadata ... :content ... :buffers nil :channel "shell") (:header ... :msg_id "8ee00bb5-01144f655b08874e56f1e8af_354788_54" :msg_type "status" :parent_header ... :metadata ... :content ... :buffers nil :channel "iopub")) :message-publisher #f(compiled-function (pub-value) #<bytecode -0xcf687ff59a69e84>) :inhibited-handlers nil :result-type output :block-params ((:colname-names) (:rowname-names) (:result-params "output" "replace") (:result-type . output) (:results . "output replace") (:exports . "results") (:kernel . "python3") (:session . "py") (:async . "no") (:hlines . "yes")) :file nil :results nil :silent-p nil :id-cleared-p nil :inline-block-p t :marker #<marker at 43664 in academic-report.org<2>> :async-p nil :overlay #<overlay in no buffer>))
  #f(compiled-function (state) #<bytecode -0x8f9fc8e3463c911>)(#<jupyter-org-client jupyter-org-client-1e237d83bc85>)
  jupyter-run-with-state(#<jupyter-org-client jupyter-org-client-1e237d83bc85> #f(compiled-function (state) #<bytecode -0x8f9fc8e3463c911>))
  org-babel-jupyter--execute("print(\"hi\")" nil)
  org-babel-execute:jupyter-python("print(\"hi\")" ((:colname-names) (:rowname-names) (:result-params "output" "replace") (:result-type . output) (:results . "output replace") (:exports . "results") (:kernel . "python3") (:session . "py") (:async . "no") (:hlines . "yes")))
  org-babel-execute-src-block(nil ("jupyter-python" "print(\"hi\")" ((:colname-names) (:rowname-names) (:result-params "replace" "output") (:result-type . output) (:results . "replace output") (:exports . "results") (:hlines . "yes") (:async . "no") (:session . "py") (:kernel . "python3")) "" nil 43664 nil))
  org-babel-exp-results(("jupyter-python" "print(\"hi\")" ((:colname-names) (:rowname-names) (:result-params "output") (:result-type . output) (:results . "output replace") (:exports . "results") (:kernel . "python3") (:session . "py") (:async . "no") (:hlines . "yes")) "" nil 43664 nil) inline nil nil)
  org-babel-exp-do-export(("jupyter-python" "print(\"hi\")" ((:colname-names) (:rowname-names) (:result-params "output") (:result-type . output) (:results . "output replace") (:exports . "results") (:kernel . "python3") (:session . "py") (:async . "no") (:hlines . "yes")) "" nil 43664 nil) inline)
  org-babel-exp-process-buffer()
  org-export--annotate-info(#s(org-export-backend :name latex :parent nil :transcoders ((bold . org-latex-bold) (center-block . org-latex-center-block) (clock . org-latex-clock) (code . org-latex-code) (drawer . org-latex-drawer) (dynamic-block . org-latex-dynamic-block) (entity . org-latex-entity) (example-block . org-latex-example-block) (export-block . org-latex-export-block) (export-snippet . org-latex-export-snippet) (fixed-width . org-latex-fixed-width) (footnote-definition . org-latex-footnote-definition) (footnote-reference . org-latex-footnote-reference) (headline . org-latex-headline) (horizontal-rule . org-latex-horizontal-rule) (inline-src-block . org-latex-inline-src-block) (inlinetask . org-latex-inlinetask) (italic . org-latex-italic) (item . org-latex-item) (keyword . org-latex-keyword) (latex-environment . org-latex-latex-environment) (latex-fragment . org-latex-latex-fragment) (line-break . org-latex-line-break) (link . org-latex-link) (node-property . org-latex-node-property) (paragraph . org-latex-paragraph) ...) :options ((:latex-class "LATEX_CLASS" nil org-latex-default-class t) (:latex-class-options "LATEX_CLASS_OPTIONS" nil nil t) (:latex-header "LATEX_HEADER" nil nil newline) (:latex-header-extra "LATEX_HEADER_EXTRA" nil nil newline) (:description "DESCRIPTION" nil nil parse) (:keywords "KEYWORDS" nil nil parse) (:subtitle "SUBTITLE" nil nil parse) (:latex-active-timestamp-format nil nil org-latex-active-timestamp-format) (:latex-caption-above nil nil org-latex-caption-above) (:latex-classes nil nil org-latex-classes) (:latex-default-figure-position nil nil org-latex-default-figure-position) (:latex-default-table-environment nil nil org-latex-default-table-environment) (:latex-default-quote-environment nil nil org-latex-default-quote-environment) (:latex-default-table-mode nil nil org-latex-default-table-mode) (:latex-default-footnote-command "LATEX_FOOTNOTE_COMMAND" nil org-latex-default-footnote-command) (:latex-diary-timestamp-format nil nil org-latex-diary-timestamp-format) (:latex-engraved-options nil nil org-latex-engraved-options) (:latex-engraved-preamble nil nil org-latex-engraved-preamble) (:latex-engraved-theme "LATEX_ENGRAVED_THEME" nil org-latex-engraved-theme) (:latex-footnote-defined-format nil nil org-latex-footnote-defined-format) (:latex-footnote-separator nil nil org-latex-footnote-separator) (:latex-format-drawer-function nil nil org-latex-format-drawer-function) (:latex-format-headline-function nil nil org-latex-format-headline-function) (:latex-format-inlinetask-function nil nil org-latex-format-inlinetask-function) (:latex-hyperref-template nil nil org-latex-hyperref-template t) (:latex-image-default-scale nil nil org-latex-image-default-scale) ...) :filters ((:filter-options . org-latex-math-block-options-filter) (:filter-paragraph . org-latex-clean-invalid-line-breaks) (:filter-parse-tree org-latex-math-block-tree-filter org-latex-matrices-tree-filter org-latex-image-link-filter) (:filter-verse-block . org-latex-clean-invalid-line-breaks)) :blocks nil :menu (108 "Export to LaTeX" (... ... ... ...))) (:export-options nil :back-end #s(org-export-backend :name latex :parent nil :transcoders (... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ...) :options (... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ...) :filters (... ... ... ...) :blocks nil :menu (108 "Export to LaTeX" ...)) :translate-alist ((bold . org-latex-bold) (center-block . org-latex-center-block) (clock . org-latex-clock) (code . org-latex-code) (drawer . org-latex-drawer) (dynamic-block . org-latex-dynamic-block) (entity . org-latex-entity) (example-block . org-latex-example-block) (export-block . org-latex-export-block) (export-snippet . org-latex-export-snippet) (fixed-width . org-latex-fixed-width) (footnote-definition . org-latex-footnote-definition) (footnote-reference . org-latex-footnote-reference) (headline . org-latex-headline) (horizontal-rule . org-latex-horizontal-rule) (inline-src-block . org-latex-inline-src-block) (inlinetask . org-latex-inlinetask) (italic . org-latex-italic) (item . org-latex-item) (keyword . org-latex-keyword) (latex-environment . org-latex-latex-environment) (latex-fragment . org-latex-latex-fragment) (line-break . org-latex-line-break) (link . org-latex-link) (node-property . org-latex-node-property) (paragraph . org-latex-paragraph) ...) :exported-data #<hash-table eq 0/4001 0x1e237cae6639 ...> :input-buffer "academic-report.org" :input-file "/home/hanker/school/y2s2/cy2001-research-attachment-1/academic-report/academic-report.org") nil nil (:output-file "academic-report.tex"))
  org-export-as(latex nil nil nil (:output-file "academic-report.tex"))
  org-export-to-file(latex "academic-report.tex" nil nil nil nil nil org-latex-compile)
  org-latex-export-to-pdf(nil nil nil nil)
  (org-open-file (org-latex-export-to-pdf nil s v b))
  (if a (org-latex-export-to-pdf t s v b) (org-open-file (org-latex-export-to-pdf nil s v b)))
  (lambda (a s v b) (if a (org-latex-export-to-pdf t s v b) (org-open-file (org-latex-export-to-pdf nil s v b))))(nil nil nil nil)
  org-export-dispatch(nil)
  funcall-interactively(org-export-dispatch nil)
  command-execute(org-export-dispatch)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions