From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giuseppe Lipari Subject: BUG : cannot export src block to html Date: Thu, 12 Apr 2018 13:35:23 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="001a1144ff0c7bc5960569a6d463" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49524) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f6cOZ-0006fy-H4 for emacs-orgmode@gnu.org; Thu, 12 Apr 2018 09:36:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f6cO3-00023f-1R for emacs-orgmode@gnu.org; Thu, 12 Apr 2018 09:36:11 -0400 Received: from mail-vk0-x232.google.com ([2607:f8b0:400c:c05::232]:45419) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f6cO2-00023B-9e for emacs-orgmode@gnu.org; Thu, 12 Apr 2018 09:35:38 -0400 Received: by mail-vk0-x232.google.com with SMTP id n64so3256388vkf.12 for ; Thu, 12 Apr 2018 06:35:38 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: "emacs-orgmode@gnu.org" --001a1144ff0c7bc5960569a6d463 Content-Type: text/plain; charset="UTF-8" Dear all, (I am reposting it here with a more appropriate subject-line, hoping to get more attention) Consider the following org file: --8<---------------cut here---------------start------------->8--- * An example of org file Here I put a C snippet #+BEGIN_SRC c int main() { printf("hello world\n"); return 0; } #+END_SRC --8<---------------cut here---------------end--------------->8--- I I try to export it to html with the usual procedure, I get an error of (void-variable overlays). I am currently running org-mode version org-version: 9.1.9 (from git) And my init file contains nothing. Any idea of what it is going on? Here follows the debugging trace. Best, Giuseppe Lipari --8<---------------cut here---------------start------------->8--- Debugger entered--Lisp error: (void-variable overlays) htmlize-sorted-overlays-at(1) htmlize-faces-at-point() htmlize-buffer-1() htmlize-region(1 58) org-html-htmlize-region-for-paste(1 58) org-html-fontify-code("int main() {\n printf(\"hello world\\n\");\n return 0;\n}" "c") org-html-do-format-code("int main() {\n printf(\"hello world\\n\");\n return 0;\n}" "c" nil t nil) org-html-format-code((src-block (:language "c" :switches nil :parameters nil :begin 54 :end 148 :number-lines nil :preserve-indent nil :retain-labels t :use-labels t :label-fmt nil :value " int main() {\n printf(\"hello world\\n\");\n return 0;\n }\n" :post-blank 0 :post-affiliated 54 :parent (section (:begin 28 :end 152 :contents-begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :parent (headline (:raw-value "An example of org file" :begin 1 :end 152 :pre-blank 1 :contents-begin 28 :contents-end 148 :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :post-blank 4 :footnote-section-p nil :archivedp nil :commentedp nil :post-affiliated 1 :title (#("An example of org file" 0 22 ...)) :parent (org-data nil #4)) #2)) (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent #2) #("Here I put a C snippet\n" 0 23 (:parent #3))) #0))) (:export-options nil :back-end [cl-struct-org-export-backend html nil ((bold . org-html-bold) (center-block . org-html-center-block) (clock . org-html-clock) (code . org-html-code) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-block) (entity . org-html-entity) (example-block . org-html-example-block) (export-block . org-html-export-block) (export-snippet . org-html-export-snippet) (fixed-width . org-html-fixed-width) (footnote-definition . org-html-footnote-definition) (footnote-reference . org-html-footnote-reference) (headline . org-html-headline) (horizontal-rule . org-html-horizontal-rule) (inline-src-block . org-html-inline-src-block) (inlinetask . org-html-inlinetask) (inner-template . org-html-inner-template) (italic . org-html-italic) (item . org-html-item) (keyword . org-html-keyword) (latex-environment . org-html-latex-environment) (latex-fragment . org-html-latex-fragment) (line-break . org-html-line-break) (link . org-html-link) (node-property . org-html-node-property) (paragraph . org-html-paragraph) (plain-list . org-html-plain-list) (plain-text . org-html-plain-text) (planning . org-html-planning) (property-drawer . org-html-property-drawer) (quote-block . org-html-quote-block) (radio-target . org-html-radio-target) (section . org-html-section) (special-block . org-html-special-block) (src-block . org-html-src-block) (statistics-cookie . org-html-statistics-cookie) (strike-through . org-html-strike-through) (subscript . org-html-subscript) (superscript . org-html-superscript) (table . org-html-table) (table-cell . org-html-table-cell) (table-row . org-html-table-row) (target . org-html-target) (template . org-html-template) (timestamp . org-html-timestamp) (underline . org-html-underline) (verbatim . org-html-verbatim) (verse-block . org-html-verse-block)) ((:html-doctype "HTML_DOCTYPE" nil org-html-doctype) (:html-container "HTML_CONTAINER" nil org-html-container-element) (:description "DESCRIPTION" nil nil newline) (:keywords "KEYWORDS" nil nil space) (:html-html5-fancy nil "html5-fancy" org-html-html5-fancy) (:html-link-use-abs-url nil "html-link-use-abs-url" org-html-link-use-abs-url) (:html-link-home "HTML_LINK_HOME" nil org-html-link-home) (:html-link-up "HTML_LINK_UP" nil org-html-link-up) (:html-mathjax "HTML_MATHJAX" nil "" space) (:html-postamble nil "html-postamble" org-html-postamble) (:html-preamble nil "html-preamble" org-html-preamble) (:html-head "HTML_HEAD" nil org-html-head newline) (:html-head-extra "HTML_HEAD_EXTRA" nil org-html-head-extra newline) (:subtitle "SUBTITLE" nil nil parse) (:html-head-include-default-style nil "html-style" org-html-head-include-default-style) (:html-head-include-scripts nil "html-scripts" org-html-head-include-scripts) (:html-allow-name-attribute-in-anchors nil nil org-html-allow-name-attribute-in-anchors) (:html-divs nil nil org-html-divs) (:html-checkbox-type nil nil org-html-checkbox-type) (:html-extension nil nil org-html-extension) (:html-footnote-format nil nil org-html-footnote-format) (:html-footnote-separator nil nil org-html-footnote-separator) (:html-footnotes-section nil nil org-html-footnotes-section) (:html-format-drawer-function nil nil org-html-format-drawer-function) (:html-format-headline-function nil nil org-html-format-headline-function) (:html-format-inlinetask-function nil nil org-html-format-inlinetask-function) (:html-home/up-format nil nil org-html-home/up-format) (:html-indent nil nil org-html-indent) (:html-infojs-options nil nil org-html-infojs-options) (:html-infojs-template nil nil org-html-infojs-template) (:html-inline-image-rules nil nil org-html-inline-image-rules) (:html-link-org-files-as-html nil nil org-html-link-org-files-as-html) (:html-mathjax-options nil nil org-html-mathjax-options) (:html-mathjax-template nil nil org-html-mathjax-template) (:html-metadata-timestamp-format nil nil org-html-metadata-timestamp-format) (:html-postamble-format nil nil org-html-postamble-format) (:html-preamble-format nil nil org-html-preamble-format) (:html-table-align-individual-fields nil nil org-html-table-align-individual-fields) (:html-table-caption-above nil nil org-html-table-caption-above) (:html-table-data-tags nil nil org-html-table-data-tags) (:html-table-header-tags nil nil org-html-table-header-tags) (:html-table-use-header-tags-for-first-column nil nil org-html-table-use-header-tags-for-first-column) (:html-tag-class-prefix nil nil org-html-tag-class-prefix) (:html-text-markup-alist nil nil org-html-text-markup-alist) (:html-todo-kwd-class-prefix nil nil org-html-todo-kwd-class-prefix) (:html-toplevel-hlevel nil nil org-html-toplevel-hlevel) (:html-use-infojs nil nil org-html-use-infojs) (:html-validation-link nil nil org-html-validation-link) (:html-viewport nil nil org-html-viewport) (:html-inline-images nil nil org-html-inline-images) ...) ((:filter-options . org-html-infojs-install-script) (:filter-parse-tree . org-html-image-link-filter) (:filter-final-output . org-html-final-function)) nil (104 "Export to HTML" ((72 "As HTML buffer" org-html-export-as-html) (104 "As HTML file" org-html-export-to-html) (111 "As HTML file and open" (lambda (a s v b) (if a (org-html-export-to-html t s v b) (org-open-file ...))))))] :translate-alist ((bold . org-html-bold) (center-block . org-html-center-block) (clock . org-html-clock) (code . org-html-code) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-block) (entity . org-html-entity) (example-block . org-html-example-block) (export-block . org-html-export-block) (export-snippet . org-html-export-snippet) (fixed-width . org-html-fixed-width) (footnote-definition . org-html-footnote-definition) (footnote-reference . org-html-footnote-reference) (headline . org-html-headline) (horizontal-rule . org-html-horizontal-rule) (inline-src-block . org-html-inline-src-block) (inlinetask . org-html-inlinetask) (inner-template . org-html-inner-template) (italic . org-html-italic) (item . org-html-item) (keyword . org-html-keyword) (latex-environment . org-html-latex-environment) (latex-fragment . org-html-latex-fragment) (line-break . org-html-line-break) (link . org-html-link) (node-property . org-html-node-property) (paragraph . org-html-paragraph) (plain-list . org-html-plain-list) (plain-text . org-html-plain-text) (planning . org-html-planning) (property-drawer . org-html-property-drawer) (quote-block . org-html-quote-block) (radio-target . org-html-radio-target) (section . org-html-section) (special-block . org-html-special-block) (src-block . org-html-src-block) (statistics-cookie . org-html-statistics-cookie) (strike-through . org-html-strike-through) (subscript . org-html-subscript) (superscript . org-html-superscript) (table . org-html-table) (table-cell . org-html-table-cell) (table-row . org-html-table-row) (target . org-html-target) (template . org-html-template) (timestamp . org-html-timestamp) (underline . org-html-underline) (verbatim . org-html-verbatim) (verse-block . org-html-verse-block)) :exported-data #s(hash-table size 4001 test eq rehash-size 1.5 rehash-threshold 0.8 data (#("Here I put a C snippet\n" 0 23 (:parent (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent (section (:begin 28 :end 152 :contents-begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :parent ...) #4 (src-block ...))) #2))) #("Here I put a C snippet\n" 0 23 (:parent (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent (section (:begin 28 :end 152 :contents-begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :parent ...) #4 (src-block ...))) #("Here I put a C snippet\n" 0 23 (:parent #4))))) (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent (section (:begin 28 :end 152 :contents-begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :parent (headline (:raw-value "An example of org file" :begin 1 :end 152 :pre-blank 1 :contents-begin 28 :contents-end 148 :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :post-blank 4 :footnote-section-p nil :archivedp nil :commentedp nil :post-affiliated 1 :title ... :parent ...) #4)) #2 (src-block (:language "c" :switches nil :parameters nil :begin 54 :end 148 :number-lines nil :preserve-indent nil :retain-labels t :use-labels t :label-fmt nil :value " int main() {\n printf(\"hello world\\n\");\n return 0;\n }\n" :post-blank 0 :post-affiliated 54 :parent #4)))) #("Here I put a C snippet\n" 0 23 (:parent #2))) #("

\nHere I put a C snippet\n

