[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Bug: Args out of range error in HTML export [9.1.13 (9.1.13-elpa
From: |
Neil Jerram |
Subject: |
Re: [O] Bug: Args out of range error in HTML export [9.1.13 (9.1.13-elpa @ /home/neil/.emacs.d/elpa/org-20180514/)] |
Date: |
Fri, 01 Jun 2018 17:00:39 +0100 |
FYI I can avoid this error by adding a space before the open and close
braces; i.e. this is OK:
#+BEGIN_SRC sh
{
cat <<EOF
failsafeInboundHostPorts:
EOF
}
#+END_SRC
Neil
Neil Jerram <address@hidden> writes:
> With this Org source:
>
> #+BEGIN_SRC sh
> {
> cat <<EOF
> failsafeInboundHostPorts:
> EOF
> }
> #+END_SRC
>
> With `C-c C-e h h', to export that as HTML, I get:
>
> Debugger entered--Lisp error: (args-out-of-range #<buffer *temp*> 0 1)
> parse-partial-sexp(1 0)
> syntax-ppss(0)
> sh--inside-noncommand-expression(0)
> sh--inside-noncommand-expression(10)
> sh-font-lock-open-heredoc(10 "EOF" 16)
> sh-syntax-propertize-function(1 50)
> syntax-propertize(50)
> font-lock-fontify-syntactically-region(1 50 nil)
> font-lock-default-fontify-region(1 50 nil)
> font-lock-fontify-region(1 50 nil)
> font-lock-default-fontify-buffer()
> #[(_beg _end) "?\205\302 \210 ?\205\303\211\207" [font-lock-fontified
> font-lock-mode font-lock-default-fontify-buffer nil] 2](1 50)
> org-font-lock-ensure()
> org-html-fontify-code("{\n cat <<EOF\n
> failsafeInboundHostPorts:\nEOF\n}" "sh")
> org-html-do-format-code("{\n cat <<EOF\n
> failsafeInboundHostPorts:\nEOF\n}" "sh" nil t nil)
> org-html-format-code((src-block (:language "sh" :switches nil :parameters
> nil :begin 2 :end 77 :number-lines nil :preserve-indent nil :retain-labels t
> :use-labels t :label-fmt nil :value "{\n cat <<EOF\n
> failsafeInboundHostPorts:\nEOF\n}\n" :post-blank 0 :post-affiliated 2 :parent
> (section (:begin 2 :end 77 :contents-begin 2 :contents-end 77 :post-blank 0
> :post-affiliated 2 :parent (org-data nil #2)) #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 (
> ...)) :input-buffer "bug.org" :input-file "/home/neil/org/bug.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 "<style type=\"text/css\">body{ max-width:7in; margin:auto;
> }</style>" :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 "sh" :switches nil :parameters nil
> :begin 2 :end 77 :number-lines nil :preserve-indent nil :retain-labels t
> :use-labels t :label-fmt nil :value "{\n cat <<EOF\n
> failsafeInboundHostPorts:\nEOF\n}\n" :post-blank 0 :post-affiliated 2 :parent
> (section (:begin 2 :end 77 :contents-begin 2 :contents-end 77 :post-blank 0
> :post-affiliated 2 :parent (org-data nil #2)) #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 (
> ...)) :input-buffer "bug.org" :input-file "/home/neil/org/bug.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 "<style type=\"text/css\">body{ max-width:7in; margin:auto;
> }</style>" :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((src-block (:language "sh" :switches nil :parameters nil
> :begin 2 :end 77 :number-lines nil :preserve-indent nil :retain-labels t
> :use-labels t :label-fmt nil :value "{\n cat <<EOF\n
> failsafeInboundHostPorts:\nEOF\n}\n" :post-blank 0 :post-affiliated 2 :parent
> (section (:begin 2 :end 77 :contents-begin 2 :contents-end 77 :post-blank 0
> :post-affiliated 2 :parent (org-data nil #2)) #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 (
> ...)) :input-buffer "bug.org" :input-file "/home/neil/org/bug.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 "<style type=\"text/css\">body{ max-width:7in; margin:auto;
> }</style>" :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 (
> ...)) :input-buffer "bug.org" :input-file "/home/neil/org/bug.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 "<style type=\"text/css\">body{ max-width:7in; margin:auto;
> }</style>" :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 "sh" :switches nil :parameters nil
> :begin 2 :end 77 :number-lines nil :preserve-indent nil :retain-labels t
> :use-labels t :label-fmt nil :value "{\n cat <<EOF\n
> failsafeInboundHostPorts:\nEOF\n}\n" :post-blank 0 :post-affiliated 2 :parent
> (section (:begin 2 :end 77 :contents-begin 2 :contents-end 77 :post-blank 0
> :post-affiliated 2 :parent (org-data nil #2)) #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 (
> ...)) :input-buffer "bug.org" :input-file "/home/neil/org/bug.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 "<style type=\"text/css\">body{ max-width:7in; margin:auto;
> }</style>" :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 "sh" :switches nil :parameters nil
> :begin 2 :end 77 :number-lines nil :preserve-indent nil :retain-labels t
> :use-labels t :label-fmt nil :value "{\n cat <<EOF\n
> failsafeInboundHostPorts:\nEOF\n}\n" :post-blank 0 :post-affiliated 2 :parent
> (section (:begin 2 :end 77 :contents-begin 2 :contents-end 77 :post-blank 0
> :post-affiliated 2 :parent (org-data nil #3)) #1)))) "")
> org-export-data((section (:begin 2 :end 77 :contents-begin 2 :contents-end
> 77 :post-blank 0 :post-affiliated 2 :parent (org-data nil #0)) (src-block
> (:language "sh" :switches nil :parameters nil :begin 2 :end 77 :number-lines
> nil :preserve-indent nil :retain-labels t :use-labels t :label-fmt nil :value
> "{\n cat <<EOF\n failsafeInboundHostPorts:\nEOF\n}\n" :post-blank 0
> :post-affiliated 2 :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 (
> ...)) :input-buffer "bug.org" :input-file "/home/neil/org/bug.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 "<style type=\"text/css\">body{ max-width:7in; margin:auto;
> }</style>" :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 (
> ...)) :input-buffer "bug.org" :input-file "/home/neil/org/bug.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 "<style type=\"text/css\">body{ max-width:7in; margin:auto;
> }</style>" :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 2 :end 77 :contents-begin 2
> :contents-end 77 :post-blank 0 :post-affiliated 2 :parent (org-data nil #0))
> (src-block (:language "sh" :switches nil :parameters nil :begin 2 :end 77
> :number-lines nil :preserve-indent nil :retain-labels t :use-labels t
> :label-fmt nil :value "{\n cat <<EOF\n
> failsafeInboundHostPorts:\nEOF\n}\n" :post-blank 0 :post-affiliated 2 :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 (
> ...)) :input-buffer "bug.org" :input-file "/home/neil/org/bug.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 "<style type=\"text/css\">body{ max-width:7in; margin:auto;
> }</style>" :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 2 :end 77 :contents-begin 2
> :contents-end 77 :post-blank 0 :post-affiliated 2 :parent (org-data nil #1))
> (src-block (:language "sh" :switches nil :parameters nil :begin 2 :end 77
> :number-lines nil :preserve-indent nil :retain-labels t :use-labels t
> :label-fmt nil :value "{\n cat <<EOF\n
> failsafeInboundHostPorts:\nEOF\n}\n" :post-blank 0 :post-affiliated 2 :parent
> #1)))) "")
> org-export-data((org-data nil (section (:begin 2 :end 77 :contents-begin 2
> :contents-end 77 :post-blank 0 :post-affiliated 2 :parent #0) (src-block
> (:language "sh" :switches nil :parameters nil :begin 2 :end 77 :number-lines
> nil :preserve-indent nil :retain-labels t :use-labels t :label-fmt nil :value
> "{\n cat <<EOF\n failsafeInboundHostPorts:\nEOF\n}\n" :post-blank 0
> :post-affiliated 2 :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 (
> ...)) :input-buffer "bug.org" :input-file "/home/neil/org/bug.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 "<style type=\"text/css\">body{ max-width:7in; margin:auto;
> }</style>" :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 "bug.html"))
> org-export-to-file(html "bug.html" nil nil nil nil nil)
> org-html-export-to-html(nil nil nil nil)
> org-export-dispatch(nil)
> funcall-interactively(org-export-dispatch nil)
> call-interactively(org-export-dispatch nil nil)
> command-execute(org-export-dispatch)
>
> Thanks,
> Neil
>
>
> Emacs : GNU Emacs 25.2.2 (x86_64-pc-linux-gnu, GTK+ Version 3.22.21)
> of 2017-09-22, modified by Debian
> Package: Org mode version 9.1.13 (9.1.13-elpa @
> /home/neil/.emacs.d/elpa/org-20180514/)
>
> current state:
> ==============
> (setq
> org-export-backends '(ascii html icalendar latex md)
> org-tab-first-hook '(org-babel-hide-result-toggle-maybe
> org-babel-header-arg-expand)
> org-adapt-indentation nil
> org-habit-show-all-today t
> org-speed-command-hook '(org-speed-command-activate
> org-babel-speed-command-activate)
> org-notmuch-search-open-function 'org-notmuch-search-follow-link
> org-occur-hook '(org-first-headline-recenter)
> org-metaup-hook '(org-babel-load-in-session-maybe)
> org-html-format-drawer-function #[514 "\207" [] 3 "\n\n(fn NAME CONTENTS)"]
> org-log-done 'time
> org-latex-format-inlinetask-function
> 'org-latex-format-inlinetask-default-function
> org-confirm-shell-link-function 'yes-or-no-p
> org-ascii-format-inlinetask-function 'org-ascii-format-inlinetask-default
> org-startup-folded nil
> org-yank-folded-subtrees nil
> org-gcal-file-alist '<redacted>
> org-agenda-skip-scheduled-if-done t
> org-support-shift-select 'always
> org-latex-format-headline-function
> 'org-latex-format-headline-default-function
> org-default-notes-file "~/org/capture.org"
> org-agenda-include-diary t
> org-after-todo-state-change-hook '(org-clock-out-if-current)
> org-latex-format-drawer-function #[514 "\207" [] 3 "\n\n(fn _ CONTENTS)"]
> org-odt-format-headline-function 'org-odt-format-headline-default-function
> org-src-mode-hook '(org-src-babel-configure-edit-buffer
> org-src-mode-configure-edit-buffer)
> org-agenda-before-write-hook '(org-agenda-add-entry-text)
> org-babel-pre-tangle-hook '(save-buffer)
> org-mode-hook '(#[0 "\300\301\302\303\304$\207"
> [add-hook change-major-mode-hook org-show-block-all append
> local] 5]
> #[0 "\300\301\302\303\304$\207"
> [add-hook change-major-mode-hook org-babel-show-result-all
> append local]
> 5]
> org-babel-result-hide-spec org-babel-hide-all-hashes
> org-eldoc-load)
> org-bibtex-headline-format-function #[257 "\300\236A\207" [:title] 3
> "\n\n(fn ENTRY)"]
> org-archive-hook '(org-attach-archive-delete-maybe)
> org-ascii-format-drawer-function #[771 "\207" [] 4 "\n\n(fn NAME CONTENTS
> WIDTH)"]
> org-odt-format-inlinetask-function
> 'org-odt-format-inlinetask-default-function
> org-enforce-todo-dependencies t
> org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers
> org-cycle-show-empty-lines
> org-optimize-window-after-visibility-change)
> org-notmuch-open-function 'org-notmuch-follow-link
> org-archive-location "archive/%s_archive::"
> org-enforce-todo-checkbox-dependencies t
> org-todo-keywords '((sequence "TODO" "WAITING" "|" "DONE" "CANCELLED"))
> org-modules '(org-bbdb org-bibtex org-docview org-gnus org-habit org-info
> org-irc org-mhe
> org-rmail org-w3m)
> org-capture-before-finalize-hook '(org-gcal--capture-post)
> org-agenda-span 7
> org-catch-invisible-edits 'error
> org-gcal-client-secret "<redacted>"
> org-confirm-elisp-link-function 'yes-or-no-p
> org-gcal-client-id "<redacted>"
> org-metadown-hook '(org-babel-pop-to-session-maybe)
> org-odt-format-drawer-function #[514 "\207" [] 3 "\n\n(fn NAME CONTENTS)"]
> org-html-head "<style type=\"text/css\">body{ max-width:7in; margin:auto;
> }</style>"
> org-blocker-hook '(org-block-todo-from-checkboxes
> org-block-todo-from-children-or-siblings-or-parent)
> org-html-format-headline-function 'org-html-format-headline-default-function
> org-link-parameters '(("id" :follow org-id-open) ("w3m" :store
> org-w3m-store-link)
> ("rmail" :follow org-rmail-open :store
> org-rmail-store-link)
> ("mhe" :follow org-mhe-open :store org-mhe-store-link)
> ("irc" :follow org-irc-visit :store org-irc-store-link)
> ("info" :follow org-info-open :export org-info-export
> :store
> org-info-store-link)
> ("gnus" :follow org-gnus-open :store org-gnus-store-link)
> ("docview" :follow org-docview-open :export
> org-docview-export
> :store org-docview-store-link)
> ("bibtex" :follow org-bibtex-open :store
> org-bibtex-store-link)
> ("bbdb" :follow org-bbdb-open :export org-bbdb-export
> :complete
> org-bbdb-complete-link :store org-bbdb-store-link)
> ("notmuch-search" :follow org-notmuch-search-open :store
> org-notmuch-search-store-link)
> ("notmuch" :follow org-notmuch-open :store
> org-notmuch-store-link)
> ("file+sys") ("file+emacs") ("doi" :follow
> org--open-doi-link)
> ("elisp" :follow org--open-elisp-link)
> ("file" :complete org-file-complete-link)
> ("ftp" :follow (lambda (path) (browse-url (concat "ftp:"
> path))))
> ("help" :follow org--open-help-link)
> ("http" :follow (lambda (path) (browse-url (concat
> "http:" path))))
> ("https" :follow
> (lambda (path) (browse-url (concat "https:" path))))
> ("mailto" :follow
> (lambda (path) (browse-url (concat "mailto:" path))))
> ("news" :follow (lambda (path) (browse-url (concat
> "news:" path))))
> ("shell" :follow org--open-shell-link))
> org-cycle-separator-lines 1
> org-babel-load-languages '((emacs-lisp . t) (scheme . t) (shell . t) (dot .
> t))
> org-html-format-inlinetask-function
> 'org-html-format-inlinetask-default-function
> org-agenda-files '("~/org" "~/org/gcal")
> org-clock-out-hook '(org-clock-remove-empty-clock-drawer)
> org-confirm-babel-evaluate nil
> org-publish-project-alist '<redacted>
> org-html-table-default-attributes '(:border "2" :cellspacing "0"
> :cellpadding "6" :rules
> "all" :frame "border")
> )