\n\n" 4 27 (:parent (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent (section (:begin 28 :end 152 :contents-begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :parent ...) #4 (src-block ...))) #("Here I put a C snippet\n" 0 23 (:parent #4))))) ...)) :input-buffer "myexample.org" :input-file "/home/lipari/tmp/prova-org/ myexample.org" :html-doctype "xhtml-strict" :html-container "div" :description nil :keywords nil :html-html5-fancy nil :html-link-use-abs-url nil :html-link-home "" :html-link-up "" :html-mathjax "" :html-postamble auto :html-preamble t :html-head "" :html-head-extra "" :subtitle nil :html-head-include-default-style t :html-head-include-scripts t :html-allow-name-attribute-in-anchors nil :html-divs ((preamble "div" "preamble") (content "div" "content") (postamble "div" "postamble")) :html-checkbox-type ascii ...)) org-html-src-block((src-block (:language "c" :switches nil :parameters nil :begin 54 :end 148 :number-lines nil :preserve-indent nil :retain-labels t :use-labels t :label-fmt nil :value " int main() {\n printf(\"hello world\\n\");\n return 0;\n }\n" :post-blank 0 :post-affiliated 54 :parent (section (:begin 28 :end 152 :contents-begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :parent (headline (:raw-value "An example of org file" :begin 1 :end 152 :pre-blank 1 :contents-begin 28 :contents-end 148 :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :post-blank 4 :footnote-section-p nil :archivedp nil :commentedp nil :post-affiliated 1 :title (#("An example of org file" 0 22 ...)) :parent (org-data nil #4)) #2)) (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent #2) #("Here I put a C snippet\n" 0 23 (:parent #3))) #0))) nil (:export-options nil :back-end [cl-struct-org-export-backend html nil ((bold . org-html-bold) (center-block . org-html-center-block) (clock . org-html-clock) (code . org-html-code) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-block) (entity . org-html-entity) (example-block . org-html-example-block) (export-block . org-html-export-block) (export-snippet . org-html-export-snippet) (fixed-width . org-html-fixed-width) (footnote-definition . org-html-footnote-definition) (footnote-reference . org-html-footnote-reference) (headline . org-html-headline) (horizontal-rule . org-html-horizontal-rule) (inline-src-block . org-html-inline-src-block) (inlinetask . org-html-inlinetask) (inner-template . org-html-inner-template) (italic . org-html-italic) (item . org-html-item) (keyword . org-html-keyword) (latex-environment . org-html-latex-environment) (latex-fragment . org-html-latex-fragment) (line-break . org-html-line-break) (link . org-html-link) (node-property . org-html-node-property) (paragraph . org-html-paragraph) (plain-list . org-html-plain-list) (plain-text . org-html-plain-text) (planning . org-html-planning) (property-drawer . org-html-property-drawer) (quote-block . org-html-quote-block) (radio-target . org-html-radio-target) (section . org-html-section) (special-block . org-html-special-block) (src-block . org-html-src-block) (statistics-cookie . org-html-statistics-cookie) (strike-through . org-html-strike-through) (subscript . org-html-subscript) (superscript . org-html-superscript) (table . org-html-table) (table-cell . org-html-table-cell) (table-row . org-html-table-row) (target . org-html-target) (template . org-html-template) (timestamp . org-html-timestamp) (underline . org-html-underline) (verbatim . org-html-verbatim) (verse-block . org-html-verse-block)) ((:html-doctype "HTML_DOCTYPE" nil org-html-doctype) (:html-container "HTML_CONTAINER" nil org-html-container-element) (:description "DESCRIPTION" nil nil newline) (:keywords "KEYWORDS" nil nil space) (:html-html5-fancy nil "html5-fancy" org-html-html5-fancy) (:html-link-use-abs-url nil "html-link-use-abs-url" org-html-link-use-abs-url) (:html-link-home "HTML_LINK_HOME" nil org-html-link-home) (:html-link-up "HTML_LINK_UP" nil org-html-link-up) (:html-mathjax "HTML_MATHJAX" nil "" space) (:html-postamble nil "html-postamble" org-html-postamble) (:html-preamble nil "html-preamble" org-html-preamble) (:html-head "HTML_HEAD" nil org-html-head newline) (:html-head-extra "HTML_HEAD_EXTRA" nil org-html-head-extra newline) (:subtitle "SUBTITLE" nil nil parse) (:html-head-include-default-style nil "html-style" org-html-head-include-default-style) (:html-head-include-scripts nil "html-scripts" org-html-head-include-scripts) (:html-allow-name-attribute-in-anchors nil nil org-html-allow-name-attribute-in-anchors) (:html-divs nil nil org-html-divs) (:html-checkbox-type nil nil org-html-checkbox-type) (:html-extension nil nil org-html-extension) (:html-footnote-format nil nil org-html-footnote-format) (:html-footnote-separator nil nil org-html-footnote-separator) (:html-footnotes-section nil nil org-html-footnotes-section) (:html-format-drawer-function nil nil org-html-format-drawer-function) (:html-format-headline-function nil nil org-html-format-headline-function) (:html-format-inlinetask-function nil nil org-html-format-inlinetask-function) (:html-home/up-format nil nil org-html-home/up-format) (:html-indent nil nil org-html-indent) (:html-infojs-options nil nil org-html-infojs-options) (:html-infojs-template nil nil org-html-infojs-template) (:html-inline-image-rules nil nil org-html-inline-image-rules) (:html-link-org-files-as-html nil nil org-html-link-org-files-as-html) (:html-mathjax-options nil nil org-html-mathjax-options) (:html-mathjax-template nil nil org-html-mathjax-template) (:html-metadata-timestamp-format nil nil org-html-metadata-timestamp-format) (:html-postamble-format nil nil org-html-postamble-format) (:html-preamble-format nil nil org-html-preamble-format) (:html-table-align-individual-fields nil nil org-html-table-align-individual-fields) (:html-table-caption-above nil nil org-html-table-caption-above) (:html-table-data-tags nil nil org-html-table-data-tags) (:html-table-header-tags nil nil org-html-table-header-tags) (:html-table-use-header-tags-for-first-column nil nil org-html-table-use-header-tags-for-first-column) (:html-tag-class-prefix nil nil org-html-tag-class-prefix) (:html-text-markup-alist nil nil org-html-text-markup-alist) (:html-todo-kwd-class-prefix nil nil org-html-todo-kwd-class-prefix) (:html-toplevel-hlevel nil nil org-html-toplevel-hlevel) (:html-use-infojs nil nil org-html-use-infojs) (:html-validation-link nil nil org-html-validation-link) (:html-viewport nil nil org-html-viewport) (:html-inline-images nil nil org-html-inline-images) ...) ((:filter-options . org-html-infojs-install-script) (:filter-parse-tree . org-html-image-link-filter) (:filter-final-output . org-html-final-function)) nil (104 "Export to HTML" ((72 "As HTML buffer" org-html-export-as-html) (104 "As HTML file" org-html-export-to-html) (111 "As HTML file and open" (lambda (a s v b) (if a (org-html-export-to-html t s v b) (org-open-file ...))))))] :translate-alist ((bold . org-html-bold) (center-block . org-html-center-block) (clock . org-html-clock) (code . org-html-code) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-block) (entity . org-html-entity) (example-block . org-html-example-block) (export-block . org-html-export-block) (export-snippet . org-html-export-snippet) (fixed-width . org-html-fixed-width) (footnote-definition . org-html-footnote-definition) (footnote-reference . org-html-footnote-reference) (headline . org-html-headline) (horizontal-rule . org-html-horizontal-rule) (inline-src-block . org-html-inline-src-block) (inlinetask . org-html-inlinetask) (inner-template . org-html-inner-template) (italic . org-html-italic) (item . org-html-item) (keyword . org-html-keyword) (latex-environment . org-html-latex-environment) (latex-fragment . org-html-latex-fragment) (line-break . org-html-line-break) (link . org-html-link) (node-property . org-html-node-property) (paragraph . org-html-paragraph) (plain-list . org-html-plain-list) (plain-text . org-html-plain-text) (planning . org-html-planning) (property-drawer . org-html-property-drawer) (quote-block . org-html-quote-block) (radio-target . org-html-radio-target) (section . org-html-section) (special-block . org-html-special-block) (src-block . org-html-src-block) (statistics-cookie . org-html-statistics-cookie) (strike-through . org-html-strike-through) (subscript . org-html-subscript) (superscript . org-html-superscript) (table . org-html-table) (table-cell . org-html-table-cell) (table-row . org-html-table-row) (target . org-html-target) (template . org-html-template) (timestamp . org-html-timestamp) (underline . org-html-underline) (verbatim . org-html-verbatim) (verse-block . org-html-verse-block)) :exported-data #s(hash-table size 4001 test eq rehash-size 1.5 rehash-threshold 0.8 data (#("Here I put a C snippet\n" 0 23 (:parent (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent (section (:begin 28 :end 152 :contents-begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :parent ...) #4 (src-block ...))) #2))) #("Here I put a C snippet\n" 0 23 (:parent (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent (section (:begin 28 :end 152 :contents-begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :parent ...) #4 (src-block ...))) #("Here I put a C snippet\n" 0 23 (:parent #4))))) (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent (section (:begin 28 :end 152 :contents-begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :parent (headline (:raw-value "An example of org file" :begin 1 :end 152 :pre-blank 1 :contents-begin 28 :contents-end 148 :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :post-blank 4 :footnote-section-p nil :archivedp nil :commentedp nil :post-affiliated 1 :title ... :parent ...) #4)) #2 (src-block (:language "c" :switches nil :parameters nil :begin 54 :end 148 :number-lines nil :preserve-indent nil :retain-labels t :use-labels t :label-fmt nil :value " int main() {\n printf(\"hello world\\n\");\n return 0;\n }\n" :post-blank 0 :post-affiliated 54 :parent #4)))) #("Here I put a C snippet\n" 0 23 (:parent #2))) #("

\nHere I put a C snippet\n

\n\n" 4 27 (:parent (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent (section (:begin 28 :end 152 :contents-begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :parent ...) #4 (src-block ...))) #("Here I put a C snippet\n" 0 23 (:parent #4))))) ...)) :input-buffer "myexample.org" :input-file "/home/lipari/tmp/prova-org/ myexample.org" :html-doctype "xhtml-strict" :html-container "div" :description nil :keywords nil :html-html5-fancy nil :html-link-use-abs-url nil :html-link-home "" :html-link-up "" :html-mathjax "" :html-postamble auto :html-preamble t :html-head "" :html-head-extra "" :subtitle nil :html-head-include-default-style t :html-head-include-scripts t :html-allow-name-attribute-in-anchors nil :html-divs ((preamble "div" "preamble") (content "div" "content") (postamble "div" "postamble")) :html-checkbox-type ascii ...)) #[0 "\302\300\303\301#\207" [(src-block (:language "c" :switches nil :parameters nil :begin 54 :end 148 :number-lines nil :preserve-indent nil :retain-labels t :use-labels t :label-fmt nil :value " int main() {\n printf(\"hello world\\n\");\n return 0;\n }\n" :post-blank 0 :post-affiliated 54 :parent (section (:begin 28 :end 152 :contents-begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :parent (headline (:raw-value "An example of org file" :begin 1 :end 152 :pre-blank 1 :contents-begin 28 :contents-end 148 :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :post-blank 4 :footnote-section-p nil :archivedp nil :commentedp nil :post-affiliated 1 :title ... :parent ...) #4)) (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent #4) #("Here I put a C snippet\n" 0 23 (:parent #5))) #2))) (:export-options nil :back-end [cl-struct-org-export-backend html nil ((bold . org-html-bold) (center-block . org-html-center-block) (clock . org-html-clock) (code . org-html-code) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-block) (entity . org-html-entity) (example-block . org-html-example-block) (export-block . org-html-export-block) (export-snippet . org-html-export-snippet) (fixed-width . org-html-fixed-width) (footnote-definition . org-html-footnote-definition) (footnote-reference . org-html-footnote-reference) (headline . org-html-headline) (horizontal-rule . org-html-horizontal-rule) (inline-src-block . org-html-inline-src-block) (inlinetask . org-html-inlinetask) (inner-template . org-html-inner-template) (italic . org-html-italic) (item . org-html-item) (keyword . org-html-keyword) (latex-environment . org-html-latex-environment) (latex-fragment . org-html-latex-fragment) (line-break . org-html-line-break) (link . org-html-link) (node-property . org-html-node-property) (paragraph . org-html-paragraph) (plain-list . org-html-plain-list) (plain-text . org-html-plain-text) (planning . org-html-planning) (property-drawer . org-html-property-drawer) (quote-block . org-html-quote-block) (radio-target . org-html-radio-target) (section . org-html-section) (special-block . org-html-special-block) (src-block . org-html-src-block) (statistics-cookie . org-html-statistics-cookie) (strike-through . org-html-strike-through) (subscript . org-html-subscript) (superscript . org-html-superscript) (table . org-html-table) (table-cell . org-html-table-cell) (table-row . org-html-table-row) (target . org-html-target) (template . org-html-template) (timestamp . org-html-timestamp) (underline . org-html-underline) (verbatim . org-html-verbatim) (verse-block . org-html-verse-block)) ((:html-doctype "HTML_DOCTYPE" nil org-html-doctype) (:html-container "HTML_CONTAINER" nil org-html-container-element) (:description "DESCRIPTION" nil nil newline) (:keywords "KEYWORDS" nil nil space) (:html-html5-fancy nil "html5-fancy" org-html-html5-fancy) (:html-link-use-abs-url nil "html-link-use-abs-url" org-html-link-use-abs-url) (:html-link-home "HTML_LINK_HOME" nil org-html-link-home) (:html-link-up "HTML_LINK_UP" nil org-html-link-up) (:html-mathjax "HTML_MATHJAX" nil "" space) (:html-postamble nil "html-postamble" org-html-postamble) (:html-preamble nil "html-preamble" org-html-preamble) (:html-head "HTML_HEAD" nil org-html-head newline) (:html-head-extra "HTML_HEAD_EXTRA" nil org-html-head-extra newline) (:subtitle "SUBTITLE" nil nil parse) (:html-head-include-default-style nil "html-style" org-html-head-include-default-style) (:html-head-include-scripts nil "html-scripts" org-html-head-include-scripts) (:html-allow-name-attribute-in-anchors nil nil org-html-allow-name-attribute-in-anchors) (:html-divs nil nil org-html-divs) (:html-checkbox-type nil nil org-html-checkbox-type) (:html-extension nil nil org-html-extension) (:html-footnote-format nil nil org-html-footnote-format) (:html-footnote-separator nil nil org-html-footnote-separator) (:html-footnotes-section nil nil org-html-footnotes-section) (:html-format-drawer-function nil nil org-html-format-drawer-function) (:html-format-headline-function nil nil org-html-format-headline-function) (:html-format-inlinetask-function nil nil org-html-format-inlinetask-function) (:html-home/up-format nil nil org-html-home/up-format) (:html-indent nil nil org-html-indent) (:html-infojs-options nil nil org-html-infojs-options) (:html-infojs-template nil nil org-html-infojs-template) (:html-inline-image-rules nil nil org-html-inline-image-rules) (:html-link-org-files-as-html nil nil org-html-link-org-files-as-html) (:html-mathjax-options nil nil org-html-mathjax-options) (:html-mathjax-template nil nil org-html-mathjax-template) (:html-metadata-timestamp-format nil nil org-html-metadata-timestamp-format) (:html-postamble-format nil nil org-html-postamble-format) (:html-preamble-format nil nil org-html-preamble-format) (:html-table-align-individual-fields nil nil org-html-table-align-individual-fields) (:html-table-caption-above nil nil org-html-table-caption-above) (:html-table-data-tags nil nil org-html-table-data-tags) (:html-table-header-tags nil nil org-html-table-header-tags) (:html-table-use-header-tags-for-first-column nil nil org-html-table-use-header-tags-for-first-column) (:html-tag-class-prefix nil nil org-html-tag-class-prefix) (:html-text-markup-alist nil nil org-html-text-markup-alist) (:html-todo-kwd-class-prefix nil nil org-html-todo-kwd-class-prefix) (:html-toplevel-hlevel nil nil org-html-toplevel-hlevel) (:html-use-infojs nil nil org-html-use-infojs) (:html-validation-link nil nil org-html-validation-link) (:html-viewport nil nil org-html-viewport) (:html-inline-images nil nil org-html-inline-images) ...) ((:filter-options . org-html-infojs-install-script) (:filter-parse-tree . org-html-image-link-filter) (:filter-final-output . org-html-final-function)) nil (104 "Export to HTML" ((72 "As HTML buffer" org-html-export-as-html) (104 "As HTML file" org-html-export-to-html) (111 "As HTML file and open" (lambda ... ...))))] :translate-alist ((bold . org-html-bold) (center-block . org-html-center-block) (clock . org-html-clock) (code . org-html-code) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-block) (entity . org-html-entity) (example-block . org-html-example-block) (export-block . org-html-export-block) (export-snippet . org-html-export-snippet) (fixed-width . org-html-fixed-width) (footnote-definition . org-html-footnote-definition) (footnote-reference . org-html-footnote-reference) (headline . org-html-headline) (horizontal-rule . org-html-horizontal-rule) (inline-src-block . org-html-inline-src-block) (inlinetask . org-html-inlinetask) (inner-template . org-html-inner-template) (italic . org-html-italic) (item . org-html-item) (keyword . org-html-keyword) (latex-environment . org-html-latex-environment) (latex-fragment . org-html-latex-fragment) (line-break . org-html-line-break) (link . org-html-link) (node-property . org-html-node-property) (paragraph . org-html-paragraph) (plain-list . org-html-plain-list) (plain-text . org-html-plain-text) (planning . org-html-planning) (property-drawer . org-html-property-drawer) (quote-block . org-html-quote-block) (radio-target . org-html-radio-target) (section . org-html-section) (special-block . org-html-special-block) (src-block . org-html-src-block) (statistics-cookie . org-html-statistics-cookie) (strike-through . org-html-strike-through) (subscript . org-html-subscript) (superscript . org-html-superscript) (table . org-html-table) (table-cell . org-html-table-cell) (table-row . org-html-table-row) (target . org-html-target) (template . org-html-template) (timestamp . org-html-timestamp) (underline . org-html-underline) (verbatim . org-html-verbatim) (verse-block . org-html-verse-block)) :exported-data #s(hash-table size 4001 test eq rehash-size 1.5 rehash-threshold 0.8 data (#("Here I put a C snippet\n" 0 23 (:parent (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent ...) #4))) #("Here I put a C snippet\n" 0 23 (:parent (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent ...) #("Here I put a C snippet\n" 0 23 ...)))) (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent (section (:begin 28 :end 152 :contents-begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :parent ...) #4 (src-block ...))) #("Here I put a C snippet\n" 0 23 (:parent #4))) #("

\nHere I put a C snippet\n

\n\n" 4 27 (:parent (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent ...) #("Here I put a C snippet\n" 0 23 ...)))) ...)) :input-buffer " myexample.org" :input-file "/home/lipari/tmp/prova-org/myexample.org" :html-doctype "xhtml-strict" :html-container "div" :description nil :keywords nil :html-html5-fancy nil :html-link-use-abs-url nil :html-link-home "" :html-link-up "" :html-mathjax "" :html-postamble auto :html-preamble t :html-head "" :html-head-extra "" :subtitle nil :html-head-include-default-style t :html-head-include-scripts t :html-allow-name-attribute-in-anchors nil :html-divs ((preamble "div" "preamble") (content "div" "content") (postamble "div" "postamble")) :html-checkbox-type ascii ...) org-html-src-block nil] 4 "\n\n(fn)"]() funcall(#[0 "\302\300\303\301#\207" [(src-block (:language "c" :switches nil :parameters nil :begin 54 :end 148 :number-lines nil :preserve-indent nil :retain-labels t :use-labels t :label-fmt nil :value " int main() {\n printf(\"hello world\\n\");\n return 0;\n }\n" :post-blank 0 :post-affiliated 54 :parent (section (:begin 28 :end 152 :contents-begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :parent (headline (:raw-value "An example of org file" :begin 1 :end 152 :pre-blank 1 :contents-begin 28 :contents-end 148 :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :post-blank 4 :footnote-section-p nil :archivedp nil :commentedp nil :post-affiliated 1 :title ... :parent ...) #4)) (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent #4) #("Here I put a C snippet\n" 0 23 (:parent #5))) #2))) (:export-options nil :back-end [cl-struct-org-export-backend html nil ((bold . org-html-bold) (center-block . org-html-center-block) (clock . org-html-clock) (code . org-html-code) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-block) (entity . org-html-entity) (example-block . org-html-example-block) (export-block . org-html-export-block) (export-snippet . org-html-export-snippet) (fixed-width . org-html-fixed-width) (footnote-definition . org-html-footnote-definition) (footnote-reference . org-html-footnote-reference) (headline . org-html-headline) (horizontal-rule . org-html-horizontal-rule) (inline-src-block . org-html-inline-src-block) (inlinetask . org-html-inlinetask) (inner-template . org-html-inner-template) (italic . org-html-italic) (item . org-html-item) (keyword . org-html-keyword) (latex-environment . org-html-latex-environment) (latex-fragment . org-html-latex-fragment) (line-break . org-html-line-break) (link . org-html-link) (node-property . org-html-node-property) (paragraph . org-html-paragraph) (plain-list . org-html-plain-list) (plain-text . org-html-plain-text) (planning . org-html-planning) (property-drawer . org-html-property-drawer) (quote-block . org-html-quote-block) (radio-target . org-html-radio-target) (section . org-html-section) (special-block . org-html-special-block) (src-block . org-html-src-block) (statistics-cookie . org-html-statistics-cookie) (strike-through . org-html-strike-through) (subscript . org-html-subscript) (superscript . org-html-superscript) (table . org-html-table) (table-cell . org-html-table-cell) (table-row . org-html-table-row) (target . org-html-target) (template . org-html-template) (timestamp . org-html-timestamp) (underline . org-html-underline) (verbatim . org-html-verbatim) (verse-block . org-html-verse-block)) ((:html-doctype "HTML_DOCTYPE" nil org-html-doctype) (:html-container "HTML_CONTAINER" nil org-html-container-element) (:description "DESCRIPTION" nil nil newline) (:keywords "KEYWORDS" nil nil space) (:html-html5-fancy nil "html5-fancy" org-html-html5-fancy) (:html-link-use-abs-url nil "html-link-use-abs-url" org-html-link-use-abs-url) (:html-link-home "HTML_LINK_HOME" nil org-html-link-home) (:html-link-up "HTML_LINK_UP" nil org-html-link-up) (:html-mathjax "HTML_MATHJAX" nil "" space) (:html-postamble nil "html-postamble" org-html-postamble) (:html-preamble nil "html-preamble" org-html-preamble) (:html-head "HTML_HEAD" nil org-html-head newline) (:html-head-extra "HTML_HEAD_EXTRA" nil org-html-head-extra newline) (:subtitle "SUBTITLE" nil nil parse) (:html-head-include-default-style nil "html-style" org-html-head-include-default-style) (:html-head-include-scripts nil "html-scripts" org-html-head-include-scripts) (:html-allow-name-attribute-in-anchors nil nil org-html-allow-name-attribute-in-anchors) (:html-divs nil nil org-html-divs) (:html-checkbox-type nil nil org-html-checkbox-type) (:html-extension nil nil org-html-extension) (:html-footnote-format nil nil org-html-footnote-format) (:html-footnote-separator nil nil org-html-footnote-separator) (:html-footnotes-section nil nil org-html-footnotes-section) (:html-format-drawer-function nil nil org-html-format-drawer-function) (:html-format-headline-function nil nil org-html-format-headline-function) (:html-format-inlinetask-function nil nil org-html-format-inlinetask-function) (:html-home/up-format nil nil org-html-home/up-format) (:html-indent nil nil org-html-indent) (:html-infojs-options nil nil org-html-infojs-options) (:html-infojs-template nil nil org-html-infojs-template) (:html-inline-image-rules nil nil org-html-inline-image-rules) (:html-link-org-files-as-html nil nil org-html-link-org-files-as-html) (:html-mathjax-options nil nil org-html-mathjax-options) (:html-mathjax-template nil nil org-html-mathjax-template) (:html-metadata-timestamp-format nil nil org-html-metadata-timestamp-format) (:html-postamble-format nil nil org-html-postamble-format) (:html-preamble-format nil nil org-html-preamble-format) (:html-table-align-individual-fields nil nil org-html-table-align-individual-fields) (:html-table-caption-above nil nil org-html-table-caption-above) (:html-table-data-tags nil nil org-html-table-data-tags) (:html-table-header-tags nil nil org-html-table-header-tags) (:html-table-use-header-tags-for-first-column nil nil org-html-table-use-header-tags-for-first-column) (:html-tag-class-prefix nil nil org-html-tag-class-prefix) (:html-text-markup-alist nil nil org-html-text-markup-alist) (:html-todo-kwd-class-prefix nil nil org-html-todo-kwd-class-prefix) (:html-toplevel-hlevel nil nil org-html-toplevel-hlevel) (:html-use-infojs nil nil org-html-use-infojs) (:html-validation-link nil nil org-html-validation-link) (:html-viewport nil nil org-html-viewport) (:html-inline-images nil nil org-html-inline-images) ...) ((:filter-options . org-html-infojs-install-script) (:filter-parse-tree . org-html-image-link-filter) (:filter-final-output . org-html-final-function)) nil (104 "Export to HTML" ((72 "As HTML buffer" org-html-export-as-html) (104 "As HTML file" org-html-export-to-html) (111 "As HTML file and open" (lambda ... ...))))] :translate-alist ((bold . org-html-bold) (center-block . org-html-center-block) (clock . org-html-clock) (code . org-html-code) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-block) (entity . org-html-entity) (example-block . org-html-example-block) (export-block . org-html-export-block) (export-snippet . org-html-export-snippet) (fixed-width . org-html-fixed-width) (footnote-definition . org-html-footnote-definition) (footnote-reference . org-html-footnote-reference) (headline . org-html-headline) (horizontal-rule . org-html-horizontal-rule) (inline-src-block . org-html-inline-src-block) (inlinetask . org-html-inlinetask) (inner-template . org-html-inner-template) (italic . org-html-italic) (item . org-html-item) (keyword . org-html-keyword) (latex-environment . org-html-latex-environment) (latex-fragment . org-html-latex-fragment) (line-break . org-html-line-break) (link . org-html-link) (node-property . org-html-node-property) (paragraph . org-html-paragraph) (plain-list . org-html-plain-list) (plain-text . org-html-plain-text) (planning . org-html-planning) (property-drawer . org-html-property-drawer) (quote-block . org-html-quote-block) (radio-target . org-html-radio-target) (section . org-html-section) (special-block . org-html-special-block) (src-block . org-html-src-block) (statistics-cookie . org-html-statistics-cookie) (strike-through . org-html-strike-through) (subscript . org-html-subscript) (superscript . org-html-superscript) (table . org-html-table) (table-cell . org-html-table-cell) (table-row . org-html-table-row) (target . org-html-target) (template . org-html-template) (timestamp . org-html-timestamp) (underline . org-html-underline) (verbatim . org-html-verbatim) (verse-block . org-html-verse-block)) :exported-data #s(hash-table size 4001 test eq rehash-size 1.5 rehash-threshold 0.8 data (#("Here I put a C snippet\n" 0 23 (:parent (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent ...) #4))) #("Here I put a C snippet\n" 0 23 (:parent (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent ...) #("Here I put a C snippet\n" 0 23 ...)))) (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent (section (:begin 28 :end 152 :contents-begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :parent ...) #4 (src-block ...))) #("Here I put a C snippet\n" 0 23 (:parent #4))) #("

\nHere I put a C snippet\n

\n\n" 4 27 (:parent (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent ...) #("Here I put a C snippet\n" 0 23 ...)))) ...)) :input-buffer " myexample.org" :input-file "/home/lipari/tmp/prova-org/myexample.org" :html-doctype "xhtml-strict" :html-container "div" :description nil :keywords nil :html-html5-fancy nil :html-link-use-abs-url nil :html-link-home "" :html-link-up "" :html-mathjax "" :html-postamble auto :html-preamble t :html-head "" :html-head-extra "" :subtitle nil :html-head-include-default-style t :html-head-include-scripts t :html-allow-name-attribute-in-anchors nil :html-divs ((preamble "div" "preamble") (content "div" "content") (postamble "div" "postamble")) :html-checkbox-type ascii ...) org-html-src-block nil] 4 "\n\n(fn)"]) org-export-data((src-block (:language "c" :switches nil :parameters nil :begin 54 :end 148 :number-lines nil :preserve-indent nil :retain-labels t :use-labels t :label-fmt nil :value " int main() {\n printf(\"hello world\\n\");\n return 0;\n }\n" :post-blank 0 :post-affiliated 54 :parent (section (:begin 28 :end 152 :contents-begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :parent (headline (:raw-value "An example of org file" :begin 1 :end 152 :pre-blank 1 :contents-begin 28 :contents-end 148 :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :post-blank 4 :footnote-section-p nil :archivedp nil :commentedp nil :post-affiliated 1 :title (#("An example of org file" 0 22 ...)) :parent (org-data nil #4)) #2)) (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent #2) #("Here I put a C snippet\n" 0 23 (:parent #3))) #0))) (:export-options nil :back-end [cl-struct-org-export-backend html nil ((bold . org-html-bold) (center-block . org-html-center-block) (clock . org-html-clock) (code . org-html-code) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-block) (entity . org-html-entity) (example-block . org-html-example-block) (export-block . org-html-export-block) (export-snippet . org-html-export-snippet) (fixed-width . org-html-fixed-width) (footnote-definition . org-html-footnote-definition) (footnote-reference . org-html-footnote-reference) (headline . org-html-headline) (horizontal-rule . org-html-horizontal-rule) (inline-src-block . org-html-inline-src-block) (inlinetask . org-html-inlinetask) (inner-template . org-html-inner-template) (italic . org-html-italic) (item . org-html-item) (keyword . org-html-keyword) (latex-environment . org-html-latex-environment) (latex-fragment . org-html-latex-fragment) (line-break . org-html-line-break) (link . org-html-link) (node-property . org-html-node-property) (paragraph . org-html-paragraph) (plain-list . org-html-plain-list) (plain-text . org-html-plain-text) (planning . org-html-planning) (property-drawer . org-html-property-drawer) (quote-block . org-html-quote-block) (radio-target . org-html-radio-target) (section . org-html-section) (special-block . org-html-special-block) (src-block . org-html-src-block) (statistics-cookie . org-html-statistics-cookie) (strike-through . org-html-strike-through) (subscript . org-html-subscript) (superscript . org-html-superscript) (table . org-html-table) (table-cell . org-html-table-cell) (table-row . org-html-table-row) (target . org-html-target) (template . org-html-template) (timestamp . org-html-timestamp) (underline . org-html-underline) (verbatim . org-html-verbatim) (verse-block . org-html-verse-block)) ((:html-doctype "HTML_DOCTYPE" nil org-html-doctype) (:html-container "HTML_CONTAINER" nil org-html-container-element) (:description "DESCRIPTION" nil nil newline) (:keywords "KEYWORDS" nil nil space) (:html-html5-fancy nil "html5-fancy" org-html-html5-fancy) (:html-link-use-abs-url nil "html-link-use-abs-url" org-html-link-use-abs-url) (:html-link-home "HTML_LINK_HOME" nil org-html-link-home) (:html-link-up "HTML_LINK_UP" nil org-html-link-up) (:html-mathjax "HTML_MATHJAX" nil "" space) (:html-postamble nil "html-postamble" org-html-postamble) (:html-preamble nil "html-preamble" org-html-preamble) (:html-head "HTML_HEAD" nil org-html-head newline) (:html-head-extra "HTML_HEAD_EXTRA" nil org-html-head-extra newline) (:subtitle "SUBTITLE" nil nil parse) (:html-head-include-default-style nil "html-style" org-html-head-include-default-style) (:html-head-include-scripts nil "html-scripts" org-html-head-include-scripts) (:html-allow-name-attribute-in-anchors nil nil org-html-allow-name-attribute-in-anchors) (:html-divs nil nil org-html-divs) (:html-checkbox-type nil nil org-html-checkbox-type) (:html-extension nil nil org-html-extension) (:html-footnote-format nil nil org-html-footnote-format) (:html-footnote-separator nil nil org-html-footnote-separator) (:html-footnotes-section nil nil org-html-footnotes-section) (:html-format-drawer-function nil nil org-html-format-drawer-function) (:html-format-headline-function nil nil org-html-format-headline-function) (:html-format-inlinetask-function nil nil org-html-format-inlinetask-function) (:html-home/up-format nil nil org-html-home/up-format) (:html-indent nil nil org-html-indent) (:html-infojs-options nil nil org-html-infojs-options) (:html-infojs-template nil nil org-html-infojs-template) (:html-inline-image-rules nil nil org-html-inline-image-rules) (:html-link-org-files-as-html nil nil org-html-link-org-files-as-html) (:html-mathjax-options nil nil org-html-mathjax-options) (:html-mathjax-template nil nil org-html-mathjax-template) (:html-metadata-timestamp-format nil nil org-html-metadata-timestamp-format) (:html-postamble-format nil nil org-html-postamble-format) (:html-preamble-format nil nil org-html-preamble-format) (:html-table-align-individual-fields nil nil org-html-table-align-individual-fields) (:html-table-caption-above nil nil org-html-table-caption-above) (:html-table-data-tags nil nil org-html-table-data-tags) (:html-table-header-tags nil nil org-html-table-header-tags) (:html-table-use-header-tags-for-first-column nil nil org-html-table-use-header-tags-for-first-column) (:html-tag-class-prefix nil nil org-html-tag-class-prefix) (:html-text-markup-alist nil nil org-html-text-markup-alist) (:html-todo-kwd-class-prefix nil nil org-html-todo-kwd-class-prefix) (:html-toplevel-hlevel nil nil org-html-toplevel-hlevel) (:html-use-infojs nil nil org-html-use-infojs) (:html-validation-link nil nil org-html-validation-link) (:html-viewport nil nil org-html-viewport) (:html-inline-images nil nil org-html-inline-images) ...) ((:filter-options . org-html-infojs-install-script) (:filter-parse-tree . org-html-image-link-filter) (:filter-final-output . org-html-final-function)) nil (104 "Export to HTML" ((72 "As HTML buffer" org-html-export-as-html) (104 "As HTML file" org-html-export-to-html) (111 "As HTML file and open" (lambda (a s v b) (if a (org-html-export-to-html t s v b) (org-open-file ...))))))] :translate-alist ((bold . org-html-bold) (center-block . org-html-center-block) (clock . org-html-clock) (code . org-html-code) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-block) (entity . org-html-entity) (example-block . org-html-example-block) (export-block . org-html-export-block) (export-snippet . org-html-export-snippet) (fixed-width . org-html-fixed-width) (footnote-definition . org-html-footnote-definition) (footnote-reference . org-html-footnote-reference) (headline . org-html-headline) (horizontal-rule . org-html-horizontal-rule) (inline-src-block . org-html-inline-src-block) (inlinetask . org-html-inlinetask) (inner-template . org-html-inner-template) (italic . org-html-italic) (item . org-html-item) (keyword . org-html-keyword) (latex-environment . org-html-latex-environment) (latex-fragment . org-html-latex-fragment) (line-break . org-html-line-break) (link . org-html-link) (node-property . org-html-node-property) (paragraph . org-html-paragraph) (plain-list . org-html-plain-list) (plain-text . org-html-plain-text) (planning . org-html-planning) (property-drawer . org-html-property-drawer) (quote-block . org-html-quote-block) (radio-target . org-html-radio-target) (section . org-html-section) (special-block . org-html-special-block) (src-block . org-html-src-block) (statistics-cookie . org-html-statistics-cookie) (strike-through . org-html-strike-through) (subscript . org-html-subscript) (superscript . org-html-superscript) (table . org-html-table) (table-cell . org-html-table-cell) (table-row . org-html-table-row) (target . org-html-target) (template . org-html-template) (timestamp . org-html-timestamp) (underline . org-html-underline) (verbatim . org-html-verbatim) (verse-block . org-html-verse-block)) :exported-data #s(hash-table size 4001 test eq rehash-size 1.5 rehash-threshold 0.8 data (#("Here I put a C snippet\n" 0 23 (:parent (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent (section (:begin 28 :end 152 :contents-begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :parent ...) #4 (src-block ...))) #2))) #("Here I put a C snippet\n" 0 23 (:parent (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent (section (:begin 28 :end 152 :contents-begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :parent ...) #4 (src-block ...))) #("Here I put a C snippet\n" 0 23 (:parent #4))))) (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent (section (:begin 28 :end 152 :contents-begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :parent (headline (:raw-value "An example of org file" :begin 1 :end 152 :pre-blank 1 :contents-begin 28 :contents-end 148 :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :post-blank 4 :footnote-section-p nil :archivedp nil :commentedp nil :post-affiliated 1 :title ... :parent ...) #4)) #2 (src-block (:language "c" :switches nil :parameters nil :begin 54 :end 148 :number-lines nil :preserve-indent nil :retain-labels t :use-labels t :label-fmt nil :value " int main() {\n printf(\"hello world\\n\");\n return 0;\n }\n" :post-blank 0 :post-affiliated 54 :parent #4)))) #("Here I put a C snippet\n" 0 23 (:parent #2))) #("

\nHere I put a C snippet\n

\n\n" 4 27 (:parent (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent (section (:begin 28 :end 152 :contents-begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :parent ...) #4 (src-block ...))) #("Here I put a C snippet\n" 0 23 (:parent #4))))) ...)) :input-buffer "myexample.org" :input-file "/home/lipari/tmp/prova-org/ myexample.org" :html-doctype "xhtml-strict" :html-container "div" :description nil :keywords nil :html-html5-fancy nil :html-link-use-abs-url nil :html-link-home "" :html-link-up "" :html-mathjax "" :html-postamble auto :html-preamble t :html-head "" :html-head-extra "" :subtitle nil :html-head-include-default-style t :html-head-include-scripts t :html-allow-name-attribute-in-anchors nil :html-divs ((preamble "div" "preamble") (content "div" "content") (postamble "div" "postamble")) :html-checkbox-type ascii ...)) #[257 "\301 \300\"\207" [(:export-options nil :back-end [cl-struct-org-export-backend html nil ((bold . org-html-bold) (center-block . org-html-center-block) (clock . org-html-clock) (code . org-html-code) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-block) (entity . org-html-entity) (example-block . org-html-example-block) (export-block . org-html-export-block) (export-snippet . org-html-export-snippet) (fixed-width . org-html-fixed-width) (footnote-definition . org-html-footnote-definition) (footnote-reference . org-html-footnote-reference) (headline . org-html-headline) (horizontal-rule . org-html-horizontal-rule) (inline-src-block . org-html-inline-src-block) (inlinetask . org-html-inlinetask) (inner-template . org-html-inner-template) (italic . org-html-italic) (item . org-html-item) (keyword . org-html-keyword) (latex-environment . org-html-latex-environment) (latex-fragment . org-html-latex-fragment) (line-break . org-html-line-break) (link . org-html-link) (node-property . org-html-node-property) (paragraph . org-html-paragraph) (plain-list . org-html-plain-list) (plain-text . org-html-plain-text) (planning . org-html-planning) (property-drawer . org-html-property-drawer) (quote-block . org-html-quote-block) (radio-target . org-html-radio-target) (section . org-html-section) (special-block . org-html-special-block) (src-block . org-html-src-block) (statistics-cookie . org-html-statistics-cookie) (strike-through . org-html-strike-through) (subscript . org-html-subscript) (superscript . org-html-superscript) (table . org-html-table) (table-cell . org-html-table-cell) (table-row . org-html-table-row) (target . org-html-target) (template . org-html-template) (timestamp . org-html-timestamp) (underline . org-html-underline) (verbatim . org-html-verbatim) (verse-block . org-html-verse-block)) ((:html-doctype "HTML_DOCTYPE" nil org-html-doctype) (:html-container "HTML_CONTAINER" nil org-html-container-element) (:description "DESCRIPTION" nil nil newline) (:keywords "KEYWORDS" nil nil space) (:html-html5-fancy nil "html5-fancy" org-html-html5-fancy) (:html-link-use-abs-url nil "html-link-use-abs-url" org-html-link-use-abs-url) (:html-link-home "HTML_LINK_HOME" nil org-html-link-home) (:html-link-up "HTML_LINK_UP" nil org-html-link-up) (:html-mathjax "HTML_MATHJAX" nil "" space) (:html-postamble nil "html-postamble" org-html-postamble) (:html-preamble nil "html-preamble" org-html-preamble) (:html-head "HTML_HEAD" nil org-html-head newline) (:html-head-extra "HTML_HEAD_EXTRA" nil org-html-head-extra newline) (:subtitle "SUBTITLE" nil nil parse) (:html-head-include-default-style nil "html-style" org-html-head-include-default-style) (:html-head-include-scripts nil "html-scripts" org-html-head-include-scripts) (:html-allow-name-attribute-in-anchors nil nil org-html-allow-name-attribute-in-anchors) (:html-divs nil nil org-html-divs) (:html-checkbox-type nil nil org-html-checkbox-type) (:html-extension nil nil org-html-extension) (:html-footnote-format nil nil org-html-footnote-format) (:html-footnote-separator nil nil org-html-footnote-separator) (:html-footnotes-section nil nil org-html-footnotes-section) (:html-format-drawer-function nil nil org-html-format-drawer-function) (:html-format-headline-function nil nil org-html-format-headline-function) (:html-format-inlinetask-function nil nil org-html-format-inlinetask-function) (:html-home/up-format nil nil org-html-home/up-format) (:html-indent nil nil org-html-indent) (:html-infojs-options nil nil org-html-infojs-options) (:html-infojs-template nil nil org-html-infojs-template) (:html-inline-image-rules nil nil org-html-inline-image-rules) (:html-link-org-files-as-html nil nil org-html-link-org-files-as-html) (:html-mathjax-options nil nil org-html-mathjax-options) (:html-mathjax-template nil nil org-html-mathjax-template) (:html-metadata-timestamp-format nil nil org-html-metadata-timestamp-format) (:html-postamble-format nil nil org-html-postamble-format) (:html-preamble-format nil nil org-html-preamble-format) (:html-table-align-individual-fields nil nil org-html-table-align-individual-fields) (:html-table-caption-above nil nil org-html-table-caption-above) (:html-table-data-tags nil nil org-html-table-data-tags) (:html-table-header-tags nil nil org-html-table-header-tags) (:html-table-use-header-tags-for-first-column nil nil org-html-table-use-header-tags-for-first-column) (:html-tag-class-prefix nil nil org-html-tag-class-prefix) (:html-text-markup-alist nil nil org-html-text-markup-alist) (:html-todo-kwd-class-prefix nil nil org-html-todo-kwd-class-prefix) (:html-toplevel-hlevel nil nil org-html-toplevel-hlevel) (:html-use-infojs nil nil org-html-use-infojs) (:html-validation-link nil nil org-html-validation-link) (:html-viewport nil nil org-html-viewport) (:html-inline-images nil nil org-html-inline-images) ...) ((:filter-options . org-html-infojs-install-script) (:filter-parse-tree . org-html-image-link-filter) (:filter-final-output . org-html-final-function)) nil (104 "Export to HTML" ((72 "As HTML buffer" org-html-export-as-html) (104 "As HTML file" org-html-export-to-html) (111 "As HTML file and open" (lambda ... ...))))] :translate-alist ((bold . org-html-bold) (center-block . org-html-center-block) (clock . org-html-clock) (code . org-html-code) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-block) (entity . org-html-entity) (example-block . org-html-example-block) (export-block . org-html-export-block) (export-snippet . org-html-export-snippet) (fixed-width . org-html-fixed-width) (footnote-definition . org-html-footnote-definition) (footnote-reference . org-html-footnote-reference) (headline . org-html-headline) (horizontal-rule . org-html-horizontal-rule) (inline-src-block . org-html-inline-src-block) (inlinetask . org-html-inlinetask) (inner-template . org-html-inner-template) (italic . org-html-italic) (item . org-html-item) (keyword . org-html-keyword) (latex-environment . org-html-latex-environment) (latex-fragment . org-html-latex-fragment) (line-break . org-html-line-break) (link . org-html-link) (node-property . org-html-node-property) (paragraph . org-html-paragraph) (plain-list . org-html-plain-list) (plain-text . org-html-plain-text) (planning . org-html-planning) (property-drawer . org-html-property-drawer) (quote-block . org-html-quote-block) (radio-target . org-html-radio-target) (section . org-html-section) (special-block . org-html-special-block) (src-block . org-html-src-block) (statistics-cookie . org-html-statistics-cookie) (strike-through . org-html-strike-through) (subscript . org-html-subscript) (superscript . org-html-superscript) (table . org-html-table) (table-cell . org-html-table-cell) (table-row . org-html-table-row) (target . org-html-target) (template . org-html-template) (timestamp . org-html-timestamp) (underline . org-html-underline) (verbatim . org-html-verbatim) (verse-block . org-html-verse-block)) :exported-data #s(hash-table size 4001 test eq rehash-size 1.5 rehash-threshold 0.8 data (#("Here I put a C snippet\n" 0 23 (:parent (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent ...) #4))) #("Here I put a C snippet\n" 0 23 (:parent (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent ...) #("Here I put a C snippet\n" 0 23 ...)))) (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent (section (:begin 28 :end 152 :contents-begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :parent ...) #4 (src-block ...))) #("Here I put a C snippet\n" 0 23 (:parent #4))) #("

\nHere I put a C snippet\n

\n\n" 4 27 (:parent (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent ...) #("Here I put a C snippet\n" 0 23 ...)))) ...)) :input-buffer " myexample.org" :input-file "/home/lipari/tmp/prova-org/myexample.org" :html-doctype "xhtml-strict" :html-container "div" :description nil :keywords nil :html-html5-fancy nil :html-link-use-abs-url nil :html-link-home "" :html-link-up "" :html-mathjax "" :html-postamble auto :html-preamble t :html-head "" :html-head-extra "" :subtitle nil :html-head-include-default-style t :html-head-include-scripts t :html-allow-name-attribute-in-anchors nil :html-divs ((preamble "div" "preamble") (content "div" "content") (postamble "div" "postamble")) :html-checkbox-type ascii ...) org-export-data] 4 "\n\n(fn ELEMENT)"]((src-block (:language "c" :switches nil :parameters nil :begin 54 :end 148 :number-lines nil :preserve-indent nil :retain-labels t :use-labels t :label-fmt nil :value " int main() {\n printf(\"hello world\\n\");\n return 0;\n }\n" :post-blank 0 :post-affiliated 54 :parent (section (:begin 28 :end 152 :contents-begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :parent (headline (:raw-value "An example of org file" :begin 1 :end 152 :pre-blank 1 :contents-begin 28 :contents-end 148 :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :post-blank 4 :footnote-section-p nil :archivedp nil :commentedp nil :post-affiliated 1 :title (#("An example of org file" 0 22 ...)) :parent (org-data nil #4)) #2)) (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent #2) #("Here I put a C snippet\n" 0 23 (:parent #3))) #0)))) mapconcat(#[257 "\301 \300\"\207" [(:export-options nil :back-end [cl-struct-org-export-backend html nil ((bold . org-html-bold) (center-block . org-html-center-block) (clock . org-html-clock) (code . org-html-code) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-block) (entity . org-html-entity) (example-block . org-html-example-block) (export-block . org-html-export-block) (export-snippet . org-html-export-snippet) (fixed-width . org-html-fixed-width) (footnote-definition . org-html-footnote-definition) (footnote-reference . org-html-footnote-reference) (headline . org-html-headline) (horizontal-rule . org-html-horizontal-rule) (inline-src-block . org-html-inline-src-block) (inlinetask . org-html-inlinetask) (inner-template . org-html-inner-template) (italic . org-html-italic) (item . org-html-item) (keyword . org-html-keyword) (latex-environment . org-html-latex-environment) (latex-fragment . org-html-latex-fragment) (line-break . org-html-line-break) (link . org-html-link) (node-property . org-html-node-property) (paragraph . org-html-paragraph) (plain-list . org-html-plain-list) (plain-text . org-html-plain-text) (planning . org-html-planning) (property-drawer . org-html-property-drawer) (quote-block . org-html-quote-block) (radio-target . org-html-radio-target) (section . org-html-section) (special-block . org-html-special-block) (src-block . org-html-src-block) (statistics-cookie . org-html-statistics-cookie) (strike-through . org-html-strike-through) (subscript . org-html-subscript) (superscript . org-html-superscript) (table . org-html-table) (table-cell . org-html-table-cell) (table-row . org-html-table-row) (target . org-html-target) (template . org-html-template) (timestamp . org-html-timestamp) (underline . org-html-underline) (verbatim . org-html-verbatim) (verse-block . org-html-verse-block)) ((:html-doctype "HTML_DOCTYPE" nil org-html-doctype) (:html-container "HTML_CONTAINER" nil org-html-container-element) (:description "DESCRIPTION" nil nil newline) (:keywords "KEYWORDS" nil nil space) (:html-html5-fancy nil "html5-fancy" org-html-html5-fancy) (:html-link-use-abs-url nil "html-link-use-abs-url" org-html-link-use-abs-url) (:html-link-home "HTML_LINK_HOME" nil org-html-link-home) (:html-link-up "HTML_LINK_UP" nil org-html-link-up) (:html-mathjax "HTML_MATHJAX" nil "" space) (:html-postamble nil "html-postamble" org-html-postamble) (:html-preamble nil "html-preamble" org-html-preamble) (:html-head "HTML_HEAD" nil org-html-head newline) (:html-head-extra "HTML_HEAD_EXTRA" nil org-html-head-extra newline) (:subtitle "SUBTITLE" nil nil parse) (:html-head-include-default-style nil "html-style" org-html-head-include-default-style) (:html-head-include-scripts nil "html-scripts" org-html-head-include-scripts) (:html-allow-name-attribute-in-anchors nil nil org-html-allow-name-attribute-in-anchors) (:html-divs nil nil org-html-divs) (:html-checkbox-type nil nil org-html-checkbox-type) (:html-extension nil nil org-html-extension) (:html-footnote-format nil nil org-html-footnote-format) (:html-footnote-separator nil nil org-html-footnote-separator) (:html-footnotes-section nil nil org-html-footnotes-section) (:html-format-drawer-function nil nil org-html-format-drawer-function) (:html-format-headline-function nil nil org-html-format-headline-function) (:html-format-inlinetask-function nil nil org-html-format-inlinetask-function) (:html-home/up-format nil nil org-html-home/up-format) (:html-indent nil nil org-html-indent) (:html-infojs-options nil nil org-html-infojs-options) (:html-infojs-template nil nil org-html-infojs-template) (:html-inline-image-rules nil nil org-html-inline-image-rules) (:html-link-org-files-as-html nil nil org-html-link-org-files-as-html) (:html-mathjax-options nil nil org-html-mathjax-options) (:html-mathjax-template nil nil org-html-mathjax-template) (:html-metadata-timestamp-format nil nil org-html-metadata-timestamp-format) (:html-postamble-format nil nil org-html-postamble-format) (:html-preamble-format nil nil org-html-preamble-format) (:html-table-align-individual-fields nil nil org-html-table-align-individual-fields) (:html-table-caption-above nil nil org-html-table-caption-above) (:html-table-data-tags nil nil org-html-table-data-tags) (:html-table-header-tags nil nil org-html-table-header-tags) (:html-table-use-header-tags-for-first-column nil nil org-html-table-use-header-tags-for-first-column) (:html-tag-class-prefix nil nil org-html-tag-class-prefix) (:html-text-markup-alist nil nil org-html-text-markup-alist) (:html-todo-kwd-class-prefix nil nil org-html-todo-kwd-class-prefix) (:html-toplevel-hlevel nil nil org-html-toplevel-hlevel) (:html-use-infojs nil nil org-html-use-infojs) (:html-validation-link nil nil org-html-validation-link) (:html-viewport nil nil org-html-viewport) (:html-inline-images nil nil org-html-inline-images) ...) ((:filter-options . org-html-infojs-install-script) (:filter-parse-tree . org-html-image-link-filter) (:filter-final-output . org-html-final-function)) nil (104 "Export to HTML" ((72 "As HTML buffer" org-html-export-as-html) (104 "As HTML file" org-html-export-to-html) (111 "As HTML file and open" (lambda ... ...))))] :translate-alist ((bold . org-html-bold) (center-block . org-html-center-block) (clock . org-html-clock) (code . org-html-code) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-block) (entity . org-html-entity) (example-block . org-html-example-block) (export-block . org-html-export-block) (export-snippet . org-html-export-snippet) (fixed-width . org-html-fixed-width) (footnote-definition . org-html-footnote-definition) (footnote-reference . org-html-footnote-reference) (headline . org-html-headline) (horizontal-rule . org-html-horizontal-rule) (inline-src-block . org-html-inline-src-block) (inlinetask . org-html-inlinetask) (inner-template . org-html-inner-template) (italic . org-html-italic) (item . org-html-item) (keyword . org-html-keyword) (latex-environment . org-html-latex-environment) (latex-fragment . org-html-latex-fragment) (line-break . org-html-line-break) (link . org-html-link) (node-property . org-html-node-property) (paragraph . org-html-paragraph) (plain-list . org-html-plain-list) (plain-text . org-html-plain-text) (planning . org-html-planning) (property-drawer . org-html-property-drawer) (quote-block . org-html-quote-block) (radio-target . org-html-radio-target) (section . org-html-section) (special-block . org-html-special-block) (src-block . org-html-src-block) (statistics-cookie . org-html-statistics-cookie) (strike-through . org-html-strike-through) (subscript . org-html-subscript) (superscript . org-html-superscript) (table . org-html-table) (table-cell . org-html-table-cell) (table-row . org-html-table-row) (target . org-html-target) (template . org-html-template) (timestamp . org-html-timestamp) (underline . org-html-underline) (verbatim . org-html-verbatim) (verse-block . org-html-verse-block)) :exported-data #s(hash-table size 4001 test eq rehash-size 1.5 rehash-threshold 0.8 data (#("Here I put a C snippet\n" 0 23 (:parent (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent ...) #4))) #("Here I put a C snippet\n" 0 23 (:parent (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent ...) #("Here I put a C snippet\n" 0 23 ...)))) (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent (section (:begin 28 :end 152 :contents-begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :parent ...) #4 (src-block ...))) #("Here I put a C snippet\n" 0 23 (:parent #4))) #("

\nHere I put a C snippet\n

\n\n" 4 27 (:parent (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent ...) #("Here I put a C snippet\n" 0 23 ...)))) ...)) :input-buffer " myexample.org" :input-file "/home/lipari/tmp/prova-org/myexample.org" :html-doctype "xhtml-strict" :html-container "div" :description nil :keywords nil :html-html5-fancy nil :html-link-use-abs-url nil :html-link-home "" :html-link-up "" :html-mathjax "" :html-postamble auto :html-preamble t :html-head "" :html-head-extra "" :subtitle nil :html-head-include-default-style t :html-head-include-scripts t :html-allow-name-attribute-in-anchors nil :html-divs ((preamble "div" "preamble") (content "div" "content") (postamble "div" "postamble")) :html-checkbox-type ascii ...) org-export-data] 4 "\n\n(fn ELEMENT)"] ((paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent (section (:begin 28 :end 152 :contents-begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :parent (headline (:raw-value "An example of org file" :begin 1 :end 152 :pre-blank 1 :contents-begin 28 :contents-end 148 :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :post-blank 4 :footnote-section-p nil :archivedp nil :commentedp nil :post-affiliated 1 :title (#("An example of org file" 0 22 ...)) :parent (org-data nil #5)) #3)) #1 (src-block (:language "c" :switches nil :parameters nil :begin 54 :end 148 :number-lines nil :preserve-indent nil :retain-labels t :use-labels t :label-fmt nil :value " int main() {\n printf(\"hello world\\n\");\n return 0;\n }\n" :post-blank 0 :post-affiliated 54 :parent #3)))) #("Here I put a C snippet\n" 0 23 (:parent #1))) (src-block (:language "c" :switches nil :parameters nil :begin 54 :end 148 :number-lines nil :preserve-indent nil :retain-labels t :use-labels t :label-fmt nil :value " int main() {\n printf(\"hello world\\n\");\n return 0;\n }\n" :post-blank 0 :post-affiliated 54 :parent (section (:begin 28 :end 152 :contents-begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :parent (headline (:raw-value "An example of org file" :begin 1 :end 152 :pre-blank 1 :contents-begin 28 :contents-end 148 :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :post-blank 4 :footnote-section-p nil :archivedp nil :commentedp nil :post-affiliated 1 :title (#("An example of org file" 0 22 ...)) :parent (org-data nil #5)) #3)) (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent #3) #("Here I put a C snippet\n" 0 23 (:parent #4))) #1)))) "") org-export-data((section (:begin 28 :end 152 :contents-begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :parent (headline (:raw-value "An example of org file" :begin 1 :end 152 :pre-blank 1 :contents-begin 28 :contents-end 148 :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :post-blank 4 :footnote-section-p nil :archivedp nil :commentedp nil :post-affiliated 1 :title (#("An example of org file" 0 22 (:parent #2))) :parent (org-data nil #2)) #0)) (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent #0) #("Here I put a C snippet\n" 0 23 (:parent #1))) (src-block (:language "c" :switches nil :parameters nil :begin 54 :end 148 :number-lines nil :preserve-indent nil :retain-labels t :use-labels t :label-fmt nil :value " int main() {\n printf(\"hello world\\n\");\n return 0;\n }\n" :post-blank 0 :post-affiliated 54 :parent #0))) (:export-options nil :back-end [cl-struct-org-export-backend html nil ((bold . org-html-bold) (center-block . org-html-center-block) (clock . org-html-clock) (code . org-html-code) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-block) (entity . org-html-entity) (example-block . org-html-example-block) (export-block . org-html-export-block) (export-snippet . org-html-export-snippet) (fixed-width . org-html-fixed-width) (footnote-definition . org-html-footnote-definition) (footnote-reference . org-html-footnote-reference) (headline . org-html-headline) (horizontal-rule . org-html-horizontal-rule) (inline-src-block . org-html-inline-src-block) (inlinetask . org-html-inlinetask) (inner-template . org-html-inner-template) (italic . org-html-italic) (item . org-html-item) (keyword . org-html-keyword) (latex-environment . org-html-latex-environment) (latex-fragment . org-html-latex-fragment) (line-break . org-html-line-break) (link . org-html-link) (node-property . org-html-node-property) (paragraph . org-html-paragraph) (plain-list . org-html-plain-list) (plain-text . org-html-plain-text) (planning . org-html-planning) (property-drawer . org-html-property-drawer) (quote-block . org-html-quote-block) (radio-target . org-html-radio-target) (section . org-html-section) (special-block . org-html-special-block) (src-block . org-html-src-block) (statistics-cookie . org-html-statistics-cookie) (strike-through . org-html-strike-through) (subscript . org-html-subscript) (superscript . org-html-superscript) (table . org-html-table) (table-cell . org-html-table-cell) (table-row . org-html-table-row) (target . org-html-target) (template . org-html-template) (timestamp . org-html-timestamp) (underline . org-html-underline) (verbatim . org-html-verbatim) (verse-block . org-html-verse-block)) ((:html-doctype "HTML_DOCTYPE" nil org-html-doctype) (:html-container "HTML_CONTAINER" nil org-html-container-element) (:description "DESCRIPTION" nil nil newline) (:keywords "KEYWORDS" nil nil space) (:html-html5-fancy nil "html5-fancy" org-html-html5-fancy) (:html-link-use-abs-url nil "html-link-use-abs-url" org-html-link-use-abs-url) (:html-link-home "HTML_LINK_HOME" nil org-html-link-home) (:html-link-up "HTML_LINK_UP" nil org-html-link-up) (:html-mathjax "HTML_MATHJAX" nil "" space) (:html-postamble nil "html-postamble" org-html-postamble) (:html-preamble nil "html-preamble" org-html-preamble) (:html-head "HTML_HEAD" nil org-html-head newline) (:html-head-extra "HTML_HEAD_EXTRA" nil org-html-head-extra newline) (:subtitle "SUBTITLE" nil nil parse) (:html-head-include-default-style nil "html-style" org-html-head-include-default-style) (:html-head-include-scripts nil "html-scripts" org-html-head-include-scripts) (:html-allow-name-attribute-in-anchors nil nil org-html-allow-name-attribute-in-anchors) (:html-divs nil nil org-html-divs) (:html-checkbox-type nil nil org-html-checkbox-type) (:html-extension nil nil org-html-extension) (:html-footnote-format nil nil org-html-footnote-format) (:html-footnote-separator nil nil org-html-footnote-separator) (:html-footnotes-section nil nil org-html-footnotes-section) (:html-format-drawer-function nil nil org-html-format-drawer-function) (:html-format-headline-function nil nil org-html-format-headline-function) (:html-format-inlinetask-function nil nil org-html-format-inlinetask-function) (:html-home/up-format nil nil org-html-home/up-format) (:html-indent nil nil org-html-indent) (:html-infojs-options nil nil org-html-infojs-options) (:html-infojs-template nil nil org-html-infojs-template) (:html-inline-image-rules nil nil org-html-inline-image-rules) (:html-link-org-files-as-html nil nil org-html-link-org-files-as-html) (:html-mathjax-options nil nil org-html-mathjax-options) (:html-mathjax-template nil nil org-html-mathjax-template) (:html-metadata-timestamp-format nil nil org-html-metadata-timestamp-format) (:html-postamble-format nil nil org-html-postamble-format) (:html-preamble-format nil nil org-html-preamble-format) (:html-table-align-individual-fields nil nil org-html-table-align-individual-fields) (:html-table-caption-above nil nil org-html-table-caption-above) (:html-table-data-tags nil nil org-html-table-data-tags) (:html-table-header-tags nil nil org-html-table-header-tags) (:html-table-use-header-tags-for-first-column nil nil org-html-table-use-header-tags-for-first-column) (:html-tag-class-prefix nil nil org-html-tag-class-prefix) (:html-text-markup-alist nil nil org-html-text-markup-alist) (:html-todo-kwd-class-prefix nil nil org-html-todo-kwd-class-prefix) (:html-toplevel-hlevel nil nil org-html-toplevel-hlevel) (:html-use-infojs nil nil org-html-use-infojs) (:html-validation-link nil nil org-html-validation-link) (:html-viewport nil nil org-html-viewport) (:html-inline-images nil nil org-html-inline-images) ...) ((:filter-options . org-html-infojs-install-script) (:filter-parse-tree . org-html-image-link-filter) (:filter-final-output . org-html-final-function)) nil (104 "Export to HTML" ((72 "As HTML buffer" org-html-export-as-html) (104 "As HTML file" org-html-export-to-html) (111 "As HTML file and open" (lambda (a s v b) (if a (org-html-export-to-html t s v b) (org-open-file ...))))))] :translate-alist ((bold . org-html-bold) (center-block . org-html-center-block) (clock . org-html-clock) (code . org-html-code) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-block) (entity . org-html-entity) (example-block . org-html-example-block) (export-block . org-html-export-block) (export-snippet . org-html-export-snippet) (fixed-width . org-html-fixed-width) (footnote-definition . org-html-footnote-definition) (footnote-reference . org-html-footnote-reference) (headline . org-html-headline) (horizontal-rule . org-html-horizontal-rule) (inline-src-block . org-html-inline-src-block) (inlinetask . org-html-inlinetask) (inner-template . org-html-inner-template) (italic . org-html-italic) (item . org-html-item) (keyword . org-html-keyword) (latex-environment . org-html-latex-environment) (latex-fragment . org-html-latex-fragment) (line-break . org-html-line-break) (link . org-html-link) (node-property . org-html-node-property) (paragraph . org-html-paragraph) (plain-list . org-html-plain-list) (plain-text . org-html-plain-text) (planning . org-html-planning) (property-drawer . org-html-property-drawer) (quote-block . org-html-quote-block) (radio-target . org-html-radio-target) (section . org-html-section) (special-block . org-html-special-block) (src-block . org-html-src-block) (statistics-cookie . org-html-statistics-cookie) (strike-through . org-html-strike-through) (subscript . org-html-subscript) (superscript . org-html-superscript) (table . org-html-table) (table-cell . org-html-table-cell) (table-row . org-html-table-row) (target . org-html-target) (template . org-html-template) (timestamp . org-html-timestamp) (underline . org-html-underline) (verbatim . org-html-verbatim) (verse-block . org-html-verse-block)) :exported-data #s(hash-table size 4001 test eq rehash-size 1.5 rehash-threshold 0.8 data (#("Here I put a C snippet\n" 0 23 (:parent (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent (section (:begin 28 :end 152 :contents-begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :parent ...) #4 (src-block ...))) #2))) #("Here I put a C snippet\n" 0 23 (:parent (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent (section (:begin 28 :end 152 :contents-begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :parent ...) #4 (src-block ...))) #("Here I put a C snippet\n" 0 23 (:parent #4))))) (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent (section (:begin 28 :end 152 :contents-begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :parent (headline (:raw-value "An example of org file" :begin 1 :end 152 :pre-blank 1 :contents-begin 28 :contents-end 148 :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :post-blank 4 :footnote-section-p nil :archivedp nil :commentedp nil :post-affiliated 1 :title ... :parent ...) #4)) #2 (src-block (:language "c" :switches nil :parameters nil :begin 54 :end 148 :number-lines nil :preserve-indent nil :retain-labels t :use-labels t :label-fmt nil :value " int main() {\n printf(\"hello world\\n\");\n return 0;\n }\n" :post-blank 0 :post-affiliated 54 :parent #4)))) #("Here I put a C snippet\n" 0 23 (:parent #2))) #("

\nHere I put a C snippet\n

\n\n" 4 27 (:parent (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent (section (:begin 28 :end 152 :contents-begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :parent ...) #4 (src-block ...))) #("Here I put a C snippet\n" 0 23 (:parent #4))))) ...)) :input-buffer "myexample.org" :input-file "/home/lipari/tmp/prova-org/ myexample.org" :html-doctype "xhtml-strict" :html-container "div" :description nil :keywords nil :html-html5-fancy nil :html-link-use-abs-url nil :html-link-home "" :html-link-up "" :html-mathjax "" :html-postamble auto :html-preamble t :html-head "" :html-head-extra "" :subtitle nil :html-head-include-default-style t :html-head-include-scripts t :html-allow-name-attribute-in-anchors nil :html-divs ((preamble "div" "preamble") (content "div" "content") (postamble "div" "postamble")) :html-checkbox-type ascii ...)) #[257 "\301 \300\"\207" [(:export-options nil :back-end [cl-struct-org-export-backend html nil ((bold . org-html-bold) (center-block . org-html-center-block) (clock . org-html-clock) (code . org-html-code) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-block) (entity . org-html-entity) (example-block . org-html-example-block) (export-block . org-html-export-block) (export-snippet . org-html-export-snippet) (fixed-width . org-html-fixed-width) (footnote-definition . org-html-footnote-definition) (footnote-reference . org-html-footnote-reference) (headline . org-html-headline) (horizontal-rule . org-html-horizontal-rule) (inline-src-block . org-html-inline-src-block) (inlinetask . org-html-inlinetask) (inner-template . org-html-inner-template) (italic . org-html-italic) (item . org-html-item) (keyword . org-html-keyword) (latex-environment . org-html-latex-environment) (latex-fragment . org-html-latex-fragment) (line-break . org-html-line-break) (link . org-html-link) (node-property . org-html-node-property) (paragraph . org-html-paragraph) (plain-list . org-html-plain-list) (plain-text . org-html-plain-text) (planning . org-html-planning) (property-drawer . org-html-property-drawer) (quote-block . org-html-quote-block) (radio-target . org-html-radio-target) (section . org-html-section) (special-block . org-html-special-block) (src-block . org-html-src-block) (statistics-cookie . org-html-statistics-cookie) (strike-through . org-html-strike-through) (subscript . org-html-subscript) (superscript . org-html-superscript) (table . org-html-table) (table-cell . org-html-table-cell) (table-row . org-html-table-row) (target . org-html-target) (template . org-html-template) (timestamp . org-html-timestamp) (underline . org-html-underline) (verbatim . org-html-verbatim) (verse-block . org-html-verse-block)) ((:html-doctype "HTML_DOCTYPE" nil org-html-doctype) (:html-container "HTML_CONTAINER" nil org-html-container-element) (:description "DESCRIPTION" nil nil newline) (:keywords "KEYWORDS" nil nil space) (:html-html5-fancy nil "html5-fancy" org-html-html5-fancy) (:html-link-use-abs-url nil "html-link-use-abs-url" org-html-link-use-abs-url) (:html-link-home "HTML_LINK_HOME" nil org-html-link-home) (:html-link-up "HTML_LINK_UP" nil org-html-link-up) (:html-mathjax "HTML_MATHJAX" nil "" space) (:html-postamble nil "html-postamble" org-html-postamble) (:html-preamble nil "html-preamble" org-html-preamble) (:html-head "HTML_HEAD" nil org-html-head newline) (:html-head-extra "HTML_HEAD_EXTRA" nil org-html-head-extra newline) (:subtitle "SUBTITLE" nil nil parse) (:html-head-include-default-style nil "html-style" org-html-head-include-default-style) (:html-head-include-scripts nil "html-scripts" org-html-head-include-scripts) (:html-allow-name-attribute-in-anchors nil nil org-html-allow-name-attribute-in-anchors) (:html-divs nil nil org-html-divs) (:html-checkbox-type nil nil org-html-checkbox-type) (:html-extension nil nil org-html-extension) (:html-footnote-format nil nil org-html-footnote-format) (:html-footnote-separator nil nil org-html-footnote-separator) (:html-footnotes-section nil nil org-html-footnotes-section) (:html-format-drawer-function nil nil org-html-format-drawer-function) (:html-format-headline-function nil nil org-html-format-headline-function) (:html-format-inlinetask-function nil nil org-html-format-inlinetask-function) (:html-home/up-format nil nil org-html-home/up-format) (:html-indent nil nil org-html-indent) (:html-infojs-options nil nil org-html-infojs-options) (:html-infojs-template nil nil org-html-infojs-template) (:html-inline-image-rules nil nil org-html-inline-image-rules) (:html-link-org-files-as-html nil nil org-html-link-org-files-as-html) (:html-mathjax-options nil nil org-html-mathjax-options) (:html-mathjax-template nil nil org-html-mathjax-template) (:html-metadata-timestamp-format nil nil org-html-metadata-timestamp-format) (:html-postamble-format nil nil org-html-postamble-format) (:html-preamble-format nil nil org-html-preamble-format) (:html-table-align-individual-fields nil nil org-html-table-align-individual-fields) (:html-table-caption-above nil nil org-html-table-caption-above) (:html-table-data-tags nil nil org-html-table-data-tags) (:html-table-header-tags nil nil org-html-table-header-tags) (:html-table-use-header-tags-for-first-column nil nil org-html-table-use-header-tags-for-first-column) (:html-tag-class-prefix nil nil org-html-tag-class-prefix) (:html-text-markup-alist nil nil org-html-text-markup-alist) (:html-todo-kwd-class-prefix nil nil org-html-todo-kwd-class-prefix) (:html-toplevel-hlevel nil nil org-html-toplevel-hlevel) (:html-use-infojs nil nil org-html-use-infojs) (:html-validation-link nil nil org-html-validation-link) (:html-viewport nil nil org-html-viewport) (:html-inline-images nil nil org-html-inline-images) ...) ((:filter-options . org-html-infojs-install-script) (:filter-parse-tree . org-html-image-link-filter) (:filter-final-output . org-html-final-function)) nil (104 "Export to HTML" ((72 "As HTML buffer" org-html-export-as-html) (104 "As HTML file" org-html-export-to-html) (111 "As HTML file and open" (lambda ... ...))))] :translate-alist ((bold . org-html-bold) (center-block . org-html-center-block) (clock . org-html-clock) (code . org-html-code) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-block) (entity . org-html-entity) (example-block . org-html-example-block) (export-block . org-html-export-block) (export-snippet . org-html-export-snippet) (fixed-width . org-html-fixed-width) (footnote-definition . org-html-footnote-definition) (footnote-reference . org-html-footnote-reference) (headline . org-html-headline) (horizontal-rule . org-html-horizontal-rule) (inline-src-block . org-html-inline-src-block) (inlinetask . org-html-inlinetask) (inner-template . org-html-inner-template) (italic . org-html-italic) (item . org-html-item) (keyword . org-html-keyword) (latex-environment . org-html-latex-environment) (latex-fragment . org-html-latex-fragment) (line-break . org-html-line-break) (link . org-html-link) (node-property . org-html-node-property) (paragraph . org-html-paragraph) (plain-list . org-html-plain-list) (plain-text . org-html-plain-text) (planning . org-html-planning) (property-drawer . org-html-property-drawer) (quote-block . org-html-quote-block) (radio-target . org-html-radio-target) (section . org-html-section) (special-block . org-html-special-block) (src-block . org-html-src-block) (statistics-cookie . org-html-statistics-cookie) (strike-through . org-html-strike-through) (subscript . org-html-subscript) (superscript . org-html-superscript) (table . org-html-table) (table-cell . org-html-table-cell) (table-row . org-html-table-row) (target . org-html-target) (template . org-html-template) (timestamp . org-html-timestamp) (underline . org-html-underline) (verbatim . org-html-verbatim) (verse-block . org-html-verse-block)) :exported-data #s(hash-table size 4001 test eq rehash-size 1.5 rehash-threshold 0.8 data (#("Here I put a C snippet\n" 0 23 (:parent (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent ...) #4))) #("Here I put a C snippet\n" 0 23 (:parent (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent ...) #("Here I put a C snippet\n" 0 23 ...)))) (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent (section (:begin 28 :end 152 :contents-begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :parent ...) #4 (src-block ...))) #("Here I put a C snippet\n" 0 23 (:parent #4))) #("

\nHere I put a C snippet\n

\n\n" 4 27 (:parent (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent ...) #("Here I put a C snippet\n" 0 23 ...)))) ...)) :input-buffer " myexample.org" :input-file "/home/lipari/tmp/prova-org/myexample.org" :html-doctype "xhtml-strict" :html-container "div" :description nil :keywords nil :html-html5-fancy nil :html-link-use-abs-url nil :html-link-home "" :html-link-up "" :html-mathjax "" :html-postamble auto :html-preamble t :html-head "" :html-head-extra "" :subtitle nil :html-head-include-default-style t :html-head-include-scripts t :html-allow-name-attribute-in-anchors nil :html-divs ((preamble "div" "preamble") (content "div" "content") (postamble "div" "postamble")) :html-checkbox-type ascii ...) org-export-data] 4 "\n\n(fn ELEMENT)"]((section (:begin 28 :end 152 :contents-begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :parent (headline (:raw-value "An example of org file" :begin 1 :end 152 :pre-blank 1 :contents-begin 28 :contents-end 148 :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :post-blank 4 :footnote-section-p nil :archivedp nil :commentedp nil :post-affiliated 1 :title (#("An example of org file" 0 22 (:parent #2))) :parent (org-data nil #2)) #0)) (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent #0) #("Here I put a C snippet\n" 0 23 (:parent #1))) (src-block (:language "c" :switches nil :parameters nil :begin 54 :end 148 :number-lines nil :preserve-indent nil :retain-labels t :use-labels t :label-fmt nil :value " int main() {\n printf(\"hello world\\n\");\n return 0;\n }\n" :post-blank 0 :post-affiliated 54 :parent #0)))) mapconcat(#[257 "\301 \300\"\207" [(:export-options nil :back-end [cl-struct-org-export-backend html nil ((bold . org-html-bold) (center-block . org-html-center-block) (clock . org-html-clock) (code . org-html-code) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-block) (entity . org-html-entity) (example-block . org-html-example-block) (export-block . org-html-export-block) (export-snippet . org-html-export-snippet) (fixed-width . org-html-fixed-width) (footnote-definition . org-html-footnote-definition) (footnote-reference . org-html-footnote-reference) (headline . org-html-headline) (horizontal-rule . org-html-horizontal-rule) (inline-src-block . org-html-inline-src-block) (inlinetask . org-html-inlinetask) (inner-template . org-html-inner-template) (italic . org-html-italic) (item . org-html-item) (keyword . org-html-keyword) (latex-environment . org-html-latex-environment) (latex-fragment . org-html-latex-fragment) (line-break . org-html-line-break) (link . org-html-link) (node-property . org-html-node-property) (paragraph . org-html-paragraph) (plain-list . org-html-plain-list) (plain-text . org-html-plain-text) (planning . org-html-planning) (property-drawer . org-html-property-drawer) (quote-block . org-html-quote-block) (radio-target . org-html-radio-target) (section . org-html-section) (special-block . org-html-special-block) (src-block . org-html-src-block) (statistics-cookie . org-html-statistics-cookie) (strike-through . org-html-strike-through) (subscript . org-html-subscript) (superscript . org-html-superscript) (table . org-html-table) (table-cell . org-html-table-cell) (table-row . org-html-table-row) (target . org-html-target) (template . org-html-template) (timestamp . org-html-timestamp) (underline . org-html-underline) (verbatim . org-html-verbatim) (verse-block . org-html-verse-block)) ((:html-doctype "HTML_DOCTYPE" nil org-html-doctype) (:html-container "HTML_CONTAINER" nil org-html-container-element) (:description "DESCRIPTION" nil nil newline) (:keywords "KEYWORDS" nil nil space) (:html-html5-fancy nil "html5-fancy" org-html-html5-fancy) (:html-link-use-abs-url nil "html-link-use-abs-url" org-html-link-use-abs-url) (:html-link-home "HTML_LINK_HOME" nil org-html-link-home) (:html-link-up "HTML_LINK_UP" nil org-html-link-up) (:html-mathjax "HTML_MATHJAX" nil "" space) (:html-postamble nil "html-postamble" org-html-postamble) (:html-preamble nil "html-preamble" org-html-preamble) (:html-head "HTML_HEAD" nil org-html-head newline) (:html-head-extra "HTML_HEAD_EXTRA" nil org-html-head-extra newline) (:subtitle "SUBTITLE" nil nil parse) (:html-head-include-default-style nil "html-style" org-html-head-include-default-style) (:html-head-include-scripts nil "html-scripts" org-html-head-include-scripts) (:html-allow-name-attribute-in-anchors nil nil org-html-allow-name-attribute-in-anchors) (:html-divs nil nil org-html-divs) (:html-checkbox-type nil nil org-html-checkbox-type) (:html-extension nil nil org-html-extension) (:html-footnote-format nil nil org-html-footnote-format) (:html-footnote-separator nil nil org-html-footnote-separator) (:html-footnotes-section nil nil org-html-footnotes-section) (:html-format-drawer-function nil nil org-html-format-drawer-function) (:html-format-headline-function nil nil org-html-format-headline-function) (:html-format-inlinetask-function nil nil org-html-format-inlinetask-function) (:html-home/up-format nil nil org-html-home/up-format) (:html-indent nil nil org-html-indent) (:html-infojs-options nil nil org-html-infojs-options) (:html-infojs-template nil nil org-html-infojs-template) (:html-inline-image-rules nil nil org-html-inline-image-rules) (:html-link-org-files-as-html nil nil org-html-link-org-files-as-html) (:html-mathjax-options nil nil org-html-mathjax-options) (:html-mathjax-template nil nil org-html-mathjax-template) (:html-metadata-timestamp-format nil nil org-html-metadata-timestamp-format) (:html-postamble-format nil nil org-html-postamble-format) (:html-preamble-format nil nil org-html-preamble-format) (:html-table-align-individual-fields nil nil org-html-table-align-individual-fields) (:html-table-caption-above nil nil org-html-table-caption-above) (:html-table-data-tags nil nil org-html-table-data-tags) (:html-table-header-tags nil nil org-html-table-header-tags) (:html-table-use-header-tags-for-first-column nil nil org-html-table-use-header-tags-for-first-column) (:html-tag-class-prefix nil nil org-html-tag-class-prefix) (:html-text-markup-alist nil nil org-html-text-markup-alist) (:html-todo-kwd-class-prefix nil nil org-html-todo-kwd-class-prefix) (:html-toplevel-hlevel nil nil org-html-toplevel-hlevel) (:html-use-infojs nil nil org-html-use-infojs) (:html-validation-link nil nil org-html-validation-link) (:html-viewport nil nil org-html-viewport) (:html-inline-images nil nil org-html-inline-images) ...) ((:filter-options . org-html-infojs-install-script) (:filter-parse-tree . org-html-image-link-filter) (:filter-final-output . org-html-final-function)) nil (104 "Export to HTML" ((72 "As HTML buffer" org-html-export-as-html) (104 "As HTML file" org-html-export-to-html) (111 "As HTML file and open" (lambda ... ...))))] :translate-alist ((bold . org-html-bold) (center-block . org-html-center-block) (clock . org-html-clock) (code . org-html-code) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-block) (entity . org-html-entity) (example-block . org-html-example-block) (export-block . org-html-export-block) (export-snippet . org-html-export-snippet) (fixed-width . org-html-fixed-width) (footnote-definition . org-html-footnote-definition) (footnote-reference . org-html-footnote-reference) (headline . org-html-headline) (horizontal-rule . org-html-horizontal-rule) (inline-src-block . org-html-inline-src-block) (inlinetask . org-html-inlinetask) (inner-template . org-html-inner-template) (italic . org-html-italic) (item . org-html-item) (keyword . org-html-keyword) (latex-environment . org-html-latex-environment) (latex-fragment . org-html-latex-fragment) (line-break . org-html-line-break) (link . org-html-link) (node-property . org-html-node-property) (paragraph . org-html-paragraph) (plain-list . org-html-plain-list) (plain-text . org-html-plain-text) (planning . org-html-planning) (property-drawer . org-html-property-drawer) (quote-block . org-html-quote-block) (radio-target . org-html-radio-target) (section . org-html-section) (special-block . org-html-special-block) (src-block . org-html-src-block) (statistics-cookie . org-html-statistics-cookie) (strike-through . org-html-strike-through) (subscript . org-html-subscript) (superscript . org-html-superscript) (table . org-html-table) (table-cell . org-html-table-cell) (table-row . org-html-table-row) (target . org-html-target) (template . org-html-template) (timestamp . org-html-timestamp) (underline . org-html-underline) (verbatim . org-html-verbatim) (verse-block . org-html-verse-block)) :exported-data #s(hash-table size 4001 test eq rehash-size 1.5 rehash-threshold 0.8 data (#("Here I put a C snippet\n" 0 23 (:parent (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent ...) #4))) #("Here I put a C snippet\n" 0 23 (:parent (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent ...) #("Here I put a C snippet\n" 0 23 ...)))) (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent (section (:begin 28 :end 152 :contents-begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :parent ...) #4 (src-block ...))) #("Here I put a C snippet\n" 0 23 (:parent #4))) #("

\nHere I put a C snippet\n

\n\n" 4 27 (:parent (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent ...) #("Here I put a C snippet\n" 0 23 ...)))) ...)) :input-buffer " myexample.org" :input-file "/home/lipari/tmp/prova-org/myexample.org" :html-doctype "xhtml-strict" :html-container "div" :description nil :keywords nil :html-html5-fancy nil :html-link-use-abs-url nil :html-link-home "" :html-link-up "" :html-mathjax "" :html-postamble auto :html-preamble t :html-head "" :html-head-extra "" :subtitle nil :html-head-include-default-style t :html-head-include-scripts t :html-allow-name-attribute-in-anchors nil :html-divs ((preamble "div" "preamble") (content "div" "content") (postamble "div" "postamble")) :html-checkbox-type ascii ...) org-export-data] 4 "\n\n(fn ELEMENT)"] ((section (:begin 28 :end 152 :contents-begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :parent (headline (:raw-value "An example of org file" :begin 1 :end 152 :pre-blank 1 :contents-begin 28 :contents-end 148 :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :post-blank 4 :footnote-section-p nil :archivedp nil :commentedp nil :post-affiliated 1 :title (#("An example of org file" 0 22 (:parent #3))) :parent (org-data nil #3)) #1)) (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent #1) #("Here I put a C snippet\n" 0 23 (:parent #2))) (src-block (:language "c" :switches nil :parameters nil :begin 54 :end 148 :number-lines nil :preserve-indent nil :retain-labels t :use-labels t :label-fmt nil :value " int main() {\n printf(\"hello world\\n\");\n return 0;\n }\n" :post-blank 0 :post-affiliated 54 :parent #1)))) "") org-export-data((headline (:raw-value "An example of org file" :begin 1 :end 152 :pre-blank 1 :contents-begin 28 :contents-end 148 :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :post-blank 4 :footnote-section-p nil :archivedp nil :commentedp nil :post-affiliated 1 :title (#("An example of org file" 0 22 (:parent #0))) :parent (org-data nil #0)) (section (:begin 28 :end 152 :contents-begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :parent #0) (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent #1) #("Here I put a C snippet\n" 0 23 (:parent #2))) (src-block (:language "c" :switches nil :parameters nil :begin 54 :end 148 :number-lines nil :preserve-indent nil :retain-labels t :use-labels t :label-fmt nil :value " int main() {\n printf(\"hello world\\n\");\n return 0;\n }\n" :post-blank 0 :post-affiliated 54 :parent #1)))) (:export-options nil :back-end [cl-struct-org-export-backend html nil ((bold . org-html-bold) (center-block . org-html-center-block) (clock . org-html-clock) (code . org-html-code) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-block) (entity . org-html-entity) (example-block . org-html-example-block) (export-block . org-html-export-block) (export-snippet . org-html-export-snippet) (fixed-width . org-html-fixed-width) (footnote-definition . org-html-footnote-definition) (footnote-reference . org-html-footnote-reference) (headline . org-html-headline) (horizontal-rule . org-html-horizontal-rule) (inline-src-block . org-html-inline-src-block) (inlinetask . org-html-inlinetask) (inner-template . org-html-inner-template) (italic . org-html-italic) (item . org-html-item) (keyword . org-html-keyword) (latex-environment . org-html-latex-environment) (latex-fragment . org-html-latex-fragment) (line-break . org-html-line-break) (link . org-html-link) (node-property . org-html-node-property) (paragraph . org-html-paragraph) (plain-list . org-html-plain-list) (plain-text . org-html-plain-text) (planning . org-html-planning) (property-drawer . org-html-property-drawer) (quote-block . org-html-quote-block) (radio-target . org-html-radio-target) (section . org-html-section) (special-block . org-html-special-block) (src-block . org-html-src-block) (statistics-cookie . org-html-statistics-cookie) (strike-through . org-html-strike-through) (subscript . org-html-subscript) (superscript . org-html-superscript) (table . org-html-table) (table-cell . org-html-table-cell) (table-row . org-html-table-row) (target . org-html-target) (template . org-html-template) (timestamp . org-html-timestamp) (underline . org-html-underline) (verbatim . org-html-verbatim) (verse-block . org-html-verse-block)) ((:html-doctype "HTML_DOCTYPE" nil org-html-doctype) (:html-container "HTML_CONTAINER" nil org-html-container-element) (:description "DESCRIPTION" nil nil newline) (:keywords "KEYWORDS" nil nil space) (:html-html5-fancy nil "html5-fancy" org-html-html5-fancy) (:html-link-use-abs-url nil "html-link-use-abs-url" org-html-link-use-abs-url) (:html-link-home "HTML_LINK_HOME" nil org-html-link-home) (:html-link-up "HTML_LINK_UP" nil org-html-link-up) (:html-mathjax "HTML_MATHJAX" nil "" space) (:html-postamble nil "html-postamble" org-html-postamble) (:html-preamble nil "html-preamble" org-html-preamble) (:html-head "HTML_HEAD" nil org-html-head newline) (:html-head-extra "HTML_HEAD_EXTRA" nil org-html-head-extra newline) (:subtitle "SUBTITLE" nil nil parse) (:html-head-include-default-style nil "html-style" org-html-head-include-default-style) (:html-head-include-scripts nil "html-scripts" org-html-head-include-scripts) (:html-allow-name-attribute-in-anchors nil nil org-html-allow-name-attribute-in-anchors) (:html-divs nil nil org-html-divs) (:html-checkbox-type nil nil org-html-checkbox-type) (:html-extension nil nil org-html-extension) (:html-footnote-format nil nil org-html-footnote-format) (:html-footnote-separator nil nil org-html-footnote-separator) (:html-footnotes-section nil nil org-html-footnotes-section) (:html-format-drawer-function nil nil org-html-format-drawer-function) (:html-format-headline-function nil nil org-html-format-headline-function) (:html-format-inlinetask-function nil nil org-html-format-inlinetask-function) (:html-home/up-format nil nil org-html-home/up-format) (:html-indent nil nil org-html-indent) (:html-infojs-options nil nil org-html-infojs-options) (:html-infojs-template nil nil org-html-infojs-template) (:html-inline-image-rules nil nil org-html-inline-image-rules) (:html-link-org-files-as-html nil nil org-html-link-org-files-as-html) (:html-mathjax-options nil nil org-html-mathjax-options) (:html-mathjax-template nil nil org-html-mathjax-template) (:html-metadata-timestamp-format nil nil org-html-metadata-timestamp-format) (:html-postamble-format nil nil org-html-postamble-format) (:html-preamble-format nil nil org-html-preamble-format) (:html-table-align-individual-fields nil nil org-html-table-align-individual-fields) (:html-table-caption-above nil nil org-html-table-caption-above) (:html-table-data-tags nil nil org-html-table-data-tags) (:html-table-header-tags nil nil org-html-table-header-tags) (:html-table-use-header-tags-for-first-column nil nil org-html-table-use-header-tags-for-first-column) (:html-tag-class-prefix nil nil org-html-tag-class-prefix) (:html-text-markup-alist nil nil org-html-text-markup-alist) (:html-todo-kwd-class-prefix nil nil org-html-todo-kwd-class-prefix) (:html-toplevel-hlevel nil nil org-html-toplevel-hlevel) (:html-use-infojs nil nil org-html-use-infojs) (:html-validation-link nil nil org-html-validation-link) (:html-viewport nil nil org-html-viewport) (:html-inline-images nil nil org-html-inline-images) ...) ((:filter-options . org-html-infojs-install-script) (:filter-parse-tree . org-html-image-link-filter) (:filter-final-output . org-html-final-function)) nil (104 "Export to HTML" ((72 "As HTML buffer" org-html-export-as-html) (104 "As HTML file" org-html-export-to-html) (111 "As HTML file and open" (lambda (a s v b) (if a (org-html-export-to-html t s v b) (org-open-file ...))))))] :translate-alist ((bold . org-html-bold) (center-block . org-html-center-block) (clock . org-html-clock) (code . org-html-code) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-block) (entity . org-html-entity) (example-block . org-html-example-block) (export-block . org-html-export-block) (export-snippet . org-html-export-snippet) (fixed-width . org-html-fixed-width) (footnote-definition . org-html-footnote-definition) (footnote-reference . org-html-footnote-reference) (headline . org-html-headline) (horizontal-rule . org-html-horizontal-rule) (inline-src-block . org-html-inline-src-block) (inlinetask . org-html-inlinetask) (inner-template . org-html-inner-template) (italic . org-html-italic) (item . org-html-item) (keyword . org-html-keyword) (latex-environment . org-html-latex-environment) (latex-fragment . org-html-latex-fragment) (line-break . org-html-line-break) (link . org-html-link) (node-property . org-html-node-property) (paragraph . org-html-paragraph) (plain-list . org-html-plain-list) (plain-text . org-html-plain-text) (planning . org-html-planning) (property-drawer . org-html-property-drawer) (quote-block . org-html-quote-block) (radio-target . org-html-radio-target) (section . org-html-section) (special-block . org-html-special-block) (src-block . org-html-src-block) (statistics-cookie . org-html-statistics-cookie) (strike-through . org-html-strike-through) (subscript . org-html-subscript) (superscript . org-html-superscript) (table . org-html-table) (table-cell . org-html-table-cell) (table-row . org-html-table-row) (target . org-html-target) (template . org-html-template) (timestamp . org-html-timestamp) (underline . org-html-underline) (verbatim . org-html-verbatim) (verse-block . org-html-verse-block)) :exported-data #s(hash-table size 4001 test eq rehash-size 1.5 rehash-threshold 0.8 data (#("Here I put a C snippet\n" 0 23 (:parent (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent (section (:begin 28 :end 152 :contents-begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :parent ...) #4 (src-block ...))) #2))) #("Here I put a C snippet\n" 0 23 (:parent (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent (section (:begin 28 :end 152 :contents-begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :parent ...) #4 (src-block ...))) #("Here I put a C snippet\n" 0 23 (:parent #4))))) (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent (section (:begin 28 :end 152 :contents-begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :parent (headline (:raw-value "An example of org file" :begin 1 :end 152 :pre-blank 1 :contents-begin 28 :contents-end 148 :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :post-blank 4 :footnote-section-p nil :archivedp nil :commentedp nil :post-affiliated 1 :title ... :parent ...) #4)) #2 (src-block (:language "c" :switches nil :parameters nil :begin 54 :end 148 :number-lines nil :preserve-indent nil :retain-labels t :use-labels t :label-fmt nil :value " int main() {\n printf(\"hello world\\n\");\n return 0;\n }\n" :post-blank 0 :post-affiliated 54 :parent #4)))) #("Here I put a C snippet\n" 0 23 (:parent #2))) #("

\nHere I put a C snippet\n

\n\n" 4 27 (:parent (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent (section (:begin 28 :end 152 :contents-begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :parent ...) #4 (src-block ...))) #("Here I put a C snippet\n" 0 23 (:parent #4))))) ...)) :input-buffer "myexample.org" :input-file "/home/lipari/tmp/prova-org/ myexample.org" :html-doctype "xhtml-strict" :html-container "div" :description nil :keywords nil :html-html5-fancy nil :html-link-use-abs-url nil :html-link-home "" :html-link-up "" :html-mathjax "" :html-postamble auto :html-preamble t :html-head "" :html-head-extra "" :subtitle nil :html-head-include-default-style t :html-head-include-scripts t :html-allow-name-attribute-in-anchors nil :html-divs ((preamble "div" "preamble") (content "div" "content") (postamble "div" "postamble")) :html-checkbox-type ascii ...)) #[257 "\301 \300\"\207" [(:export-options nil :back-end [cl-struct-org-export-backend html nil ((bold . org-html-bold) (center-block . org-html-center-block) (clock . org-html-clock) (code . org-html-code) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-block) (entity . org-html-entity) (example-block . org-html-example-block) (export-block . org-html-export-block) (export-snippet . org-html-export-snippet) (fixed-width . org-html-fixed-width) (footnote-definition . org-html-footnote-definition) (footnote-reference . org-html-footnote-reference) (headline . org-html-headline) (horizontal-rule . org-html-horizontal-rule) (inline-src-block . org-html-inline-src-block) (inlinetask . org-html-inlinetask) (inner-template . org-html-inner-template) (italic . org-html-italic) (item . org-html-item) (keyword . org-html-keyword) (latex-environment . org-html-latex-environment) (latex-fragment . org-html-latex-fragment) (line-break . org-html-line-break) (link . org-html-link) (node-property . org-html-node-property) (paragraph . org-html-paragraph) (plain-list . org-html-plain-list) (plain-text . org-html-plain-text) (planning . org-html-planning) (property-drawer . org-html-property-drawer) (quote-block . org-html-quote-block) (radio-target . org-html-radio-target) (section . org-html-section) (special-block . org-html-special-block) (src-block . org-html-src-block) (statistics-cookie . org-html-statistics-cookie) (strike-through . org-html-strike-through) (subscript . org-html-subscript) (superscript . org-html-superscript) (table . org-html-table) (table-cell . org-html-table-cell) (table-row . org-html-table-row) (target . org-html-target) (template . org-html-template) (timestamp . org-html-timestamp) (underline . org-html-underline) (verbatim . org-html-verbatim) (verse-block . org-html-verse-block)) ((:html-doctype "HTML_DOCTYPE" nil org-html-doctype) (:html-container "HTML_CONTAINER" nil org-html-container-element) (:description "DESCRIPTION" nil nil newline) (:keywords "KEYWORDS" nil nil space) (:html-html5-fancy nil "html5-fancy" org-html-html5-fancy) (:html-link-use-abs-url nil "html-link-use-abs-url" org-html-link-use-abs-url) (:html-link-home "HTML_LINK_HOME" nil org-html-link-home) (:html-link-up "HTML_LINK_UP" nil org-html-link-up) (:html-mathjax "HTML_MATHJAX" nil "" space) (:html-postamble nil "html-postamble" org-html-postamble) (:html-preamble nil "html-preamble" org-html-preamble) (:html-head "HTML_HEAD" nil org-html-head newline) (:html-head-extra "HTML_HEAD_EXTRA" nil org-html-head-extra newline) (:subtitle "SUBTITLE" nil nil parse) (:html-head-include-default-style nil "html-style" org-html-head-include-default-style) (:html-head-include-scripts nil "html-scripts" org-html-head-include-scripts) (:html-allow-name-attribute-in-anchors nil nil org-html-allow-name-attribute-in-anchors) (:html-divs nil nil org-html-divs) (:html-checkbox-type nil nil org-html-checkbox-type) (:html-extension nil nil org-html-extension) (:html-footnote-format nil nil org-html-footnote-format) (:html-footnote-separator nil nil org-html-footnote-separator) (:html-footnotes-section nil nil org-html-footnotes-section) (:html-format-drawer-function nil nil org-html-format-drawer-function) (:html-format-headline-function nil nil org-html-format-headline-function) (:html-format-inlinetask-function nil nil org-html-format-inlinetask-function) (:html-home/up-format nil nil org-html-home/up-format) (:html-indent nil nil org-html-indent) (:html-infojs-options nil nil org-html-infojs-options) (:html-infojs-template nil nil org-html-infojs-template) (:html-inline-image-rules nil nil org-html-inline-image-rules) (:html-link-org-files-as-html nil nil org-html-link-org-files-as-html) (:html-mathjax-options nil nil org-html-mathjax-options) (:html-mathjax-template nil nil org-html-mathjax-template) (:html-metadata-timestamp-format nil nil org-html-metadata-timestamp-format) (:html-postamble-format nil nil org-html-postamble-format) (:html-preamble-format nil nil org-html-preamble-format) (:html-table-align-individual-fields nil nil org-html-table-align-individual-fields) (:html-table-caption-above nil nil org-html-table-caption-above) (:html-table-data-tags nil nil org-html-table-data-tags) (:html-table-header-tags nil nil org-html-table-header-tags) (:html-table-use-header-tags-for-first-column nil nil org-html-table-use-header-tags-for-first-column) (:html-tag-class-prefix nil nil org-html-tag-class-prefix) (:html-text-markup-alist nil nil org-html-text-markup-alist) (:html-todo-kwd-class-prefix nil nil org-html-todo-kwd-class-prefix) (:html-toplevel-hlevel nil nil org-html-toplevel-hlevel) (:html-use-infojs nil nil org-html-use-infojs) (:html-validation-link nil nil org-html-validation-link) (:html-viewport nil nil org-html-viewport) (:html-inline-images nil nil org-html-inline-images) ...) ((:filter-options . org-html-infojs-install-script) (:filter-parse-tree . org-html-image-link-filter) (:filter-final-output . org-html-final-function)) nil (104 "Export to HTML" ((72 "As HTML buffer" org-html-export-as-html) (104 "As HTML file" org-html-export-to-html) (111 "As HTML file and open" (lambda ... ...))))] :translate-alist ((bold . org-html-bold) (center-block . org-html-center-block) (clock . org-html-clock) (code . org-html-code) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-block) (entity . org-html-entity) (example-block . org-html-example-block) (export-block . org-html-export-block) (export-snippet . org-html-export-snippet) (fixed-width . org-html-fixed-width) (footnote-definition . org-html-footnote-definition) (footnote-reference . org-html-footnote-reference) (headline . org-html-headline) (horizontal-rule . org-html-horizontal-rule) (inline-src-block . org-html-inline-src-block) (inlinetask . org-html-inlinetask) (inner-template . org-html-inner-template) (italic . org-html-italic) (item . org-html-item) (keyword . org-html-keyword) (latex-environment . org-html-latex-environment) (latex-fragment . org-html-latex-fragment) (line-break . org-html-line-break) (link . org-html-link) (node-property . org-html-node-property) (paragraph . org-html-paragraph) (plain-list . org-html-plain-list) (plain-text . org-html-plain-text) (planning . org-html-planning) (property-drawer . org-html-property-drawer) (quote-block . org-html-quote-block) (radio-target . org-html-radio-target) (section . org-html-section) (special-block . org-html-special-block) (src-block . org-html-src-block) (statistics-cookie . org-html-statistics-cookie) (strike-through . org-html-strike-through) (subscript . org-html-subscript) (superscript . org-html-superscript) (table . org-html-table) (table-cell . org-html-table-cell) (table-row . org-html-table-row) (target . org-html-target) (template . org-html-template) (timestamp . org-html-timestamp) (underline . org-html-underline) (verbatim . org-html-verbatim) (verse-block . org-html-verse-block)) :exported-data #s(hash-table size 4001 test eq rehash-size 1.5 rehash-threshold 0.8 data (#("Here I put a C snippet\n" 0 23 (:parent (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent ...) #4))) #("Here I put a C snippet\n" 0 23 (:parent (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent ...) #("Here I put a C snippet\n" 0 23 ...)))) (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent (section (:begin 28 :end 152 :contents-begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :parent ...) #4 (src-block ...))) #("Here I put a C snippet\n" 0 23 (:parent #4))) #("

\nHere I put a C snippet\n

\n\n" 4 27 (:parent (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent ...) #("Here I put a C snippet\n" 0 23 ...)))) ...)) :input-buffer " myexample.org" :input-file "/home/lipari/tmp/prova-org/myexample.org" :html-doctype "xhtml-strict" :html-container "div" :description nil :keywords nil :html-html5-fancy nil :html-link-use-abs-url nil :html-link-home "" :html-link-up "" :html-mathjax "" :html-postamble auto :html-preamble t :html-head "" :html-head-extra "" :subtitle nil :html-head-include-default-style t :html-head-include-scripts t :html-allow-name-attribute-in-anchors nil :html-divs ((preamble "div" "preamble") (content "div" "content") (postamble "div" "postamble")) :html-checkbox-type ascii ...) org-export-data] 4 "\n\n(fn ELEMENT)"]((headline (:raw-value "An example of org file" :begin 1 :end 152 :pre-blank 1 :contents-begin 28 :contents-end 148 :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :post-blank 4 :footnote-section-p nil :archivedp nil :commentedp nil :post-affiliated 1 :title (#("An example of org file" 0 22 (:parent #0))) :parent (org-data nil #0)) (section (:begin 28 :end 152 :contents-begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :parent #0) (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent #1) #("Here I put a C snippet\n" 0 23 (:parent #2))) (src-block (:language "c" :switches nil :parameters nil :begin 54 :end 148 :number-lines nil :preserve-indent nil :retain-labels t :use-labels t :label-fmt nil :value " int main() {\n printf(\"hello world\\n\");\n return 0;\n }\n" :post-blank 0 :post-affiliated 54 :parent #1))))) mapconcat(#[257 "\301 \300\"\207" [(:export-options nil :back-end [cl-struct-org-export-backend html nil ((bold . org-html-bold) (center-block . org-html-center-block) (clock . org-html-clock) (code . org-html-code) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-block) (entity . org-html-entity) (example-block . org-html-example-block) (export-block . org-html-export-block) (export-snippet . org-html-export-snippet) (fixed-width . org-html-fixed-width) (footnote-definition . org-html-footnote-definition) (footnote-reference . org-html-footnote-reference) (headline . org-html-headline) (horizontal-rule . org-html-horizontal-rule) (inline-src-block . org-html-inline-src-block) (inlinetask . org-html-inlinetask) (inner-template . org-html-inner-template) (italic . org-html-italic) (item . org-html-item) (keyword . org-html-keyword) (latex-environment . org-html-latex-environment) (latex-fragment . org-html-latex-fragment) (line-break . org-html-line-break) (link . org-html-link) (node-property . org-html-node-property) (paragraph . org-html-paragraph) (plain-list . org-html-plain-list) (plain-text . org-html-plain-text) (planning . org-html-planning) (property-drawer . org-html-property-drawer) (quote-block . org-html-quote-block) (radio-target . org-html-radio-target) (section . org-html-section) (special-block . org-html-special-block) (src-block . org-html-src-block) (statistics-cookie . org-html-statistics-cookie) (strike-through . org-html-strike-through) (subscript . org-html-subscript) (superscript . org-html-superscript) (table . org-html-table) (table-cell . org-html-table-cell) (table-row . org-html-table-row) (target . org-html-target) (template . org-html-template) (timestamp . org-html-timestamp) (underline . org-html-underline) (verbatim . org-html-verbatim) (verse-block . org-html-verse-block)) ((:html-doctype "HTML_DOCTYPE" nil org-html-doctype) (:html-container "HTML_CONTAINER" nil org-html-container-element) (:description "DESCRIPTION" nil nil newline) (:keywords "KEYWORDS" nil nil space) (:html-html5-fancy nil "html5-fancy" org-html-html5-fancy) (:html-link-use-abs-url nil "html-link-use-abs-url" org-html-link-use-abs-url) (:html-link-home "HTML_LINK_HOME" nil org-html-link-home) (:html-link-up "HTML_LINK_UP" nil org-html-link-up) (:html-mathjax "HTML_MATHJAX" nil "" space) (:html-postamble nil "html-postamble" org-html-postamble) (:html-preamble nil "html-preamble" org-html-preamble) (:html-head "HTML_HEAD" nil org-html-head newline) (:html-head-extra "HTML_HEAD_EXTRA" nil org-html-head-extra newline) (:subtitle "SUBTITLE" nil nil parse) (:html-head-include-default-style nil "html-style" org-html-head-include-default-style) (:html-head-include-scripts nil "html-scripts" org-html-head-include-scripts) (:html-allow-name-attribute-in-anchors nil nil org-html-allow-name-attribute-in-anchors) (:html-divs nil nil org-html-divs) (:html-checkbox-type nil nil org-html-checkbox-type) (:html-extension nil nil org-html-extension) (:html-footnote-format nil nil org-html-footnote-format) (:html-footnote-separator nil nil org-html-footnote-separator) (:html-footnotes-section nil nil org-html-footnotes-section) (:html-format-drawer-function nil nil org-html-format-drawer-function) (:html-format-headline-function nil nil org-html-format-headline-function) (:html-format-inlinetask-function nil nil org-html-format-inlinetask-function) (:html-home/up-format nil nil org-html-home/up-format) (:html-indent nil nil org-html-indent) (:html-infojs-options nil nil org-html-infojs-options) (:html-infojs-template nil nil org-html-infojs-template) (:html-inline-image-rules nil nil org-html-inline-image-rules) (:html-link-org-files-as-html nil nil org-html-link-org-files-as-html) (:html-mathjax-options nil nil org-html-mathjax-options) (:html-mathjax-template nil nil org-html-mathjax-template) (:html-metadata-timestamp-format nil nil org-html-metadata-timestamp-format) (:html-postamble-format nil nil org-html-postamble-format) (:html-preamble-format nil nil org-html-preamble-format) (:html-table-align-individual-fields nil nil org-html-table-align-individual-fields) (:html-table-caption-above nil nil org-html-table-caption-above) (:html-table-data-tags nil nil org-html-table-data-tags) (:html-table-header-tags nil nil org-html-table-header-tags) (:html-table-use-header-tags-for-first-column nil nil org-html-table-use-header-tags-for-first-column) (:html-tag-class-prefix nil nil org-html-tag-class-prefix) (:html-text-markup-alist nil nil org-html-text-markup-alist) (:html-todo-kwd-class-prefix nil nil org-html-todo-kwd-class-prefix) (:html-toplevel-hlevel nil nil org-html-toplevel-hlevel) (:html-use-infojs nil nil org-html-use-infojs) (:html-validation-link nil nil org-html-validation-link) (:html-viewport nil nil org-html-viewport) (:html-inline-images nil nil org-html-inline-images) ...) ((:filter-options . org-html-infojs-install-script) (:filter-parse-tree . org-html-image-link-filter) (:filter-final-output . org-html-final-function)) nil (104 "Export to HTML" ((72 "As HTML buffer" org-html-export-as-html) (104 "As HTML file" org-html-export-to-html) (111 "As HTML file and open" (lambda ... ...))))] :translate-alist ((bold . org-html-bold) (center-block . org-html-center-block) (clock . org-html-clock) (code . org-html-code) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-block) (entity . org-html-entity) (example-block . org-html-example-block) (export-block . org-html-export-block) (export-snippet . org-html-export-snippet) (fixed-width . org-html-fixed-width) (footnote-definition . org-html-footnote-definition) (footnote-reference . org-html-footnote-reference) (headline . org-html-headline) (horizontal-rule . org-html-horizontal-rule) (inline-src-block . org-html-inline-src-block) (inlinetask . org-html-inlinetask) (inner-template . org-html-inner-template) (italic . org-html-italic) (item . org-html-item) (keyword . org-html-keyword) (latex-environment . org-html-latex-environment) (latex-fragment . org-html-latex-fragment) (line-break . org-html-line-break) (link . org-html-link) (node-property . org-html-node-property) (paragraph . org-html-paragraph) (plain-list . org-html-plain-list) (plain-text . org-html-plain-text) (planning . org-html-planning) (property-drawer . org-html-property-drawer) (quote-block . org-html-quote-block) (radio-target . org-html-radio-target) (section . org-html-section) (special-block . org-html-special-block) (src-block . org-html-src-block) (statistics-cookie . org-html-statistics-cookie) (strike-through . org-html-strike-through) (subscript . org-html-subscript) (superscript . org-html-superscript) (table . org-html-table) (table-cell . org-html-table-cell) (table-row . org-html-table-row) (target . org-html-target) (template . org-html-template) (timestamp . org-html-timestamp) (underline . org-html-underline) (verbatim . org-html-verbatim) (verse-block . org-html-verse-block)) :exported-data #s(hash-table size 4001 test eq rehash-size 1.5 rehash-threshold 0.8 data (#("Here I put a C snippet\n" 0 23 (:parent (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent ...) #4))) #("Here I put a C snippet\n" 0 23 (:parent (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent ...) #("Here I put a C snippet\n" 0 23 ...)))) (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent (section (:begin 28 :end 152 :contents-begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :parent ...) #4 (src-block ...))) #("Here I put a C snippet\n" 0 23 (:parent #4))) #("

\nHere I put a C snippet\n

\n\n" 4 27 (:parent (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent ...) #("Here I put a C snippet\n" 0 23 ...)))) ...)) :input-buffer " myexample.org" :input-file "/home/lipari/tmp/prova-org/myexample.org" :html-doctype "xhtml-strict" :html-container "div" :description nil :keywords nil :html-html5-fancy nil :html-link-use-abs-url nil :html-link-home "" :html-link-up "" :html-mathjax "" :html-postamble auto :html-preamble t :html-head "" :html-head-extra "" :subtitle nil :html-head-include-default-style t :html-head-include-scripts t :html-allow-name-attribute-in-anchors nil :html-divs ((preamble "div" "preamble") (content "div" "content") (postamble "div" "postamble")) :html-checkbox-type ascii ...) org-export-data] 4 "\n\n(fn ELEMENT)"] ((headline (:raw-value "An example of org file" :begin 1 :end 152 :pre-blank 1 :contents-begin 28 :contents-end 148 :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :post-blank 4 :footnote-section-p nil :archivedp nil :commentedp nil :post-affiliated 1 :title (#("An example of org file" 0 22 (:parent #1))) :parent (org-data nil #1)) (section (:begin 28 :end 152 :contents-begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :parent #1) (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent #2) #("Here I put a C snippet\n" 0 23 (:parent #3))) (src-block (:language "c" :switches nil :parameters nil :begin 54 :end 148 :number-lines nil :preserve-indent nil :retain-labels t :use-labels t :label-fmt nil :value " int main() {\n printf(\"hello world\\n\");\n return 0;\n }\n" :post-blank 0 :post-affiliated 54 :parent #2))))) "") org-export-data((org-data nil (headline (:raw-value "An example of org file" :begin 1 :end 152 :pre-blank 1 :contents-begin 28 :contents-end 148 :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :post-blank 4 :footnote-section-p nil :archivedp nil :commentedp nil :post-affiliated 1 :title (#("An example of org file" 0 22 (:parent #1))) :parent #0) (section (:begin 28 :end 152 :contents-begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :parent #1) (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent #2) #("Here I put a C snippet\n" 0 23 (:parent #3))) (src-block (:language "c" :switches nil :parameters nil :begin 54 :end 148 :number-lines nil :preserve-indent nil :retain-labels t :use-labels t :label-fmt nil :value " int main() {\n printf(\"hello world\\n\");\n return 0;\n }\n" :post-blank 0 :post-affiliated 54 :parent #2))))) (:export-options nil :back-end [cl-struct-org-export-backend html nil ((bold . org-html-bold) (center-block . org-html-center-block) (clock . org-html-clock) (code . org-html-code) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-block) (entity . org-html-entity) (example-block . org-html-example-block) (export-block . org-html-export-block) (export-snippet . org-html-export-snippet) (fixed-width . org-html-fixed-width) (footnote-definition . org-html-footnote-definition) (footnote-reference . org-html-footnote-reference) (headline . org-html-headline) (horizontal-rule . org-html-horizontal-rule) (inline-src-block . org-html-inline-src-block) (inlinetask . org-html-inlinetask) (inner-template . org-html-inner-template) (italic . org-html-italic) (item . org-html-item) (keyword . org-html-keyword) (latex-environment . org-html-latex-environment) (latex-fragment . org-html-latex-fragment) (line-break . org-html-line-break) (link . org-html-link) (node-property . org-html-node-property) (paragraph . org-html-paragraph) (plain-list . org-html-plain-list) (plain-text . org-html-plain-text) (planning . org-html-planning) (property-drawer . org-html-property-drawer) (quote-block . org-html-quote-block) (radio-target . org-html-radio-target) (section . org-html-section) (special-block . org-html-special-block) (src-block . org-html-src-block) (statistics-cookie . org-html-statistics-cookie) (strike-through . org-html-strike-through) (subscript . org-html-subscript) (superscript . org-html-superscript) (table . org-html-table) (table-cell . org-html-table-cell) (table-row . org-html-table-row) (target . org-html-target) (template . org-html-template) (timestamp . org-html-timestamp) (underline . org-html-underline) (verbatim . org-html-verbatim) (verse-block . org-html-verse-block)) ((:html-doctype "HTML_DOCTYPE" nil org-html-doctype) (:html-container "HTML_CONTAINER" nil org-html-container-element) (:description "DESCRIPTION" nil nil newline) (:keywords "KEYWORDS" nil nil space) (:html-html5-fancy nil "html5-fancy" org-html-html5-fancy) (:html-link-use-abs-url nil "html-link-use-abs-url" org-html-link-use-abs-url) (:html-link-home "HTML_LINK_HOME" nil org-html-link-home) (:html-link-up "HTML_LINK_UP" nil org-html-link-up) (:html-mathjax "HTML_MATHJAX" nil "" space) (:html-postamble nil "html-postamble" org-html-postamble) (:html-preamble nil "html-preamble" org-html-preamble) (:html-head "HTML_HEAD" nil org-html-head newline) (:html-head-extra "HTML_HEAD_EXTRA" nil org-html-head-extra newline) (:subtitle "SUBTITLE" nil nil parse) (:html-head-include-default-style nil "html-style" org-html-head-include-default-style) (:html-head-include-scripts nil "html-scripts" org-html-head-include-scripts) (:html-allow-name-attribute-in-anchors nil nil org-html-allow-name-attribute-in-anchors) (:html-divs nil nil org-html-divs) (:html-checkbox-type nil nil org-html-checkbox-type) (:html-extension nil nil org-html-extension) (:html-footnote-format nil nil org-html-footnote-format) (:html-footnote-separator nil nil org-html-footnote-separator) (:html-footnotes-section nil nil org-html-footnotes-section) (:html-format-drawer-function nil nil org-html-format-drawer-function) (:html-format-headline-function nil nil org-html-format-headline-function) (:html-format-inlinetask-function nil nil org-html-format-inlinetask-function) (:html-home/up-format nil nil org-html-home/up-format) (:html-indent nil nil org-html-indent) (:html-infojs-options nil nil org-html-infojs-options) (:html-infojs-template nil nil org-html-infojs-template) (:html-inline-image-rules nil nil org-html-inline-image-rules) (:html-link-org-files-as-html nil nil org-html-link-org-files-as-html) (:html-mathjax-options nil nil org-html-mathjax-options) (:html-mathjax-template nil nil org-html-mathjax-template) (:html-metadata-timestamp-format nil nil org-html-metadata-timestamp-format) (:html-postamble-format nil nil org-html-postamble-format) (:html-preamble-format nil nil org-html-preamble-format) (:html-table-align-individual-fields nil nil org-html-table-align-individual-fields) (:html-table-caption-above nil nil org-html-table-caption-above) (:html-table-data-tags nil nil org-html-table-data-tags) (:html-table-header-tags nil nil org-html-table-header-tags) (:html-table-use-header-tags-for-first-column nil nil org-html-table-use-header-tags-for-first-column) (:html-tag-class-prefix nil nil org-html-tag-class-prefix) (:html-text-markup-alist nil nil org-html-text-markup-alist) (:html-todo-kwd-class-prefix nil nil org-html-todo-kwd-class-prefix) (:html-toplevel-hlevel nil nil org-html-toplevel-hlevel) (:html-use-infojs nil nil org-html-use-infojs) (:html-validation-link nil nil org-html-validation-link) (:html-viewport nil nil org-html-viewport) (:html-inline-images nil nil org-html-inline-images) ...) ((:filter-options . org-html-infojs-install-script) (:filter-parse-tree . org-html-image-link-filter) (:filter-final-output . org-html-final-function)) nil (104 "Export to HTML" ((72 "As HTML buffer" org-html-export-as-html) (104 "As HTML file" org-html-export-to-html) (111 "As HTML file and open" (lambda (a s v b) (if a (org-html-export-to-html t s v b) (org-open-file ...))))))] :translate-alist ((bold . org-html-bold) (center-block . org-html-center-block) (clock . org-html-clock) (code . org-html-code) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-block) (entity . org-html-entity) (example-block . org-html-example-block) (export-block . org-html-export-block) (export-snippet . org-html-export-snippet) (fixed-width . org-html-fixed-width) (footnote-definition . org-html-footnote-definition) (footnote-reference . org-html-footnote-reference) (headline . org-html-headline) (horizontal-rule . org-html-horizontal-rule) (inline-src-block . org-html-inline-src-block) (inlinetask . org-html-inlinetask) (inner-template . org-html-inner-template) (italic . org-html-italic) (item . org-html-item) (keyword . org-html-keyword) (latex-environment . org-html-latex-environment) (latex-fragment . org-html-latex-fragment) (line-break . org-html-line-break) (link . org-html-link) (node-property . org-html-node-property) (paragraph . org-html-paragraph) (plain-list . org-html-plain-list) (plain-text . org-html-plain-text) (planning . org-html-planning) (property-drawer . org-html-property-drawer) (quote-block . org-html-quote-block) (radio-target . org-html-radio-target) (section . org-html-section) (special-block . org-html-special-block) (src-block . org-html-src-block) (statistics-cookie . org-html-statistics-cookie) (strike-through . org-html-strike-through) (subscript . org-html-subscript) (superscript . org-html-superscript) (table . org-html-table) (table-cell . org-html-table-cell) (table-row . org-html-table-row) (target . org-html-target) (template . org-html-template) (timestamp . org-html-timestamp) (underline . org-html-underline) (verbatim . org-html-verbatim) (verse-block . org-html-verse-block)) :exported-data #s(hash-table size 4001 test eq rehash-size 1.5 rehash-threshold 0.8 data (#("Here I put a C snippet\n" 0 23 (:parent (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent (section (:begin 28 :end 152 :contents-begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :parent ...) #4 (src-block ...))) #2))) #("Here I put a C snippet\n" 0 23 (:parent (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent (section (:begin 28 :end 152 :contents-begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :parent ...) #4 (src-block ...))) #("Here I put a C snippet\n" 0 23 (:parent #4))))) (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent (section (:begin 28 :end 152 :contents-begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :parent (headline (:raw-value "An example of org file" :begin 1 :end 152 :pre-blank 1 :contents-begin 28 :contents-end 148 :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :post-blank 4 :footnote-section-p nil :archivedp nil :commentedp nil :post-affiliated 1 :title ... :parent ...) #4)) #2 (src-block (:language "c" :switches nil :parameters nil :begin 54 :end 148 :number-lines nil :preserve-indent nil :retain-labels t :use-labels t :label-fmt nil :value " int main() {\n printf(\"hello world\\n\");\n return 0;\n }\n" :post-blank 0 :post-affiliated 54 :parent #4)))) #("Here I put a C snippet\n" 0 23 (:parent #2))) #("

\nHere I put a C snippet\n

\n\n" 4 27 (:parent (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent (section (:begin 28 :end 152 :contents-begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :parent ...) #4 (src-block ...))) #("Here I put a C snippet\n" 0 23 (:parent #4))))) ...)) :input-buffer "myexample.org" :input-file "/home/lipari/tmp/prova-org/ myexample.org" :html-doctype "xhtml-strict" :html-container "div" :description nil :keywords nil :html-html5-fancy nil :html-link-use-abs-url nil :html-link-home "" :html-link-up "" :html-mathjax "" :html-postamble auto :html-preamble t :html-head "" :html-head-extra "" :subtitle nil :html-head-include-default-style t :html-head-include-scripts t :html-allow-name-attribute-in-anchors nil :html-divs ((preamble "div" "preamble") (content "div" "content") (postamble "div" "postamble")) :html-checkbox-type ascii ...)) org-export-as(html nil nil nil (:output-file "myexample.html")) org-export-to-file(html "myexample.html" nil nil nil nil nil) org-html-export-to-html(nil nil nil nil) org-export-dispatch(nil) call-interactively(org-export-dispatch nil nil) command-execute(org-export-dispatch) --8<---------------cut here---------------end--------------->8--- --001a1144ff0c7bc5960569a6d463 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Dear all,

(I am reposting= it here with a more appropriate subject-line, hoping to get more attention= )

Consider the following org file:

--8<-------------= --cut here---------------start------------->8---
* An example of org = file

=C2=A0 Here I put a C snippet

=C2=A0 #+BEGIN_SRC c
= =C2=A0 int main() {
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 printf("hello wo= rld\n");
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 return 0;
=C2=A0 }
= =C2=A0 #+END_SRC
--8<---------------cut here---------------end-------= -------->8---

I I try to export it to html with the usual p= rocedure, I get an error of (void-variable overlays). I am currently runnin= g org-mode version
=C2=A0 org-version: 9.1.9 (from git)

And my init file contains nothing.

Any idea of w= hat it is going on?

Here follows the debugging trace.
Best,

Giuseppe Lipari


--8<---------------cut here---------------start----= --------->8---
Debugger entered--Lisp error: (void-variable overlays)=
=C2=A0 htmlize-sorted-overlays-at(1)
=C2=A0 htmlize-faces-at-point()=
=C2=A0 htmlize-buffer-1()
=C2=A0 htmlize-region(1 58)
=C2=A0 org-= html-htmlize-region-for-paste(1 58)
=C2=A0 org-html-fontify-code("i= nt main() {\n=C2=A0=C2=A0=C2=A0 printf(\"hello world\\n\");\n=C2= =A0=C2=A0=C2=A0 return 0;\n}" "c")
=C2=A0 org-html-do-for= mat-code("int main() {\n=C2=A0=C2=A0=C2=A0 printf(\"hello world\\= n\");\n=C2=A0=C2=A0=C2=A0 return 0;\n}" "c" nil t nil)<= br>=C2=A0 org-html-format-code((src-block (:language "c" :switche= s nil :parameters nil :begin 54 :end 148 :number-lines nil :preserve-indent= nil :retain-labels t :use-labels t :label-fmt nil :value "=C2=A0 int = main() {\n=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 printf(\"hello world\\n\"= ;);\n=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 return 0;\n=C2=A0 }\n" :post-blank= 0 :post-affiliated 54 :parent (section (:begin 28 :end 152 :contents-begin= 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :parent (headline (= :raw-value "An example of org file" :begin 1 :end 152 :pre-blank = 1 :contents-begin 28 :contents-end 148 :level 1 :priority nil :tags nil :to= do-keyword nil :todo-type nil :post-blank 4 :footnote-section-p nil :archiv= edp nil :commentedp nil :post-affiliated 1 :title (#("An example of or= g file" 0 22 ...)) :parent (org-data nil #4)) #2)) (paragraph (:begin = 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliat= ed 28 :parent #2) #("Here I put a C snippet\n" 0 23 (:parent #3))= ) #0))) (:export-options nil :back-end [cl-struct-org-export-backend html n= il ((bold . org-html-bold) (center-block . org-html-center-block) (clock . = org-html-clock) (code . org-html-code) (drawer . org-html-drawer) (dynamic-= block . org-html-dynamic-block) (entity . org-html-entity) (example-block .= org-html-example-block) (export-block . org-html-export-block) (export-sni= ppet . org-html-export-snippet) (fixed-width . org-html-fixed-width) (footn= ote-definition . org-html-footnote-definition) (footnote-reference . org-ht= ml-footnote-reference) (headline . org-html-headline) (horizontal-rule . or= g-html-horizontal-rule) (inline-src-block . org-html-inline-src-block) (inl= inetask . org-html-inlinetask) (inner-template . org-html-inner-template) (= italic . org-html-italic) (item . org-html-item) (keyword . org-html-keywor= d) (latex-environment . org-html-latex-environment) (latex-fragment . org-h= tml-latex-fragment) (line-break . org-html-line-break) (link . org-html-lin= k) (node-property . org-html-node-property) (paragraph . org-html-paragraph= ) (plain-list . org-html-plain-list) (plain-text . org-html-plain-text) (pl= anning . org-html-planning) (property-drawer . org-html-property-drawer) (q= uote-block . org-html-quote-block) (radio-target . org-html-radio-target) (= section . org-html-section) (special-block . org-html-special-block) (src-b= lock . org-html-src-block) (statistics-cookie . org-html-statistics-cookie)= (strike-through . org-html-strike-through) (subscript . org-html-subscript= ) (superscript . org-html-superscript) (table . org-html-table) (table-cell= . org-html-table-cell) (table-row . org-html-table-row) (target . org-html= -target) (template . org-html-template) (timestamp . org-html-timestamp) (u= nderline . org-html-underline) (verbatim . org-html-verbatim) (verse-block = . org-html-verse-block)) ((:html-doctype "HTML_DOCTYPE" nil org-h= tml-doctype) (:html-container "HTML_CONTAINER" nil org-html-conta= iner-element) (:description "DESCRIPTION" nil nil newline) (:keyw= ords "KEYWORDS" nil nil space) (:html-html5-fancy nil "html5= -fancy" org-html-html5-fancy) (:html-link-use-abs-url nil "html-l= ink-use-abs-url" org-html-link-use-abs-url) (:html-link-home "HTM= L_LINK_HOME" nil org-html-link-home) (:html-link-up "HTML_LINK_UP= " nil org-html-link-up) (:html-mathjax "HTML_MATHJAX" nil &q= uot;" space) (:html-postamble nil "html-postamble" org-html-= postamble) (:html-preamble nil "html-preamble" org-html-preamble)= (:html-head "HTML_HEAD" nil org-html-head newline) (:html-head-e= xtra "HTML_HEAD_EXTRA" nil org-html-head-extra newline) (:subtitl= e "SUBTITLE" nil nil parse) (:html-head-include-default-style nil= "html-style" org-html-head-include-default-style) (:html-head-in= clude-scripts nil "html-scripts" org-html-head-include-scripts) (= :html-allow-name-attribute-in-anchors nil nil org-html-allow-name-attribute= -in-anchors) (:html-divs nil nil org-html-divs) (:html-checkbox-type nil ni= l org-html-checkbox-type) (:html-extension nil nil org-html-extension) (:ht= ml-footnote-format nil nil org-html-footnote-format) (:html-footnote-separa= tor nil nil org-html-footnote-separator) (:html-footnotes-section nil nil o= rg-html-footnotes-section) (:html-format-drawer-function nil nil org-html-f= ormat-drawer-function) (:html-format-headline-function nil nil org-html-for= mat-headline-function) (:html-format-inlinetask-function nil nil org-html-f= ormat-inlinetask-function) (:html-home/up-format nil nil org-html-home/up-f= ormat) (:html-indent nil nil org-html-indent) (:html-infojs-options nil nil= org-html-infojs-options) (:html-infojs-template nil nil org-html-infojs-te= mplate) (:html-inline-image-rules nil nil org-html-inline-image-rules) (:ht= ml-link-org-files-as-html nil nil org-html-link-org-files-as-html) (:html-m= athjax-options nil nil org-html-mathjax-options) (:html-mathjax-template ni= l nil org-html-mathjax-template) (:html-metadata-timestamp-format nil nil o= rg-html-metadata-timestamp-format) (:html-postamble-format nil nil org-html= -postamble-format) (:html-preamble-format nil nil org-html-preamble-format)= (:html-table-align-individual-fields nil nil org-html-table-align-individu= al-fields) (:html-table-caption-above nil nil org-html-table-caption-above)= (:html-table-data-tags nil nil org-html-table-data-tags) (:html-table-head= er-tags nil nil org-html-table-header-tags) (:html-table-use-header-tags-fo= r-first-column nil nil org-html-table-use-header-tags-for-first-column) (:h= tml-tag-class-prefix nil nil org-html-tag-class-prefix) (:html-text-markup-= alist nil nil org-html-text-markup-alist) (:html-todo-kwd-class-prefix nil = nil org-html-todo-kwd-class-prefix) (:html-toplevel-hlevel nil nil org-html= -toplevel-hlevel) (:html-use-infojs nil nil org-html-use-infojs) (:html-val= idation-link nil nil org-html-validation-link) (:html-viewport nil nil org-= html-viewport) (:html-inline-images nil nil org-html-inline-images) ...) ((= :filter-options . org-html-infojs-install-script) (:filter-parse-tree . org= -html-image-link-filter) (:filter-final-output . org-html-final-function)) = nil (104 "Export to HTML" ((72 "As HTML buffer" org-htm= l-export-as-html) (104 "As HTML file" org-html-export-to-html) (1= 11 "As HTML file and open" (lambda (a s v b) (if a (org-html-expo= rt-to-html t s v b) (org-open-file ...))))))] :translate-alist ((bold . org= -html-bold) (center-block . org-html-center-block) (clock . org-html-clock)= (code . org-html-code) (drawer . org-html-drawer) (dynamic-block . org-htm= l-dynamic-block) (entity . org-html-entity) (example-block . org-html-examp= le-block) (export-block . org-html-export-block) (export-snippet . org-html= -export-snippet) (fixed-width . org-html-fixed-width) (footnote-definition = . org-html-footnote-definition) (footnote-reference . org-html-footnote-ref= erence) (headline . org-html-headline) (horizontal-rule . org-html-horizont= al-rule) (inline-src-block . org-html-inline-src-block) (inlinetask . org-h= tml-inlinetask) (inner-template . org-html-inner-template) (italic . org-ht= ml-italic) (item . org-html-item) (keyword . org-html-keyword) (latex-envir= onment . org-html-latex-environment) (latex-fragment . org-html-latex-fragm= ent) (line-break . org-html-line-break) (link . org-html-link) (node-proper= ty . org-html-node-property) (paragraph . org-html-paragraph) (plain-list .= org-html-plain-list) (plain-text . org-html-plain-text) (planning . org-ht= ml-planning) (property-drawer . org-html-property-drawer) (quote-block . or= g-html-quote-block) (radio-target . org-html-radio-target) (section . org-h= tml-section) (special-block . org-html-special-block) (src-block . org-html= -src-block) (statistics-cookie . org-html-statistics-cookie) (strike-throug= h . org-html-strike-through) (subscript . org-html-subscript) (superscript = . org-html-superscript) (table . org-html-table) (table-cell . org-html-tab= le-cell) (table-row . org-html-table-row) (target . org-html-target) (templ= ate . org-html-template) (timestamp . org-html-timestamp) (underline . org-= html-underline) (verbatim . org-html-verbatim) (verse-block . org-html-vers= e-block)) :exported-data #s(hash-table size 4001 test eq rehash-size 1.5 re= hash-threshold 0.8 data (#("Here I put a C snippet\n" 0 23 (:pare= nt (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-= blank 1 :post-affiliated 28 :parent (section (:begin 28 :end 152 :contents-= begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :parent ...) #= 4 (src-block ...))) #2))) #("Here I put a C snippet\n" 0 23 (:par= ent (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post= -blank 1 :post-affiliated 28 :parent (section (:begin 28 :end 152 :contents= -begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :parent ...) = #4 (src-block ...))) #("Here I put a C snippet\n" 0 23 (:parent #= 4))))) (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :p= ost-blank 1 :post-affiliated 28 :parent (section (:begin 28 :end 152 :conte= nts-begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :parent (h= eadline (:raw-value "An example of org file" :begin 1 :end 152 :p= re-blank 1 :contents-begin 28 :contents-end 148 :level 1 :priority nil :tag= s nil :todo-keyword nil :todo-type nil :post-blank 4 :footnote-section-p ni= l :archivedp nil :commentedp nil :post-affiliated 1 :title ... :parent ...)= #4)) #2 (src-block (:language "c" :switches nil :parameters nil = :begin 54 :end 148 :number-lines nil :preserve-indent nil :retain-labels t = :use-labels t :label-fmt nil :value "=C2=A0 int main() {\n=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0 printf(\"hello world\\n\");\n=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0 return 0;\n=C2=A0 }\n" :post-blank 0 :post-affiliated = 54 :parent #4)))) #("Here I put a C snippet\n" 0 23 (:parent #2))= ) #("<p>\nHere I put a C snippet\n</p>\n\n" 4 27 (:pa= rent (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :pos= t-blank 1 :post-affiliated 28 :parent (section (:begin 28 :end 152 :content= s-begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :parent ...)= #4 (src-block ...))) #("Here I put a C snippet\n" 0 23 (:parent = #4))))) ...)) :input-buffer "myexampl= e.org" :input-file "/home/lipari/tmp/prova-org/myexample.org" :html-doctype "xhtml-strict= " :html-container "div" :description nil :keywords nil :html= -html5-fancy nil :html-link-use-abs-url nil :html-link-home "" :h= tml-link-up "" :html-mathjax "" :html-postamble auto :h= tml-preamble t :html-head "" :html-head-extra "" :subti= tle nil :html-head-include-default-style t :html-head-include-scripts t :ht= ml-allow-name-attribute-in-anchors nil :html-divs ((preamble "div"= ; "preamble") (content "div" "content") (post= amble "div" "postamble")) :html-checkbox-type ascii ...= ))
=C2=A0 org-html-src-block((src-block (:language "c" :switch= es nil :parameters nil :begin 54 :end 148 :number-lines nil :preserve-inden= t nil :retain-labels t :use-labels t :label-fmt nil :value "=C2=A0 int= main() {\n=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 printf(\"hello world\\n\&quo= t;);\n=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 return 0;\n=C2=A0 }\n" :post-blan= k 0 :post-affiliated 54 :parent (section (:begin 28 :end 152 :contents-begi= n 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :parent (headline = (:raw-value "An example of org file" :begin 1 :end 152 :pre-blank= 1 :contents-begin 28 :contents-end 148 :level 1 :priority nil :tags nil :t= odo-keyword nil :todo-type nil :post-blank 4 :footnote-section-p nil :archi= vedp nil :commentedp nil :post-affiliated 1 :title (#("An example of o= rg file" 0 22 ...)) :parent (org-data nil #4)) #2)) (paragraph (:begin= 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affilia= ted 28 :parent #2) #("Here I put a C snippet\n" 0 23 (:parent #3)= )) #0))) nil (:export-options nil :back-end [cl-struct-org-export-backend h= tml nil ((bold . org-html-bold) (center-block . org-html-center-block) (clo= ck . org-html-clock) (code . org-html-code) (drawer . org-html-drawer) (dyn= amic-block . org-html-dynamic-block) (entity . org-html-entity) (example-bl= ock . org-html-example-block) (export-block . org-html-export-block) (expor= t-snippet . org-html-export-snippet) (fixed-width . org-html-fixed-width) (= footnote-definition . org-html-footnote-definition) (footnote-reference . o= rg-html-footnote-reference) (headline . org-html-headline) (horizontal-rule= . org-html-horizontal-rule) (inline-src-block . org-html-inline-src-block)= (inlinetask . org-html-inlinetask) (inner-template . org-html-inner-templa= te) (italic . org-html-italic) (item . org-html-item) (keyword . org-html-k= eyword) (latex-environment . org-html-latex-environment) (latex-fragment . = org-html-latex-fragment) (line-break . org-html-line-break) (link . org-htm= l-link) (node-property . org-html-node-property) (paragraph . org-html-para= graph) (plain-list . org-html-plain-list) (plain-text . org-html-plain-text= ) (planning . org-html-planning) (property-drawer . org-html-property-drawe= r) (quote-block . org-html-quote-block) (radio-target . org-html-radio-targ= et) (section . org-html-section) (special-block . org-html-special-block) (= src-block . org-html-src-block) (statistics-cookie . org-html-statistics-co= okie) (strike-through . org-html-strike-through) (subscript . org-html-subs= cript) (superscript . org-html-superscript) (table . org-html-table) (table= -cell . org-html-table-cell) (table-row . org-html-table-row) (target . org= -html-target) (template . org-html-template) (timestamp . org-html-timestam= p) (underline . org-html-underline) (verbatim . org-html-verbatim) (verse-b= lock . org-html-verse-block)) ((:html-doctype "HTML_DOCTYPE" nil = org-html-doctype) (:html-container "HTML_CONTAINER" nil org-html-= container-element) (:description "DESCRIPTION" nil nil newline) (= :keywords "KEYWORDS" nil nil space) (:html-html5-fancy nil "= html5-fancy" org-html-html5-fancy) (:html-link-use-abs-url nil "h= tml-link-use-abs-url" org-html-link-use-abs-url) (:html-link-home &quo= t;HTML_LINK_HOME" nil org-html-link-home) (:html-link-up "HTML_LI= NK_UP" nil org-html-link-up) (:html-mathjax "HTML_MATHJAX" n= il "" space) (:html-postamble nil "html-postamble" org-= html-postamble) (:html-preamble nil "html-preamble" org-html-prea= mble) (:html-head "HTML_HEAD" nil org-html-head newline) (:html-h= ead-extra "HTML_HEAD_EXTRA" nil org-html-head-extra newline) (:su= btitle "SUBTITLE" nil nil parse) (:html-head-include-default-styl= e nil "html-style" org-html-head-include-default-style) (:html-he= ad-include-scripts nil "html-scripts" org-html-head-include-scrip= ts) (:html-allow-name-attribute-in-anchors nil nil org-html-allow-name-attr= ibute-in-anchors) (:html-divs nil nil org-html-divs) (:html-checkbox-type n= il nil org-html-checkbox-type) (:html-extension nil nil org-html-extension)= (:html-footnote-format nil nil org-html-footnote-format) (:html-footnote-s= eparator nil nil org-html-footnote-separator) (:html-footnotes-section nil = nil org-html-footnotes-section) (:html-format-drawer-function nil nil org-h= tml-format-drawer-function) (:html-format-headline-function nil nil org-htm= l-format-headline-function) (:html-format-inlinetask-function nil nil org-h= tml-format-inlinetask-function) (:html-home/up-format nil nil org-html-home= /up-format) (:html-indent nil nil org-html-indent) (:html-infojs-options ni= l nil org-html-infojs-options) (:html-infojs-template nil nil org-html-info= js-template) (:html-inline-image-rules nil nil org-html-inline-image-rules)= (:html-link-org-files-as-html nil nil org-html-link-org-files-as-html) (:h= tml-mathjax-options nil nil org-html-mathjax-options) (:html-mathjax-templa= te nil nil org-html-mathjax-template) (:html-metadata-timestamp-format nil = nil org-html-metadata-timestamp-format) (:html-postamble-format nil nil org= -html-postamble-format) (:html-preamble-format nil nil org-html-preamble-fo= rmat) (:html-table-align-individual-fields nil nil org-html-table-align-ind= ividual-fields) (:html-table-caption-above nil nil org-html-table-caption-a= bove) (:html-table-data-tags nil nil org-html-table-data-tags) (:html-table= -header-tags nil nil org-html-table-header-tags) (:html-table-use-header-ta= gs-for-first-column nil nil org-html-table-use-header-tags-for-first-column= ) (:html-tag-class-prefix nil nil org-html-tag-class-prefix) (:html-text-ma= rkup-alist nil nil org-html-text-markup-alist) (:html-todo-kwd-class-prefix= nil nil org-html-todo-kwd-class-prefix) (:html-toplevel-hlevel nil nil org= -html-toplevel-hlevel) (:html-use-infojs nil nil org-html-use-infojs) (:htm= l-validation-link nil nil org-html-validation-link) (:html-viewport nil nil= org-html-viewport) (:html-inline-images nil nil org-html-inline-images) ..= .) ((:filter-options . org-html-infojs-install-script) (:filter-parse-tree = . org-html-image-link-filter) (:filter-final-output . org-html-final-functi= on)) nil (104 "Export to HTML" ((72 "As HTML buffer" or= g-html-export-as-html) (104 "As HTML file" org-html-export-to-htm= l) (111 "As HTML file and open" (lambda (a s v b) (if a (org-html= -export-to-html t s v b) (org-open-file ...))))))] :translate-alist ((bold = . org-html-bold) (center-block . org-html-center-block) (clock . org-html-c= lock) (code . org-html-code) (drawer . org-html-drawer) (dynamic-block . or= g-html-dynamic-block) (entity . org-html-entity) (example-block . org-html-= example-block) (export-block . org-html-export-block) (export-snippet . org= -html-export-snippet) (fixed-width . org-html-fixed-width) (footnote-defini= tion . org-html-footnote-definition) (footnote-reference . org-html-footnot= e-reference) (headline . org-html-headline) (horizontal-rule . org-html-hor= izontal-rule) (inline-src-block . org-html-inline-src-block) (inlinetask . = org-html-inlinetask) (inner-template . org-html-inner-template) (italic . o= rg-html-italic) (item . org-html-item) (keyword . org-html-keyword) (latex-= environment . org-html-latex-environment) (latex-fragment . org-html-latex-= fragment) (line-break . org-html-line-break) (link . org-html-link) (node-p= roperty . org-html-node-property) (paragraph . org-html-paragraph) (plain-l= ist . org-html-plain-list) (plain-text . org-html-plain-text) (planning . o= rg-html-planning) (property-drawer . org-html-property-drawer) (quote-block= . org-html-quote-block) (radio-target . org-html-radio-target) (section . = org-html-section) (special-block . org-html-special-block) (src-block . org= -html-src-block) (statistics-cookie . org-html-statistics-cookie) (strike-t= hrough . org-html-strike-through) (subscript . org-html-subscript) (supersc= ript . org-html-superscript) (table . org-html-table) (table-cell . org-htm= l-table-cell) (table-row . org-html-table-row) (target . org-html-target) (= template . org-html-template) (timestamp . org-html-timestamp) (underline .= org-html-underline) (verbatim . org-html-verbatim) (verse-block . org-html= -verse-block)) :exported-data #s(hash-table size 4001 test eq rehash-size 1= .5 rehash-threshold 0.8 data (#("Here I put a C snippet\n" 0 23 (= :parent (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 := post-blank 1 :post-affiliated 28 :parent (section (:begin 28 :end 152 :cont= ents-begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :parent .= ..) #4 (src-block ...))) #2))) #("Here I put a C snippet\n" 0 23 = (:parent (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 = :post-blank 1 :post-affiliated 28 :parent (section (:begin 28 :end 152 :con= tents-begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :parent = ...) #4 (src-block ...))) #("Here I put a C snippet\n" 0 23 (:par= ent #4))))) (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end = 53 :post-blank 1 :post-affiliated 28 :parent (section (:begin 28 :end 152 := contents-begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :pare= nt (headline (:raw-value "An example of org file" :begin 1 :end 1= 52 :pre-blank 1 :contents-begin 28 :contents-end 148 :level 1 :priority nil= :tags nil :todo-keyword nil :todo-type nil :post-blank 4 :footnote-section= -p nil :archivedp nil :commentedp nil :post-affiliated 1 :title ... :parent= ...) #4)) #2 (src-block (:language "c" :switches nil :parameters= nil :begin 54 :end 148 :number-lines nil :preserve-indent nil :retain-labe= ls t :use-labels t :label-fmt nil :value "=C2=A0 int main() {\n=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0 printf(\"hello world\\n\");\n=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0 return 0;\n=C2=A0 }\n" :post-blank 0 :post-affil= iated 54 :parent #4)))) #("Here I put a C snippet\n" 0 23 (:paren= t #2))) #("<p>\nHere I put a C snippet\n</p>\n\n" 4 2= 7 (:parent (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 5= 3 :post-blank 1 :post-affiliated 28 :parent (section (:begin 28 :end 152 :c= ontents-begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :paren= t ...) #4 (src-block ...))) #("Here I put a C snippet\n" 0 23 (:p= arent #4))))) ...)) :input-buffer "my= example.org" :input-file "/home/lipari/tmp/prova-org/myexample.org" :html-doctype "xhtml= -strict" :html-container "div" :description nil :keywords ni= l :html-html5-fancy nil :html-link-use-abs-url nil :html-link-home "&q= uot; :html-link-up "" :html-mathjax "" :html-postamble = auto :html-preamble t :html-head "" :html-head-extra ""= :subtitle nil :html-head-include-default-style t :html-head-include-script= s t :html-allow-name-attribute-in-anchors nil :html-divs ((preamble "d= iv" "preamble") (content "div" "content"= ) (postamble "div" "postamble")) :html-checkbox-type as= cii ...))
=C2=A0 #[0 "\302\300\303\301#\207" [(src-block (:lan= guage "c" :switches nil :parameters nil :begin 54 :end 148 :numbe= r-lines nil :preserve-indent nil :retain-labels t :use-labels t :label-fmt = nil :value "=C2=A0 int main() {\n=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 printf= (\"hello world\\n\");\n=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 return 0;\n= =C2=A0 }\n" :post-blank 0 :post-affiliated 54 :parent (section (:begin= 28 :end 152 :contents-begin 28 :contents-end 148 :post-blank 4 :post-affil= iated 28 :parent (headline (:raw-value "An example of org file" := begin 1 :end 152 :pre-blank 1 :contents-begin 28 :contents-end 148 :level 1= :priority nil :tags nil :todo-keyword nil :todo-type nil :post-blank 4 :fo= otnote-section-p nil :archivedp nil :commentedp nil :post-affiliated 1 :tit= le ... :parent ...) #4)) (paragraph (:begin 28 :end 54 :contents-begin 28 := contents-end 53 :post-blank 1 :post-affiliated 28 :parent #4) #("Here = I put a C snippet\n" 0 23 (:parent #5))) #2))) (:export-options nil :b= ack-end [cl-struct-org-export-backend html nil ((bold . org-html-bold) (cen= ter-block . org-html-center-block) (clock . org-html-clock) (code . org-htm= l-code) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-block)= (entity . org-html-entity) (example-block . org-html-example-block) (expor= t-block . org-html-export-block) (export-snippet . org-html-export-snippet)= (fixed-width . org-html-fixed-width) (footnote-definition . org-html-footn= ote-definition) (footnote-reference . org-html-footnote-reference) (headlin= e . org-html-headline) (horizontal-rule . org-html-horizontal-rule) (inline= -src-block . org-html-inline-src-block) (inlinetask . org-html-inlinetask) = (inner-template . org-html-inner-template) (italic . org-html-italic) (item= . org-html-item) (keyword . org-html-keyword) (latex-environment . org-htm= l-latex-environment) (latex-fragment . org-html-latex-fragment) (line-break= . org-html-line-break) (link . org-html-link) (node-property . org-html-no= de-property) (paragraph . org-html-paragraph) (plain-list . org-html-plain-= list) (plain-text . org-html-plain-text) (planning . org-html-planning) (pr= operty-drawer . org-html-property-drawer) (quote-block . org-html-quote-blo= ck) (radio-target . org-html-radio-target) (section . org-html-section) (sp= ecial-block . org-html-special-block) (src-block . org-html-src-block) (sta= tistics-cookie . org-html-statistics-cookie) (strike-through . org-html-str= ike-through) (subscript . org-html-subscript) (superscript . org-html-super= script) (table . org-html-table) (table-cell . org-html-table-cell) (table-= row . org-html-table-row) (target . org-html-target) (template . org-html-t= emplate) (timestamp . org-html-timestamp) (underline . org-html-underline) = (verbatim . org-html-verbatim) (verse-block . org-html-verse-block)) ((:htm= l-doctype "HTML_DOCTYPE" nil org-html-doctype) (:html-container &= quot;HTML_CONTAINER" nil org-html-container-element) (:description &qu= ot;DESCRIPTION" nil nil newline) (:keywords "KEYWORDS" nil n= il space) (:html-html5-fancy nil "html5-fancy" org-html-html5-fan= cy) (:html-link-use-abs-url nil "html-link-use-abs-url" org-html-= link-use-abs-url) (:html-link-home "HTML_LINK_HOME" nil org-html-= link-home) (:html-link-up "HTML_LINK_UP" nil org-html-link-up) (:= html-mathjax "HTML_MATHJAX" nil "" space) (:html-postam= ble nil "html-postamble" org-html-postamble) (:html-preamble nil = "html-preamble" org-html-preamble) (:html-head "HTML_HEAD&qu= ot; nil org-html-head newline) (:html-head-extra "HTML_HEAD_EXTRA"= ; nil org-html-head-extra newline) (:subtitle "SUBTITLE" nil nil = parse) (:html-head-include-default-style nil "html-style" org-htm= l-head-include-default-style) (:html-head-include-scripts nil "html-sc= ripts" org-html-head-include-scripts) (:html-allow-name-attribute-in-a= nchors nil nil org-html-allow-name-attribute-in-anchors) (:html-divs nil ni= l org-html-divs) (:html-checkbox-type nil nil org-html-checkbox-type) (:htm= l-extension nil nil org-html-extension) (:html-footnote-format nil nil org-= html-footnote-format) (:html-footnote-separator nil nil org-html-footnote-s= eparator) (:html-footnotes-section nil nil org-html-footnotes-section) (:ht= ml-format-drawer-function nil nil org-html-format-drawer-function) (:html-f= ormat-headline-function nil nil org-html-format-headline-function) (:html-f= ormat-inlinetask-function nil nil org-html-format-inlinetask-function) (:ht= ml-home/up-format nil nil org-html-home/up-format) (:html-indent nil nil or= g-html-indent) (:html-infojs-options nil nil org-html-infojs-options) (:htm= l-infojs-template nil nil org-html-infojs-template) (:html-inline-image-rul= es nil nil org-html-inline-image-rules) (:html-link-org-files-as-html nil n= il org-html-link-org-files-as-html) (:html-mathjax-options nil nil org-html= -mathjax-options) (:html-mathjax-template nil nil org-html-mathjax-template= ) (:html-metadata-timestamp-format nil nil org-html-metadata-timestamp-form= at) (:html-postamble-format nil nil org-html-postamble-format) (:html-pream= ble-format nil nil org-html-preamble-format) (:html-table-align-individual-= fields nil nil org-html-table-align-individual-fields) (:html-table-caption= -above nil nil org-html-table-caption-above) (:html-table-data-tags nil nil= org-html-table-data-tags) (:html-table-header-tags nil nil org-html-table-= header-tags) (:html-table-use-header-tags-for-first-column nil nil org-html= -table-use-header-tags-for-first-column) (:html-tag-class-prefix nil nil or= g-html-tag-class-prefix) (:html-text-markup-alist nil nil org-html-text-mar= kup-alist) (:html-todo-kwd-class-prefix nil nil org-html-todo-kwd-class-pre= fix) (:html-toplevel-hlevel nil nil org-html-toplevel-hlevel) (:html-use-in= fojs nil nil org-html-use-infojs) (:html-validation-link nil nil org-html-v= alidation-link) (:html-viewport nil nil org-html-viewport) (:html-inline-im= ages nil nil org-html-inline-images) ...) ((:filter-options . org-html-info= js-install-script) (:filter-parse-tree . org-html-image-link-filter) (:filt= er-final-output . org-html-final-function)) nil (104 "Export to HTML&q= uot; ((72 "As HTML buffer" org-html-export-as-html) (104 "As= HTML file" org-html-export-to-html) (111 "As HTML file and open&= quot; (lambda ... ...))))] :translate-alist ((bold . org-html-bold) (center= -block . org-html-center-block) (clock . org-html-clock) (code . org-html-c= ode) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-block) (e= ntity . org-html-entity) (example-block . org-html-example-block) (export-b= lock . org-html-export-block) (export-snippet . org-html-export-snippet) (f= ixed-width . org-html-fixed-width) (footnote-definition . org-html-footnote= -definition) (footnote-reference . org-html-footnote-reference) (headline .= org-html-headline) (horizontal-rule . org-html-horizontal-rule) (inline-sr= c-block . org-html-inline-src-block) (inlinetask . org-html-inlinetask) (in= ner-template . org-html-inner-template) (italic . org-html-italic) (item . = org-html-item) (keyword . org-html-keyword) (latex-environment . org-html-l= atex-environment) (latex-fragment . org-html-latex-fragment) (line-break . = org-html-line-break) (link . org-html-link) (node-property . org-html-node-= property) (paragraph . org-html-paragraph) (plain-list . org-html-plain-lis= t) (plain-text . org-html-plain-text) (planning . org-html-planning) (prope= rty-drawer . org-html-property-drawer) (quote-block . org-html-quote-block)= (radio-target . org-html-radio-target) (section . org-html-section) (speci= al-block . org-html-special-block) (src-block . org-html-src-block) (statis= tics-cookie . org-html-statistics-cookie) (strike-through . org-html-strike= -through) (subscript . org-html-subscript) (superscript . org-html-superscr= ipt) (table . org-html-table) (table-cell . org-html-table-cell) (table-row= . org-html-table-row) (target . org-html-target) (template . org-html-temp= late) (timestamp . org-html-timestamp) (underline . org-html-underline) (ve= rbatim . org-html-verbatim) (verse-block . org-html-verse-block)) :exported= -data #s(hash-table size 4001 test eq rehash-size 1.5 rehash-threshold 0.8 = data (#("Here I put a C snippet\n" 0 23 (:parent (paragraph (:beg= in 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affil= iated 28 :parent ...) #4))) #("Here I put a C snippet\n" 0 23 (:p= arent (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :po= st-blank 1 :post-affiliated 28 :parent ...) #("Here I put a C snippet\= n" 0 23 ...)))) (paragraph (:begin 28 :end 54 :contents-begin 28 :cont= ents-end 53 :post-blank 1 :post-affiliated 28 :parent (section (:begin 28 := end 152 :contents-begin 28 :contents-end 148 :post-blank 4 :post-affiliated= 28 :parent ...) #4 (src-block ...))) #("Here I put a C snippet\n"= ; 0 23 (:parent #4))) #("<p>\nHere I put a C snippet\n</p>= \n\n" 4 27 (:parent (paragraph (:begin 28 :end 54 :contents-begin 28 := contents-end 53 :post-blank 1 :post-affiliated 28 :parent ...) #("Here= I put a C snippet\n" 0 23 ...)))) ...)) :input-buffer "myexample.org" :input-file "/home/l= ipari/tmp/prova-org/myexample.org"= ; :html-doctype "xhtml-strict" :html-container "div" :d= escription nil :keywords nil :html-html5-fancy nil :html-link-use-abs-url n= il :html-link-home "" :html-link-up "" :html-mathjax &q= uot;" :html-postamble auto :html-preamble t :html-head "" :h= tml-head-extra "" :subtitle nil :html-head-include-default-style = t :html-head-include-scripts t :html-allow-name-attribute-in-anchors nil :h= tml-divs ((preamble "div" "preamble") (content "di= v" "content") (postamble "div" "postamble&quo= t;)) :html-checkbox-type ascii ...) org-html-src-block nil] 4 "\n\n(fn= )"]()
=C2=A0 funcall(#[0 "\302\300\303\301#\207" [(src-bl= ock (:language "c" :switches nil :parameters nil :begin 54 :end 1= 48 :number-lines nil :preserve-indent nil :retain-labels t :use-labels t :l= abel-fmt nil :value "=C2=A0 int main() {\n=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0 printf(\"hello world\\n\");\n=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r= eturn 0;\n=C2=A0 }\n" :post-blank 0 :post-affiliated 54 :parent (secti= on (:begin 28 :end 152 :contents-begin 28 :contents-end 148 :post-blank 4 := post-affiliated 28 :parent (headline (:raw-value "An example of org fi= le" :begin 1 :end 152 :pre-blank 1 :contents-begin 28 :contents-end 14= 8 :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :post-b= lank 4 :footnote-section-p nil :archivedp nil :commentedp nil :post-affilia= ted 1 :title ... :parent ...) #4)) (paragraph (:begin 28 :end 54 :contents-= begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent #4) #(&= quot;Here I put a C snippet\n" 0 23 (:parent #5))) #2))) (:export-opti= ons nil :back-end [cl-struct-org-export-backend html nil ((bold . org-html-= bold) (center-block . org-html-center-block) (clock . org-html-clock) (code= . org-html-code) (drawer . org-html-drawer) (dynamic-block . org-html-dyna= mic-block) (entity . org-html-entity) (example-block . org-html-example-blo= ck) (export-block . org-html-export-block) (export-snippet . org-html-expor= t-snippet) (fixed-width . org-html-fixed-width) (footnote-definition . org-= html-footnote-definition) (footnote-reference . org-html-footnote-reference= ) (headline . org-html-headline) (horizontal-rule . org-html-horizontal-rul= e) (inline-src-block . org-html-inline-src-block) (inlinetask . org-html-in= linetask) (inner-template . org-html-inner-template) (italic . org-html-ita= lic) (item . org-html-item) (keyword . org-html-keyword) (latex-environment= . org-html-latex-environment) (latex-fragment . org-html-latex-fragment) (= line-break . org-html-line-break) (link . org-html-link) (node-property . o= rg-html-node-property) (paragraph . org-html-paragraph) (plain-list . org-h= tml-plain-list) (plain-text . org-html-plain-text) (planning . org-html-pla= nning) (property-drawer . org-html-property-drawer) (quote-block . org-html= -quote-block) (radio-target . org-html-radio-target) (section . org-html-se= ction) (special-block . org-html-special-block) (src-block . org-html-src-b= lock) (statistics-cookie . org-html-statistics-cookie) (strike-through . or= g-html-strike-through) (subscript . org-html-subscript) (superscript . org-= html-superscript) (table . org-html-table) (table-cell . org-html-table-cel= l) (table-row . org-html-table-row) (target . org-html-target) (template . = org-html-template) (timestamp . org-html-timestamp) (underline . org-html-u= nderline) (verbatim . org-html-verbatim) (verse-block . org-html-verse-bloc= k)) ((:html-doctype "HTML_DOCTYPE" nil org-html-doctype) (:html-c= ontainer "HTML_CONTAINER" nil org-html-container-element) (:descr= iption "DESCRIPTION" nil nil newline) (:keywords "KEYWORDS&q= uot; nil nil space) (:html-html5-fancy nil "html5-fancy" org-html= -html5-fancy) (:html-link-use-abs-url nil "html-link-use-abs-url"= org-html-link-use-abs-url) (:html-link-home "HTML_LINK_HOME" nil= org-html-link-home) (:html-link-up "HTML_LINK_UP" nil org-html-l= ink-up) (:html-mathjax "HTML_MATHJAX" nil "" space) (:h= tml-postamble nil "html-postamble" org-html-postamble) (:html-pre= amble nil "html-preamble" org-html-preamble) (:html-head "HT= ML_HEAD" nil org-html-head newline) (:html-head-extra "HTML_HEAD_= EXTRA" nil org-html-head-extra newline) (:subtitle "SUBTITLE"= ; nil nil parse) (:html-head-include-default-style nil "html-style&quo= t; org-html-head-include-default-style) (:html-head-include-scripts nil &qu= ot;html-scripts" org-html-head-include-scripts) (:html-allow-name-attr= ibute-in-anchors nil nil org-html-allow-name-attribute-in-anchors) (:html-d= ivs nil nil org-html-divs) (:html-checkbox-type nil nil org-html-checkbox-t= ype) (:html-extension nil nil org-html-extension) (:html-footnote-format ni= l nil org-html-footnote-format) (:html-footnote-separator nil nil org-html-= footnote-separator) (:html-footnotes-section nil nil org-html-footnotes-sec= tion) (:html-format-drawer-function nil nil org-html-format-drawer-function= ) (:html-format-headline-function nil nil org-html-format-headline-function= ) (:html-format-inlinetask-function nil nil org-html-format-inlinetask-func= tion) (:html-home/up-format nil nil org-html-home/up-format) (:html-indent = nil nil org-html-indent) (:html-infojs-options nil nil org-html-infojs-opti= ons) (:html-infojs-template nil nil org-html-infojs-template) (:html-inline= -image-rules nil nil org-html-inline-image-rules) (:html-link-org-files-as-= html nil nil org-html-link-org-files-as-html) (:html-mathjax-options nil ni= l org-html-mathjax-options) (:html-mathjax-template nil nil org-html-mathja= x-template) (:html-metadata-timestamp-format nil nil org-html-metadata-time= stamp-format) (:html-postamble-format nil nil org-html-postamble-format) (:= html-preamble-format nil nil org-html-preamble-format) (:html-table-align-i= ndividual-fields nil nil org-html-table-align-individual-fields) (:html-tab= le-caption-above nil nil org-html-table-caption-above) (:html-table-data-ta= gs nil nil org-html-table-data-tags) (:html-table-header-tags nil nil org-h= tml-table-header-tags) (:html-table-use-header-tags-for-first-column nil ni= l org-html-table-use-header-tags-for-first-column) (:html-tag-class-prefix = nil nil org-html-tag-class-prefix) (:html-text-markup-alist nil nil org-htm= l-text-markup-alist) (:html-todo-kwd-class-prefix nil nil org-html-todo-kwd= -class-prefix) (:html-toplevel-hlevel nil nil org-html-toplevel-hlevel) (:h= tml-use-infojs nil nil org-html-use-infojs) (:html-validation-link nil nil = org-html-validation-link) (:html-viewport nil nil org-html-viewport) (:html= -inline-images nil nil org-html-inline-images) ...) ((:filter-options . org= -html-infojs-install-script) (:filter-parse-tree . org-html-image-link-filt= er) (:filter-final-output . org-html-final-function)) nil (104 "Export= to HTML" ((72 "As HTML buffer" org-html-export-as-html) (10= 4 "As HTML file" org-html-export-to-html) (111 "As HTML file= and open" (lambda ... ...))))] :translate-alist ((bold . org-html-bol= d) (center-block . org-html-center-block) (clock . org-html-clock) (code . = org-html-code) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic= -block) (entity . org-html-entity) (example-block . org-html-example-block)= (export-block . org-html-export-block) (export-snippet . org-html-export-s= nippet) (fixed-width . org-html-fixed-width) (footnote-definition . org-htm= l-footnote-definition) (footnote-reference . org-html-footnote-reference) (= headline . org-html-headline) (horizontal-rule . org-html-horizontal-rule) = (inline-src-block . org-html-inline-src-block) (inlinetask . org-html-inlin= etask) (inner-template . org-html-inner-template) (italic . org-html-italic= ) (item . org-html-item) (keyword . org-html-keyword) (latex-environment . = org-html-latex-environment) (latex-fragment . org-html-latex-fragment) (lin= e-break . org-html-line-break) (link . org-html-link) (node-property . org-= html-node-property) (paragraph . org-html-paragraph) (plain-list . org-html= -plain-list) (plain-text . org-html-plain-text) (planning . org-html-planni= ng) (property-drawer . org-html-property-drawer) (quote-block . org-html-qu= ote-block) (radio-target . org-html-radio-target) (section . org-html-secti= on) (special-block . org-html-special-block) (src-block . org-html-src-bloc= k) (statistics-cookie . org-html-statistics-cookie) (strike-through . org-h= tml-strike-through) (subscript . org-html-subscript) (superscript . org-htm= l-superscript) (table . org-html-table) (table-cell . org-html-table-cell) = (table-row . org-html-table-row) (target . org-html-target) (template . org= -html-template) (timestamp . org-html-timestamp) (underline . org-html-unde= rline) (verbatim . org-html-verbatim) (verse-block . org-html-verse-block))= :exported-data #s(hash-table size 4001 test eq rehash-size 1.5 rehash-thre= shold 0.8 data (#("Here I put a C snippet\n" 0 23 (:parent (parag= raph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 := post-affiliated 28 :parent ...) #4))) #("Here I put a C snippet\n"= ; 0 23 (:parent (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-= end 53 :post-blank 1 :post-affiliated 28 :parent ...) #("Here I put a = C snippet\n" 0 23 ...)))) (paragraph (:begin 28 :end 54 :contents-begi= n 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent (section (:= begin 28 :end 152 :contents-begin 28 :contents-end 148 :post-blank 4 :post-= affiliated 28 :parent ...) #4 (src-block ...))) #("Here I put a C snip= pet\n" 0 23 (:parent #4))) #("<p>\nHere I put a C snippet\n= </p>\n\n" 4 27 (:parent (paragraph (:begin 28 :end 54 :contents-= begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent ...) #(= "Here I put a C snippet\n" 0 23 ...)))) ...)) :input-buffer "= ;myexample.org" :input-file "= ;/home/lipari/tmp/prova-org/myexample.org<= /a>" :html-doctype "xhtml-strict" :html-container "div&= quot; :description nil :keywords nil :html-html5-fancy nil :html-link-use-a= bs-url nil :html-link-home "" :html-link-up "" :html-ma= thjax "" :html-postamble auto :html-preamble t :html-head "&= quot; :html-head-extra "" :subtitle nil :html-head-include-defaul= t-style t :html-head-include-scripts t :html-allow-name-attribute-in-anchor= s nil :html-divs ((preamble "div" "preamble") (content = "div" "content") (postamble "div" "posta= mble")) :html-checkbox-type ascii ...) org-html-src-block nil] 4 "= ;\n\n(fn)"])
=C2=A0 org-export-data((src-block (:language "c&q= uot; :switches nil :parameters nil :begin 54 :end 148 :number-lines nil :pr= eserve-indent nil :retain-labels t :use-labels t :label-fmt nil :value &quo= t;=C2=A0 int main() {\n=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 printf(\"hello w= orld\\n\");\n=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 return 0;\n=C2=A0 }\n"= ; :post-blank 0 :post-affiliated 54 :parent (section (:begin 28 :end 152 :c= ontents-begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :paren= t (headline (:raw-value "An example of org file" :begin 1 :end 15= 2 :pre-blank 1 :contents-begin 28 :contents-end 148 :level 1 :priority nil = :tags nil :todo-keyword nil :todo-type nil :post-blank 4 :footnote-section-= p nil :archivedp nil :commentedp nil :post-affiliated 1 :title (#("An = example of org file" 0 22 ...)) :parent (org-data nil #4)) #2)) (parag= raph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 := post-affiliated 28 :parent #2) #("Here I put a C snippet\n" 0 23 = (:parent #3))) #0))) (:export-options nil :back-end [cl-struct-org-export-b= ackend html nil ((bold . org-html-bold) (center-block . org-html-center-blo= ck) (clock . org-html-clock) (code . org-html-code) (drawer . org-html-draw= er) (dynamic-block . org-html-dynamic-block) (entity . org-html-entity) (ex= ample-block . org-html-example-block) (export-block . org-html-export-block= ) (export-snippet . org-html-export-snippet) (fixed-width . org-html-fixed-= width) (footnote-definition . org-html-footnote-definition) (footnote-refer= ence . org-html-footnote-reference) (headline . org-html-headline) (horizon= tal-rule . org-html-horizontal-rule) (inline-src-block . org-html-inline-sr= c-block) (inlinetask . org-html-inlinetask) (inner-template . org-html-inne= r-template) (italic . org-html-italic) (item . org-html-item) (keyword . or= g-html-keyword) (latex-environment . org-html-latex-environment) (latex-fra= gment . org-html-latex-fragment) (line-break . org-html-line-break) (link .= org-html-link) (node-property . org-html-node-property) (paragraph . org-h= tml-paragraph) (plain-list . org-html-plain-list) (plain-text . org-html-pl= ain-text) (planning . org-html-planning) (property-drawer . org-html-proper= ty-drawer) (quote-block . org-html-quote-block) (radio-target . org-html-ra= dio-target) (section . org-html-section) (special-block . org-html-special-= block) (src-block . org-html-src-block) (statistics-cookie . org-html-stati= stics-cookie) (strike-through . org-html-strike-through) (subscript . org-h= tml-subscript) (superscript . org-html-superscript) (table . org-html-table= ) (table-cell . org-html-table-cell) (table-row . org-html-table-row) (targ= et . org-html-target) (template . org-html-template) (timestamp . org-html-= timestamp) (underline . org-html-underline) (verbatim . org-html-verbatim) = (verse-block . org-html-verse-block)) ((:html-doctype "HTML_DOCTYPE&qu= ot; nil org-html-doctype) (:html-container "HTML_CONTAINER" nil o= rg-html-container-element) (:description "DESCRIPTION" nil nil ne= wline) (:keywords "KEYWORDS" nil nil space) (:html-html5-fancy ni= l "html5-fancy" org-html-html5-fancy) (:html-link-use-abs-url nil= "html-link-use-abs-url" org-html-link-use-abs-url) (:html-link-h= ome "HTML_LINK_HOME" nil org-html-link-home) (:html-link-up "= ;HTML_LINK_UP" nil org-html-link-up) (:html-mathjax "HTML_MATHJAX= " nil "" space) (:html-postamble nil "html-postamble&qu= ot; org-html-postamble) (:html-preamble nil "html-preamble" org-h= tml-preamble) (:html-head "HTML_HEAD" nil org-html-head newline) = (:html-head-extra "HTML_HEAD_EXTRA" nil org-html-head-extra newli= ne) (:subtitle "SUBTITLE" nil nil parse) (:html-head-include-defa= ult-style nil "html-style" org-html-head-include-default-style) (= :html-head-include-scripts nil "html-scripts" org-html-head-inclu= de-scripts) (:html-allow-name-attribute-in-anchors nil nil org-html-allow-n= ame-attribute-in-anchors) (:html-divs nil nil org-html-divs) (:html-checkbo= x-type nil nil org-html-checkbox-type) (:html-extension nil nil org-html-ex= tension) (:html-footnote-format nil nil org-html-footnote-format) (:html-fo= otnote-separator nil nil org-html-footnote-separator) (:html-footnotes-sect= ion nil nil org-html-footnotes-section) (:html-format-drawer-function nil n= il org-html-format-drawer-function) (:html-format-headline-function nil nil= org-html-format-headline-function) (:html-format-inlinetask-function nil n= il org-html-format-inlinetask-function) (:html-home/up-format nil nil org-h= tml-home/up-format) (:html-indent nil nil org-html-indent) (:html-infojs-op= tions nil nil org-html-infojs-options) (:html-infojs-template nil nil org-h= tml-infojs-template) (:html-inline-image-rules nil nil org-html-inline-imag= e-rules) (:html-link-org-files-as-html nil nil org-html-link-org-files-as-h= tml) (:html-mathjax-options nil nil org-html-mathjax-options) (:html-mathja= x-template nil nil org-html-mathjax-template) (:html-metadata-timestamp-for= mat nil nil org-html-metadata-timestamp-format) (:html-postamble-format nil= nil org-html-postamble-format) (:html-preamble-format nil nil org-html-pre= amble-format) (:html-table-align-individual-fields nil nil org-html-table-a= lign-individual-fields) (:html-table-caption-above nil nil org-html-table-c= aption-above) (:html-table-data-tags nil nil org-html-table-data-tags) (:ht= ml-table-header-tags nil nil org-html-table-header-tags) (:html-table-use-h= eader-tags-for-first-column nil nil org-html-table-use-header-tags-for-firs= t-column) (:html-tag-class-prefix nil nil org-html-tag-class-prefix) (:html= -text-markup-alist nil nil org-html-text-markup-alist) (:html-todo-kwd-clas= s-prefix nil nil org-html-todo-kwd-class-prefix) (:html-toplevel-hlevel nil= nil org-html-toplevel-hlevel) (:html-use-infojs nil nil org-html-use-infoj= s) (:html-validation-link nil nil org-html-validation-link) (:html-viewport= nil nil org-html-viewport) (:html-inline-images nil nil org-html-inline-im= ages) ...) ((:filter-options . org-html-infojs-install-script) (:filter-par= se-tree . org-html-image-link-filter) (:filter-final-output . org-html-fina= l-function)) nil (104 "Export to HTML" ((72 "As HTML buffer&= quot; org-html-export-as-html) (104 "As HTML file" org-html-expor= t-to-html) (111 "As HTML file and open" (lambda (a s v b) (if a (= org-html-export-to-html t s v b) (org-open-file ...))))))] :translate-alist= ((bold . org-html-bold) (center-block . org-html-center-block) (clock . or= g-html-clock) (code . org-html-code) (drawer . org-html-drawer) (dynamic-bl= ock . org-html-dynamic-block) (entity . org-html-entity) (example-block . o= rg-html-example-block) (export-block . org-html-export-block) (export-snipp= et . org-html-export-snippet) (fixed-width . org-html-fixed-width) (footnot= e-definition . org-html-footnote-definition) (footnote-reference . org-html= -footnote-reference) (headline . org-html-headline) (horizontal-rule . org-= html-horizontal-rule) (inline-src-block . org-html-inline-src-block) (inlin= etask . org-html-inlinetask) (inner-template . org-html-inner-template) (it= alic . org-html-italic) (item . org-html-item) (keyword . org-html-keyword)= (latex-environment . org-html-latex-environment) (latex-fragment . org-htm= l-latex-fragment) (line-break . org-html-line-break) (link . org-html-link)= (node-property . org-html-node-property) (paragraph . org-html-paragraph) = (plain-list . org-html-plain-list) (plain-text . org-html-plain-text) (plan= ning . org-html-planning) (property-drawer . org-html-property-drawer) (quo= te-block . org-html-quote-block) (radio-target . org-html-radio-target) (se= ction . org-html-section) (special-block . org-html-special-block) (src-blo= ck . org-html-src-block) (statistics-cookie . org-html-statistics-cookie) (= strike-through . org-html-strike-through) (subscript . org-html-subscript) = (superscript . org-html-superscript) (table . org-html-table) (table-cell .= org-html-table-cell) (table-row . org-html-table-row) (target . org-html-t= arget) (template . org-html-template) (timestamp . org-html-timestamp) (und= erline . org-html-underline) (verbatim . org-html-verbatim) (verse-block . = org-html-verse-block)) :exported-data #s(hash-table size 4001 test eq rehas= h-size 1.5 rehash-threshold 0.8 data (#("Here I put a C snippet\n"= ; 0 23 (:parent (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-= end 53 :post-blank 1 :post-affiliated 28 :parent (section (:begin 28 :end 1= 52 :contents-begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 := parent ...) #4 (src-block ...))) #2))) #("Here I put a C snippet\n&quo= t; 0 23 (:parent (paragraph (:begin 28 :end 54 :contents-begin 28 :contents= -end 53 :post-blank 1 :post-affiliated 28 :parent (section (:begin 28 :end = 152 :contents-begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 = :parent ...) #4 (src-block ...))) #("Here I put a C snippet\n" 0 = 23 (:parent #4))))) (paragraph (:begin 28 :end 54 :contents-begin 28 :conte= nts-end 53 :post-blank 1 :post-affiliated 28 :parent (section (:begin 28 :e= nd 152 :contents-begin 28 :contents-end 148 :post-blank 4 :post-affiliated = 28 :parent (headline (:raw-value "An example of org file" :begin = 1 :end 152 :pre-blank 1 :contents-begin 28 :contents-end 148 :level 1 :prio= rity nil :tags nil :todo-keyword nil :todo-type nil :post-blank 4 :footnote= -section-p nil :archivedp nil :commentedp nil :post-affiliated 1 :title ...= :parent ...) #4)) #2 (src-block (:language "c" :switches nil :pa= rameters nil :begin 54 :end 148 :number-lines nil :preserve-indent nil :ret= ain-labels t :use-labels t :label-fmt nil :value "=C2=A0 int main() {\= n=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 printf(\"hello world\\n\");\n=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0 return 0;\n=C2=A0 }\n" :post-blank 0 :post= -affiliated 54 :parent #4)))) #("Here I put a C snippet\n" 0 23 (= :parent #2))) #("<p>\nHere I put a C snippet\n</p>\n\n&quo= t; 4 27 (:parent (paragraph (:begin 28 :end 54 :contents-begin 28 :contents= -end 53 :post-blank 1 :post-affiliated 28 :parent (section (:begin 28 :end = 152 :contents-begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 = :parent ...) #4 (src-block ...))) #("Here I put a C snippet\n" 0 = 23 (:parent #4))))) ...)) :input-buffer "
myexample.org" :input-file "/home/lipari/tmp/prova-org/myexample.org" :html-doctype "= xhtml-strict" :html-container "div" :description nil :keywor= ds nil :html-html5-fancy nil :html-link-use-abs-url nil :html-link-home &qu= ot;" :html-link-up "" :html-mathjax "" :html-posta= mble auto :html-preamble t :html-head "" :html-head-extra "&= quot; :subtitle nil :html-head-include-default-style t :html-head-include-s= cripts t :html-allow-name-attribute-in-anchors nil :html-divs ((preamble &q= uot;div" "preamble") (content "div" "content&= quot;) (postamble "div" "postamble")) :html-checkbox-ty= pe ascii ...))
=C2=A0 #[257 "\301 \300\"\207" [(:export-o= ptions nil :back-end [cl-struct-org-export-backend html nil ((bold . org-ht= ml-bold) (center-block . org-html-center-block) (clock . org-html-clock) (c= ode . org-html-code) (drawer . org-html-drawer) (dynamic-block . org-html-d= ynamic-block) (entity . org-html-entity) (example-block . org-html-example-= block) (export-block . org-html-export-block) (export-snippet . org-html-ex= port-snippet) (fixed-width . org-html-fixed-width) (footnote-definition . o= rg-html-footnote-definition) (footnote-reference . org-html-footnote-refere= nce) (headline . org-html-headline) (horizontal-rule . org-html-horizontal-= rule) (inline-src-block . org-html-inline-src-block) (inlinetask . org-html= -inlinetask) (inner-template . org-html-inner-template) (italic . org-html-= italic) (item . org-html-item) (keyword . org-html-keyword) (latex-environm= ent . org-html-latex-environment) (latex-fragment . org-html-latex-fragment= ) (line-break . org-html-line-break) (link . org-html-link) (node-property = . org-html-node-property) (paragraph . org-html-paragraph) (plain-list . or= g-html-plain-list) (plain-text . org-html-plain-text) (planning . org-html-= planning) (property-drawer . org-html-property-drawer) (quote-block . org-h= tml-quote-block) (radio-target . org-html-radio-target) (section . org-html= -section) (special-block . org-html-special-block) (src-block . org-html-sr= c-block) (statistics-cookie . org-html-statistics-cookie) (strike-through .= org-html-strike-through) (subscript . org-html-subscript) (superscript . o= rg-html-superscript) (table . org-html-table) (table-cell . org-html-table-= cell) (table-row . org-html-table-row) (target . org-html-target) (template= . org-html-template) (timestamp . org-html-timestamp) (underline . org-htm= l-underline) (verbatim . org-html-verbatim) (verse-block . org-html-verse-b= lock)) ((:html-doctype "HTML_DOCTYPE" nil org-html-doctype) (:htm= l-container "HTML_CONTAINER" nil org-html-container-element) (:de= scription "DESCRIPTION" nil nil newline) (:keywords "KEYWORD= S" nil nil space) (:html-html5-fancy nil "html5-fancy" org-h= tml-html5-fancy) (:html-link-use-abs-url nil "html-link-use-abs-url&qu= ot; org-html-link-use-abs-url) (:html-link-home "HTML_LINK_HOME" = nil org-html-link-home) (:html-link-up "HTML_LINK_UP" nil org-htm= l-link-up) (:html-mathjax "HTML_MATHJAX" nil "" space) = (:html-postamble nil "html-postamble" org-html-postamble) (:html-= preamble nil "html-preamble" org-html-preamble) (:html-head "= ;HTML_HEAD" nil org-html-head newline) (:html-head-extra "HTML_HE= AD_EXTRA" nil org-html-head-extra newline) (:subtitle "SUBTITLE&q= uot; nil nil parse) (:html-head-include-default-style nil "html-style&= quot; org-html-head-include-default-style) (:html-head-include-scripts nil = "html-scripts" org-html-head-include-scripts) (:html-allow-name-a= ttribute-in-anchors nil nil org-html-allow-name-attribute-in-anchors) (:htm= l-divs nil nil org-html-divs) (:html-checkbox-type nil nil org-html-checkbo= x-type) (:html-extension nil nil org-html-extension) (:html-footnote-format= nil nil org-html-footnote-format) (:html-footnote-separator nil nil org-ht= ml-footnote-separator) (:html-footnotes-section nil nil org-html-footnotes-= section) (:html-format-drawer-function nil nil org-html-format-drawer-funct= ion) (:html-format-headline-function nil nil org-html-format-headline-funct= ion) (:html-format-inlinetask-function nil nil org-html-format-inlinetask-f= unction) (:html-home/up-format nil nil org-html-home/up-format) (:html-inde= nt nil nil org-html-indent) (:html-infojs-options nil nil org-html-infojs-o= ptions) (:html-infojs-template nil nil org-html-infojs-template) (:html-inl= ine-image-rules nil nil org-html-inline-image-rules) (:html-link-org-files-= as-html nil nil org-html-link-org-files-as-html) (:html-mathjax-options nil= nil org-html-mathjax-options) (:html-mathjax-template nil nil org-html-mat= hjax-template) (:html-metadata-timestamp-format nil nil org-html-metadata-t= imestamp-format) (:html-postamble-format nil nil org-html-postamble-format)= (:html-preamble-format nil nil org-html-preamble-format) (:html-table-alig= n-individual-fields nil nil org-html-table-align-individual-fields) (:html-= table-caption-above nil nil org-html-table-caption-above) (:html-table-data= -tags nil nil org-html-table-data-tags) (:html-table-header-tags nil nil or= g-html-table-header-tags) (:html-table-use-header-tags-for-first-column nil= nil org-html-table-use-header-tags-for-first-column) (:html-tag-class-pref= ix nil nil org-html-tag-class-prefix) (:html-text-markup-alist nil nil org-= html-text-markup-alist) (:html-todo-kwd-class-prefix nil nil org-html-todo-= kwd-class-prefix) (:html-toplevel-hlevel nil nil org-html-toplevel-hlevel) = (:html-use-infojs nil nil org-html-use-infojs) (:html-validation-link nil n= il org-html-validation-link) (:html-viewport nil nil org-html-viewport) (:h= tml-inline-images nil nil org-html-inline-images) ...) ((:filter-options . = org-html-infojs-install-script) (:filter-parse-tree . org-html-image-link-f= ilter) (:filter-final-output . org-html-final-function)) nil (104 "Exp= ort to HTML" ((72 "As HTML buffer" org-html-export-as-html) = (104 "As HTML file" org-html-export-to-html) (111 "As HTML f= ile and open" (lambda ... ...))))] :translate-alist ((bold . org-html-= bold) (center-block . org-html-center-block) (clock . org-html-clock) (code= . org-html-code) (drawer . org-html-drawer) (dynamic-block . org-html-dyna= mic-block) (entity . org-html-entity) (example-block . org-html-example-blo= ck) (export-block . org-html-export-block) (export-snippet . org-html-expor= t-snippet) (fixed-width . org-html-fixed-width) (footnote-definition . org-= html-footnote-definition) (footnote-reference . org-html-footnote-reference= ) (headline . org-html-headline) (horizontal-rule . org-html-horizontal-rul= e) (inline-src-block . org-html-inline-src-block) (inlinetask . org-html-in= linetask) (inner-template . org-html-inner-template) (italic . org-html-ita= lic) (item . org-html-item) (keyword . org-html-keyword) (latex-environment= . org-html-latex-environment) (latex-fragment . org-html-latex-fragment) (= line-break . org-html-line-break) (link . org-html-link) (node-property . o= rg-html-node-property) (paragraph . org-html-paragraph) (plain-list . org-h= tml-plain-list) (plain-text . org-html-plain-text) (planning . org-html-pla= nning) (property-drawer . org-html-property-drawer) (quote-block . org-html= -quote-block) (radio-target . org-html-radio-target) (section . org-html-se= ction) (special-block . org-html-special-block) (src-block . org-html-src-b= lock) (statistics-cookie . org-html-statistics-cookie) (strike-through . or= g-html-strike-through) (subscript . org-html-subscript) (superscript . org-= html-superscript) (table . org-html-table) (table-cell . org-html-table-cel= l) (table-row . org-html-table-row) (target . org-html-target) (template . = org-html-template) (timestamp . org-html-timestamp) (underline . org-html-u= nderline) (verbatim . org-html-verbatim) (verse-block . org-html-verse-bloc= k)) :exported-data #s(hash-table size 4001 test eq rehash-size 1.5 rehash-t= hreshold 0.8 data (#("Here I put a C snippet\n" 0 23 (:parent (pa= ragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank = 1 :post-affiliated 28 :parent ...) #4))) #("Here I put a C snippet\n&q= uot; 0 23 (:parent (paragraph (:begin 28 :end 54 :contents-begin 28 :conten= ts-end 53 :post-blank 1 :post-affiliated 28 :parent ...) #("Here I put= a C snippet\n" 0 23 ...)))) (paragraph (:begin 28 :end 54 :contents-b= egin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent (section= (:begin 28 :end 152 :contents-begin 28 :contents-end 148 :post-blank 4 :po= st-affiliated 28 :parent ...) #4 (src-block ...))) #("Here I put a C s= nippet\n" 0 23 (:parent #4))) #("<p>\nHere I put a C snippe= t\n</p>\n\n" 4 27 (:parent (paragraph (:begin 28 :end 54 :conten= ts-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent ...)= #("Here I put a C snippet\n" 0 23 ...)))) ...)) :input-buffer &q= uot;myexample.org" :input-file &q= uot;/home/lipari/tmp/prova-org/myexample.o= rg" :html-doctype "xhtml-strict" :html-container "d= iv" :description nil :keywords nil :html-html5-fancy nil :html-link-us= e-abs-url nil :html-link-home "" :html-link-up "" :html= -mathjax "" :html-postamble auto :html-preamble t :html-head &quo= t;" :html-head-extra "" :subtitle nil :html-head-include-def= ault-style t :html-head-include-scripts t :html-allow-name-attribute-in-anc= hors nil :html-divs ((preamble "div" "preamble") (conte= nt "div" "content") (postamble "div" "po= stamble")) :html-checkbox-type ascii ...) org-export-data] 4 "\n\= n(fn ELEMENT)"]((src-block (:language "c" :switches nil :par= ameters nil :begin 54 :end 148 :number-lines nil :preserve-indent nil :reta= in-labels t :use-labels t :label-fmt nil :value "=C2=A0 int main() {\n= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 printf(\"hello world\\n\");\n=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0 return 0;\n=C2=A0 }\n" :post-blank 0 :post= -affiliated 54 :parent (section (:begin 28 :end 152 :contents-begin 28 :con= tents-end 148 :post-blank 4 :post-affiliated 28 :parent (headline (:raw-val= ue "An example of org file" :begin 1 :end 152 :pre-blank 1 :conte= nts-begin 28 :contents-end 148 :level 1 :priority nil :tags nil :todo-keywo= rd nil :todo-type nil :post-blank 4 :footnote-section-p nil :archivedp nil = :commentedp nil :post-affiliated 1 :title (#("An example of org file&q= uot; 0 22 ...)) :parent (org-data nil #4)) #2)) (paragraph (:begin 28 :end = 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :p= arent #2) #("Here I put a C snippet\n" 0 23 (:parent #3))) #0))))=
=C2=A0 mapconcat(#[257 "\301 \300\"\207" [(:export-optio= ns nil :back-end [cl-struct-org-export-backend html nil ((bold . org-html-b= old) (center-block . org-html-center-block) (clock . org-html-clock) (code = . org-html-code) (drawer . org-html-drawer) (dynamic-block . org-html-dynam= ic-block) (entity . org-html-entity) (example-block . org-html-example-bloc= k) (export-block . org-html-export-block) (export-snippet . org-html-export= -snippet) (fixed-width . org-html-fixed-width) (footnote-definition . org-h= tml-footnote-definition) (footnote-reference . org-html-footnote-reference)= (headline . org-html-headline) (horizontal-rule . org-html-horizontal-rule= ) (inline-src-block . org-html-inline-src-block) (inlinetask . org-html-inl= inetask) (inner-template . org-html-inner-template) (italic . org-html-ital= ic) (item . org-html-item) (keyword . org-html-keyword) (latex-environment = . org-html-latex-environment) (latex-fragment . org-html-latex-fragment) (l= ine-break . org-html-line-break) (link . org-html-link) (node-property . or= g-html-node-property) (paragraph . org-html-paragraph) (plain-list . org-ht= ml-plain-list) (plain-text . org-html-plain-text) (planning . org-html-plan= ning) (property-drawer . org-html-property-drawer) (quote-block . org-html-= quote-block) (radio-target . org-html-radio-target) (section . org-html-sec= tion) (special-block . org-html-special-block) (src-block . org-html-src-bl= ock) (statistics-cookie . org-html-statistics-cookie) (strike-through . org= -html-strike-through) (subscript . org-html-subscript) (superscript . org-h= tml-superscript) (table . org-html-table) (table-cell . org-html-table-cell= ) (table-row . org-html-table-row) (target . org-html-target) (template . o= rg-html-template) (timestamp . org-html-timestamp) (underline . org-html-un= derline) (verbatim . org-html-verbatim) (verse-block . org-html-verse-block= )) ((:html-doctype "HTML_DOCTYPE" nil org-html-doctype) (:html-co= ntainer "HTML_CONTAINER" nil org-html-container-element) (:descri= ption "DESCRIPTION" nil nil newline) (:keywords "KEYWORDS&qu= ot; nil nil space) (:html-html5-fancy nil "html5-fancy" org-html-= html5-fancy) (:html-link-use-abs-url nil "html-link-use-abs-url" = org-html-link-use-abs-url) (:html-link-home "HTML_LINK_HOME" nil = org-html-link-home) (:html-link-up "HTML_LINK_UP" nil org-html-li= nk-up) (:html-mathjax "HTML_MATHJAX" nil "" space) (:ht= ml-postamble nil "html-postamble" org-html-postamble) (:html-prea= mble nil "html-preamble" org-html-preamble) (:html-head "HTM= L_HEAD" nil org-html-head newline) (:html-head-extra "HTML_HEAD_E= XTRA" nil org-html-head-extra newline) (:subtitle "SUBTITLE"= nil nil parse) (:html-head-include-default-style nil "html-style"= ; org-html-head-include-default-style) (:html-head-include-scripts nil &quo= t;html-scripts" org-html-head-include-scripts) (:html-allow-name-attri= bute-in-anchors nil nil org-html-allow-name-attribute-in-anchors) (:html-di= vs nil nil org-html-divs) (:html-checkbox-type nil nil org-html-checkbox-ty= pe) (:html-extension nil nil org-html-extension) (:html-footnote-format nil= nil org-html-footnote-format) (:html-footnote-separator nil nil org-html-f= ootnote-separator) (:html-footnotes-section nil nil org-html-footnotes-sect= ion) (:html-format-drawer-function nil nil org-html-format-drawer-function)= (:html-format-headline-function nil nil org-html-format-headline-function)= (:html-format-inlinetask-function nil nil org-html-format-inlinetask-funct= ion) (:html-home/up-format nil nil org-html-home/up-format) (:html-indent n= il nil org-html-indent) (:html-infojs-options nil nil org-html-infojs-optio= ns) (:html-infojs-template nil nil org-html-infojs-template) (:html-inline-= image-rules nil nil org-html-inline-image-rules) (:html-link-org-files-as-h= tml nil nil org-html-link-org-files-as-html) (:html-mathjax-options nil nil= org-html-mathjax-options) (:html-mathjax-template nil nil org-html-mathjax= -template) (:html-metadata-timestamp-format nil nil org-html-metadata-times= tamp-format) (:html-postamble-format nil nil org-html-postamble-format) (:h= tml-preamble-format nil nil org-html-preamble-format) (:html-table-align-in= dividual-fields nil nil org-html-table-align-individual-fields) (:html-tabl= e-caption-above nil nil org-html-table-caption-above) (:html-table-data-tag= s nil nil org-html-table-data-tags) (:html-table-header-tags nil nil org-ht= ml-table-header-tags) (:html-table-use-header-tags-for-first-column nil nil= org-html-table-use-header-tags-for-first-column) (:html-tag-class-prefix n= il nil org-html-tag-class-prefix) (:html-text-markup-alist nil nil org-html= -text-markup-alist) (:html-todo-kwd-class-prefix nil nil org-html-todo-kwd-= class-prefix) (:html-toplevel-hlevel nil nil org-html-toplevel-hlevel) (:ht= ml-use-infojs nil nil org-html-use-infojs) (:html-validation-link nil nil o= rg-html-validation-link) (:html-viewport nil nil org-html-viewport) (:html-= inline-images nil nil org-html-inline-images) ...) ((:filter-options . org-= html-infojs-install-script) (:filter-parse-tree . org-html-image-link-filte= r) (:filter-final-output . org-html-final-function)) nil (104 "Export = to HTML" ((72 "As HTML buffer" org-html-export-as-html) (104= "As HTML file" org-html-export-to-html) (111 "As HTML file = and open" (lambda ... ...))))] :translate-alist ((bold . org-html-bold= ) (center-block . org-html-center-block) (clock . org-html-clock) (code . o= rg-html-code) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-= block) (entity . org-html-entity) (example-block . org-html-example-block) = (export-block . org-html-export-block) (export-snippet . org-html-export-sn= ippet) (fixed-width . org-html-fixed-width) (footnote-definition . org-html= -footnote-definition) (footnote-reference . org-html-footnote-reference) (h= eadline . org-html-headline) (horizontal-rule . org-html-horizontal-rule) (= inline-src-block . org-html-inline-src-block) (inlinetask . org-html-inline= task) (inner-template . org-html-inner-template) (italic . org-html-italic)= (item . org-html-item) (keyword . org-html-keyword) (latex-environment . o= rg-html-latex-environment) (latex-fragment . org-html-latex-fragment) (line= -break . org-html-line-break) (link . org-html-link) (node-property . org-h= tml-node-property) (paragraph . org-html-paragraph) (plain-list . org-html-= plain-list) (plain-text . org-html-plain-text) (planning . org-html-plannin= g) (property-drawer . org-html-property-drawer) (quote-block . org-html-quo= te-block) (radio-target . org-html-radio-target) (section . org-html-sectio= n) (special-block . org-html-special-block) (src-block . org-html-src-block= ) (statistics-cookie . org-html-statistics-cookie) (strike-through . org-ht= ml-strike-through) (subscript . org-html-subscript) (superscript . org-html= -superscript) (table . org-html-table) (table-cell . org-html-table-cell) (= table-row . org-html-table-row) (target . org-html-target) (template . org-= html-template) (timestamp . org-html-timestamp) (underline . org-html-under= line) (verbatim . org-html-verbatim) (verse-block . org-html-verse-block)) = :exported-data #s(hash-table size 4001 test eq rehash-size 1.5 rehash-thres= hold 0.8 data (#("Here I put a C snippet\n" 0 23 (:parent (paragr= aph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :p= ost-affiliated 28 :parent ...) #4))) #("Here I put a C snippet\n"= 0 23 (:parent (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-e= nd 53 :post-blank 1 :post-affiliated 28 :parent ...) #("Here I put a C= snippet\n" 0 23 ...)))) (paragraph (:begin 28 :end 54 :contents-begin= 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent (section (:b= egin 28 :end 152 :contents-begin 28 :contents-end 148 :post-blank 4 :post-a= ffiliated 28 :parent ...) #4 (src-block ...))) #("Here I put a C snipp= et\n" 0 23 (:parent #4))) #("<p>\nHere I put a C snippet\n&= lt;/p>\n\n" 4 27 (:parent (paragraph (:begin 28 :end 54 :contents-b= egin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent ...) #(&= quot;Here I put a C snippet\n" 0 23 ...)))) ...)) :input-buffer "= myexample.org" :input-file "= /home/lipari/tmp/prova-org/myexample.org" :html-doctype "xhtml-strict" :html-container "div&q= uot; :description nil :keywords nil :html-html5-fancy nil :html-link-use-ab= s-url nil :html-link-home "" :html-link-up "" :html-mat= hjax "" :html-postamble auto :html-preamble t :html-head "&q= uot; :html-head-extra "" :subtitle nil :html-head-include-default= -style t :html-head-include-scripts t :html-allow-name-attribute-in-anchors= nil :html-divs ((preamble "div" "preamble") (content &= quot;div" "content") (postamble "div" "postam= ble")) :html-checkbox-type ascii ...) org-export-data] 4 "\n\n(fn= ELEMENT)"] ((paragraph (:begin 28 :end 54 :contents-begin 28 :content= s-end 53 :post-blank 1 :post-affiliated 28 :parent (section (:begin 28 :end= 152 :contents-begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28= :parent (headline (:raw-value "An example of org file" :begin 1 = :end 152 :pre-blank 1 :contents-begin 28 :contents-end 148 :level 1 :priori= ty nil :tags nil :todo-keyword nil :todo-type nil :post-blank 4 :footnote-s= ection-p nil :archivedp nil :commentedp nil :post-affiliated 1 :title (#(&q= uot;An example of org file" 0 22 ...)) :parent (org-data nil #5)) #3))= #1 (src-block (:language "c" :switches nil :parameters nil :begi= n 54 :end 148 :number-lines nil :preserve-indent nil :retain-labels t :use-= labels t :label-fmt nil :value "=C2=A0 int main() {\n=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0 printf(\"hello world\\n\");\n=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0 return 0;\n=C2=A0 }\n" :post-blank 0 :post-affiliated 54 = :parent #3)))) #("Here I put a C snippet\n" 0 23 (:parent #1))) (= src-block (:language "c" :switches nil :parameters nil :begin 54 = :end 148 :number-lines nil :preserve-indent nil :retain-labels t :use-label= s t :label-fmt nil :value "=C2=A0 int main() {\n=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0 printf(\"hello world\\n\");\n=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 return 0;\n=C2=A0 }\n" :post-blank 0 :post-affiliated 54 :paren= t (section (:begin 28 :end 152 :contents-begin 28 :contents-end 148 :post-b= lank 4 :post-affiliated 28 :parent (headline (:raw-value "An example o= f org file" :begin 1 :end 152 :pre-blank 1 :contents-begin 28 :content= s-end 148 :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil= :post-blank 4 :footnote-section-p nil :archivedp nil :commentedp nil :post= -affiliated 1 :title (#("An example of org file" 0 22 ...)) :pare= nt (org-data nil #5)) #3)) (paragraph (:begin 28 :end 54 :contents-begin 28= :contents-end 53 :post-blank 1 :post-affiliated 28 :parent #3) #("Her= e I put a C snippet\n" 0 23 (:parent #4))) #1)))) "")
=C2= =A0 org-export-data((section (:begin 28 :end 152 :contents-begin 28 :conten= ts-end 148 :post-blank 4 :post-affiliated 28 :parent (headline (:raw-value = "An example of org file" :begin 1 :end 152 :pre-blank 1 :contents= -begin 28 :contents-end 148 :level 1 :priority nil :tags nil :todo-keyword = nil :todo-type nil :post-blank 4 :footnote-section-p nil :archivedp nil :co= mmentedp nil :post-affiliated 1 :title (#("An example of org file"= ; 0 22 (:parent #2))) :parent (org-data nil #2)) #0)) (paragraph (:begin 28= :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated= 28 :parent #0) #("Here I put a C snippet\n" 0 23 (:parent #1))) = (src-block (:language "c" :switches nil :parameters nil :begin 54= :end 148 :number-lines nil :preserve-indent nil :retain-labels t :use-labe= ls t :label-fmt nil :value "=C2=A0 int main() {\n=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0 printf(\"hello world\\n\");\n=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 return 0;\n=C2=A0 }\n" :post-blank 0 :post-affiliated 54 :paren= t #0))) (:export-options nil :back-end [cl-struct-org-export-backend html n= il ((bold . org-html-bold) (center-block . org-html-center-block) (clock . = org-html-clock) (code . org-html-code) (drawer . org-html-drawer) (dynamic-= block . org-html-dynamic-block) (entity . org-html-entity) (example-block .= org-html-example-block) (export-block . org-html-export-block) (export-sni= ppet . org-html-export-snippet) (fixed-width . org-html-fixed-width) (footn= ote-definition . org-html-footnote-definition) (footnote-reference . org-ht= ml-footnote-reference) (headline . org-html-headline) (horizontal-rule . or= g-html-horizontal-rule) (inline-src-block . org-html-inline-src-block) (inl= inetask . org-html-inlinetask) (inner-template . org-html-inner-template) (= italic . org-html-italic) (item . org-html-item) (keyword . org-html-keywor= d) (latex-environment . org-html-latex-environment) (latex-fragment . org-h= tml-latex-fragment) (line-break . org-html-line-break) (link . org-html-lin= k) (node-property . org-html-node-property) (paragraph . org-html-paragraph= ) (plain-list . org-html-plain-list) (plain-text . org-html-plain-text) (pl= anning . org-html-planning) (property-drawer . org-html-property-drawer) (q= uote-block . org-html-quote-block) (radio-target . org-html-radio-target) (= section . org-html-section) (special-block . org-html-special-block) (src-b= lock . org-html-src-block) (statistics-cookie . org-html-statistics-cookie)= (strike-through . org-html-strike-through) (subscript . org-html-subscript= ) (superscript . org-html-superscript) (table . org-html-table) (table-cell= . org-html-table-cell) (table-row . org-html-table-row) (target . org-html= -target) (template . org-html-template) (timestamp . org-html-timestamp) (u= nderline . org-html-underline) (verbatim . org-html-verbatim) (verse-block = . org-html-verse-block)) ((:html-doctype "HTML_DOCTYPE" nil org-h= tml-doctype) (:html-container "HTML_CONTAINER" nil org-html-conta= iner-element) (:description "DESCRIPTION" nil nil newline) (:keyw= ords "KEYWORDS" nil nil space) (:html-html5-fancy nil "html5= -fancy" org-html-html5-fancy) (:html-link-use-abs-url nil "html-l= ink-use-abs-url" org-html-link-use-abs-url) (:html-link-home "HTM= L_LINK_HOME" nil org-html-link-home) (:html-link-up "HTML_LINK_UP= " nil org-html-link-up) (:html-mathjax "HTML_MATHJAX" nil &q= uot;" space) (:html-postamble nil "html-postamble" org-html-= postamble) (:html-preamble nil "html-preamble" org-html-preamble)= (:html-head "HTML_HEAD" nil org-html-head newline) (:html-head-e= xtra "HTML_HEAD_EXTRA" nil org-html-head-extra newline) (:subtitl= e "SUBTITLE" nil nil parse) (:html-head-include-default-style nil= "html-style" org-html-head-include-default-style) (:html-head-in= clude-scripts nil "html-scripts" org-html-head-include-scripts) (= :html-allow-name-attribute-in-anchors nil nil org-html-allow-name-attribute= -in-anchors) (:html-divs nil nil org-html-divs) (:html-checkbox-type nil ni= l org-html-checkbox-type) (:html-extension nil nil org-html-extension) (:ht= ml-footnote-format nil nil org-html-footnote-format) (:html-footnote-separa= tor nil nil org-html-footnote-separator) (:html-footnotes-section nil nil o= rg-html-footnotes-section) (:html-format-drawer-function nil nil org-html-f= ormat-drawer-function) (:html-format-headline-function nil nil org-html-for= mat-headline-function) (:html-format-inlinetask-function nil nil org-html-f= ormat-inlinetask-function) (:html-home/up-format nil nil org-html-home/up-f= ormat) (:html-indent nil nil org-html-indent) (:html-infojs-options nil nil= org-html-infojs-options) (:html-infojs-template nil nil org-html-infojs-te= mplate) (:html-inline-image-rules nil nil org-html-inline-image-rules) (:ht= ml-link-org-files-as-html nil nil org-html-link-org-files-as-html) (:html-m= athjax-options nil nil org-html-mathjax-options) (:html-mathjax-template ni= l nil org-html-mathjax-template) (:html-metadata-timestamp-format nil nil o= rg-html-metadata-timestamp-format) (:html-postamble-format nil nil org-html= -postamble-format) (:html-preamble-format nil nil org-html-preamble-format)= (:html-table-align-individual-fields nil nil org-html-table-align-individu= al-fields) (:html-table-caption-above nil nil org-html-table-caption-above)= (:html-table-data-tags nil nil org-html-table-data-tags) (:html-table-head= er-tags nil nil org-html-table-header-tags) (:html-table-use-header-tags-fo= r-first-column nil nil org-html-table-use-header-tags-for-first-column) (:h= tml-tag-class-prefix nil nil org-html-tag-class-prefix) (:html-text-markup-= alist nil nil org-html-text-markup-alist) (:html-todo-kwd-class-prefix nil = nil org-html-todo-kwd-class-prefix) (:html-toplevel-hlevel nil nil org-html= -toplevel-hlevel) (:html-use-infojs nil nil org-html-use-infojs) (:html-val= idation-link nil nil org-html-validation-link) (:html-viewport nil nil org-= html-viewport) (:html-inline-images nil nil org-html-inline-images) ...) ((= :filter-options . org-html-infojs-install-script) (:filter-parse-tree . org= -html-image-link-filter) (:filter-final-output . org-html-final-function)) = nil (104 "Export to HTML" ((72 "As HTML buffer" org-htm= l-export-as-html) (104 "As HTML file" org-html-export-to-html) (1= 11 "As HTML file and open" (lambda (a s v b) (if a (org-html-expo= rt-to-html t s v b) (org-open-file ...))))))] :translate-alist ((bold . org= -html-bold) (center-block . org-html-center-block) (clock . org-html-clock)= (code . org-html-code) (drawer . org-html-drawer) (dynamic-block . org-htm= l-dynamic-block) (entity . org-html-entity) (example-block . org-html-examp= le-block) (export-block . org-html-export-block) (export-snippet . org-html= -export-snippet) (fixed-width . org-html-fixed-width) (footnote-definition = . org-html-footnote-definition) (footnote-reference . org-html-footnote-ref= erence) (headline . org-html-headline) (horizontal-rule . org-html-horizont= al-rule) (inline-src-block . org-html-inline-src-block) (inlinetask . org-h= tml-inlinetask) (inner-template . org-html-inner-template) (italic . org-ht= ml-italic) (item . org-html-item) (keyword . org-html-keyword) (latex-envir= onment . org-html-latex-environment) (latex-fragment . org-html-latex-fragm= ent) (line-break . org-html-line-break) (link . org-html-link) (node-proper= ty . org-html-node-property) (paragraph . org-html-paragraph) (plain-list .= org-html-plain-list) (plain-text . org-html-plain-text) (planning . org-ht= ml-planning) (property-drawer . org-html-property-drawer) (quote-block . or= g-html-quote-block) (radio-target . org-html-radio-target) (section . org-h= tml-section) (special-block . org-html-special-block) (src-block . org-html= -src-block) (statistics-cookie . org-html-statistics-cookie) (strike-throug= h . org-html-strike-through) (subscript . org-html-subscript) (superscript = . org-html-superscript) (table . org-html-table) (table-cell . org-html-tab= le-cell) (table-row . org-html-table-row) (target . org-html-target) (templ= ate . org-html-template) (timestamp . org-html-timestamp) (underline . org-= html-underline) (verbatim . org-html-verbatim) (verse-block . org-html-vers= e-block)) :exported-data #s(hash-table size 4001 test eq rehash-size 1.5 re= hash-threshold 0.8 data (#("Here I put a C snippet\n" 0 23 (:pare= nt (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-= blank 1 :post-affiliated 28 :parent (section (:begin 28 :end 152 :contents-= begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :parent ...) #= 4 (src-block ...))) #2))) #("Here I put a C snippet\n" 0 23 (:par= ent (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post= -blank 1 :post-affiliated 28 :parent (section (:begin 28 :end 152 :contents= -begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :parent ...) = #4 (src-block ...))) #("Here I put a C snippet\n" 0 23 (:parent #= 4))))) (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :p= ost-blank 1 :post-affiliated 28 :parent (section (:begin 28 :end 152 :conte= nts-begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :parent (h= eadline (:raw-value "An example of org file" :begin 1 :end 152 :p= re-blank 1 :contents-begin 28 :contents-end 148 :level 1 :priority nil :tag= s nil :todo-keyword nil :todo-type nil :post-blank 4 :footnote-section-p ni= l :archivedp nil :commentedp nil :post-affiliated 1 :title ... :parent ...)= #4)) #2 (src-block (:language "c" :switches nil :parameters nil = :begin 54 :end 148 :number-lines nil :preserve-indent nil :retain-labels t = :use-labels t :label-fmt nil :value "=C2=A0 int main() {\n=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0 printf(\"hello world\\n\");\n=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0 return 0;\n=C2=A0 }\n" :post-blank 0 :post-affiliated = 54 :parent #4)))) #("Here I put a C snippet\n" 0 23 (:parent #2))= ) #("<p>\nHere I put a C snippet\n</p>\n\n" 4 27 (:pa= rent (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :pos= t-blank 1 :post-affiliated 28 :parent (section (:begin 28 :end 152 :content= s-begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :parent ...)= #4 (src-block ...))) #("Here I put a C snippet\n" 0 23 (:parent = #4))))) ...)) :input-buffer "
myexampl= e.org" :input-file "/home/lipari/tmp/prova-org/myexample.org" :html-doctype "xhtml-strict= " :html-container "div" :description nil :keywords nil :html= -html5-fancy nil :html-link-use-abs-url nil :html-link-home "" :h= tml-link-up "" :html-mathjax "" :html-postamble auto :h= tml-preamble t :html-head "" :html-head-extra "" :subti= tle nil :html-head-include-default-style t :html-head-include-scripts t :ht= ml-allow-name-attribute-in-anchors nil :html-divs ((preamble "div"= ; "preamble") (content "div" "content") (post= amble "div" "postamble")) :html-checkbox-type ascii ...= ))
=C2=A0 #[257 "\301 \300\"\207" [(:export-options nil := back-end [cl-struct-org-export-backend html nil ((bold . org-html-bold) (ce= nter-block . org-html-center-block) (clock . org-html-clock) (code . org-ht= ml-code) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-block= ) (entity . org-html-entity) (example-block . org-html-example-block) (expo= rt-block . org-html-export-block) (export-snippet . org-html-export-snippet= ) (fixed-width . org-html-fixed-width) (footnote-definition . org-html-foot= note-definition) (footnote-reference . org-html-footnote-reference) (headli= ne . org-html-headline) (horizontal-rule . org-html-horizontal-rule) (inlin= e-src-block . org-html-inline-src-block) (inlinetask . org-html-inlinetask)= (inner-template . org-html-inner-template) (italic . org-html-italic) (ite= m . org-html-item) (keyword . org-html-keyword) (latex-environment . org-ht= ml-latex-environment) (latex-fragment . org-html-latex-fragment) (line-brea= k . org-html-line-break) (link . org-html-link) (node-property . org-html-n= ode-property) (paragraph . org-html-paragraph) (plain-list . org-html-plain= -list) (plain-text . org-html-plain-text) (planning . org-html-planning) (p= roperty-drawer . org-html-property-drawer) (quote-block . org-html-quote-bl= ock) (radio-target . org-html-radio-target) (section . org-html-section) (s= pecial-block . org-html-special-block) (src-block . org-html-src-block) (st= atistics-cookie . org-html-statistics-cookie) (strike-through . org-html-st= rike-through) (subscript . org-html-subscript) (superscript . org-html-supe= rscript) (table . org-html-table) (table-cell . org-html-table-cell) (table= -row . org-html-table-row) (target . org-html-target) (template . org-html-= template) (timestamp . org-html-timestamp) (underline . org-html-underline)= (verbatim . org-html-verbatim) (verse-block . org-html-verse-block)) ((:ht= ml-doctype "HTML_DOCTYPE" nil org-html-doctype) (:html-container = "HTML_CONTAINER" nil org-html-container-element) (:description &q= uot;DESCRIPTION" nil nil newline) (:keywords "KEYWORDS" nil = nil space) (:html-html5-fancy nil "html5-fancy" org-html-html5-fa= ncy) (:html-link-use-abs-url nil "html-link-use-abs-url" org-html= -link-use-abs-url) (:html-link-home "HTML_LINK_HOME" nil org-html= -link-home) (:html-link-up "HTML_LINK_UP" nil org-html-link-up) (= :html-mathjax "HTML_MATHJAX" nil "" space) (:html-posta= mble nil "html-postamble" org-html-postamble) (:html-preamble nil= "html-preamble" org-html-preamble) (:html-head "HTML_HEAD&q= uot; nil org-html-head newline) (:html-head-extra "HTML_HEAD_EXTRA&quo= t; nil org-html-head-extra newline) (:subtitle "SUBTITLE" nil nil= parse) (:html-head-include-default-style nil "html-style" org-ht= ml-head-include-default-style) (:html-head-include-scripts nil "html-s= cripts" org-html-head-include-scripts) (:html-allow-name-attribute-in-= anchors nil nil org-html-allow-name-attribute-in-anchors) (:html-divs nil n= il org-html-divs) (:html-checkbox-type nil nil org-html-checkbox-type) (:ht= ml-extension nil nil org-html-extension) (:html-footnote-format nil nil org= -html-footnote-format) (:html-footnote-separator nil nil org-html-footnote-= separator) (:html-footnotes-section nil nil org-html-footnotes-section) (:h= tml-format-drawer-function nil nil org-html-format-drawer-function) (:html-= format-headline-function nil nil org-html-format-headline-function) (:html-= format-inlinetask-function nil nil org-html-format-inlinetask-function) (:h= tml-home/up-format nil nil org-html-home/up-format) (:html-indent nil nil o= rg-html-indent) (:html-infojs-options nil nil org-html-infojs-options) (:ht= ml-infojs-template nil nil org-html-infojs-template) (:html-inline-image-ru= les nil nil org-html-inline-image-rules) (:html-link-org-files-as-html nil = nil org-html-link-org-files-as-html) (:html-mathjax-options nil nil org-htm= l-mathjax-options) (:html-mathjax-template nil nil org-html-mathjax-templat= e) (:html-metadata-timestamp-format nil nil org-html-metadata-timestamp-for= mat) (:html-postamble-format nil nil org-html-postamble-format) (:html-prea= mble-format nil nil org-html-preamble-format) (:html-table-align-individual= -fields nil nil org-html-table-align-individual-fields) (:html-table-captio= n-above nil nil org-html-table-caption-above) (:html-table-data-tags nil ni= l org-html-table-data-tags) (:html-table-header-tags nil nil org-html-table= -header-tags) (:html-table-use-header-tags-for-first-column nil nil org-htm= l-table-use-header-tags-for-first-column) (:html-tag-class-prefix nil nil o= rg-html-tag-class-prefix) (:html-text-markup-alist nil nil org-html-text-ma= rkup-alist) (:html-todo-kwd-class-prefix nil nil org-html-todo-kwd-class-pr= efix) (:html-toplevel-hlevel nil nil org-html-toplevel-hlevel) (:html-use-i= nfojs nil nil org-html-use-infojs) (:html-validation-link nil nil org-html-= validation-link) (:html-viewport nil nil org-html-viewport) (:html-inline-i= mages nil nil org-html-inline-images) ...) ((:filter-options . org-html-inf= ojs-install-script) (:filter-parse-tree . org-html-image-link-filter) (:fil= ter-final-output . org-html-final-function)) nil (104 "Export to HTML&= quot; ((72 "As HTML buffer" org-html-export-as-html) (104 "A= s HTML file" org-html-export-to-html) (111 "As HTML file and open= " (lambda ... ...))))] :translate-alist ((bold . org-html-bold) (cente= r-block . org-html-center-block) (clock . org-html-clock) (code . org-html-= code) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-block) (= entity . org-html-entity) (example-block . org-html-example-block) (export-= block . org-html-export-block) (export-snippet . org-html-export-snippet) (= fixed-width . org-html-fixed-width) (footnote-definition . org-html-footnot= e-definition) (footnote-reference . org-html-footnote-reference) (headline = . org-html-headline) (horizontal-rule . org-html-horizontal-rule) (inline-s= rc-block . org-html-inline-src-block) (inlinetask . org-html-inlinetask) (i= nner-template . org-html-inner-template) (italic . org-html-italic) (item .= org-html-item) (keyword . org-html-keyword) (latex-environment . org-html-= latex-environment) (latex-fragment . org-html-latex-fragment) (line-break .= org-html-line-break) (link . org-html-link) (node-property . org-html-node= -property) (paragraph . org-html-paragraph) (plain-list . org-html-plain-li= st) (plain-text . org-html-plain-text) (planning . org-html-planning) (prop= erty-drawer . org-html-property-drawer) (quote-block . org-html-quote-block= ) (radio-target . org-html-radio-target) (section . org-html-section) (spec= ial-block . org-html-special-block) (src-block . org-html-src-block) (stati= stics-cookie . org-html-statistics-cookie) (strike-through . org-html-strik= e-through) (subscript . org-html-subscript) (superscript . org-html-supersc= ript) (table . org-html-table) (table-cell . org-html-table-cell) (table-ro= w . org-html-table-row) (target . org-html-target) (template . org-html-tem= plate) (timestamp . org-html-timestamp) (underline . org-html-underline) (v= erbatim . org-html-verbatim) (verse-block . org-html-verse-block)) :exporte= d-data #s(hash-table size 4001 test eq rehash-size 1.5 rehash-threshold 0.8= data (#("Here I put a C snippet\n" 0 23 (:parent (paragraph (:be= gin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affi= liated 28 :parent ...) #4))) #("Here I put a C snippet\n" 0 23 (:= parent (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :p= ost-blank 1 :post-affiliated 28 :parent ...) #("Here I put a C snippet= \n" 0 23 ...)))) (paragraph (:begin 28 :end 54 :contents-begin 28 :con= tents-end 53 :post-blank 1 :post-affiliated 28 :parent (section (:begin 28 = :end 152 :contents-begin 28 :contents-end 148 :post-blank 4 :post-affiliate= d 28 :parent ...) #4 (src-block ...))) #("Here I put a C snippet\n&quo= t; 0 23 (:parent #4))) #("<p>\nHere I put a C snippet\n</p>= ;\n\n" 4 27 (:parent (paragraph (:begin 28 :end 54 :contents-begin 28 = :contents-end 53 :post-blank 1 :post-affiliated 28 :parent ...) #("Her= e I put a C snippet\n" 0 23 ...)))) ...)) :input-buffer "myexample.org" :input-file "/home/l= ipari/tmp/prova-org/myexample.org"= ; :html-doctype "xhtml-strict" :html-container "div" :d= escription nil :keywords nil :html-html5-fancy nil :html-link-use-abs-url n= il :html-link-home "" :html-link-up "" :html-mathjax &q= uot;" :html-postamble auto :html-preamble t :html-head "" :h= tml-head-extra "" :subtitle nil :html-head-include-default-style = t :html-head-include-scripts t :html-allow-name-attribute-in-anchors nil :h= tml-divs ((preamble "div" "preamble") (content "di= v" "content") (postamble "div" "postamble&quo= t;)) :html-checkbox-type ascii ...) org-export-data] 4 "\n\n(fn ELEMEN= T)"]((section (:begin 28 :end 152 :contents-begin 28 :contents-end 148= :post-blank 4 :post-affiliated 28 :parent (headline (:raw-value "An e= xample of org file" :begin 1 :end 152 :pre-blank 1 :contents-begin 28 = :contents-end 148 :level 1 :priority nil :tags nil :todo-keyword nil :todo-= type nil :post-blank 4 :footnote-section-p nil :archivedp nil :commentedp n= il :post-affiliated 1 :title (#("An example of org file" 0 22 (:p= arent #2))) :parent (org-data nil #2)) #0)) (paragraph (:begin 28 :end 54 := contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :paren= t #0) #("Here I put a C snippet\n" 0 23 (:parent #1))) (src-block= (:language "c" :switches nil :parameters nil :begin 54 :end 148 = :number-lines nil :preserve-indent nil :retain-labels t :use-labels t :labe= l-fmt nil :value "=C2=A0 int main() {\n=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 = printf(\"hello world\\n\");\n=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 retur= n 0;\n=C2=A0 }\n" :post-blank 0 :post-affiliated 54 :parent #0))))
= =C2=A0 mapconcat(#[257 "\301 \300\"\207" [(:export-options n= il :back-end [cl-struct-org-export-backend html nil ((bold . org-html-bold)= (center-block . org-html-center-block) (clock . org-html-clock) (code . or= g-html-code) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-b= lock) (entity . org-html-entity) (example-block . org-html-example-block) (= export-block . org-html-export-block) (export-snippet . org-html-export-sni= ppet) (fixed-width . org-html-fixed-width) (footnote-definition . org-html-= footnote-definition) (footnote-reference . org-html-footnote-reference) (he= adline . org-html-headline) (horizontal-rule . org-html-horizontal-rule) (i= nline-src-block . org-html-inline-src-block) (inlinetask . org-html-inlinet= ask) (inner-template . org-html-inner-template) (italic . org-html-italic) = (item . org-html-item) (keyword . org-html-keyword) (latex-environment . or= g-html-latex-environment) (latex-fragment . org-html-latex-fragment) (line-= break . org-html-line-break) (link . org-html-link) (node-property . org-ht= ml-node-property) (paragraph . org-html-paragraph) (plain-list . org-html-p= lain-list) (plain-text . org-html-plain-text) (planning . org-html-planning= ) (property-drawer . org-html-property-drawer) (quote-block . org-html-quot= e-block) (radio-target . org-html-radio-target) (section . org-html-section= ) (special-block . org-html-special-block) (src-block . org-html-src-block)= (statistics-cookie . org-html-statistics-cookie) (strike-through . org-htm= l-strike-through) (subscript . org-html-subscript) (superscript . org-html-= superscript) (table . org-html-table) (table-cell . org-html-table-cell) (t= able-row . org-html-table-row) (target . org-html-target) (template . org-h= tml-template) (timestamp . org-html-timestamp) (underline . org-html-underl= ine) (verbatim . org-html-verbatim) (verse-block . org-html-verse-block)) (= (:html-doctype "HTML_DOCTYPE" nil org-html-doctype) (:html-contai= ner "HTML_CONTAINER" nil org-html-container-element) (:descriptio= n "DESCRIPTION" nil nil newline) (:keywords "KEYWORDS" = nil nil space) (:html-html5-fancy nil "html5-fancy" org-html-html= 5-fancy) (:html-link-use-abs-url nil "html-link-use-abs-url" org-= html-link-use-abs-url) (:html-link-home "HTML_LINK_HOME" nil org-= html-link-home) (:html-link-up "HTML_LINK_UP" nil org-html-link-u= p) (:html-mathjax "HTML_MATHJAX" nil "" space) (:html-p= ostamble nil "html-postamble" org-html-postamble) (:html-preamble= nil "html-preamble" org-html-preamble) (:html-head "HTML_HE= AD" nil org-html-head newline) (:html-head-extra "HTML_HEAD_EXTRA= " nil org-html-head-extra newline) (:subtitle "SUBTITLE" nil= nil parse) (:html-head-include-default-style nil "html-style" or= g-html-head-include-default-style) (:html-head-include-scripts nil "ht= ml-scripts" org-html-head-include-scripts) (:html-allow-name-attribute= -in-anchors nil nil org-html-allow-name-attribute-in-anchors) (:html-divs n= il nil org-html-divs) (:html-checkbox-type nil nil org-html-checkbox-type) = (:html-extension nil nil org-html-extension) (:html-footnote-format nil nil= org-html-footnote-format) (:html-footnote-separator nil nil org-html-footn= ote-separator) (:html-footnotes-section nil nil org-html-footnotes-section)= (:html-format-drawer-function nil nil org-html-format-drawer-function) (:h= tml-format-headline-function nil nil org-html-format-headline-function) (:h= tml-format-inlinetask-function nil nil org-html-format-inlinetask-function)= (:html-home/up-format nil nil org-html-home/up-format) (:html-indent nil n= il org-html-indent) (:html-infojs-options nil nil org-html-infojs-options) = (:html-infojs-template nil nil org-html-infojs-template) (:html-inline-imag= e-rules nil nil org-html-inline-image-rules) (:html-link-org-files-as-html = nil nil org-html-link-org-files-as-html) (:html-mathjax-options nil nil org= -html-mathjax-options) (:html-mathjax-template nil nil org-html-mathjax-tem= plate) (:html-metadata-timestamp-format nil nil org-html-metadata-timestamp= -format) (:html-postamble-format nil nil org-html-postamble-format) (:html-= preamble-format nil nil org-html-preamble-format) (:html-table-align-indivi= dual-fields nil nil org-html-table-align-individual-fields) (:html-table-ca= ption-above nil nil org-html-table-caption-above) (:html-table-data-tags ni= l nil org-html-table-data-tags) (:html-table-header-tags nil nil org-html-t= able-header-tags) (:html-table-use-header-tags-for-first-column nil nil org= -html-table-use-header-tags-for-first-column) (:html-tag-class-prefix nil n= il org-html-tag-class-prefix) (:html-text-markup-alist nil nil org-html-tex= t-markup-alist) (:html-todo-kwd-class-prefix nil nil org-html-todo-kwd-clas= s-prefix) (:html-toplevel-hlevel nil nil org-html-toplevel-hlevel) (:html-u= se-infojs nil nil org-html-use-infojs) (:html-validation-link nil nil org-h= tml-validation-link) (:html-viewport nil nil org-html-viewport) (:html-inli= ne-images nil nil org-html-inline-images) ...) ((:filter-options . org-html= -infojs-install-script) (:filter-parse-tree . org-html-image-link-filter) (= :filter-final-output . org-html-final-function)) nil (104 "Export to H= TML" ((72 "As HTML buffer" org-html-export-as-html) (104 &qu= ot;As HTML file" org-html-export-to-html) (111 "As HTML file and = open" (lambda ... ...))))] :translate-alist ((bold . org-html-bold) (c= enter-block . org-html-center-block) (clock . org-html-clock) (code . org-h= tml-code) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-bloc= k) (entity . org-html-entity) (example-block . org-html-example-block) (exp= ort-block . org-html-export-block) (export-snippet . org-html-export-snippe= t) (fixed-width . org-html-fixed-width) (footnote-definition . org-html-foo= tnote-definition) (footnote-reference . org-html-footnote-reference) (headl= ine . org-html-headline) (horizontal-rule . org-html-horizontal-rule) (inli= ne-src-block . org-html-inline-src-block) (inlinetask . org-html-inlinetask= ) (inner-template . org-html-inner-template) (italic . org-html-italic) (it= em . org-html-item) (keyword . org-html-keyword) (latex-environment . org-h= tml-latex-environment) (latex-fragment . org-html-latex-fragment) (line-bre= ak . org-html-line-break) (link . org-html-link) (node-property . org-html-= node-property) (paragraph . org-html-paragraph) (plain-list . org-html-plai= n-list) (plain-text . org-html-plain-text) (planning . org-html-planning) (= property-drawer . org-html-property-drawer) (quote-block . org-html-quote-b= lock) (radio-target . org-html-radio-target) (section . org-html-section) (= special-block . org-html-special-block) (src-block . org-html-src-block) (s= tatistics-cookie . org-html-statistics-cookie) (strike-through . org-html-s= trike-through) (subscript . org-html-subscript) (superscript . org-html-sup= erscript) (table . org-html-table) (table-cell . org-html-table-cell) (tabl= e-row . org-html-table-row) (target . org-html-target) (template . org-html= -template) (timestamp . org-html-timestamp) (underline . org-html-underline= ) (verbatim . org-html-verbatim) (verse-block . org-html-verse-block)) :exp= orted-data #s(hash-table size 4001 test eq rehash-size 1.5 rehash-threshold= 0.8 data (#("Here I put a C snippet\n" 0 23 (:parent (paragraph = (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-= affiliated 28 :parent ...) #4))) #("Here I put a C snippet\n" 0 2= 3 (:parent (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 5= 3 :post-blank 1 :post-affiliated 28 :parent ...) #("Here I put a C sni= ppet\n" 0 23 ...)))) (paragraph (:begin 28 :end 54 :contents-begin 28 = :contents-end 53 :post-blank 1 :post-affiliated 28 :parent (section (:begin= 28 :end 152 :contents-begin 28 :contents-end 148 :post-blank 4 :post-affil= iated 28 :parent ...) #4 (src-block ...))) #("Here I put a C snippet\n= " 0 23 (:parent #4))) #("<p>\nHere I put a C snippet\n</= p>\n\n" 4 27 (:parent (paragraph (:begin 28 :end 54 :contents-begin= 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent ...) #("= ;Here I put a C snippet\n" 0 23 ...)))) ...)) :input-buffer "myexample.org" :input-file "/hom= e/lipari/tmp/prova-org/myexample.org&q= uot; :html-doctype "xhtml-strict" :html-container "div"= :description nil :keywords nil :html-html5-fancy nil :html-link-use-abs-ur= l nil :html-link-home "" :html-link-up "" :html-mathjax= "" :html-postamble auto :html-preamble t :html-head ""= :html-head-extra "" :subtitle nil :html-head-include-default-sty= le t :html-head-include-scripts t :html-allow-name-attribute-in-anchors nil= :html-divs ((preamble "div" "preamble") (content "= ;div" "content") (postamble "div" "postamble&= quot;)) :html-checkbox-type ascii ...) org-export-data] 4 "\n\n(fn ELE= MENT)"] ((section (:begin 28 :end 152 :contents-begin 28 :contents-end= 148 :post-blank 4 :post-affiliated 28 :parent (headline (:raw-value "= An example of org file" :begin 1 :end 152 :pre-blank 1 :contents-begin= 28 :contents-end 148 :level 1 :priority nil :tags nil :todo-keyword nil :t= odo-type nil :post-blank 4 :footnote-section-p nil :archivedp nil :commente= dp nil :post-affiliated 1 :title (#("An example of org file" 0 22= (:parent #3))) :parent (org-data nil #3)) #1)) (paragraph (:begin 28 :end = 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :p= arent #1) #("Here I put a C snippet\n" 0 23 (:parent #2))) (src-b= lock (:language "c" :switches nil :parameters nil :begin 54 :end = 148 :number-lines nil :preserve-indent nil :retain-labels t :use-labels t := label-fmt nil :value "=C2=A0 int main() {\n=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0 printf(\"hello world\\n\");\n=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r= eturn 0;\n=C2=A0 }\n" :post-blank 0 :post-affiliated 54 :parent #1))))= "")
=C2=A0 org-export-data((headline (:raw-value "An exa= mple of org file" :begin 1 :end 152 :pre-blank 1 :contents-begin 28 :c= ontents-end 148 :level 1 :priority nil :tags nil :todo-keyword nil :todo-ty= pe nil :post-blank 4 :footnote-section-p nil :archivedp nil :commentedp nil= :post-affiliated 1 :title (#("An example of org file" 0 22 (:par= ent #0))) :parent (org-data nil #0)) (section (:begin 28 :end 152 :contents= -begin 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :parent #0) (= paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blan= k 1 :post-affiliated 28 :parent #1) #("Here I put a C snippet\n" = 0 23 (:parent #2))) (src-block (:language "c" :switches nil :para= meters nil :begin 54 :end 148 :number-lines nil :preserve-indent nil :retai= n-labels t :use-labels t :label-fmt nil :value "=C2=A0 int main() {\n= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 printf(\"hello world\\n\");\n=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0 return 0;\n=C2=A0 }\n" :post-blank 0 :post= -affiliated 54 :parent #1)))) (:export-options nil :back-end [cl-struct-org= -export-backend html nil ((bold . org-html-bold) (center-block . org-html-c= enter-block) (clock . org-html-clock) (code . org-html-code) (drawer . org-= html-drawer) (dynamic-block . org-html-dynamic-block) (entity . org-html-en= tity) (example-block . org-html-example-block) (export-block . org-html-exp= ort-block) (export-snippet . org-html-export-snippet) (fixed-width . org-ht= ml-fixed-width) (footnote-definition . org-html-footnote-definition) (footn= ote-reference . org-html-footnote-reference) (headline . org-html-headline)= (horizontal-rule . org-html-horizontal-rule) (inline-src-block . org-html-= inline-src-block) (inlinetask . org-html-inlinetask) (inner-template . org-= html-inner-template) (italic . org-html-italic) (item . org-html-item) (key= word . org-html-keyword) (latex-environment . org-html-latex-environment) (= latex-fragment . org-html-latex-fragment) (line-break . org-html-line-break= ) (link . org-html-link) (node-property . org-html-node-property) (paragrap= h . org-html-paragraph) (plain-list . org-html-plain-list) (plain-text . or= g-html-plain-text) (planning . org-html-planning) (property-drawer . org-ht= ml-property-drawer) (quote-block . org-html-quote-block) (radio-target . or= g-html-radio-target) (section . org-html-section) (special-block . org-html= -special-block) (src-block . org-html-src-block) (statistics-cookie . org-h= tml-statistics-cookie) (strike-through . org-html-strike-through) (subscrip= t . org-html-subscript) (superscript . org-html-superscript) (table . org-h= tml-table) (table-cell . org-html-table-cell) (table-row . org-html-table-r= ow) (target . org-html-target) (template . org-html-template) (timestamp . = org-html-timestamp) (underline . org-html-underline) (verbatim . org-html-v= erbatim) (verse-block . org-html-verse-block)) ((:html-doctype "HTML_D= OCTYPE" nil org-html-doctype) (:html-container "HTML_CONTAINER&qu= ot; nil org-html-container-element) (:description "DESCRIPTION" n= il nil newline) (:keywords "KEYWORDS" nil nil space) (:html-html5= -fancy nil "html5-fancy" org-html-html5-fancy) (:html-link-use-ab= s-url nil "html-link-use-abs-url" org-html-link-use-abs-url) (:ht= ml-link-home "HTML_LINK_HOME" nil org-html-link-home) (:html-link= -up "HTML_LINK_UP" nil org-html-link-up) (:html-mathjax "HTM= L_MATHJAX" nil "" space) (:html-postamble nil "html-pos= tamble" org-html-postamble) (:html-preamble nil "html-preamble&qu= ot; org-html-preamble) (:html-head "HTML_HEAD" nil org-html-head = newline) (:html-head-extra "HTML_HEAD_EXTRA" nil org-html-head-ex= tra newline) (:subtitle "SUBTITLE" nil nil parse) (:html-head-inc= lude-default-style nil "html-style" org-html-head-include-default= -style) (:html-head-include-scripts nil "html-scripts" org-html-h= ead-include-scripts) (:html-allow-name-attribute-in-anchors nil nil org-htm= l-allow-name-attribute-in-anchors) (:html-divs nil nil org-html-divs) (:htm= l-checkbox-type nil nil org-html-checkbox-type) (:html-extension nil nil or= g-html-extension) (:html-footnote-format nil nil org-html-footnote-format) = (:html-footnote-separator nil nil org-html-footnote-separator) (:html-footn= otes-section nil nil org-html-footnotes-section) (:html-format-drawer-funct= ion nil nil org-html-format-drawer-function) (:html-format-headline-functio= n nil nil org-html-format-headline-function) (:html-format-inlinetask-funct= ion nil nil org-html-format-inlinetask-function) (:html-home/up-format nil = nil org-html-home/up-format) (:html-indent nil nil org-html-indent) (:html-= infojs-options nil nil org-html-infojs-options) (:html-infojs-template nil = nil org-html-infojs-template) (:html-inline-image-rules nil nil org-html-in= line-image-rules) (:html-link-org-files-as-html nil nil org-html-link-org-f= iles-as-html) (:html-mathjax-options nil nil org-html-mathjax-options) (:ht= ml-mathjax-template nil nil org-html-mathjax-template) (:html-metadata-time= stamp-format nil nil org-html-metadata-timestamp-format) (:html-postamble-f= ormat nil nil org-html-postamble-format) (:html-preamble-format nil nil org= -html-preamble-format) (:html-table-align-individual-fields nil nil org-htm= l-table-align-individual-fields) (:html-table-caption-above nil nil org-htm= l-table-caption-above) (:html-table-data-tags nil nil org-html-table-data-t= ags) (:html-table-header-tags nil nil org-html-table-header-tags) (:html-ta= ble-use-header-tags-for-first-column nil nil org-html-table-use-header-tags= -for-first-column) (:html-tag-class-prefix nil nil org-html-tag-class-prefi= x) (:html-text-markup-alist nil nil org-html-text-markup-alist) (:html-todo= -kwd-class-prefix nil nil org-html-todo-kwd-class-prefix) (:html-toplevel-h= level nil nil org-html-toplevel-hlevel) (:html-use-infojs nil nil org-html-= use-infojs) (:html-validation-link nil nil org-html-validation-link) (:html= -viewport nil nil org-html-viewport) (:html-inline-images nil nil org-html-= inline-images) ...) ((:filter-options . org-html-infojs-install-script) (:f= ilter-parse-tree . org-html-image-link-filter) (:filter-final-output . org-= html-final-function)) nil (104 "Export to HTML" ((72 "As HTM= L buffer" org-html-export-as-html) (104 "As HTML file" org-h= tml-export-to-html) (111 "As HTML file and open" (lambda (a s v b= ) (if a (org-html-export-to-html t s v b) (org-open-file ...))))))] :transl= ate-alist ((bold . org-html-bold) (center-block . org-html-center-block) (c= lock . org-html-clock) (code . org-html-code) (drawer . org-html-drawer) (d= ynamic-block . org-html-dynamic-block) (entity . org-html-entity) (example-= block . org-html-example-block) (export-block . org-html-export-block) (exp= ort-snippet . org-html-export-snippet) (fixed-width . org-html-fixed-width)= (footnote-definition . org-html-footnote-definition) (footnote-reference .= org-html-footnote-reference) (headline . org-html-headline) (horizontal-ru= le . org-html-horizontal-rule) (inline-src-block . org-html-inline-src-bloc= k) (inlinetask . org-html-inlinetask) (inner-template . org-html-inner-temp= late) (italic . org-html-italic) (item . org-html-item) (keyword . org-html= -keyword) (latex-environment . org-html-latex-environment) (latex-fragment = . org-html-latex-fragment) (line-break . org-html-line-break) (link . org-h= tml-link) (node-property . org-html-node-property) (paragraph . org-html-pa= ragraph) (plain-list . org-html-plain-list) (plain-text . org-html-plain-te= xt) (planning . org-html-planning) (property-drawer . org-html-property-dra= wer) (quote-block . org-html-quote-block) (radio-target . org-html-radio-ta= rget) (section . org-html-section) (special-block . org-html-special-block)= (src-block . org-html-src-block) (statistics-cookie . org-html-statistics-= cookie) (strike-through . org-html-strike-through) (subscript . org-html-su= bscript) (superscript . org-html-superscript) (table . org-html-table) (tab= le-cell . org-html-table-cell) (table-row . org-html-table-row) (target . o= rg-html-target) (template . org-html-template) (timestamp . org-html-timest= amp) (underline . org-html-underline) (verbatim . org-html-verbatim) (verse= -block . org-html-verse-block)) :exported-data #s(hash-table size 4001 test= eq rehash-size 1.5 rehash-threshold 0.8 data (#("Here I put a C snipp= et\n" 0 23 (:parent (paragraph (:begin 28 :end 54 :contents-begin 28 := contents-end 53 :post-blank 1 :post-affiliated 28 :parent (section (:begin = 28 :end 152 :contents-begin 28 :contents-end 148 :post-blank 4 :post-affili= ated 28 :parent ...) #4 (src-block ...))) #2))) #("Here I put a C snip= pet\n" 0 23 (:parent (paragraph (:begin 28 :end 54 :contents-begin 28 = :contents-end 53 :post-blank 1 :post-affiliated 28 :parent (section (:begin= 28 :end 152 :contents-begin 28 :contents-end 148 :post-blank 4 :post-affil= iated 28 :parent ...) #4 (src-block ...))) #("Here I put a C snippet\n= " 0 23 (:parent #4))))) (paragraph (:begin 28 :end 54 :contents-begin = 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent (section (:be= gin 28 :end 152 :contents-begin 28 :contents-end 148 :post-blank 4 :post-af= filiated 28 :parent (headline (:raw-value "An example of org file"= ; :begin 1 :end 152 :pre-blank 1 :contents-begin 28 :contents-end 148 :leve= l 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :post-blank 4 = :footnote-section-p nil :archivedp nil :commentedp nil :post-affiliated 1 := title ... :parent ...) #4)) #2 (src-block (:language "c" :switche= s nil :parameters nil :begin 54 :end 148 :number-lines nil :preserve-indent= nil :retain-labels t :use-labels t :label-fmt nil :value "=C2=A0 int = main() {\n=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 printf(\"hello world\\n\"= ;);\n=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 return 0;\n=C2=A0 }\n" :post-blank= 0 :post-affiliated 54 :parent #4)))) #("Here I put a C snippet\n"= ; 0 23 (:parent #2))) #("<p>\nHere I put a C snippet\n</p>= \n\n" 4 27 (:parent (paragraph (:begin 28 :end 54 :contents-begin 28 := contents-end 53 :post-blank 1 :post-affiliated 28 :parent (section (:begin = 28 :end 152 :contents-begin 28 :contents-end 148 :post-blank 4 :post-affili= ated 28 :parent ...) #4 (src-block ...))) #("Here I put a C snippet\n&= quot; 0 23 (:parent #4))))) ...)) :input-buffer "myexample.org" :input-file "/home/lipari/tmp/prov= a-org/myexample.org" :html-doctyp= e "xhtml-strict" :html-container "div" :description nil= :keywords nil :html-html5-fancy nil :html-link-use-abs-url nil :html-link-= home "" :html-link-up "" :html-mathjax "" :ht= ml-postamble auto :html-preamble t :html-head "" :html-head-extra= "" :subtitle nil :html-head-include-default-style t :html-head-i= nclude-scripts t :html-allow-name-attribute-in-anchors nil :html-divs ((pre= amble "div" "preamble") (content "div" "= content") (postamble "div" "postamble")) :html-che= ckbox-type ascii ...))
=C2=A0 #[257 "\301 \300\"\207" [(:= export-options nil :back-end [cl-struct-org-export-backend html nil ((bold = . org-html-bold) (center-block . org-html-center-block) (clock . org-html-c= lock) (code . org-html-code) (drawer . org-html-drawer) (dynamic-block . or= g-html-dynamic-block) (entity . org-html-entity) (example-block . org-html-= example-block) (export-block . org-html-export-block) (export-snippet . org= -html-export-snippet) (fixed-width . org-html-fixed-width) (footnote-defini= tion . org-html-footnote-definition) (footnote-reference . org-html-footnot= e-reference) (headline . org-html-headline) (horizontal-rule . org-html-hor= izontal-rule) (inline-src-block . org-html-inline-src-block) (inlinetask . = org-html-inlinetask) (inner-template . org-html-inner-template) (italic . o= rg-html-italic) (item . org-html-item) (keyword . org-html-keyword) (latex-= environment . org-html-latex-environment) (latex-fragment . org-html-latex-= fragment) (line-break . org-html-line-break) (link . org-html-link) (node-p= roperty . org-html-node-property) (paragraph . org-html-paragraph) (plain-l= ist . org-html-plain-list) (plain-text . org-html-plain-text) (planning . o= rg-html-planning) (property-drawer . org-html-property-drawer) (quote-block= . org-html-quote-block) (radio-target . org-html-radio-target) (section . = org-html-section) (special-block . org-html-special-block) (src-block . org= -html-src-block) (statistics-cookie . org-html-statistics-cookie) (strike-t= hrough . org-html-strike-through) (subscript . org-html-subscript) (supersc= ript . org-html-superscript) (table . org-html-table) (table-cell . org-htm= l-table-cell) (table-row . org-html-table-row) (target . org-html-target) (= template . org-html-template) (timestamp . org-html-timestamp) (underline .= org-html-underline) (verbatim . org-html-verbatim) (verse-block . org-html= -verse-block)) ((:html-doctype "HTML_DOCTYPE" nil org-html-doctyp= e) (:html-container "HTML_CONTAINER" nil org-html-container-eleme= nt) (:description "DESCRIPTION" nil nil newline) (:keywords "= ;KEYWORDS" nil nil space) (:html-html5-fancy nil "html5-fancy&quo= t; org-html-html5-fancy) (:html-link-use-abs-url nil "html-link-use-ab= s-url" org-html-link-use-abs-url) (:html-link-home "HTML_LINK_HOM= E" nil org-html-link-home) (:html-link-up "HTML_LINK_UP" nil= org-html-link-up) (:html-mathjax "HTML_MATHJAX" nil ""= space) (:html-postamble nil "html-postamble" org-html-postamble)= (:html-preamble nil "html-preamble" org-html-preamble) (:html-he= ad "HTML_HEAD" nil org-html-head newline) (:html-head-extra "= ;HTML_HEAD_EXTRA" nil org-html-head-extra newline) (:subtitle "SU= BTITLE" nil nil parse) (:html-head-include-default-style nil "htm= l-style" org-html-head-include-default-style) (:html-head-include-scri= pts nil "html-scripts" org-html-head-include-scripts) (:html-allo= w-name-attribute-in-anchors nil nil org-html-allow-name-attribute-in-anchor= s) (:html-divs nil nil org-html-divs) (:html-checkbox-type nil nil org-html= -checkbox-type) (:html-extension nil nil org-html-extension) (:html-footnot= e-format nil nil org-html-footnote-format) (:html-footnote-separator nil ni= l org-html-footnote-separator) (:html-footnotes-section nil nil org-html-fo= otnotes-section) (:html-format-drawer-function nil nil org-html-format-draw= er-function) (:html-format-headline-function nil nil org-html-format-headli= ne-function) (:html-format-inlinetask-function nil nil org-html-format-inli= netask-function) (:html-home/up-format nil nil org-html-home/up-format) (:h= tml-indent nil nil org-html-indent) (:html-infojs-options nil nil org-html-= infojs-options) (:html-infojs-template nil nil org-html-infojs-template) (:= html-inline-image-rules nil nil org-html-inline-image-rules) (:html-link-or= g-files-as-html nil nil org-html-link-org-files-as-html) (:html-mathjax-opt= ions nil nil org-html-mathjax-options) (:html-mathjax-template nil nil org-= html-mathjax-template) (:html-metadata-timestamp-format nil nil org-html-me= tadata-timestamp-format) (:html-postamble-format nil nil org-html-postamble= -format) (:html-preamble-format nil nil org-html-preamble-format) (:html-ta= ble-align-individual-fields nil nil org-html-table-align-individual-fields)= (:html-table-caption-above nil nil org-html-table-caption-above) (:html-ta= ble-data-tags nil nil org-html-table-data-tags) (:html-table-header-tags ni= l nil org-html-table-header-tags) (:html-table-use-header-tags-for-first-co= lumn nil nil org-html-table-use-header-tags-for-first-column) (:html-tag-cl= ass-prefix nil nil org-html-tag-class-prefix) (:html-text-markup-alist nil = nil org-html-text-markup-alist) (:html-todo-kwd-class-prefix nil nil org-ht= ml-todo-kwd-class-prefix) (:html-toplevel-hlevel nil nil org-html-toplevel-= hlevel) (:html-use-infojs nil nil org-html-use-infojs) (:html-validation-li= nk nil nil org-html-validation-link) (:html-viewport nil nil org-html-viewp= ort) (:html-inline-images nil nil org-html-inline-images) ...) ((:filter-op= tions . org-html-infojs-install-script) (:filter-parse-tree . org-html-imag= e-link-filter) (:filter-final-output . org-html-final-function)) nil (104 &= quot;Export to HTML" ((72 "As HTML buffer" org-html-export-a= s-html) (104 "As HTML file" org-html-export-to-html) (111 "A= s HTML file and open" (lambda ... ...))))] :translate-alist ((bold . o= rg-html-bold) (center-block . org-html-center-block) (clock . org-html-cloc= k) (code . org-html-code) (drawer . org-html-drawer) (dynamic-block . org-h= tml-dynamic-block) (entity . org-html-entity) (example-block . org-html-exa= mple-block) (export-block . org-html-export-block) (export-snippet . org-ht= ml-export-snippet) (fixed-width . org-html-fixed-width) (footnote-definitio= n . org-html-footnote-definition) (footnote-reference . org-html-footnote-r= eference) (headline . org-html-headline) (horizontal-rule . org-html-horizo= ntal-rule) (inline-src-block . org-html-inline-src-block) (inlinetask . org= -html-inlinetask) (inner-template . org-html-inner-template) (italic . org-= html-italic) (item . org-html-item) (keyword . org-html-keyword) (latex-env= ironment . org-html-latex-environment) (latex-fragment . org-html-latex-fra= gment) (line-break . org-html-line-break) (link . org-html-link) (node-prop= erty . org-html-node-property) (paragraph . org-html-paragraph) (plain-list= . org-html-plain-list) (plain-text . org-html-plain-text) (planning . org-= html-planning) (property-drawer . org-html-property-drawer) (quote-block . = org-html-quote-block) (radio-target . org-html-radio-target) (section . org= -html-section) (special-block . org-html-special-block) (src-block . org-ht= ml-src-block) (statistics-cookie . org-html-statistics-cookie) (strike-thro= ugh . org-html-strike-through) (subscript . org-html-subscript) (superscrip= t . org-html-superscript) (table . org-html-table) (table-cell . org-html-t= able-cell) (table-row . org-html-table-row) (target . org-html-target) (tem= plate . org-html-template) (timestamp . org-html-timestamp) (underline . or= g-html-underline) (verbatim . org-html-verbatim) (verse-block . org-html-ve= rse-block)) :exported-data #s(hash-table size 4001 test eq rehash-size 1.5 = rehash-threshold 0.8 data (#("Here I put a C snippet\n" 0 23 (:pa= rent (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :pos= t-blank 1 :post-affiliated 28 :parent ...) #4))) #("Here I put a C sni= ppet\n" 0 23 (:parent (paragraph (:begin 28 :end 54 :contents-begin 28= :contents-end 53 :post-blank 1 :post-affiliated 28 :parent ...) #("He= re I put a C snippet\n" 0 23 ...)))) (paragraph (:begin 28 :end 54 :co= ntents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent = (section (:begin 28 :end 152 :contents-begin 28 :contents-end 148 :post-bla= nk 4 :post-affiliated 28 :parent ...) #4 (src-block ...))) #("Here I p= ut a C snippet\n" 0 23 (:parent #4))) #("<p>\nHere I put a = C snippet\n</p>\n\n" 4 27 (:parent (paragraph (:begin 28 :end 54= :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :par= ent ...) #("Here I put a C snippet\n" 0 23 ...)))) ...)) :input-b= uffer "myexample.org" :input= -file "/home/lipari/tmp/prova-org/mye= xample.org" :html-doctype "xhtml-strict" :html-container= "div" :description nil :keywords nil :html-html5-fancy nil :html= -link-use-abs-url nil :html-link-home "" :html-link-up "&quo= t; :html-mathjax "" :html-postamble auto :html-preamble t :html-h= ead "" :html-head-extra "" :subtitle nil :html-head-inc= lude-default-style t :html-head-include-scripts t :html-allow-name-attribut= e-in-anchors nil :html-divs ((preamble "div" "preamble"= ) (content "div" "content") (postamble "div" = "postamble")) :html-checkbox-type ascii ...) org-export-data] 4 &= quot;\n\n(fn ELEMENT)"]((headline (:raw-value "An example of org = file" :begin 1 :end 152 :pre-blank 1 :contents-begin 28 :contents-end = 148 :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :post= -blank 4 :footnote-section-p nil :archivedp nil :commentedp nil :post-affil= iated 1 :title (#("An example of org file" 0 22 (:parent #0))) :p= arent (org-data nil #0)) (section (:begin 28 :end 152 :contents-begin 28 :c= ontents-end 148 :post-blank 4 :post-affiliated 28 :parent #0) (paragraph (:= begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-af= filiated 28 :parent #1) #("Here I put a C snippet\n" 0 23 (:paren= t #2))) (src-block (:language "c" :switches nil :parameters nil := begin 54 :end 148 :number-lines nil :preserve-indent nil :retain-labels t := use-labels t :label-fmt nil :value "=C2=A0 int main() {\n=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0 printf(\"hello world\\n\");\n=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0 return 0;\n=C2=A0 }\n" :post-blank 0 :post-affiliated = 54 :parent #1)))))
=C2=A0 mapconcat(#[257 "\301 \300\"\207&quo= t; [(:export-options nil :back-end [cl-struct-org-export-backend html nil (= (bold . org-html-bold) (center-block . org-html-center-block) (clock . org-= html-clock) (code . org-html-code) (drawer . org-html-drawer) (dynamic-bloc= k . org-html-dynamic-block) (entity . org-html-entity) (example-block . org= -html-example-block) (export-block . org-html-export-block) (export-snippet= . org-html-export-snippet) (fixed-width . org-html-fixed-width) (footnote-= definition . org-html-footnote-definition) (footnote-reference . org-html-f= ootnote-reference) (headline . org-html-headline) (horizontal-rule . org-ht= ml-horizontal-rule) (inline-src-block . org-html-inline-src-block) (inlinet= ask . org-html-inlinetask) (inner-template . org-html-inner-template) (ital= ic . org-html-italic) (item . org-html-item) (keyword . org-html-keyword) (= latex-environment . org-html-latex-environment) (latex-fragment . org-html-= latex-fragment) (line-break . org-html-line-break) (link . org-html-link) (= node-property . org-html-node-property) (paragraph . org-html-paragraph) (p= lain-list . org-html-plain-list) (plain-text . org-html-plain-text) (planni= ng . org-html-planning) (property-drawer . org-html-property-drawer) (quote= -block . org-html-quote-block) (radio-target . org-html-radio-target) (sect= ion . org-html-section) (special-block . org-html-special-block) (src-block= . org-html-src-block) (statistics-cookie . org-html-statistics-cookie) (st= rike-through . org-html-strike-through) (subscript . org-html-subscript) (s= uperscript . org-html-superscript) (table . org-html-table) (table-cell . o= rg-html-table-cell) (table-row . org-html-table-row) (target . org-html-tar= get) (template . org-html-template) (timestamp . org-html-timestamp) (under= line . org-html-underline) (verbatim . org-html-verbatim) (verse-block . or= g-html-verse-block)) ((:html-doctype "HTML_DOCTYPE" nil org-html-= doctype) (:html-container "HTML_CONTAINER" nil org-html-container= -element) (:description "DESCRIPTION" nil nil newline) (:keywords= "KEYWORDS" nil nil space) (:html-html5-fancy nil "html5-fan= cy" org-html-html5-fancy) (:html-link-use-abs-url nil "html-link-= use-abs-url" org-html-link-use-abs-url) (:html-link-home "HTML_LI= NK_HOME" nil org-html-link-home) (:html-link-up "HTML_LINK_UP&quo= t; nil org-html-link-up) (:html-mathjax "HTML_MATHJAX" nil "= " space) (:html-postamble nil "html-postamble" org-html-post= amble) (:html-preamble nil "html-preamble" org-html-preamble) (:h= tml-head "HTML_HEAD" nil org-html-head newline) (:html-head-extra= "HTML_HEAD_EXTRA" nil org-html-head-extra newline) (:subtitle &q= uot;SUBTITLE" nil nil parse) (:html-head-include-default-style nil &qu= ot;html-style" org-html-head-include-default-style) (:html-head-includ= e-scripts nil "html-scripts" org-html-head-include-scripts) (:htm= l-allow-name-attribute-in-anchors nil nil org-html-allow-name-attribute-in-= anchors) (:html-divs nil nil org-html-divs) (:html-checkbox-type nil nil or= g-html-checkbox-type) (:html-extension nil nil org-html-extension) (:html-f= ootnote-format nil nil org-html-footnote-format) (:html-footnote-separator = nil nil org-html-footnote-separator) (:html-footnotes-section nil nil org-h= tml-footnotes-section) (:html-format-drawer-function nil nil org-html-forma= t-drawer-function) (:html-format-headline-function nil nil org-html-format-= headline-function) (:html-format-inlinetask-function nil nil org-html-forma= t-inlinetask-function) (:html-home/up-format nil nil org-html-home/up-forma= t) (:html-indent nil nil org-html-indent) (:html-infojs-options nil nil org= -html-infojs-options) (:html-infojs-template nil nil org-html-infojs-templa= te) (:html-inline-image-rules nil nil org-html-inline-image-rules) (:html-l= ink-org-files-as-html nil nil org-html-link-org-files-as-html) (:html-mathj= ax-options nil nil org-html-mathjax-options) (:html-mathjax-template nil ni= l org-html-mathjax-template) (:html-metadata-timestamp-format nil nil org-h= tml-metadata-timestamp-format) (:html-postamble-format nil nil org-html-pos= tamble-format) (:html-preamble-format nil nil org-html-preamble-format) (:h= tml-table-align-individual-fields nil nil org-html-table-align-individual-f= ields) (:html-table-caption-above nil nil org-html-table-caption-above) (:h= tml-table-data-tags nil nil org-html-table-data-tags) (:html-table-header-t= ags nil nil org-html-table-header-tags) (:html-table-use-header-tags-for-fi= rst-column nil nil org-html-table-use-header-tags-for-first-column) (:html-= tag-class-prefix nil nil org-html-tag-class-prefix) (:html-text-markup-alis= t nil nil org-html-text-markup-alist) (:html-todo-kwd-class-prefix nil nil = org-html-todo-kwd-class-prefix) (:html-toplevel-hlevel nil nil org-html-top= level-hlevel) (:html-use-infojs nil nil org-html-use-infojs) (:html-validat= ion-link nil nil org-html-validation-link) (:html-viewport nil nil org-html= -viewport) (:html-inline-images nil nil org-html-inline-images) ...) ((:fil= ter-options . org-html-infojs-install-script) (:filter-parse-tree . org-htm= l-image-link-filter) (:filter-final-output . org-html-final-function)) nil = (104 "Export to HTML" ((72 "As HTML buffer" org-html-ex= port-as-html) (104 "As HTML file" org-html-export-to-html) (111 &= quot;As HTML file and open" (lambda ... ...))))] :translate-alist ((bo= ld . org-html-bold) (center-block . org-html-center-block) (clock . org-htm= l-clock) (code . org-html-code) (drawer . org-html-drawer) (dynamic-block .= org-html-dynamic-block) (entity . org-html-entity) (example-block . org-ht= ml-example-block) (export-block . org-html-export-block) (export-snippet . = org-html-export-snippet) (fixed-width . org-html-fixed-width) (footnote-def= inition . org-html-footnote-definition) (footnote-reference . org-html-foot= note-reference) (headline . org-html-headline) (horizontal-rule . org-html-= horizontal-rule) (inline-src-block . org-html-inline-src-block) (inlinetask= . org-html-inlinetask) (inner-template . org-html-inner-template) (italic = . org-html-italic) (item . org-html-item) (keyword . org-html-keyword) (lat= ex-environment . org-html-latex-environment) (latex-fragment . org-html-lat= ex-fragment) (line-break . org-html-line-break) (link . org-html-link) (nod= e-property . org-html-node-property) (paragraph . org-html-paragraph) (plai= n-list . org-html-plain-list) (plain-text . org-html-plain-text) (planning = . org-html-planning) (property-drawer . org-html-property-drawer) (quote-bl= ock . org-html-quote-block) (radio-target . org-html-radio-target) (section= . org-html-section) (special-block . org-html-special-block) (src-block . = org-html-src-block) (statistics-cookie . org-html-statistics-cookie) (strik= e-through . org-html-strike-through) (subscript . org-html-subscript) (supe= rscript . org-html-superscript) (table . org-html-table) (table-cell . org-= html-table-cell) (table-row . org-html-table-row) (target . org-html-target= ) (template . org-html-template) (timestamp . org-html-timestamp) (underlin= e . org-html-underline) (verbatim . org-html-verbatim) (verse-block . org-h= tml-verse-block)) :exported-data #s(hash-table size 4001 test eq rehash-siz= e 1.5 rehash-threshold 0.8 data (#("Here I put a C snippet\n" 0 2= 3 (:parent (paragraph (:begin 28 :end 54 :contents-begin 28 :contents-end 5= 3 :post-blank 1 :post-affiliated 28 :parent ...) #4))) #("Here I put a= C snippet\n" 0 23 (:parent (paragraph (:begin 28 :end 54 :contents-be= gin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :parent ...) #(&q= uot;Here I put a C snippet\n" 0 23 ...)))) (paragraph (:begin 28 :end = 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :p= arent (section (:begin 28 :end 152 :contents-begin 28 :contents-end 148 :po= st-blank 4 :post-affiliated 28 :parent ...) #4 (src-block ...))) #("He= re I put a C snippet\n" 0 23 (:parent #4))) #("<p>\nHere I = put a C snippet\n</p>\n\n" 4 27 (:parent (paragraph (:begin 28 := end 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 2= 8 :parent ...) #("Here I put a C snippet\n" 0 23 ...)))) ...)) :i= nput-buffer "myexample.org" = :input-file "/home/lipari/tmp/prova-org/myexample.org" :html-doctype "xhtml-strict" :html-con= tainer "div" :description nil :keywords nil :html-html5-fancy nil= :html-link-use-abs-url nil :html-link-home "" :html-link-up &quo= t;" :html-mathjax "" :html-postamble auto :html-preamble t := html-head "" :html-head-extra "" :subtitle nil :html-he= ad-include-default-style t :html-head-include-scripts t :html-allow-name-at= tribute-in-anchors nil :html-divs ((preamble "div" "preamble= ") (content "div" "content") (postamble "div&= quot; "postamble")) :html-checkbox-type ascii ...) org-export-dat= a] 4 "\n\n(fn ELEMENT)"] ((headline (:raw-value "An example = of org file" :begin 1 :end 152 :pre-blank 1 :contents-begin 28 :conten= ts-end 148 :level 1 :priority nil :tags nil :todo-keyword nil :todo-type ni= l :post-blank 4 :footnote-section-p nil :archivedp nil :commentedp nil :pos= t-affiliated 1 :title (#("An example of org file" 0 22 (:parent #= 1))) :parent (org-data nil #1)) (section (:begin 28 :end 152 :contents-begi= n 28 :contents-end 148 :post-blank 4 :post-affiliated 28 :parent #1) (parag= raph (:begin 28 :end 54 :contents-begin 28 :contents-end 53 :post-blank 1 := post-affiliated 28 :parent #2) #("Here I put a C snippet\n" 0 23 = (:parent #3))) (src-block (:language "c" :switches nil :parameter= s nil :begin 54 :end 148 :number-lines nil :preserve-indent nil :retain-lab= els t :use-labels t :label-fmt nil :value "=C2=A0 int main() {\n=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0 printf(\"hello world\\n\");\n=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0 return 0;\n=C2=A0 }\n" :post-blank 0 :post-affil= iated 54 :parent #2))))) "")
=C2=A0 org-export-data((org-data = nil (headline (:raw-value "An example of org file" :begin 1 :end = 152 :pre-blank 1 :contents-begin 28 :contents-end 148 :level 1 :priority ni= l :tags nil :todo-keyword nil :todo-type nil :post-blank 4 :footnote-sectio= n-p nil :archivedp nil :commentedp nil :post-affiliated 1 :title (#("A= n example of org file" 0 22 (:parent #1))) :parent #0) (section (:begi= n 28 :end 152 :contents-begin 28 :contents-end 148 :post-blank 4 :post-affi= liated 28 :parent #1) (paragraph (:begin 28 :end 54 :contents-begin 28 :con= tents-end 53 :post-blank 1 :post-affiliated 28 :parent #2) #("Here I p= ut a C snippet\n" 0 23 (:parent #3))) (src-block (:language "c&qu= ot; :switches nil :parameters nil :begin 54 :end 148 :number-lines nil :pre= serve-indent nil :retain-labels t :use-labels t :label-fmt nil :value "= ;=C2=A0 int main() {\n=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 printf(\"hello wo= rld\\n\");\n=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 return 0;\n=C2=A0 }\n"= :post-blank 0 :post-affiliated 54 :parent #2))))) (:export-options nil :ba= ck-end [cl-struct-org-export-backend html nil ((bold . org-html-bold) (cent= er-block . org-html-center-block) (clock . org-html-clock) (code . org-html= -code) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-block) = (entity . org-html-entity) (example-block . org-html-example-block) (export= -block . org-html-export-block) (export-snippet . org-html-export-snippet) = (fixed-width . org-html-fixed-width) (footnote-definition . org-html-footno= te-definition) (footnote-reference . org-html-footnote-reference) (headline= . org-html-headline) (horizontal-rule . org-html-horizontal-rule) (inline-= src-block . org-html-inline-src-block) (inlinetask . org-html-inlinetask) (= inner-template . org-html-inner-template) (italic . org-html-italic) (item = . org-html-item) (keyword . org-html-keyword) (latex-environment . org-html= -latex-environment) (latex-fragment . org-html-latex-fragment) (line-break = . org-html-line-break) (link . org-html-link) (node-property . org-html-nod= e-property) (paragraph . org-html-paragraph) (plain-list . org-html-plain-l= ist) (plain-text . org-html-plain-text) (planning . org-html-planning) (pro= perty-drawer . org-html-property-drawer) (quote-block . org-html-quote-bloc= k) (radio-target . org-html-radio-target) (section . org-html-section) (spe= cial-block . org-html-special-block) (src-block . org-html-src-block) (stat= istics-cookie . org-html-statistics-cookie) (strike-through . org-html-stri= ke-through) (subscript . org-html-subscript) (superscript . org-html-supers= cript) (table . org-html-table) (table-cell . org-html-table-cell) (table-r= ow . org-html-table-row) (target . org-html-target) (template . org-html-te= mplate) (timestamp . org-html-timestamp) (underline . org-html-underline) (= verbatim . org-html-verbatim) (verse-block . org-html-verse-block)) ((:html= -doctype "HTML_DOCTYPE" nil org-html-doctype) (:html-container &q= uot;HTML_CONTAINER" nil org-html-container-element) (:description &quo= t;DESCRIPTION" nil nil newline) (:keywords "KEYWORDS" nil ni= l space) (:html-html5-fancy nil "html5-fancy" org-html-html5-fanc= y) (:html-link-use-abs-url nil "html-link-use-abs-url" org-html-l= ink-use-abs-url) (:html-link-home "HTML_LINK_HOME" nil org-html-l= ink-home) (:html-link-up "HTML_LINK_UP" nil org-html-link-up) (:h= tml-mathjax "HTML_MATHJAX" nil "" space) (:html-postamb= le nil "html-postamble" org-html-postamble) (:html-preamble nil &= quot;html-preamble" org-html-preamble) (:html-head "HTML_HEAD&quo= t; nil org-html-head newline) (:html-head-extra "HTML_HEAD_EXTRA"= nil org-html-head-extra newline) (:subtitle "SUBTITLE" nil nil p= arse) (:html-head-include-default-style nil "html-style" org-html= -head-include-default-style) (:html-head-include-scripts nil "html-scr= ipts" org-html-head-include-scripts) (:html-allow-name-attribute-in-an= chors nil nil org-html-allow-name-attribute-in-anchors) (:html-divs nil nil= org-html-divs) (:html-checkbox-type nil nil org-html-checkbox-type) (:html= -extension nil nil org-html-extension) (:html-footnote-format nil nil org-h= tml-footnote-format) (:html-footnote-separator nil nil org-html-footnote-se= parator) (:html-footnotes-section nil nil org-html-footnotes-section) (:htm= l-format-drawer-function nil nil org-html-format-drawer-function) (:html-fo= rmat-headline-function nil nil org-html-format-headline-function) (:html-fo= rmat-inlinetask-function nil nil org-html-format-inlinetask-function) (:htm= l-home/up-format nil nil org-html-home/up-format) (:html-indent nil nil org= -html-indent) (:html-infojs-options nil nil org-html-infojs-options) (:html= -infojs-template nil nil org-html-infojs-template) (:html-inline-image-rule= s nil nil org-html-inline-image-rules) (:html-link-org-files-as-html nil ni= l org-html-link-org-files-as-html) (:html-mathjax-options nil nil org-html-= mathjax-options) (:html-mathjax-template nil nil org-html-mathjax-template)= (:html-metadata-timestamp-format nil nil org-html-metadata-timestamp-forma= t) (:html-postamble-format nil nil org-html-postamble-format) (:html-preamb= le-format nil nil org-html-preamble-format) (:html-table-align-individual-f= ields nil nil org-html-table-align-individual-fields) (:html-table-caption-= above nil nil org-html-table-caption-above) (:html-table-data-tags nil nil = org-html-table-data-tags) (:html-table-header-tags nil nil org-html-table-h= eader-tags) (:html-table-use-header-tags-for-first-column nil nil org-html-= table-use-header-tags-for-first-column) (:html-tag-class-prefix nil nil org= -html-tag-class-prefix) (:html-text-markup-alist nil nil org-html-text-mark= up-alist) (:html-todo-kwd-class-prefix nil nil org-html-todo-kwd-class-pref= ix) (:html-toplevel-hlevel nil nil org-html-toplevel-hlevel) (:html-use-inf= ojs nil nil org-html-use-infojs) (:html-validation-link nil nil org-html-va= lidation-link) (:html-viewport nil nil org-html-viewport) (:html-inline-ima= ges nil nil org-html-inline-images) ...) ((:filter-options . org-html-infoj= s-install-script) (:filter-parse-tree . org-html-image-link-filter) (:filte= r-final-output . org-html-final-function)) nil (104 "Export to HTML&qu= ot; ((72 "As HTML buffer" org-html-export-as-html) (104 "As = HTML file" org-html-export-to-html) (111 "As HTML file and open&q= uot; (lambda (a s v b) (if a (org-html-export-to-html t s v b) (org-open-fi= le ...))))))] :translate-alist ((bold . org-html-bold) (center-block . org-= html-center-block) (clock . org-html-clock) (code . org-html-code) (drawer = . org-html-drawer) (dynamic-block . org-html-dynamic-block) (entity . org-h= tml-entity) (example-block . org-html-example-block) (export-block . org-ht= ml-export-block) (export-snippet . org-html-export-snippet) (fixed-width . = org-html-fixed-width) (footnote-definition . org-html-footnote-definition) = (footnote-reference . org-html-footnote-reference) (headline . org-html-hea= dline) (horizontal-rule . org-html-horizontal-rule) (inline-src-block . org= -html-inline-src-block) (inlinetask . org-html-inlinetask) (inner-template = . org-html-inner-template) (italic . org-html-italic) (item . org-html-item= ) (keyword . org-html-keyword) (latex-environment . org-html-latex-environm= ent) (latex-fragment . org-html-latex-fragment) (line-break . org-html-line= -break) (link . org-html-link) (node-property . org-html-node-property) (pa= ragraph . org-html-paragraph) (plain-list . org-html-plain-list) (plain-tex= t . org-html-plain-text) (planning . org-html-planning) (property-drawer . = org-html-property-drawer) (quote-block . org-html-quote-block) (radio-targe= t . org-html-radio-target) (section . org-html-section) (special-block . or= g-html-special-block) (src-block . org-html-src-block) (statistics-cookie .= org-html-statistics-cookie) (strike-through . org-html-strike-through) (su= bscript . org-html-subscript) (superscript . org-html-superscript) (table .= org-html-table) (table-cell . org-html-table-cell) (table-row . org-html-t= able-row) (target . org-html-target) (template . org-html-template) (timest= amp . org-html-timestamp) (underline . org-html-underline) (verbatim . org-= html-verbatim) (verse-block . org-html-verse-block)) :exported-data #s(hash= -table size 4001 test eq rehash-size 1.5 rehash-threshold 0.8 data (#("= ;Here I put a C snippet\n" 0 23 (:parent (paragraph (:begin 28 :end 54= :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :par= ent (section (:begin 28 :end 152 :contents-begin 28 :contents-end 148 :post= -blank 4 :post-affiliated 28 :parent ...) #4 (src-block ...))) #2))) #(&quo= t;Here I put a C snippet\n" 0 23 (:parent (paragraph (:begin 28 :end 5= 4 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :pa= rent (section (:begin 28 :end 152 :contents-begin 28 :contents-end 148 :pos= t-blank 4 :post-affiliated 28 :parent ...) #4 (src-block ...))) #("Her= e I put a C snippet\n" 0 23 (:parent #4))))) (paragraph (:begin 28 :en= d 54 :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 = :parent (section (:begin 28 :end 152 :contents-begin 28 :contents-end 148 := post-blank 4 :post-affiliated 28 :parent (headline (:raw-value "An exa= mple of org file" :begin 1 :end 152 :pre-blank 1 :contents-begin 28 :c= ontents-end 148 :level 1 :priority nil :tags nil :todo-keyword nil :todo-ty= pe nil :post-blank 4 :footnote-section-p nil :archivedp nil :commentedp nil= :post-affiliated 1 :title ... :parent ...) #4)) #2 (src-block (:language &= quot;c" :switches nil :parameters nil :begin 54 :end 148 :number-lines= nil :preserve-indent nil :retain-labels t :use-labels t :label-fmt nil :va= lue "=C2=A0 int main() {\n=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 printf(\"= ;hello world\\n\");\n=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 return 0;\n=C2=A0 = }\n" :post-blank 0 :post-affiliated 54 :parent #4)))) #("Here I p= ut a C snippet\n" 0 23 (:parent #2))) #("<p>\nHere I put a = C snippet\n</p>\n\n" 4 27 (:parent (paragraph (:begin 28 :end 54= :contents-begin 28 :contents-end 53 :post-blank 1 :post-affiliated 28 :par= ent (section (:begin 28 :end 152 :contents-begin 28 :contents-end 148 :post= -blank 4 :post-affiliated 28 :parent ...) #4 (src-block ...))) #("Here= I put a C snippet\n" 0 23 (:parent #4))))) ...)) :input-buffer "= myexample.org" :input-file "= /home/lipari/tmp/prova-org/myexample.org" :html-doctype "xhtml-strict" :html-container "div&q= uot; :description nil :keywords nil :html-html5-fancy nil :html-link-use-ab= s-url nil :html-link-home "" :html-link-up "" :html-mat= hjax "" :html-postamble auto :html-preamble t :html-head "&q= uot; :html-head-extra "" :subtitle nil :html-head-include-default= -style t :html-head-include-scripts t :html-allow-name-attribute-in-anchors= nil :html-divs ((preamble "div" "preamble") (content &= quot;div" "content") (postamble "div" "postam= ble")) :html-checkbox-type ascii ...))
=C2=A0 org-export-as(html ni= l nil nil (:output-file "myexample.html"))
=C2=A0 org-export-t= o-file(html "myexample.html" nil nil nil nil nil)
=C2=A0 org-h= tml-export-to-html(nil nil nil nil)
=C2=A0 org-export-dispatch(nil)
= =C2=A0 call-interactively(org-export-dispatch nil nil)
=C2=A0 command-ex= ecute(org-export-dispatch)
--8<---------------cut here---------------= end--------------->8---

--001a1144ff0c7bc5960569a6d463--