Skip to content

Instantly share code, notes, and snippets.

@Hodapp87
Created May 18, 2020 14:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Hodapp87/c6c30893a05e99a9331e8f5746a85394 to your computer and use it in GitHub Desktop.
Save Hodapp87/c6c30893a05e99a9331e8f5746a85394 to your computer and use it in GitHub Desktop.
ox-hugo & toggle-debug-on-error
Debugger entered--Lisp error: (wrong-type-argument stringp nil)
file-name-as-directory(nil)
org-hugo--attachment-rewrite-maybe("//ox-hugo.scripter.co/test/ox-hugo/org.png" (:export-options nil :back-end [cl-struct-org-export-backend hugo blackfriday ((code . org-hugo-kbd-tags-maybe) (example-block . org-hugo-example-block) (export-block . org-hugo-export-block) (export-snippet . org-hugo-export-snippet) (headline . org-hugo-headline) (inner-template . org-hugo-inner-template) (keyword . org-hugo-keyword) (link . org-hugo-link) (paragraph . org-hugo-paragraph) (src-block . org-hugo-src-block) (special-block . org-hugo-special-block)) ((:with-toc nil "toc" org-hugo-export-with-toc) (:section-numbers nil "num" org-hugo-export-with-section-numbers) (:author "AUTHOR" nil user-full-name newline) (:creator "CREATOR" nil org-hugo-export-creator-string) (:with-smart-quotes nil "'" nil) (:with-special-strings nil "-" nil) (:with-sub-superscript nil "^" (quote {})) (:hugo-with-locale "HUGO_WITH_LOCALE" nil nil) (:hugo-front-matter-format "HUGO_FRONT_MATTER_FORMAT" nil org-hugo-front-matter-format) (:hugo-level-offset "HUGO_LEVEL_OFFSET" nil "1") (:hugo-preserve-filling "HUGO_PRESERVE_FILLING" nil org-hugo-preserve-filling) (:hugo-delete-trailing-ws "HUGO_DELETE_TRAILING_WS" nil org-hugo-delete-trailing-ws) (:hugo-section "HUGO_SECTION" nil org-hugo-section) (:hugo-bundle "HUGO_BUNDLE" nil nil) (:hugo-base-dir "HUGO_BASE_DIR" nil nil) (:hugo-code-fence "HUGO_CODE_FENCE" nil t) (:hugo-use-code-for-kbd "HUGO_USE_CODE_FOR_KBD" nil org-hugo-use-code-for-kbd) (:hugo-prefer-hyphen-in-tags "HUGO_PREFER_HYPHEN_IN_TAGS" nil org-hugo-prefer-hyphen-in-tags) (:hugo-allow-spaces-in-tags "HUGO_ALLOW_SPACES_IN_TAGS" nil org-hugo-allow-spaces-in-tags) (:hugo-auto-set-lastmod "HUGO_AUTO_SET_LASTMOD" nil org-hugo-auto-set-lastmod) (:hugo-custom-front-matter "HUGO_CUSTOM_FRONT_MATTER" nil nil space) (:hugo-blackfriday "HUGO_BLACKFRIDAY" nil nil space) (:hugo-front-matter-key-replace "HUGO_FRONT_MATTER_KEY_REPLACE" nil nil space) (:hugo-date-format "HUGO_DATE_FORMAT" nil org-hugo-date-format) (:hugo-paired-shortcodes "HUGO_PAIRED_SHORTCODES" nil org-hugo-paired-shortcodes space) (:hugo-pandoc-citations "HUGO_PANDOC_CITATIONS" nil nil) (:bibliography "BIBLIOGRAPHY" nil nil newline) (:hugo-aliases "HUGO_ALIASES" nil nil space) (:hugo-audio "HUGO_AUDIO" nil nil) (:date "DATE" nil nil) (:description "DESCRIPTION" nil nil) (:hugo-draft "HUGO_DRAFT" nil nil) (:hugo-expirydate "HUGO_EXPIRYDATE" nil nil) (:hugo-headless "HUGO_HEADLESS" nil nil) (:hugo-images "HUGO_IMAGES" nil nil newline) (:hugo-iscjklanguage "HUGO_ISCJKLANGUAGE" nil nil) (:keywords "KEYWORDS" nil nil newline) (:hugo-layout "HUGO_LAYOUT" nil nil) (:hugo-lastmod "HUGO_LASTMOD" nil nil) (:hugo-linktitle "HUGO_LINKTITLE" nil nil) (:hugo-locale "HUGO_LOCALE" nil nil) (:hugo-markup "HUGO_MARKUP" nil nil) (:hugo-menu "HUGO_MENU" nil nil space) (:hugo-menu-override "HUGO_MENU_OVERRIDE" nil nil space) (:hugo-outputs "HUGO_OUTPUTS" nil nil space) (:hugo-publishdate "HUGO_PUBLISHDATE" nil nil) (:hugo-series "HUGO_SERIES" nil nil newline) (:hugo-slug "HUGO_SLUG" nil nil) (:hugo-tags "HUGO_TAGS" nil nil newline) (:hugo-categories "HUGO_CATEGORIES" nil nil newline) ...) ((:filter-body . org-hugo-body-filter)) nil (72 "Export to Hugo-compatible Markdown" ((72 "Subtree or File to Md file " (lambda (a _s v _b) (org-hugo-export-wim-to-md nil a v))) (104 "File to Md file" (lambda (a s v _b) (org-hugo-export-to-md a s v))) (79 "Subtree or File to Md file and open " (lambda (a _s v _b) (if a (org-hugo-export-wim-to-md nil :async v) (org-open-file ...)))) (111 "File to Md file and open" (lambda (a s v _b) (if a (org-hugo-export-to-md :async s v) (org-open-file ...)))) (65 "All subtrees (or File) to Md file(s) " (lambda (a _s v _b) (org-hugo-export-wim-to-md :all-subtrees a v))) (116 "File to a temporary Md buffer" (lambda (a s v _b) (org-hugo-export-as-md a s v)))))] :translate-alist ((code . org-hugo-kbd-tags-maybe) (example-block . org-hugo-example-block) (export-block . org-hugo-export-block) (export-snippet . org-hugo-export-snippet) (headline . org-hugo-headline) (inner-template . org-hugo-inner-template) (keyword . org-hugo-keyword) (link . org-hugo-link) (paragraph . org-hugo-paragraph) (src-block . org-hugo-src-block) (special-block . org-hugo-special-block) (center-block . org-blackfriday-center-block) (example-block . org-blackfriday-example-block) (fixed-width . org-blackfriday-fixed-width) (footnote-reference . org-blackfriday-footnote-reference) (inner-template . org-blackfriday-inner-template) (italic . org-blackfriday-italic) (item . org-blackfriday-item) (latex-environment . org-blackfriday-latex-environment) (latex-fragment . org-blackfriday-latex-fragment) (line-break . org-html-line-break) (plain-list . org-blackfriday-plain-list) (plain-text . org-blackfriday-plain-text) (quote-block . org-blackfriday-quote-block) (special-block . org-blackfriday-special-block) (src-block . org-blackfriday-src-block) (strike-through . org-blackfriday-strike-through) (table-cell . org-blackfriday-table-cell) (table-row . org-blackfriday-table-row) (table . org-blackfriday-table) (verse-block . org-blackfriday-verse-block) (bold . org-md-bold) (code . org-md-verbatim) (example-block . org-md-example-block) (export-block . org-md-export-block) (fixed-width . org-md-example-block) (headline . org-md-headline) (horizontal-rule . org-md-horizontal-rule) (inline-src-block . org-md-verbatim) (inner-template . org-md-inner-template) (italic . org-md-italic) (item . org-md-item) (keyword . org-md-keyword) (line-break . org-md-line-break) (link . org-md-link) (node-property . org-md-node-property) (paragraph . org-md-paragraph) (plain-list . org-md-plain-list) (plain-text . org-md-plain-text) (property-drawer . org-md-property-drawer) ...) :exported-data #s(hash-table size 4001 test eq rehash-size 1.5 rehash-threshold 0.8 data (#("Description-less link an " 0 25 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent ...) #4)) #2 (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #4)) #("image link.\n" 0 12 (:parent #4))))) #("Description-less link an " 0 25 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent ...) #4)) #("Description-less link an " 0 25 (:parent #4)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #4)) #("image link.\n" 0 12 (:parent #4))))) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent ...) #4)) #("Description-less link an " 0 25 (:parent #4)) #2 #("image link.\n" 0 12 (:parent #4))))) "`https` " #("image link.\n" 0 12 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent ...) #4)) #("Description-less link an " 0 25 (:parent #4)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #4)) #2))) #("image link.\n" 0 12 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent ...) #4)) #("Description-less link an " 0 25 (:parent #4)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #4)) #("image link.\n" 0 12 (:parent #4))))) (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent (section (:begin 26 :end 205 :contents-begin 26 :contents-end 205 :post-blank 1 :post-affiliated 26 :parent ...) #4 (paragraph ... ... #("\n" 0 1 ...)))) #2)) #("Description-less link an " 0 25 (:parent #2)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #2)) #("image link.\n" 0 12 (:parent #2))) #("Description-less link an `https` image link.\n\n" 0 25 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent ...) #4)) #("Description-less link an " 0 25 (:parent #4)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #4)) #("image link.\n" 0 12 (:parent #4)))) 33 44 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent ...) #4)) #("Description-less link an " 0 25 (:parent #4)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #4)) #("image link.\n" 0 12 (:parent #4))))) (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent (section (:begin 26 :end 205 :contents-begin 26 :contents-end 205 :post-blank 1 :post-affiliated 26 :parent (headline (:raw-value "ox-hugo Issue 333 test" :begin 1 :end 205 :pre-blank 0 :contents-begin 26 :contents-end 205 :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :post-blank 1 :footnote-section-p nil :archivedp nil :commentedp nil :post-affiliated 1 :EXPORT_FILE_NAME "333" :title ... :parent ...) #4)) #2 (paragraph (:begin 152 :end 205 :contents-begin 152 :contents-end 205 :post-blank 1 :post-affiliated 152 :parent #4) (link (:type "https" :path "//ox-hugo.scripter.co/test/ox-hugo/org.png" :format bracket :raw-link "https://ox-hugo.scripter.co/test/ox-hugo/org.png" :application nil :search-option nil :begin 152 :end 204 :contents-begin nil :contents-end nil :post-blank 0 :parent #5)) #("\n" 0 1 (:parent #5))))) (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent #2) #("Description-less link an " 0 25 (:parent #3)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #3)) #("image link.\n" 0 12 (:parent #3)))) "" nil "" ...)) :input-buffer "test.org" :input-file "/root/test.org" :with-toc nil :section-numbers nil :author "root" :creator "Emacs 25.2.2 (Org mode 9.3.6 + ox-hugo)" :with-smart-quotes nil :with-special-strings nil :with-sub-superscript {} :hugo-with-locale nil :hugo-front-matter-format "toml" :hugo-level-offset "1" :hugo-preserve-filling t :hugo-delete-trailing-ws t :hugo-section "posts" :hugo-bundle nil :hugo-base-dir nil :hugo-code-fence t :hugo-use-code-for-kbd nil :hugo-prefer-hyphen-in-tags t :hugo-allow-spaces-in-tags t ...))
org-hugo-link((link (:type "https" :path "//ox-hugo.scripter.co/test/ox-hugo/org.png" :format bracket :raw-link "https://ox-hugo.scripter.co/test/ox-hugo/org.png" :application nil :search-option nil :begin 152 :end 204 :contents-begin nil :contents-end nil :post-blank 0 :parent (paragraph (:begin 152 :end 205 :contents-begin 152 :contents-end 205 :post-blank 1 :post-affiliated 152 :parent (section (:begin 26 :end 205 :contents-begin 26 :contents-end 205 :post-blank 1 :post-affiliated 26 :parent (headline (:raw-value "ox-hugo Issue 333 test" :begin 1 :end 205 :pre-blank 0 :contents-begin 26 :contents-end 205 :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :post-blank 1 :footnote-section-p nil :archivedp nil :commentedp nil :post-affiliated 1 :EXPORT_FILE_NAME "333" :title ... :parent ...) #4)) (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent #4) (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent #5) #("Description-less link an " 0 25 ...) (code ...) #("image link.\n" 0 12 ...))) #2)) #0 #("\n" 0 1 (:parent #2))))) nil (:export-options nil :back-end [cl-struct-org-export-backend hugo blackfriday ((code . org-hugo-kbd-tags-maybe) (example-block . org-hugo-example-block) (export-block . org-hugo-export-block) (export-snippet . org-hugo-export-snippet) (headline . org-hugo-headline) (inner-template . org-hugo-inner-template) (keyword . org-hugo-keyword) (link . org-hugo-link) (paragraph . org-hugo-paragraph) (src-block . org-hugo-src-block) (special-block . org-hugo-special-block)) ((:with-toc nil "toc" org-hugo-export-with-toc) (:section-numbers nil "num" org-hugo-export-with-section-numbers) (:author "AUTHOR" nil user-full-name newline) (:creator "CREATOR" nil org-hugo-export-creator-string) (:with-smart-quotes nil "'" nil) (:with-special-strings nil "-" nil) (:with-sub-superscript nil "^" (quote {})) (:hugo-with-locale "HUGO_WITH_LOCALE" nil nil) (:hugo-front-matter-format "HUGO_FRONT_MATTER_FORMAT" nil org-hugo-front-matter-format) (:hugo-level-offset "HUGO_LEVEL_OFFSET" nil "1") (:hugo-preserve-filling "HUGO_PRESERVE_FILLING" nil org-hugo-preserve-filling) (:hugo-delete-trailing-ws "HUGO_DELETE_TRAILING_WS" nil org-hugo-delete-trailing-ws) (:hugo-section "HUGO_SECTION" nil org-hugo-section) (:hugo-bundle "HUGO_BUNDLE" nil nil) (:hugo-base-dir "HUGO_BASE_DIR" nil nil) (:hugo-code-fence "HUGO_CODE_FENCE" nil t) (:hugo-use-code-for-kbd "HUGO_USE_CODE_FOR_KBD" nil org-hugo-use-code-for-kbd) (:hugo-prefer-hyphen-in-tags "HUGO_PREFER_HYPHEN_IN_TAGS" nil org-hugo-prefer-hyphen-in-tags) (:hugo-allow-spaces-in-tags "HUGO_ALLOW_SPACES_IN_TAGS" nil org-hugo-allow-spaces-in-tags) (:hugo-auto-set-lastmod "HUGO_AUTO_SET_LASTMOD" nil org-hugo-auto-set-lastmod) (:hugo-custom-front-matter "HUGO_CUSTOM_FRONT_MATTER" nil nil space) (:hugo-blackfriday "HUGO_BLACKFRIDAY" nil nil space) (:hugo-front-matter-key-replace "HUGO_FRONT_MATTER_KEY_REPLACE" nil nil space) (:hugo-date-format "HUGO_DATE_FORMAT" nil org-hugo-date-format) (:hugo-paired-shortcodes "HUGO_PAIRED_SHORTCODES" nil org-hugo-paired-shortcodes space) (:hugo-pandoc-citations "HUGO_PANDOC_CITATIONS" nil nil) (:bibliography "BIBLIOGRAPHY" nil nil newline) (:hugo-aliases "HUGO_ALIASES" nil nil space) (:hugo-audio "HUGO_AUDIO" nil nil) (:date "DATE" nil nil) (:description "DESCRIPTION" nil nil) (:hugo-draft "HUGO_DRAFT" nil nil) (:hugo-expirydate "HUGO_EXPIRYDATE" nil nil) (:hugo-headless "HUGO_HEADLESS" nil nil) (:hugo-images "HUGO_IMAGES" nil nil newline) (:hugo-iscjklanguage "HUGO_ISCJKLANGUAGE" nil nil) (:keywords "KEYWORDS" nil nil newline) (:hugo-layout "HUGO_LAYOUT" nil nil) (:hugo-lastmod "HUGO_LASTMOD" nil nil) (:hugo-linktitle "HUGO_LINKTITLE" nil nil) (:hugo-locale "HUGO_LOCALE" nil nil) (:hugo-markup "HUGO_MARKUP" nil nil) (:hugo-menu "HUGO_MENU" nil nil space) (:hugo-menu-override "HUGO_MENU_OVERRIDE" nil nil space) (:hugo-outputs "HUGO_OUTPUTS" nil nil space) (:hugo-publishdate "HUGO_PUBLISHDATE" nil nil) (:hugo-series "HUGO_SERIES" nil nil newline) (:hugo-slug "HUGO_SLUG" nil nil) (:hugo-tags "HUGO_TAGS" nil nil newline) (:hugo-categories "HUGO_CATEGORIES" nil nil newline) ...) ((:filter-body . org-hugo-body-filter)) nil (72 "Export to Hugo-compatible Markdown" ((72 "Subtree or File to Md file " (lambda (a _s v _b) (org-hugo-export-wim-to-md nil a v))) (104 "File to Md file" (lambda (a s v _b) (org-hugo-export-to-md a s v))) (79 "Subtree or File to Md file and open " (lambda (a _s v _b) (if a (org-hugo-export-wim-to-md nil :async v) (org-open-file ...)))) (111 "File to Md file and open" (lambda (a s v _b) (if a (org-hugo-export-to-md :async s v) (org-open-file ...)))) (65 "All subtrees (or File) to Md file(s) " (lambda (a _s v _b) (org-hugo-export-wim-to-md :all-subtrees a v))) (116 "File to a temporary Md buffer" (lambda (a s v _b) (org-hugo-export-as-md a s v)))))] :translate-alist ((code . org-hugo-kbd-tags-maybe) (example-block . org-hugo-example-block) (export-block . org-hugo-export-block) (export-snippet . org-hugo-export-snippet) (headline . org-hugo-headline) (inner-template . org-hugo-inner-template) (keyword . org-hugo-keyword) (link . org-hugo-link) (paragraph . org-hugo-paragraph) (src-block . org-hugo-src-block) (special-block . org-hugo-special-block) (center-block . org-blackfriday-center-block) (example-block . org-blackfriday-example-block) (fixed-width . org-blackfriday-fixed-width) (footnote-reference . org-blackfriday-footnote-reference) (inner-template . org-blackfriday-inner-template) (italic . org-blackfriday-italic) (item . org-blackfriday-item) (latex-environment . org-blackfriday-latex-environment) (latex-fragment . org-blackfriday-latex-fragment) (line-break . org-html-line-break) (plain-list . org-blackfriday-plain-list) (plain-text . org-blackfriday-plain-text) (quote-block . org-blackfriday-quote-block) (special-block . org-blackfriday-special-block) (src-block . org-blackfriday-src-block) (strike-through . org-blackfriday-strike-through) (table-cell . org-blackfriday-table-cell) (table-row . org-blackfriday-table-row) (table . org-blackfriday-table) (verse-block . org-blackfriday-verse-block) (bold . org-md-bold) (code . org-md-verbatim) (example-block . org-md-example-block) (export-block . org-md-export-block) (fixed-width . org-md-example-block) (headline . org-md-headline) (horizontal-rule . org-md-horizontal-rule) (inline-src-block . org-md-verbatim) (inner-template . org-md-inner-template) (italic . org-md-italic) (item . org-md-item) (keyword . org-md-keyword) (line-break . org-md-line-break) (link . org-md-link) (node-property . org-md-node-property) (paragraph . org-md-paragraph) (plain-list . org-md-plain-list) (plain-text . org-md-plain-text) (property-drawer . org-md-property-drawer) ...) :exported-data #s(hash-table size 4001 test eq rehash-size 1.5 rehash-threshold 0.8 data (#("Description-less link an " 0 25 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent ...) #4)) #2 (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #4)) #("image link.\n" 0 12 (:parent #4))))) #("Description-less link an " 0 25 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent ...) #4)) #("Description-less link an " 0 25 (:parent #4)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #4)) #("image link.\n" 0 12 (:parent #4))))) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent ...) #4)) #("Description-less link an " 0 25 (:parent #4)) #2 #("image link.\n" 0 12 (:parent #4))))) "`https` " #("image link.\n" 0 12 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent ...) #4)) #("Description-less link an " 0 25 (:parent #4)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #4)) #2))) #("image link.\n" 0 12 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent ...) #4)) #("Description-less link an " 0 25 (:parent #4)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #4)) #("image link.\n" 0 12 (:parent #4))))) (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent (section (:begin 26 :end 205 :contents-begin 26 :contents-end 205 :post-blank 1 :post-affiliated 26 :parent ...) #4 (paragraph ... ... #("\n" 0 1 ...)))) #2)) #("Description-less link an " 0 25 (:parent #2)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #2)) #("image link.\n" 0 12 (:parent #2))) #("Description-less link an `https` image link.\n\n" 0 25 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent ...) #4)) #("Description-less link an " 0 25 (:parent #4)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #4)) #("image link.\n" 0 12 (:parent #4)))) 33 44 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent ...) #4)) #("Description-less link an " 0 25 (:parent #4)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #4)) #("image link.\n" 0 12 (:parent #4))))) (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent (section (:begin 26 :end 205 :contents-begin 26 :contents-end 205 :post-blank 1 :post-affiliated 26 :parent (headline (:raw-value "ox-hugo Issue 333 test" :begin 1 :end 205 :pre-blank 0 :contents-begin 26 :contents-end 205 :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :post-blank 1 :footnote-section-p nil :archivedp nil :commentedp nil :post-affiliated 1 :EXPORT_FILE_NAME "333" :title ... :parent ...) #4)) #2 (paragraph (:begin 152 :end 205 :contents-begin 152 :contents-end 205 :post-blank 1 :post-affiliated 152 :parent #4) (link (:type "https" :path "//ox-hugo.scripter.co/test/ox-hugo/org.png" :format bracket :raw-link "https://ox-hugo.scripter.co/test/ox-hugo/org.png" :application nil :search-option nil :begin 152 :end 204 :contents-begin nil :contents-end nil :post-blank 0 :parent #5)) #("\n" 0 1 (:parent #5))))) (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent #2) #("Description-less link an " 0 25 (:parent #3)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #3)) #("image link.\n" 0 12 (:parent #3)))) "" nil "" ...)) :input-buffer "test.org" :input-file "/root/test.org" :with-toc nil :section-numbers nil :author "root" :creator "Emacs 25.2.2 (Org mode 9.3.6 + ox-hugo)" :with-smart-quotes nil :with-special-strings nil :with-sub-superscript {} :hugo-with-locale nil :hugo-front-matter-format "toml" :hugo-level-offset "1" :hugo-preserve-filling t :hugo-delete-trailing-ws t :hugo-section "posts" :hugo-bundle nil :hugo-base-dir nil :hugo-code-fence t :hugo-use-code-for-kbd nil :hugo-prefer-hyphen-in-tags t :hugo-allow-spaces-in-tags t ...))
org-export-data((link (:type "https" :path "//ox-hugo.scripter.co/test/ox-hugo/org.png" :format bracket :raw-link "https://ox-hugo.scripter.co/test/ox-hugo/org.png" :application nil :search-option nil :begin 152 :end 204 :contents-begin nil :contents-end nil :post-blank 0 :parent (paragraph (:begin 152 :end 205 :contents-begin 152 :contents-end 205 :post-blank 1 :post-affiliated 152 :parent (section (:begin 26 :end 205 :contents-begin 26 :contents-end 205 :post-blank 1 :post-affiliated 26 :parent (headline (:raw-value "ox-hugo Issue 333 test" :begin 1 :end 205 :pre-blank 0 :contents-begin 26 :contents-end 205 :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :post-blank 1 :footnote-section-p nil :archivedp nil :commentedp nil :post-affiliated 1 :EXPORT_FILE_NAME "333" :title ... :parent ...) #4)) (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent #4) (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent #5) #("Description-less link an " 0 25 ...) (code ...) #("image link.\n" 0 12 ...))) #2)) #0 #("\n" 0 1 (:parent #2))))) (:export-options nil :back-end [cl-struct-org-export-backend hugo blackfriday ((code . org-hugo-kbd-tags-maybe) (example-block . org-hugo-example-block) (export-block . org-hugo-export-block) (export-snippet . org-hugo-export-snippet) (headline . org-hugo-headline) (inner-template . org-hugo-inner-template) (keyword . org-hugo-keyword) (link . org-hugo-link) (paragraph . org-hugo-paragraph) (src-block . org-hugo-src-block) (special-block . org-hugo-special-block)) ((:with-toc nil "toc" org-hugo-export-with-toc) (:section-numbers nil "num" org-hugo-export-with-section-numbers) (:author "AUTHOR" nil user-full-name newline) (:creator "CREATOR" nil org-hugo-export-creator-string) (:with-smart-quotes nil "'" nil) (:with-special-strings nil "-" nil) (:with-sub-superscript nil "^" (quote {})) (:hugo-with-locale "HUGO_WITH_LOCALE" nil nil) (:hugo-front-matter-format "HUGO_FRONT_MATTER_FORMAT" nil org-hugo-front-matter-format) (:hugo-level-offset "HUGO_LEVEL_OFFSET" nil "1") (:hugo-preserve-filling "HUGO_PRESERVE_FILLING" nil org-hugo-preserve-filling) (:hugo-delete-trailing-ws "HUGO_DELETE_TRAILING_WS" nil org-hugo-delete-trailing-ws) (:hugo-section "HUGO_SECTION" nil org-hugo-section) (:hugo-bundle "HUGO_BUNDLE" nil nil) (:hugo-base-dir "HUGO_BASE_DIR" nil nil) (:hugo-code-fence "HUGO_CODE_FENCE" nil t) (:hugo-use-code-for-kbd "HUGO_USE_CODE_FOR_KBD" nil org-hugo-use-code-for-kbd) (:hugo-prefer-hyphen-in-tags "HUGO_PREFER_HYPHEN_IN_TAGS" nil org-hugo-prefer-hyphen-in-tags) (:hugo-allow-spaces-in-tags "HUGO_ALLOW_SPACES_IN_TAGS" nil org-hugo-allow-spaces-in-tags) (:hugo-auto-set-lastmod "HUGO_AUTO_SET_LASTMOD" nil org-hugo-auto-set-lastmod) (:hugo-custom-front-matter "HUGO_CUSTOM_FRONT_MATTER" nil nil space) (:hugo-blackfriday "HUGO_BLACKFRIDAY" nil nil space) (:hugo-front-matter-key-replace "HUGO_FRONT_MATTER_KEY_REPLACE" nil nil space) (:hugo-date-format "HUGO_DATE_FORMAT" nil org-hugo-date-format) (:hugo-paired-shortcodes "HUGO_PAIRED_SHORTCODES" nil org-hugo-paired-shortcodes space) (:hugo-pandoc-citations "HUGO_PANDOC_CITATIONS" nil nil) (:bibliography "BIBLIOGRAPHY" nil nil newline) (:hugo-aliases "HUGO_ALIASES" nil nil space) (:hugo-audio "HUGO_AUDIO" nil nil) (:date "DATE" nil nil) (:description "DESCRIPTION" nil nil) (:hugo-draft "HUGO_DRAFT" nil nil) (:hugo-expirydate "HUGO_EXPIRYDATE" nil nil) (:hugo-headless "HUGO_HEADLESS" nil nil) (:hugo-images "HUGO_IMAGES" nil nil newline) (:hugo-iscjklanguage "HUGO_ISCJKLANGUAGE" nil nil) (:keywords "KEYWORDS" nil nil newline) (:hugo-layout "HUGO_LAYOUT" nil nil) (:hugo-lastmod "HUGO_LASTMOD" nil nil) (:hugo-linktitle "HUGO_LINKTITLE" nil nil) (:hugo-locale "HUGO_LOCALE" nil nil) (:hugo-markup "HUGO_MARKUP" nil nil) (:hugo-menu "HUGO_MENU" nil nil space) (:hugo-menu-override "HUGO_MENU_OVERRIDE" nil nil space) (:hugo-outputs "HUGO_OUTPUTS" nil nil space) (:hugo-publishdate "HUGO_PUBLISHDATE" nil nil) (:hugo-series "HUGO_SERIES" nil nil newline) (:hugo-slug "HUGO_SLUG" nil nil) (:hugo-tags "HUGO_TAGS" nil nil newline) (:hugo-categories "HUGO_CATEGORIES" nil nil newline) ...) ((:filter-body . org-hugo-body-filter)) nil (72 "Export to Hugo-compatible Markdown" ((72 "Subtree or File to Md file " (lambda (a _s v _b) (org-hugo-export-wim-to-md nil a v))) (104 "File to Md file" (lambda (a s v _b) (org-hugo-export-to-md a s v))) (79 "Subtree or File to Md file and open " (lambda (a _s v _b) (if a (org-hugo-export-wim-to-md nil :async v) (org-open-file ...)))) (111 "File to Md file and open" (lambda (a s v _b) (if a (org-hugo-export-to-md :async s v) (org-open-file ...)))) (65 "All subtrees (or File) to Md file(s) " (lambda (a _s v _b) (org-hugo-export-wim-to-md :all-subtrees a v))) (116 "File to a temporary Md buffer" (lambda (a s v _b) (org-hugo-export-as-md a s v)))))] :translate-alist ((code . org-hugo-kbd-tags-maybe) (example-block . org-hugo-example-block) (export-block . org-hugo-export-block) (export-snippet . org-hugo-export-snippet) (headline . org-hugo-headline) (inner-template . org-hugo-inner-template) (keyword . org-hugo-keyword) (link . org-hugo-link) (paragraph . org-hugo-paragraph) (src-block . org-hugo-src-block) (special-block . org-hugo-special-block) (center-block . org-blackfriday-center-block) (example-block . org-blackfriday-example-block) (fixed-width . org-blackfriday-fixed-width) (footnote-reference . org-blackfriday-footnote-reference) (inner-template . org-blackfriday-inner-template) (italic . org-blackfriday-italic) (item . org-blackfriday-item) (latex-environment . org-blackfriday-latex-environment) (latex-fragment . org-blackfriday-latex-fragment) (line-break . org-html-line-break) (plain-list . org-blackfriday-plain-list) (plain-text . org-blackfriday-plain-text) (quote-block . org-blackfriday-quote-block) (special-block . org-blackfriday-special-block) (src-block . org-blackfriday-src-block) (strike-through . org-blackfriday-strike-through) (table-cell . org-blackfriday-table-cell) (table-row . org-blackfriday-table-row) (table . org-blackfriday-table) (verse-block . org-blackfriday-verse-block) (bold . org-md-bold) (code . org-md-verbatim) (example-block . org-md-example-block) (export-block . org-md-export-block) (fixed-width . org-md-example-block) (headline . org-md-headline) (horizontal-rule . org-md-horizontal-rule) (inline-src-block . org-md-verbatim) (inner-template . org-md-inner-template) (italic . org-md-italic) (item . org-md-item) (keyword . org-md-keyword) (line-break . org-md-line-break) (link . org-md-link) (node-property . org-md-node-property) (paragraph . org-md-paragraph) (plain-list . org-md-plain-list) (plain-text . org-md-plain-text) (property-drawer . org-md-property-drawer) ...) :exported-data #s(hash-table size 4001 test eq rehash-size 1.5 rehash-threshold 0.8 data (#("Description-less link an " 0 25 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent ...) #4)) #2 (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #4)) #("image link.\n" 0 12 (:parent #4))))) #("Description-less link an " 0 25 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent ...) #4)) #("Description-less link an " 0 25 (:parent #4)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #4)) #("image link.\n" 0 12 (:parent #4))))) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent ...) #4)) #("Description-less link an " 0 25 (:parent #4)) #2 #("image link.\n" 0 12 (:parent #4))))) "`https` " #("image link.\n" 0 12 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent ...) #4)) #("Description-less link an " 0 25 (:parent #4)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #4)) #2))) #("image link.\n" 0 12 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent ...) #4)) #("Description-less link an " 0 25 (:parent #4)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #4)) #("image link.\n" 0 12 (:parent #4))))) (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent (section (:begin 26 :end 205 :contents-begin 26 :contents-end 205 :post-blank 1 :post-affiliated 26 :parent ...) #4 (paragraph ... ... #("\n" 0 1 ...)))) #2)) #("Description-less link an " 0 25 (:parent #2)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #2)) #("image link.\n" 0 12 (:parent #2))) #("Description-less link an `https` image link.\n\n" 0 25 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent ...) #4)) #("Description-less link an " 0 25 (:parent #4)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #4)) #("image link.\n" 0 12 (:parent #4)))) 33 44 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent ...) #4)) #("Description-less link an " 0 25 (:parent #4)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #4)) #("image link.\n" 0 12 (:parent #4))))) (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent (section (:begin 26 :end 205 :contents-begin 26 :contents-end 205 :post-blank 1 :post-affiliated 26 :parent (headline (:raw-value "ox-hugo Issue 333 test" :begin 1 :end 205 :pre-blank 0 :contents-begin 26 :contents-end 205 :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :post-blank 1 :footnote-section-p nil :archivedp nil :commentedp nil :post-affiliated 1 :EXPORT_FILE_NAME "333" :title ... :parent ...) #4)) #2 (paragraph (:begin 152 :end 205 :contents-begin 152 :contents-end 205 :post-blank 1 :post-affiliated 152 :parent #4) (link (:type "https" :path "//ox-hugo.scripter.co/test/ox-hugo/org.png" :format bracket :raw-link "https://ox-hugo.scripter.co/test/ox-hugo/org.png" :application nil :search-option nil :begin 152 :end 204 :contents-begin nil :contents-end nil :post-blank 0 :parent #5)) #("\n" 0 1 (:parent #5))))) (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent #2) #("Description-less link an " 0 25 (:parent #3)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #3)) #("image link.\n" 0 12 (:parent #3)))) "" nil "" ...)) :input-buffer "test.org" :input-file "/root/test.org" :with-toc nil :section-numbers nil :author "root" :creator "Emacs 25.2.2 (Org mode 9.3.6 + ox-hugo)" :with-smart-quotes nil :with-special-strings nil :with-sub-superscript {} :hugo-with-locale nil :hugo-front-matter-format "toml" :hugo-level-offset "1" :hugo-preserve-filling t :hugo-delete-trailing-ws t :hugo-section "posts" :hugo-bundle nil :hugo-base-dir nil :hugo-code-fence t :hugo-use-code-for-kbd nil :hugo-prefer-hyphen-in-tags t :hugo-allow-spaces-in-tags t ...))
#[257 "\301\300\"\207" [(:export-options nil :back-end [cl-struct-org-export-backend hugo blackfriday ((code . org-hugo-kbd-tags-maybe) (example-block . org-hugo-example-block) (export-block . org-hugo-export-block) (export-snippet . org-hugo-export-snippet) (headline . org-hugo-headline) (inner-template . org-hugo-inner-template) (keyword . org-hugo-keyword) (link . org-hugo-link) (paragraph . org-hugo-paragraph) (src-block . org-hugo-src-block) (special-block . org-hugo-special-block)) ((:with-toc nil "toc" org-hugo-export-with-toc) (:section-numbers nil "num" org-hugo-export-with-section-numbers) (:author "AUTHOR" nil user-full-name newline) (:creator "CREATOR" nil org-hugo-export-creator-string) (:with-smart-quotes nil "'" nil) (:with-special-strings nil "-" nil) (:with-sub-superscript nil "^" (quote {})) (:hugo-with-locale "HUGO_WITH_LOCALE" nil nil) (:hugo-front-matter-format "HUGO_FRONT_MATTER_FORMAT" nil org-hugo-front-matter-format) (:hugo-level-offset "HUGO_LEVEL_OFFSET" nil "1") (:hugo-preserve-filling "HUGO_PRESERVE_FILLING" nil org-hugo-preserve-filling) (:hugo-delete-trailing-ws "HUGO_DELETE_TRAILING_WS" nil org-hugo-delete-trailing-ws) (:hugo-section "HUGO_SECTION" nil org-hugo-section) (:hugo-bundle "HUGO_BUNDLE" nil nil) (:hugo-base-dir "HUGO_BASE_DIR" nil nil) (:hugo-code-fence "HUGO_CODE_FENCE" nil t) (:hugo-use-code-for-kbd "HUGO_USE_CODE_FOR_KBD" nil org-hugo-use-code-for-kbd) (:hugo-prefer-hyphen-in-tags "HUGO_PREFER_HYPHEN_IN_TAGS" nil org-hugo-prefer-hyphen-in-tags) (:hugo-allow-spaces-in-tags "HUGO_ALLOW_SPACES_IN_TAGS" nil org-hugo-allow-spaces-in-tags) (:hugo-auto-set-lastmod "HUGO_AUTO_SET_LASTMOD" nil org-hugo-auto-set-lastmod) (:hugo-custom-front-matter "HUGO_CUSTOM_FRONT_MATTER" nil nil space) (:hugo-blackfriday "HUGO_BLACKFRIDAY" nil nil space) (:hugo-front-matter-key-replace "HUGO_FRONT_MATTER_KEY_REPLACE" nil nil space) (:hugo-date-format "HUGO_DATE_FORMAT" nil org-hugo-date-format) (:hugo-paired-shortcodes "HUGO_PAIRED_SHORTCODES" nil org-hugo-paired-shortcodes space) (:hugo-pandoc-citations "HUGO_PANDOC_CITATIONS" nil nil) (:bibliography "BIBLIOGRAPHY" nil nil newline) (:hugo-aliases "HUGO_ALIASES" nil nil space) (:hugo-audio "HUGO_AUDIO" nil nil) (:date "DATE" nil nil) (:description "DESCRIPTION" nil nil) (:hugo-draft "HUGO_DRAFT" nil nil) (:hugo-expirydate "HUGO_EXPIRYDATE" nil nil) (:hugo-headless "HUGO_HEADLESS" nil nil) (:hugo-images "HUGO_IMAGES" nil nil newline) (:hugo-iscjklanguage "HUGO_ISCJKLANGUAGE" nil nil) (:keywords "KEYWORDS" nil nil newline) (:hugo-layout "HUGO_LAYOUT" nil nil) (:hugo-lastmod "HUGO_LASTMOD" nil nil) (:hugo-linktitle "HUGO_LINKTITLE" nil nil) (:hugo-locale "HUGO_LOCALE" nil nil) (:hugo-markup "HUGO_MARKUP" nil nil) (:hugo-menu "HUGO_MENU" nil nil space) (:hugo-menu-override "HUGO_MENU_OVERRIDE" nil nil space) (:hugo-outputs "HUGO_OUTPUTS" nil nil space) (:hugo-publishdate "HUGO_PUBLISHDATE" nil nil) (:hugo-series "HUGO_SERIES" nil nil newline) (:hugo-slug "HUGO_SLUG" nil nil) (:hugo-tags "HUGO_TAGS" nil nil newline) (:hugo-categories "HUGO_CATEGORIES" nil nil newline) ...) ((:filter-body . org-hugo-body-filter)) nil (72 "Export to Hugo-compatible Markdown" ((72 "Subtree or File to Md file " (lambda ... ...)) (104 "File to Md file" (lambda ... ...)) (79 "Subtree or File to Md file and open " (lambda ... ...)) (111 "File to Md file and open" (lambda ... ...)) (65 "All subtrees (or File) to Md file(s) " (lambda ... ...)) (116 "File to a temporary Md buffer" (lambda ... ...))))] :translate-alist ((code . org-hugo-kbd-tags-maybe) (example-block . org-hugo-example-block) (export-block . org-hugo-export-block) (export-snippet . org-hugo-export-snippet) (headline . org-hugo-headline) (inner-template . org-hugo-inner-template) (keyword . org-hugo-keyword) (link . org-hugo-link) (paragraph . org-hugo-paragraph) (src-block . org-hugo-src-block) (special-block . org-hugo-special-block) (center-block . org-blackfriday-center-block) (example-block . org-blackfriday-example-block) (fixed-width . org-blackfriday-fixed-width) (footnote-reference . org-blackfriday-footnote-reference) (inner-template . org-blackfriday-inner-template) (italic . org-blackfriday-italic) (item . org-blackfriday-item) (latex-environment . org-blackfriday-latex-environment) (latex-fragment . org-blackfriday-latex-fragment) (line-break . org-html-line-break) (plain-list . org-blackfriday-plain-list) (plain-text . org-blackfriday-plain-text) (quote-block . org-blackfriday-quote-block) (special-block . org-blackfriday-special-block) (src-block . org-blackfriday-src-block) (strike-through . org-blackfriday-strike-through) (table-cell . org-blackfriday-table-cell) (table-row . org-blackfriday-table-row) (table . org-blackfriday-table) (verse-block . org-blackfriday-verse-block) (bold . org-md-bold) (code . org-md-verbatim) (example-block . org-md-example-block) (export-block . org-md-export-block) (fixed-width . org-md-example-block) (headline . org-md-headline) (horizontal-rule . org-md-horizontal-rule) (inline-src-block . org-md-verbatim) (inner-template . org-md-inner-template) (italic . org-md-italic) (item . org-md-item) (keyword . org-md-keyword) (line-break . org-md-line-break) (link . org-md-link) (node-property . org-md-node-property) (paragraph . org-md-paragraph) (plain-list . org-md-plain-list) (plain-text . org-md-plain-text) (property-drawer . org-md-property-drawer) ...) :exported-data #s(hash-table size 4001 test eq rehash-size 1.5 rehash-threshold 0.8 data (#("Description-less link an " 0 25 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent ...) #4 (code ...) #("image link.\n" 0 12 ...)))) #("Description-less link an " 0 25 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent ...) #("Description-less link an " 0 25 ...) (code ...) #("image link.\n" 0 12 ...)))) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent ...) #("Description-less link an " 0 25 ...) #4 #("image link.\n" 0 12 ...)))) "`https` " #("image link.\n" 0 12 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent ...) #("Description-less link an " 0 25 ...) (code ...) #4))) #("image link.\n" 0 12 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent ...) #("Description-less link an " 0 25 ...) (code ...) #("image link.\n" 0 12 ...)))) (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent ...) #4)) #("Description-less link an " 0 25 (:parent #4)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #4)) #("image link.\n" 0 12 (:parent #4))) #("Description-less link an `https` image link.\n\n" 0 25 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent ...) #("Description-less link an " 0 25 ...) (code ...) #("image link.\n" 0 12 ...))) 33 44 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent ...) #("Description-less link an " 0 25 ...) (code ...) #("image link.\n" 0 12 ...)))) (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent (section (:begin 26 :end 205 :contents-begin 26 :contents-end 205 :post-blank 1 :post-affiliated 26 :parent ...) #4 (paragraph ... ... #("\n" 0 1 ...)))) (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent #4) #("Description-less link an " 0 25 (:parent #5)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #5)) #("image link.\n" 0 12 (:parent #5)))) "" nil "" ...)) :input-buffer "test.org" :input-file "/root/test.org" :with-toc nil :section-numbers nil :author "root" :creator "Emacs 25.2.2 (Org mode 9.3.6 + ox-hugo)" :with-smart-quotes nil :with-special-strings nil :with-sub-superscript {} :hugo-with-locale nil :hugo-front-matter-format "toml" :hugo-level-offset "1" :hugo-preserve-filling t :hugo-delete-trailing-ws t :hugo-section "posts" :hugo-bundle nil :hugo-base-dir nil :hugo-code-fence t :hugo-use-code-for-kbd nil :hugo-prefer-hyphen-in-tags t :hugo-allow-spaces-in-tags t ...) org-export-data] 4 "\n\n(fn ELEMENT)"]((link (:type "https" :path "//ox-hugo.scripter.co/test/ox-hugo/org.png" :format bracket :raw-link "https://ox-hugo.scripter.co/test/ox-hugo/org.png" :application nil :search-option nil :begin 152 :end 204 :contents-begin nil :contents-end nil :post-blank 0 :parent (paragraph (:begin 152 :end 205 :contents-begin 152 :contents-end 205 :post-blank 1 :post-affiliated 152 :parent (section (:begin 26 :end 205 :contents-begin 26 :contents-end 205 :post-blank 1 :post-affiliated 26 :parent (headline (:raw-value "ox-hugo Issue 333 test" :begin 1 :end 205 :pre-blank 0 :contents-begin 26 :contents-end 205 :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :post-blank 1 :footnote-section-p nil :archivedp nil :commentedp nil :post-affiliated 1 :EXPORT_FILE_NAME "333" :title ... :parent ...) #4)) (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent #4) (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent #5) #("Description-less link an " 0 25 ...) (code ...) #("image link.\n" 0 12 ...))) #2)) #0 #("\n" 0 1 (:parent #2))))))
mapconcat(#[257 "\301\300\"\207" [(:export-options nil :back-end [cl-struct-org-export-backend hugo blackfriday ((code . org-hugo-kbd-tags-maybe) (example-block . org-hugo-example-block) (export-block . org-hugo-export-block) (export-snippet . org-hugo-export-snippet) (headline . org-hugo-headline) (inner-template . org-hugo-inner-template) (keyword . org-hugo-keyword) (link . org-hugo-link) (paragraph . org-hugo-paragraph) (src-block . org-hugo-src-block) (special-block . org-hugo-special-block)) ((:with-toc nil "toc" org-hugo-export-with-toc) (:section-numbers nil "num" org-hugo-export-with-section-numbers) (:author "AUTHOR" nil user-full-name newline) (:creator "CREATOR" nil org-hugo-export-creator-string) (:with-smart-quotes nil "'" nil) (:with-special-strings nil "-" nil) (:with-sub-superscript nil "^" (quote {})) (:hugo-with-locale "HUGO_WITH_LOCALE" nil nil) (:hugo-front-matter-format "HUGO_FRONT_MATTER_FORMAT" nil org-hugo-front-matter-format) (:hugo-level-offset "HUGO_LEVEL_OFFSET" nil "1") (:hugo-preserve-filling "HUGO_PRESERVE_FILLING" nil org-hugo-preserve-filling) (:hugo-delete-trailing-ws "HUGO_DELETE_TRAILING_WS" nil org-hugo-delete-trailing-ws) (:hugo-section "HUGO_SECTION" nil org-hugo-section) (:hugo-bundle "HUGO_BUNDLE" nil nil) (:hugo-base-dir "HUGO_BASE_DIR" nil nil) (:hugo-code-fence "HUGO_CODE_FENCE" nil t) (:hugo-use-code-for-kbd "HUGO_USE_CODE_FOR_KBD" nil org-hugo-use-code-for-kbd) (:hugo-prefer-hyphen-in-tags "HUGO_PREFER_HYPHEN_IN_TAGS" nil org-hugo-prefer-hyphen-in-tags) (:hugo-allow-spaces-in-tags "HUGO_ALLOW_SPACES_IN_TAGS" nil org-hugo-allow-spaces-in-tags) (:hugo-auto-set-lastmod "HUGO_AUTO_SET_LASTMOD" nil org-hugo-auto-set-lastmod) (:hugo-custom-front-matter "HUGO_CUSTOM_FRONT_MATTER" nil nil space) (:hugo-blackfriday "HUGO_BLACKFRIDAY" nil nil space) (:hugo-front-matter-key-replace "HUGO_FRONT_MATTER_KEY_REPLACE" nil nil space) (:hugo-date-format "HUGO_DATE_FORMAT" nil org-hugo-date-format) (:hugo-paired-shortcodes "HUGO_PAIRED_SHORTCODES" nil org-hugo-paired-shortcodes space) (:hugo-pandoc-citations "HUGO_PANDOC_CITATIONS" nil nil) (:bibliography "BIBLIOGRAPHY" nil nil newline) (:hugo-aliases "HUGO_ALIASES" nil nil space) (:hugo-audio "HUGO_AUDIO" nil nil) (:date "DATE" nil nil) (:description "DESCRIPTION" nil nil) (:hugo-draft "HUGO_DRAFT" nil nil) (:hugo-expirydate "HUGO_EXPIRYDATE" nil nil) (:hugo-headless "HUGO_HEADLESS" nil nil) (:hugo-images "HUGO_IMAGES" nil nil newline) (:hugo-iscjklanguage "HUGO_ISCJKLANGUAGE" nil nil) (:keywords "KEYWORDS" nil nil newline) (:hugo-layout "HUGO_LAYOUT" nil nil) (:hugo-lastmod "HUGO_LASTMOD" nil nil) (:hugo-linktitle "HUGO_LINKTITLE" nil nil) (:hugo-locale "HUGO_LOCALE" nil nil) (:hugo-markup "HUGO_MARKUP" nil nil) (:hugo-menu "HUGO_MENU" nil nil space) (:hugo-menu-override "HUGO_MENU_OVERRIDE" nil nil space) (:hugo-outputs "HUGO_OUTPUTS" nil nil space) (:hugo-publishdate "HUGO_PUBLISHDATE" nil nil) (:hugo-series "HUGO_SERIES" nil nil newline) (:hugo-slug "HUGO_SLUG" nil nil) (:hugo-tags "HUGO_TAGS" nil nil newline) (:hugo-categories "HUGO_CATEGORIES" nil nil newline) ...) ((:filter-body . org-hugo-body-filter)) nil (72 "Export to Hugo-compatible Markdown" ((72 "Subtree or File to Md file " (lambda ... ...)) (104 "File to Md file" (lambda ... ...)) (79 "Subtree or File to Md file and open " (lambda ... ...)) (111 "File to Md file and open" (lambda ... ...)) (65 "All subtrees (or File) to Md file(s) " (lambda ... ...)) (116 "File to a temporary Md buffer" (lambda ... ...))))] :translate-alist ((code . org-hugo-kbd-tags-maybe) (example-block . org-hugo-example-block) (export-block . org-hugo-export-block) (export-snippet . org-hugo-export-snippet) (headline . org-hugo-headline) (inner-template . org-hugo-inner-template) (keyword . org-hugo-keyword) (link . org-hugo-link) (paragraph . org-hugo-paragraph) (src-block . org-hugo-src-block) (special-block . org-hugo-special-block) (center-block . org-blackfriday-center-block) (example-block . org-blackfriday-example-block) (fixed-width . org-blackfriday-fixed-width) (footnote-reference . org-blackfriday-footnote-reference) (inner-template . org-blackfriday-inner-template) (italic . org-blackfriday-italic) (item . org-blackfriday-item) (latex-environment . org-blackfriday-latex-environment) (latex-fragment . org-blackfriday-latex-fragment) (line-break . org-html-line-break) (plain-list . org-blackfriday-plain-list) (plain-text . org-blackfriday-plain-text) (quote-block . org-blackfriday-quote-block) (special-block . org-blackfriday-special-block) (src-block . org-blackfriday-src-block) (strike-through . org-blackfriday-strike-through) (table-cell . org-blackfriday-table-cell) (table-row . org-blackfriday-table-row) (table . org-blackfriday-table) (verse-block . org-blackfriday-verse-block) (bold . org-md-bold) (code . org-md-verbatim) (example-block . org-md-example-block) (export-block . org-md-export-block) (fixed-width . org-md-example-block) (headline . org-md-headline) (horizontal-rule . org-md-horizontal-rule) (inline-src-block . org-md-verbatim) (inner-template . org-md-inner-template) (italic . org-md-italic) (item . org-md-item) (keyword . org-md-keyword) (line-break . org-md-line-break) (link . org-md-link) (node-property . org-md-node-property) (paragraph . org-md-paragraph) (plain-list . org-md-plain-list) (plain-text . org-md-plain-text) (property-drawer . org-md-property-drawer) ...) :exported-data #s(hash-table size 4001 test eq rehash-size 1.5 rehash-threshold 0.8 data (#("Description-less link an " 0 25 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent ...) #4 (code ...) #("image link.\n" 0 12 ...)))) #("Description-less link an " 0 25 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent ...) #("Description-less link an " 0 25 ...) (code ...) #("image link.\n" 0 12 ...)))) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent ...) #("Description-less link an " 0 25 ...) #4 #("image link.\n" 0 12 ...)))) "`https` " #("image link.\n" 0 12 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent ...) #("Description-less link an " 0 25 ...) (code ...) #4))) #("image link.\n" 0 12 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent ...) #("Description-less link an " 0 25 ...) (code ...) #("image link.\n" 0 12 ...)))) (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent ...) #4)) #("Description-less link an " 0 25 (:parent #4)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #4)) #("image link.\n" 0 12 (:parent #4))) #("Description-less link an `https` image link.\n\n" 0 25 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent ...) #("Description-less link an " 0 25 ...) (code ...) #("image link.\n" 0 12 ...))) 33 44 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent ...) #("Description-less link an " 0 25 ...) (code ...) #("image link.\n" 0 12 ...)))) (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent (section (:begin 26 :end 205 :contents-begin 26 :contents-end 205 :post-blank 1 :post-affiliated 26 :parent ...) #4 (paragraph ... ... #("\n" 0 1 ...)))) (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent #4) #("Description-less link an " 0 25 (:parent #5)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #5)) #("image link.\n" 0 12 (:parent #5)))) "" nil "" ...)) :input-buffer "test.org" :input-file "/root/test.org" :with-toc nil :section-numbers nil :author "root" :creator "Emacs 25.2.2 (Org mode 9.3.6 + ox-hugo)" :with-smart-quotes nil :with-special-strings nil :with-sub-superscript {} :hugo-with-locale nil :hugo-front-matter-format "toml" :hugo-level-offset "1" :hugo-preserve-filling t :hugo-delete-trailing-ws t :hugo-section "posts" :hugo-bundle nil :hugo-base-dir nil :hugo-code-fence t :hugo-use-code-for-kbd nil :hugo-prefer-hyphen-in-tags t :hugo-allow-spaces-in-tags t ...) org-export-data] 4 "\n\n(fn ELEMENT)"] ((link (:type "https" :path "//ox-hugo.scripter.co/test/ox-hugo/org.png" :format bracket :raw-link "https://ox-hugo.scripter.co/test/ox-hugo/org.png" :application nil :search-option nil :begin 152 :end 204 :contents-begin nil :contents-end nil :post-blank 0 :parent (paragraph (:begin 152 :end 205 :contents-begin 152 :contents-end 205 :post-blank 1 :post-affiliated 152 :parent (section (:begin 26 :end 205 :contents-begin 26 :contents-end 205 :post-blank 1 :post-affiliated 26 :parent (headline ... #5)) (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent #5) (paragraph ... #("Description-less link an " 0 25 ...) ... #("image link.\n" 0 12 ...))) #3)) #1 #("\n" 0 1 (:parent #3))))) #("\n" 0 1 (:parent (paragraph (:begin 152 :end 205 :contents-begin 152 :contents-end 205 :post-blank 1 :post-affiliated 152 :parent (section (:begin 26 :end 205 :contents-begin 26 :contents-end 205 :post-blank 1 :post-affiliated 26 :parent (headline ... #5)) (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent #5) (paragraph ... #("Description-less link an " 0 25 ...) ... #("image link.\n" 0 12 ...))) #3)) (link (:type "https" :path "//ox-hugo.scripter.co/test/ox-hugo/org.png" :format bracket :raw-link "https://ox-hugo.scripter.co/test/ox-hugo/org.png" :application nil :search-option nil :begin 152 :end 204 :contents-begin nil :contents-end nil :post-blank 0 :parent #3)) #1)))) "")
org-export-data((paragraph (:begin 152 :end 205 :contents-begin 152 :contents-end 205 :post-blank 1 :post-affiliated 152 :parent (section (:begin 26 :end 205 :contents-begin 26 :contents-end 205 :post-blank 1 :post-affiliated 26 :parent (headline (:raw-value "ox-hugo Issue 333 test" :begin 1 :end 205 :pre-blank 0 :contents-begin 26 :contents-end 205 :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :post-blank 1 :footnote-section-p nil :archivedp nil :commentedp nil :post-affiliated 1 :EXPORT_FILE_NAME "333" :title (#("ox-hugo Issue 333 test" 0 22 ...)) :parent (org-data nil #4)) #2)) (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent #2) (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent #3) #("Description-less link an " 0 25 (:parent #4)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #4)) #("image link.\n" 0 12 (:parent #4)))) #0)) (link (:type "https" :path "//ox-hugo.scripter.co/test/ox-hugo/org.png" :format bracket :raw-link "https://ox-hugo.scripter.co/test/ox-hugo/org.png" :application nil :search-option nil :begin 152 :end 204 :contents-begin nil :contents-end nil :post-blank 0 :parent #0)) #("\n" 0 1 (:parent #0))) (:export-options nil :back-end [cl-struct-org-export-backend hugo blackfriday ((code . org-hugo-kbd-tags-maybe) (example-block . org-hugo-example-block) (export-block . org-hugo-export-block) (export-snippet . org-hugo-export-snippet) (headline . org-hugo-headline) (inner-template . org-hugo-inner-template) (keyword . org-hugo-keyword) (link . org-hugo-link) (paragraph . org-hugo-paragraph) (src-block . org-hugo-src-block) (special-block . org-hugo-special-block)) ((:with-toc nil "toc" org-hugo-export-with-toc) (:section-numbers nil "num" org-hugo-export-with-section-numbers) (:author "AUTHOR" nil user-full-name newline) (:creator "CREATOR" nil org-hugo-export-creator-string) (:with-smart-quotes nil "'" nil) (:with-special-strings nil "-" nil) (:with-sub-superscript nil "^" (quote {})) (:hugo-with-locale "HUGO_WITH_LOCALE" nil nil) (:hugo-front-matter-format "HUGO_FRONT_MATTER_FORMAT" nil org-hugo-front-matter-format) (:hugo-level-offset "HUGO_LEVEL_OFFSET" nil "1") (:hugo-preserve-filling "HUGO_PRESERVE_FILLING" nil org-hugo-preserve-filling) (:hugo-delete-trailing-ws "HUGO_DELETE_TRAILING_WS" nil org-hugo-delete-trailing-ws) (:hugo-section "HUGO_SECTION" nil org-hugo-section) (:hugo-bundle "HUGO_BUNDLE" nil nil) (:hugo-base-dir "HUGO_BASE_DIR" nil nil) (:hugo-code-fence "HUGO_CODE_FENCE" nil t) (:hugo-use-code-for-kbd "HUGO_USE_CODE_FOR_KBD" nil org-hugo-use-code-for-kbd) (:hugo-prefer-hyphen-in-tags "HUGO_PREFER_HYPHEN_IN_TAGS" nil org-hugo-prefer-hyphen-in-tags) (:hugo-allow-spaces-in-tags "HUGO_ALLOW_SPACES_IN_TAGS" nil org-hugo-allow-spaces-in-tags) (:hugo-auto-set-lastmod "HUGO_AUTO_SET_LASTMOD" nil org-hugo-auto-set-lastmod) (:hugo-custom-front-matter "HUGO_CUSTOM_FRONT_MATTER" nil nil space) (:hugo-blackfriday "HUGO_BLACKFRIDAY" nil nil space) (:hugo-front-matter-key-replace "HUGO_FRONT_MATTER_KEY_REPLACE" nil nil space) (:hugo-date-format "HUGO_DATE_FORMAT" nil org-hugo-date-format) (:hugo-paired-shortcodes "HUGO_PAIRED_SHORTCODES" nil org-hugo-paired-shortcodes space) (:hugo-pandoc-citations "HUGO_PANDOC_CITATIONS" nil nil) (:bibliography "BIBLIOGRAPHY" nil nil newline) (:hugo-aliases "HUGO_ALIASES" nil nil space) (:hugo-audio "HUGO_AUDIO" nil nil) (:date "DATE" nil nil) (:description "DESCRIPTION" nil nil) (:hugo-draft "HUGO_DRAFT" nil nil) (:hugo-expirydate "HUGO_EXPIRYDATE" nil nil) (:hugo-headless "HUGO_HEADLESS" nil nil) (:hugo-images "HUGO_IMAGES" nil nil newline) (:hugo-iscjklanguage "HUGO_ISCJKLANGUAGE" nil nil) (:keywords "KEYWORDS" nil nil newline) (:hugo-layout "HUGO_LAYOUT" nil nil) (:hugo-lastmod "HUGO_LASTMOD" nil nil) (:hugo-linktitle "HUGO_LINKTITLE" nil nil) (:hugo-locale "HUGO_LOCALE" nil nil) (:hugo-markup "HUGO_MARKUP" nil nil) (:hugo-menu "HUGO_MENU" nil nil space) (:hugo-menu-override "HUGO_MENU_OVERRIDE" nil nil space) (:hugo-outputs "HUGO_OUTPUTS" nil nil space) (:hugo-publishdate "HUGO_PUBLISHDATE" nil nil) (:hugo-series "HUGO_SERIES" nil nil newline) (:hugo-slug "HUGO_SLUG" nil nil) (:hugo-tags "HUGO_TAGS" nil nil newline) (:hugo-categories "HUGO_CATEGORIES" nil nil newline) ...) ((:filter-body . org-hugo-body-filter)) nil (72 "Export to Hugo-compatible Markdown" ((72 "Subtree or File to Md file " (lambda (a _s v _b) (org-hugo-export-wim-to-md nil a v))) (104 "File to Md file" (lambda (a s v _b) (org-hugo-export-to-md a s v))) (79 "Subtree or File to Md file and open " (lambda (a _s v _b) (if a (org-hugo-export-wim-to-md nil :async v) (org-open-file ...)))) (111 "File to Md file and open" (lambda (a s v _b) (if a (org-hugo-export-to-md :async s v) (org-open-file ...)))) (65 "All subtrees (or File) to Md file(s) " (lambda (a _s v _b) (org-hugo-export-wim-to-md :all-subtrees a v))) (116 "File to a temporary Md buffer" (lambda (a s v _b) (org-hugo-export-as-md a s v)))))] :translate-alist ((code . org-hugo-kbd-tags-maybe) (example-block . org-hugo-example-block) (export-block . org-hugo-export-block) (export-snippet . org-hugo-export-snippet) (headline . org-hugo-headline) (inner-template . org-hugo-inner-template) (keyword . org-hugo-keyword) (link . org-hugo-link) (paragraph . org-hugo-paragraph) (src-block . org-hugo-src-block) (special-block . org-hugo-special-block) (center-block . org-blackfriday-center-block) (example-block . org-blackfriday-example-block) (fixed-width . org-blackfriday-fixed-width) (footnote-reference . org-blackfriday-footnote-reference) (inner-template . org-blackfriday-inner-template) (italic . org-blackfriday-italic) (item . org-blackfriday-item) (latex-environment . org-blackfriday-latex-environment) (latex-fragment . org-blackfriday-latex-fragment) (line-break . org-html-line-break) (plain-list . org-blackfriday-plain-list) (plain-text . org-blackfriday-plain-text) (quote-block . org-blackfriday-quote-block) (special-block . org-blackfriday-special-block) (src-block . org-blackfriday-src-block) (strike-through . org-blackfriday-strike-through) (table-cell . org-blackfriday-table-cell) (table-row . org-blackfriday-table-row) (table . org-blackfriday-table) (verse-block . org-blackfriday-verse-block) (bold . org-md-bold) (code . org-md-verbatim) (example-block . org-md-example-block) (export-block . org-md-export-block) (fixed-width . org-md-example-block) (headline . org-md-headline) (horizontal-rule . org-md-horizontal-rule) (inline-src-block . org-md-verbatim) (inner-template . org-md-inner-template) (italic . org-md-italic) (item . org-md-item) (keyword . org-md-keyword) (line-break . org-md-line-break) (link . org-md-link) (node-property . org-md-node-property) (paragraph . org-md-paragraph) (plain-list . org-md-plain-list) (plain-text . org-md-plain-text) (property-drawer . org-md-property-drawer) ...) :exported-data #s(hash-table size 4001 test eq rehash-size 1.5 rehash-threshold 0.8 data (#("Description-less link an " 0 25 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent ...) #4)) #2 (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #4)) #("image link.\n" 0 12 (:parent #4))))) #("Description-less link an " 0 25 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent ...) #4)) #("Description-less link an " 0 25 (:parent #4)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #4)) #("image link.\n" 0 12 (:parent #4))))) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent ...) #4)) #("Description-less link an " 0 25 (:parent #4)) #2 #("image link.\n" 0 12 (:parent #4))))) "`https` " #("image link.\n" 0 12 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent ...) #4)) #("Description-less link an " 0 25 (:parent #4)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #4)) #2))) #("image link.\n" 0 12 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent ...) #4)) #("Description-less link an " 0 25 (:parent #4)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #4)) #("image link.\n" 0 12 (:parent #4))))) (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent (section (:begin 26 :end 205 :contents-begin 26 :contents-end 205 :post-blank 1 :post-affiliated 26 :parent ...) #4 (paragraph ... ... #("\n" 0 1 ...)))) #2)) #("Description-less link an " 0 25 (:parent #2)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #2)) #("image link.\n" 0 12 (:parent #2))) #("Description-less link an `https` image link.\n\n" 0 25 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent ...) #4)) #("Description-less link an " 0 25 (:parent #4)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #4)) #("image link.\n" 0 12 (:parent #4)))) 33 44 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent ...) #4)) #("Description-less link an " 0 25 (:parent #4)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #4)) #("image link.\n" 0 12 (:parent #4))))) (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent (section (:begin 26 :end 205 :contents-begin 26 :contents-end 205 :post-blank 1 :post-affiliated 26 :parent (headline (:raw-value "ox-hugo Issue 333 test" :begin 1 :end 205 :pre-blank 0 :contents-begin 26 :contents-end 205 :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :post-blank 1 :footnote-section-p nil :archivedp nil :commentedp nil :post-affiliated 1 :EXPORT_FILE_NAME "333" :title ... :parent ...) #4)) #2 (paragraph (:begin 152 :end 205 :contents-begin 152 :contents-end 205 :post-blank 1 :post-affiliated 152 :parent #4) (link (:type "https" :path "//ox-hugo.scripter.co/test/ox-hugo/org.png" :format bracket :raw-link "https://ox-hugo.scripter.co/test/ox-hugo/org.png" :application nil :search-option nil :begin 152 :end 204 :contents-begin nil :contents-end nil :post-blank 0 :parent #5)) #("\n" 0 1 (:parent #5))))) (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent #2) #("Description-less link an " 0 25 (:parent #3)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #3)) #("image link.\n" 0 12 (:parent #3)))) "" nil "" ...)) :input-buffer "test.org" :input-file "/root/test.org" :with-toc nil :section-numbers nil :author "root" :creator "Emacs 25.2.2 (Org mode 9.3.6 + ox-hugo)" :with-smart-quotes nil :with-special-strings nil :with-sub-superscript {} :hugo-with-locale nil :hugo-front-matter-format "toml" :hugo-level-offset "1" :hugo-preserve-filling t :hugo-delete-trailing-ws t :hugo-section "posts" :hugo-bundle nil :hugo-base-dir nil :hugo-code-fence t :hugo-use-code-for-kbd nil :hugo-prefer-hyphen-in-tags t :hugo-allow-spaces-in-tags t ...))
#[257 "\301\300\"\207" [(:export-options nil :back-end [cl-struct-org-export-backend hugo blackfriday ((code . org-hugo-kbd-tags-maybe) (example-block . org-hugo-example-block) (export-block . org-hugo-export-block) (export-snippet . org-hugo-export-snippet) (headline . org-hugo-headline) (inner-template . org-hugo-inner-template) (keyword . org-hugo-keyword) (link . org-hugo-link) (paragraph . org-hugo-paragraph) (src-block . org-hugo-src-block) (special-block . org-hugo-special-block)) ((:with-toc nil "toc" org-hugo-export-with-toc) (:section-numbers nil "num" org-hugo-export-with-section-numbers) (:author "AUTHOR" nil user-full-name newline) (:creator "CREATOR" nil org-hugo-export-creator-string) (:with-smart-quotes nil "'" nil) (:with-special-strings nil "-" nil) (:with-sub-superscript nil "^" (quote {})) (:hugo-with-locale "HUGO_WITH_LOCALE" nil nil) (:hugo-front-matter-format "HUGO_FRONT_MATTER_FORMAT" nil org-hugo-front-matter-format) (:hugo-level-offset "HUGO_LEVEL_OFFSET" nil "1") (:hugo-preserve-filling "HUGO_PRESERVE_FILLING" nil org-hugo-preserve-filling) (:hugo-delete-trailing-ws "HUGO_DELETE_TRAILING_WS" nil org-hugo-delete-trailing-ws) (:hugo-section "HUGO_SECTION" nil org-hugo-section) (:hugo-bundle "HUGO_BUNDLE" nil nil) (:hugo-base-dir "HUGO_BASE_DIR" nil nil) (:hugo-code-fence "HUGO_CODE_FENCE" nil t) (:hugo-use-code-for-kbd "HUGO_USE_CODE_FOR_KBD" nil org-hugo-use-code-for-kbd) (:hugo-prefer-hyphen-in-tags "HUGO_PREFER_HYPHEN_IN_TAGS" nil org-hugo-prefer-hyphen-in-tags) (:hugo-allow-spaces-in-tags "HUGO_ALLOW_SPACES_IN_TAGS" nil org-hugo-allow-spaces-in-tags) (:hugo-auto-set-lastmod "HUGO_AUTO_SET_LASTMOD" nil org-hugo-auto-set-lastmod) (:hugo-custom-front-matter "HUGO_CUSTOM_FRONT_MATTER" nil nil space) (:hugo-blackfriday "HUGO_BLACKFRIDAY" nil nil space) (:hugo-front-matter-key-replace "HUGO_FRONT_MATTER_KEY_REPLACE" nil nil space) (:hugo-date-format "HUGO_DATE_FORMAT" nil org-hugo-date-format) (:hugo-paired-shortcodes "HUGO_PAIRED_SHORTCODES" nil org-hugo-paired-shortcodes space) (:hugo-pandoc-citations "HUGO_PANDOC_CITATIONS" nil nil) (:bibliography "BIBLIOGRAPHY" nil nil newline) (:hugo-aliases "HUGO_ALIASES" nil nil space) (:hugo-audio "HUGO_AUDIO" nil nil) (:date "DATE" nil nil) (:description "DESCRIPTION" nil nil) (:hugo-draft "HUGO_DRAFT" nil nil) (:hugo-expirydate "HUGO_EXPIRYDATE" nil nil) (:hugo-headless "HUGO_HEADLESS" nil nil) (:hugo-images "HUGO_IMAGES" nil nil newline) (:hugo-iscjklanguage "HUGO_ISCJKLANGUAGE" nil nil) (:keywords "KEYWORDS" nil nil newline) (:hugo-layout "HUGO_LAYOUT" nil nil) (:hugo-lastmod "HUGO_LASTMOD" nil nil) (:hugo-linktitle "HUGO_LINKTITLE" nil nil) (:hugo-locale "HUGO_LOCALE" nil nil) (:hugo-markup "HUGO_MARKUP" nil nil) (:hugo-menu "HUGO_MENU" nil nil space) (:hugo-menu-override "HUGO_MENU_OVERRIDE" nil nil space) (:hugo-outputs "HUGO_OUTPUTS" nil nil space) (:hugo-publishdate "HUGO_PUBLISHDATE" nil nil) (:hugo-series "HUGO_SERIES" nil nil newline) (:hugo-slug "HUGO_SLUG" nil nil) (:hugo-tags "HUGO_TAGS" nil nil newline) (:hugo-categories "HUGO_CATEGORIES" nil nil newline) ...) ((:filter-body . org-hugo-body-filter)) nil (72 "Export to Hugo-compatible Markdown" ((72 "Subtree or File to Md file " (lambda ... ...)) (104 "File to Md file" (lambda ... ...)) (79 "Subtree or File to Md file and open " (lambda ... ...)) (111 "File to Md file and open" (lambda ... ...)) (65 "All subtrees (or File) to Md file(s) " (lambda ... ...)) (116 "File to a temporary Md buffer" (lambda ... ...))))] :translate-alist ((code . org-hugo-kbd-tags-maybe) (example-block . org-hugo-example-block) (export-block . org-hugo-export-block) (export-snippet . org-hugo-export-snippet) (headline . org-hugo-headline) (inner-template . org-hugo-inner-template) (keyword . org-hugo-keyword) (link . org-hugo-link) (paragraph . org-hugo-paragraph) (src-block . org-hugo-src-block) (special-block . org-hugo-special-block) (center-block . org-blackfriday-center-block) (example-block . org-blackfriday-example-block) (fixed-width . org-blackfriday-fixed-width) (footnote-reference . org-blackfriday-footnote-reference) (inner-template . org-blackfriday-inner-template) (italic . org-blackfriday-italic) (item . org-blackfriday-item) (latex-environment . org-blackfriday-latex-environment) (latex-fragment . org-blackfriday-latex-fragment) (line-break . org-html-line-break) (plain-list . org-blackfriday-plain-list) (plain-text . org-blackfriday-plain-text) (quote-block . org-blackfriday-quote-block) (special-block . org-blackfriday-special-block) (src-block . org-blackfriday-src-block) (strike-through . org-blackfriday-strike-through) (table-cell . org-blackfriday-table-cell) (table-row . org-blackfriday-table-row) (table . org-blackfriday-table) (verse-block . org-blackfriday-verse-block) (bold . org-md-bold) (code . org-md-verbatim) (example-block . org-md-example-block) (export-block . org-md-export-block) (fixed-width . org-md-example-block) (headline . org-md-headline) (horizontal-rule . org-md-horizontal-rule) (inline-src-block . org-md-verbatim) (inner-template . org-md-inner-template) (italic . org-md-italic) (item . org-md-item) (keyword . org-md-keyword) (line-break . org-md-line-break) (link . org-md-link) (node-property . org-md-node-property) (paragraph . org-md-paragraph) (plain-list . org-md-plain-list) (plain-text . org-md-plain-text) (property-drawer . org-md-property-drawer) ...) :exported-data #s(hash-table size 4001 test eq rehash-size 1.5 rehash-threshold 0.8 data (#("Description-less link an " 0 25 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent ...) #4 (code ...) #("image link.\n" 0 12 ...)))) #("Description-less link an " 0 25 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent ...) #("Description-less link an " 0 25 ...) (code ...) #("image link.\n" 0 12 ...)))) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent ...) #("Description-less link an " 0 25 ...) #4 #("image link.\n" 0 12 ...)))) "`https` " #("image link.\n" 0 12 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent ...) #("Description-less link an " 0 25 ...) (code ...) #4))) #("image link.\n" 0 12 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent ...) #("Description-less link an " 0 25 ...) (code ...) #("image link.\n" 0 12 ...)))) (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent ...) #4)) #("Description-less link an " 0 25 (:parent #4)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #4)) #("image link.\n" 0 12 (:parent #4))) #("Description-less link an `https` image link.\n\n" 0 25 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent ...) #("Description-less link an " 0 25 ...) (code ...) #("image link.\n" 0 12 ...))) 33 44 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent ...) #("Description-less link an " 0 25 ...) (code ...) #("image link.\n" 0 12 ...)))) (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent (section (:begin 26 :end 205 :contents-begin 26 :contents-end 205 :post-blank 1 :post-affiliated 26 :parent ...) #4 (paragraph ... ... #("\n" 0 1 ...)))) (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent #4) #("Description-less link an " 0 25 (:parent #5)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #5)) #("image link.\n" 0 12 (:parent #5)))) "" nil "" ...)) :input-buffer "test.org" :input-file "/root/test.org" :with-toc nil :section-numbers nil :author "root" :creator "Emacs 25.2.2 (Org mode 9.3.6 + ox-hugo)" :with-smart-quotes nil :with-special-strings nil :with-sub-superscript {} :hugo-with-locale nil :hugo-front-matter-format "toml" :hugo-level-offset "1" :hugo-preserve-filling t :hugo-delete-trailing-ws t :hugo-section "posts" :hugo-bundle nil :hugo-base-dir nil :hugo-code-fence t :hugo-use-code-for-kbd nil :hugo-prefer-hyphen-in-tags t :hugo-allow-spaces-in-tags t ...) org-export-data] 4 "\n\n(fn ELEMENT)"]((paragraph (:begin 152 :end 205 :contents-begin 152 :contents-end 205 :post-blank 1 :post-affiliated 152 :parent (section (:begin 26 :end 205 :contents-begin 26 :contents-end 205 :post-blank 1 :post-affiliated 26 :parent (headline (:raw-value "ox-hugo Issue 333 test" :begin 1 :end 205 :pre-blank 0 :contents-begin 26 :contents-end 205 :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :post-blank 1 :footnote-section-p nil :archivedp nil :commentedp nil :post-affiliated 1 :EXPORT_FILE_NAME "333" :title (#("ox-hugo Issue 333 test" 0 22 ...)) :parent (org-data nil #4)) #2)) (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent #2) (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent #3) #("Description-less link an " 0 25 (:parent #4)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #4)) #("image link.\n" 0 12 (:parent #4)))) #0)) (link (:type "https" :path "//ox-hugo.scripter.co/test/ox-hugo/org.png" :format bracket :raw-link "https://ox-hugo.scripter.co/test/ox-hugo/org.png" :application nil :search-option nil :begin 152 :end 204 :contents-begin nil :contents-end nil :post-blank 0 :parent #0)) #("\n" 0 1 (:parent #0))))
mapconcat(#[257 "\301\300\"\207" [(:export-options nil :back-end [cl-struct-org-export-backend hugo blackfriday ((code . org-hugo-kbd-tags-maybe) (example-block . org-hugo-example-block) (export-block . org-hugo-export-block) (export-snippet . org-hugo-export-snippet) (headline . org-hugo-headline) (inner-template . org-hugo-inner-template) (keyword . org-hugo-keyword) (link . org-hugo-link) (paragraph . org-hugo-paragraph) (src-block . org-hugo-src-block) (special-block . org-hugo-special-block)) ((:with-toc nil "toc" org-hugo-export-with-toc) (:section-numbers nil "num" org-hugo-export-with-section-numbers) (:author "AUTHOR" nil user-full-name newline) (:creator "CREATOR" nil org-hugo-export-creator-string) (:with-smart-quotes nil "'" nil) (:with-special-strings nil "-" nil) (:with-sub-superscript nil "^" (quote {})) (:hugo-with-locale "HUGO_WITH_LOCALE" nil nil) (:hugo-front-matter-format "HUGO_FRONT_MATTER_FORMAT" nil org-hugo-front-matter-format) (:hugo-level-offset "HUGO_LEVEL_OFFSET" nil "1") (:hugo-preserve-filling "HUGO_PRESERVE_FILLING" nil org-hugo-preserve-filling) (:hugo-delete-trailing-ws "HUGO_DELETE_TRAILING_WS" nil org-hugo-delete-trailing-ws) (:hugo-section "HUGO_SECTION" nil org-hugo-section) (:hugo-bundle "HUGO_BUNDLE" nil nil) (:hugo-base-dir "HUGO_BASE_DIR" nil nil) (:hugo-code-fence "HUGO_CODE_FENCE" nil t) (:hugo-use-code-for-kbd "HUGO_USE_CODE_FOR_KBD" nil org-hugo-use-code-for-kbd) (:hugo-prefer-hyphen-in-tags "HUGO_PREFER_HYPHEN_IN_TAGS" nil org-hugo-prefer-hyphen-in-tags) (:hugo-allow-spaces-in-tags "HUGO_ALLOW_SPACES_IN_TAGS" nil org-hugo-allow-spaces-in-tags) (:hugo-auto-set-lastmod "HUGO_AUTO_SET_LASTMOD" nil org-hugo-auto-set-lastmod) (:hugo-custom-front-matter "HUGO_CUSTOM_FRONT_MATTER" nil nil space) (:hugo-blackfriday "HUGO_BLACKFRIDAY" nil nil space) (:hugo-front-matter-key-replace "HUGO_FRONT_MATTER_KEY_REPLACE" nil nil space) (:hugo-date-format "HUGO_DATE_FORMAT" nil org-hugo-date-format) (:hugo-paired-shortcodes "HUGO_PAIRED_SHORTCODES" nil org-hugo-paired-shortcodes space) (:hugo-pandoc-citations "HUGO_PANDOC_CITATIONS" nil nil) (:bibliography "BIBLIOGRAPHY" nil nil newline) (:hugo-aliases "HUGO_ALIASES" nil nil space) (:hugo-audio "HUGO_AUDIO" nil nil) (:date "DATE" nil nil) (:description "DESCRIPTION" nil nil) (:hugo-draft "HUGO_DRAFT" nil nil) (:hugo-expirydate "HUGO_EXPIRYDATE" nil nil) (:hugo-headless "HUGO_HEADLESS" nil nil) (:hugo-images "HUGO_IMAGES" nil nil newline) (:hugo-iscjklanguage "HUGO_ISCJKLANGUAGE" nil nil) (:keywords "KEYWORDS" nil nil newline) (:hugo-layout "HUGO_LAYOUT" nil nil) (:hugo-lastmod "HUGO_LASTMOD" nil nil) (:hugo-linktitle "HUGO_LINKTITLE" nil nil) (:hugo-locale "HUGO_LOCALE" nil nil) (:hugo-markup "HUGO_MARKUP" nil nil) (:hugo-menu "HUGO_MENU" nil nil space) (:hugo-menu-override "HUGO_MENU_OVERRIDE" nil nil space) (:hugo-outputs "HUGO_OUTPUTS" nil nil space) (:hugo-publishdate "HUGO_PUBLISHDATE" nil nil) (:hugo-series "HUGO_SERIES" nil nil newline) (:hugo-slug "HUGO_SLUG" nil nil) (:hugo-tags "HUGO_TAGS" nil nil newline) (:hugo-categories "HUGO_CATEGORIES" nil nil newline) ...) ((:filter-body . org-hugo-body-filter)) nil (72 "Export to Hugo-compatible Markdown" ((72 "Subtree or File to Md file " (lambda ... ...)) (104 "File to Md file" (lambda ... ...)) (79 "Subtree or File to Md file and open " (lambda ... ...)) (111 "File to Md file and open" (lambda ... ...)) (65 "All subtrees (or File) to Md file(s) " (lambda ... ...)) (116 "File to a temporary Md buffer" (lambda ... ...))))] :translate-alist ((code . org-hugo-kbd-tags-maybe) (example-block . org-hugo-example-block) (export-block . org-hugo-export-block) (export-snippet . org-hugo-export-snippet) (headline . org-hugo-headline) (inner-template . org-hugo-inner-template) (keyword . org-hugo-keyword) (link . org-hugo-link) (paragraph . org-hugo-paragraph) (src-block . org-hugo-src-block) (special-block . org-hugo-special-block) (center-block . org-blackfriday-center-block) (example-block . org-blackfriday-example-block) (fixed-width . org-blackfriday-fixed-width) (footnote-reference . org-blackfriday-footnote-reference) (inner-template . org-blackfriday-inner-template) (italic . org-blackfriday-italic) (item . org-blackfriday-item) (latex-environment . org-blackfriday-latex-environment) (latex-fragment . org-blackfriday-latex-fragment) (line-break . org-html-line-break) (plain-list . org-blackfriday-plain-list) (plain-text . org-blackfriday-plain-text) (quote-block . org-blackfriday-quote-block) (special-block . org-blackfriday-special-block) (src-block . org-blackfriday-src-block) (strike-through . org-blackfriday-strike-through) (table-cell . org-blackfriday-table-cell) (table-row . org-blackfriday-table-row) (table . org-blackfriday-table) (verse-block . org-blackfriday-verse-block) (bold . org-md-bold) (code . org-md-verbatim) (example-block . org-md-example-block) (export-block . org-md-export-block) (fixed-width . org-md-example-block) (headline . org-md-headline) (horizontal-rule . org-md-horizontal-rule) (inline-src-block . org-md-verbatim) (inner-template . org-md-inner-template) (italic . org-md-italic) (item . org-md-item) (keyword . org-md-keyword) (line-break . org-md-line-break) (link . org-md-link) (node-property . org-md-node-property) (paragraph . org-md-paragraph) (plain-list . org-md-plain-list) (plain-text . org-md-plain-text) (property-drawer . org-md-property-drawer) ...) :exported-data #s(hash-table size 4001 test eq rehash-size 1.5 rehash-threshold 0.8 data (#("Description-less link an " 0 25 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent ...) #4 (code ...) #("image link.\n" 0 12 ...)))) #("Description-less link an " 0 25 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent ...) #("Description-less link an " 0 25 ...) (code ...) #("image link.\n" 0 12 ...)))) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent ...) #("Description-less link an " 0 25 ...) #4 #("image link.\n" 0 12 ...)))) "`https` " #("image link.\n" 0 12 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent ...) #("Description-less link an " 0 25 ...) (code ...) #4))) #("image link.\n" 0 12 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent ...) #("Description-less link an " 0 25 ...) (code ...) #("image link.\n" 0 12 ...)))) (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent ...) #4)) #("Description-less link an " 0 25 (:parent #4)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #4)) #("image link.\n" 0 12 (:parent #4))) #("Description-less link an `https` image link.\n\n" 0 25 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent ...) #("Description-less link an " 0 25 ...) (code ...) #("image link.\n" 0 12 ...))) 33 44 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent ...) #("Description-less link an " 0 25 ...) (code ...) #("image link.\n" 0 12 ...)))) (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent (section (:begin 26 :end 205 :contents-begin 26 :contents-end 205 :post-blank 1 :post-affiliated 26 :parent ...) #4 (paragraph ... ... #("\n" 0 1 ...)))) (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent #4) #("Description-less link an " 0 25 (:parent #5)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #5)) #("image link.\n" 0 12 (:parent #5)))) "" nil "" ...)) :input-buffer "test.org" :input-file "/root/test.org" :with-toc nil :section-numbers nil :author "root" :creator "Emacs 25.2.2 (Org mode 9.3.6 + ox-hugo)" :with-smart-quotes nil :with-special-strings nil :with-sub-superscript {} :hugo-with-locale nil :hugo-front-matter-format "toml" :hugo-level-offset "1" :hugo-preserve-filling t :hugo-delete-trailing-ws t :hugo-section "posts" :hugo-bundle nil :hugo-base-dir nil :hugo-code-fence t :hugo-use-code-for-kbd nil :hugo-prefer-hyphen-in-tags t :hugo-allow-spaces-in-tags t ...) org-export-data] 4 "\n\n(fn ELEMENT)"] ((special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent (section (:begin 26 :end 205 :contents-begin 26 :contents-end 205 :post-blank 1 :post-affiliated 26 :parent (headline (:raw-value "ox-hugo Issue 333 test" :begin 1 :end 205 :pre-blank 0 :contents-begin 26 :contents-end 205 :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :post-blank 1 :footnote-section-p nil :archivedp nil :commentedp nil :post-affiliated 1 :EXPORT_FILE_NAME "333" :title (#("ox-hugo Issue 333 test" 0 22 ...)) :parent (org-data nil #5)) #3)) #1 (paragraph (:begin 152 :end 205 :contents-begin 152 :contents-end 205 :post-blank 1 :post-affiliated 152 :parent #3) (link (:type "https" :path "//ox-hugo.scripter.co/test/ox-hugo/org.png" :format bracket :raw-link "https://ox-hugo.scripter.co/test/ox-hugo/org.png" :application nil :search-option nil :begin 152 :end 204 :contents-begin nil :contents-end nil :post-blank 0 :parent #4)) #("\n" 0 1 (:parent #4))))) (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent #1) #("Description-less link an " 0 25 (:parent #2)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #2)) #("image link.\n" 0 12 (:parent #2)))) (paragraph (:begin 152 :end 205 :contents-begin 152 :contents-end 205 :post-blank 1 :post-affiliated 152 :parent (section (:begin 26 :end 205 :contents-begin 26 :contents-end 205 :post-blank 1 :post-affiliated 26 :parent (headline (:raw-value "ox-hugo Issue 333 test" :begin 1 :end 205 :pre-blank 0 :contents-begin 26 :contents-end 205 :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :post-blank 1 :footnote-section-p nil :archivedp nil :commentedp nil :post-affiliated 1 :EXPORT_FILE_NAME "333" :title (#("ox-hugo Issue 333 test" 0 22 ...)) :parent (org-data nil #5)) #3)) (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent #3) (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent #4) #("Description-less link an " 0 25 (:parent #5)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #5)) #("image link.\n" 0 12 (:parent #5)))) #1)) (link (:type "https" :path "//ox-hugo.scripter.co/test/ox-hugo/org.png" :format bracket :raw-link "https://ox-hugo.scripter.co/test/ox-hugo/org.png" :application nil :search-option nil :begin 152 :end 204 :contents-begin nil :contents-end nil :post-blank 0 :parent #1)) #("\n" 0 1 (:parent #1)))) "")
org-export-data((section (:begin 26 :end 205 :contents-begin 26 :contents-end 205 :post-blank 1 :post-affiliated 26 :parent (headline (:raw-value "ox-hugo Issue 333 test" :begin 1 :end 205 :pre-blank 0 :contents-begin 26 :contents-end 205 :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :post-blank 1 :footnote-section-p nil :archivedp nil :commentedp nil :post-affiliated 1 :EXPORT_FILE_NAME "333" :title (#("ox-hugo Issue 333 test" 0 22 (:parent #2))) :parent (org-data nil #2)) #0)) (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent #0) (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent #1) #("Description-less link an " 0 25 (:parent #2)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #2)) #("image link.\n" 0 12 (:parent #2)))) (paragraph (:begin 152 :end 205 :contents-begin 152 :contents-end 205 :post-blank 1 :post-affiliated 152 :parent #0) (link (:type "https" :path "//ox-hugo.scripter.co/test/ox-hugo/org.png" :format bracket :raw-link "https://ox-hugo.scripter.co/test/ox-hugo/org.png" :application nil :search-option nil :begin 152 :end 204 :contents-begin nil :contents-end nil :post-blank 0 :parent #1)) #("\n" 0 1 (:parent #1)))) (:export-options nil :back-end [cl-struct-org-export-backend hugo blackfriday ((code . org-hugo-kbd-tags-maybe) (example-block . org-hugo-example-block) (export-block . org-hugo-export-block) (export-snippet . org-hugo-export-snippet) (headline . org-hugo-headline) (inner-template . org-hugo-inner-template) (keyword . org-hugo-keyword) (link . org-hugo-link) (paragraph . org-hugo-paragraph) (src-block . org-hugo-src-block) (special-block . org-hugo-special-block)) ((:with-toc nil "toc" org-hugo-export-with-toc) (:section-numbers nil "num" org-hugo-export-with-section-numbers) (:author "AUTHOR" nil user-full-name newline) (:creator "CREATOR" nil org-hugo-export-creator-string) (:with-smart-quotes nil "'" nil) (:with-special-strings nil "-" nil) (:with-sub-superscript nil "^" (quote {})) (:hugo-with-locale "HUGO_WITH_LOCALE" nil nil) (:hugo-front-matter-format "HUGO_FRONT_MATTER_FORMAT" nil org-hugo-front-matter-format) (:hugo-level-offset "HUGO_LEVEL_OFFSET" nil "1") (:hugo-preserve-filling "HUGO_PRESERVE_FILLING" nil org-hugo-preserve-filling) (:hugo-delete-trailing-ws "HUGO_DELETE_TRAILING_WS" nil org-hugo-delete-trailing-ws) (:hugo-section "HUGO_SECTION" nil org-hugo-section) (:hugo-bundle "HUGO_BUNDLE" nil nil) (:hugo-base-dir "HUGO_BASE_DIR" nil nil) (:hugo-code-fence "HUGO_CODE_FENCE" nil t) (:hugo-use-code-for-kbd "HUGO_USE_CODE_FOR_KBD" nil org-hugo-use-code-for-kbd) (:hugo-prefer-hyphen-in-tags "HUGO_PREFER_HYPHEN_IN_TAGS" nil org-hugo-prefer-hyphen-in-tags) (:hugo-allow-spaces-in-tags "HUGO_ALLOW_SPACES_IN_TAGS" nil org-hugo-allow-spaces-in-tags) (:hugo-auto-set-lastmod "HUGO_AUTO_SET_LASTMOD" nil org-hugo-auto-set-lastmod) (:hugo-custom-front-matter "HUGO_CUSTOM_FRONT_MATTER" nil nil space) (:hugo-blackfriday "HUGO_BLACKFRIDAY" nil nil space) (:hugo-front-matter-key-replace "HUGO_FRONT_MATTER_KEY_REPLACE" nil nil space) (:hugo-date-format "HUGO_DATE_FORMAT" nil org-hugo-date-format) (:hugo-paired-shortcodes "HUGO_PAIRED_SHORTCODES" nil org-hugo-paired-shortcodes space) (:hugo-pandoc-citations "HUGO_PANDOC_CITATIONS" nil nil) (:bibliography "BIBLIOGRAPHY" nil nil newline) (:hugo-aliases "HUGO_ALIASES" nil nil space) (:hugo-audio "HUGO_AUDIO" nil nil) (:date "DATE" nil nil) (:description "DESCRIPTION" nil nil) (:hugo-draft "HUGO_DRAFT" nil nil) (:hugo-expirydate "HUGO_EXPIRYDATE" nil nil) (:hugo-headless "HUGO_HEADLESS" nil nil) (:hugo-images "HUGO_IMAGES" nil nil newline) (:hugo-iscjklanguage "HUGO_ISCJKLANGUAGE" nil nil) (:keywords "KEYWORDS" nil nil newline) (:hugo-layout "HUGO_LAYOUT" nil nil) (:hugo-lastmod "HUGO_LASTMOD" nil nil) (:hugo-linktitle "HUGO_LINKTITLE" nil nil) (:hugo-locale "HUGO_LOCALE" nil nil) (:hugo-markup "HUGO_MARKUP" nil nil) (:hugo-menu "HUGO_MENU" nil nil space) (:hugo-menu-override "HUGO_MENU_OVERRIDE" nil nil space) (:hugo-outputs "HUGO_OUTPUTS" nil nil space) (:hugo-publishdate "HUGO_PUBLISHDATE" nil nil) (:hugo-series "HUGO_SERIES" nil nil newline) (:hugo-slug "HUGO_SLUG" nil nil) (:hugo-tags "HUGO_TAGS" nil nil newline) (:hugo-categories "HUGO_CATEGORIES" nil nil newline) ...) ((:filter-body . org-hugo-body-filter)) nil (72 "Export to Hugo-compatible Markdown" ((72 "Subtree or File to Md file " (lambda (a _s v _b) (org-hugo-export-wim-to-md nil a v))) (104 "File to Md file" (lambda (a s v _b) (org-hugo-export-to-md a s v))) (79 "Subtree or File to Md file and open " (lambda (a _s v _b) (if a (org-hugo-export-wim-to-md nil :async v) (org-open-file ...)))) (111 "File to Md file and open" (lambda (a s v _b) (if a (org-hugo-export-to-md :async s v) (org-open-file ...)))) (65 "All subtrees (or File) to Md file(s) " (lambda (a _s v _b) (org-hugo-export-wim-to-md :all-subtrees a v))) (116 "File to a temporary Md buffer" (lambda (a s v _b) (org-hugo-export-as-md a s v)))))] :translate-alist ((code . org-hugo-kbd-tags-maybe) (example-block . org-hugo-example-block) (export-block . org-hugo-export-block) (export-snippet . org-hugo-export-snippet) (headline . org-hugo-headline) (inner-template . org-hugo-inner-template) (keyword . org-hugo-keyword) (link . org-hugo-link) (paragraph . org-hugo-paragraph) (src-block . org-hugo-src-block) (special-block . org-hugo-special-block) (center-block . org-blackfriday-center-block) (example-block . org-blackfriday-example-block) (fixed-width . org-blackfriday-fixed-width) (footnote-reference . org-blackfriday-footnote-reference) (inner-template . org-blackfriday-inner-template) (italic . org-blackfriday-italic) (item . org-blackfriday-item) (latex-environment . org-blackfriday-latex-environment) (latex-fragment . org-blackfriday-latex-fragment) (line-break . org-html-line-break) (plain-list . org-blackfriday-plain-list) (plain-text . org-blackfriday-plain-text) (quote-block . org-blackfriday-quote-block) (special-block . org-blackfriday-special-block) (src-block . org-blackfriday-src-block) (strike-through . org-blackfriday-strike-through) (table-cell . org-blackfriday-table-cell) (table-row . org-blackfriday-table-row) (table . org-blackfriday-table) (verse-block . org-blackfriday-verse-block) (bold . org-md-bold) (code . org-md-verbatim) (example-block . org-md-example-block) (export-block . org-md-export-block) (fixed-width . org-md-example-block) (headline . org-md-headline) (horizontal-rule . org-md-horizontal-rule) (inline-src-block . org-md-verbatim) (inner-template . org-md-inner-template) (italic . org-md-italic) (item . org-md-item) (keyword . org-md-keyword) (line-break . org-md-line-break) (link . org-md-link) (node-property . org-md-node-property) (paragraph . org-md-paragraph) (plain-list . org-md-plain-list) (plain-text . org-md-plain-text) (property-drawer . org-md-property-drawer) ...) :exported-data #s(hash-table size 4001 test eq rehash-size 1.5 rehash-threshold 0.8 data (#("Description-less link an " 0 25 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent ...) #4)) #2 (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #4)) #("image link.\n" 0 12 (:parent #4))))) #("Description-less link an " 0 25 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent ...) #4)) #("Description-less link an " 0 25 (:parent #4)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #4)) #("image link.\n" 0 12 (:parent #4))))) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent ...) #4)) #("Description-less link an " 0 25 (:parent #4)) #2 #("image link.\n" 0 12 (:parent #4))))) "`https` " #("image link.\n" 0 12 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent ...) #4)) #("Description-less link an " 0 25 (:parent #4)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #4)) #2))) #("image link.\n" 0 12 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent ...) #4)) #("Description-less link an " 0 25 (:parent #4)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #4)) #("image link.\n" 0 12 (:parent #4))))) (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent (section (:begin 26 :end 205 :contents-begin 26 :contents-end 205 :post-blank 1 :post-affiliated 26 :parent ...) #4 (paragraph ... ... #("\n" 0 1 ...)))) #2)) #("Description-less link an " 0 25 (:parent #2)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #2)) #("image link.\n" 0 12 (:parent #2))) #("Description-less link an `https` image link.\n\n" 0 25 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent ...) #4)) #("Description-less link an " 0 25 (:parent #4)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #4)) #("image link.\n" 0 12 (:parent #4)))) 33 44 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent ...) #4)) #("Description-less link an " 0 25 (:parent #4)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #4)) #("image link.\n" 0 12 (:parent #4))))) (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent (section (:begin 26 :end 205 :contents-begin 26 :contents-end 205 :post-blank 1 :post-affiliated 26 :parent (headline (:raw-value "ox-hugo Issue 333 test" :begin 1 :end 205 :pre-blank 0 :contents-begin 26 :contents-end 205 :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :post-blank 1 :footnote-section-p nil :archivedp nil :commentedp nil :post-affiliated 1 :EXPORT_FILE_NAME "333" :title ... :parent ...) #4)) #2 (paragraph (:begin 152 :end 205 :contents-begin 152 :contents-end 205 :post-blank 1 :post-affiliated 152 :parent #4) (link (:type "https" :path "//ox-hugo.scripter.co/test/ox-hugo/org.png" :format bracket :raw-link "https://ox-hugo.scripter.co/test/ox-hugo/org.png" :application nil :search-option nil :begin 152 :end 204 :contents-begin nil :contents-end nil :post-blank 0 :parent #5)) #("\n" 0 1 (:parent #5))))) (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent #2) #("Description-less link an " 0 25 (:parent #3)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #3)) #("image link.\n" 0 12 (:parent #3)))) "" nil "" ...)) :input-buffer "test.org" :input-file "/root/test.org" :with-toc nil :section-numbers nil :author "root" :creator "Emacs 25.2.2 (Org mode 9.3.6 + ox-hugo)" :with-smart-quotes nil :with-special-strings nil :with-sub-superscript {} :hugo-with-locale nil :hugo-front-matter-format "toml" :hugo-level-offset "1" :hugo-preserve-filling t :hugo-delete-trailing-ws t :hugo-section "posts" :hugo-bundle nil :hugo-base-dir nil :hugo-code-fence t :hugo-use-code-for-kbd nil :hugo-prefer-hyphen-in-tags t :hugo-allow-spaces-in-tags t ...))
#[257 "\301\300\"\207" [(:export-options nil :back-end [cl-struct-org-export-backend hugo blackfriday ((code . org-hugo-kbd-tags-maybe) (example-block . org-hugo-example-block) (export-block . org-hugo-export-block) (export-snippet . org-hugo-export-snippet) (headline . org-hugo-headline) (inner-template . org-hugo-inner-template) (keyword . org-hugo-keyword) (link . org-hugo-link) (paragraph . org-hugo-paragraph) (src-block . org-hugo-src-block) (special-block . org-hugo-special-block)) ((:with-toc nil "toc" org-hugo-export-with-toc) (:section-numbers nil "num" org-hugo-export-with-section-numbers) (:author "AUTHOR" nil user-full-name newline) (:creator "CREATOR" nil org-hugo-export-creator-string) (:with-smart-quotes nil "'" nil) (:with-special-strings nil "-" nil) (:with-sub-superscript nil "^" (quote {})) (:hugo-with-locale "HUGO_WITH_LOCALE" nil nil) (:hugo-front-matter-format "HUGO_FRONT_MATTER_FORMAT" nil org-hugo-front-matter-format) (:hugo-level-offset "HUGO_LEVEL_OFFSET" nil "1") (:hugo-preserve-filling "HUGO_PRESERVE_FILLING" nil org-hugo-preserve-filling) (:hugo-delete-trailing-ws "HUGO_DELETE_TRAILING_WS" nil org-hugo-delete-trailing-ws) (:hugo-section "HUGO_SECTION" nil org-hugo-section) (:hugo-bundle "HUGO_BUNDLE" nil nil) (:hugo-base-dir "HUGO_BASE_DIR" nil nil) (:hugo-code-fence "HUGO_CODE_FENCE" nil t) (:hugo-use-code-for-kbd "HUGO_USE_CODE_FOR_KBD" nil org-hugo-use-code-for-kbd) (:hugo-prefer-hyphen-in-tags "HUGO_PREFER_HYPHEN_IN_TAGS" nil org-hugo-prefer-hyphen-in-tags) (:hugo-allow-spaces-in-tags "HUGO_ALLOW_SPACES_IN_TAGS" nil org-hugo-allow-spaces-in-tags) (:hugo-auto-set-lastmod "HUGO_AUTO_SET_LASTMOD" nil org-hugo-auto-set-lastmod) (:hugo-custom-front-matter "HUGO_CUSTOM_FRONT_MATTER" nil nil space) (:hugo-blackfriday "HUGO_BLACKFRIDAY" nil nil space) (:hugo-front-matter-key-replace "HUGO_FRONT_MATTER_KEY_REPLACE" nil nil space) (:hugo-date-format "HUGO_DATE_FORMAT" nil org-hugo-date-format) (:hugo-paired-shortcodes "HUGO_PAIRED_SHORTCODES" nil org-hugo-paired-shortcodes space) (:hugo-pandoc-citations "HUGO_PANDOC_CITATIONS" nil nil) (:bibliography "BIBLIOGRAPHY" nil nil newline) (:hugo-aliases "HUGO_ALIASES" nil nil space) (:hugo-audio "HUGO_AUDIO" nil nil) (:date "DATE" nil nil) (:description "DESCRIPTION" nil nil) (:hugo-draft "HUGO_DRAFT" nil nil) (:hugo-expirydate "HUGO_EXPIRYDATE" nil nil) (:hugo-headless "HUGO_HEADLESS" nil nil) (:hugo-images "HUGO_IMAGES" nil nil newline) (:hugo-iscjklanguage "HUGO_ISCJKLANGUAGE" nil nil) (:keywords "KEYWORDS" nil nil newline) (:hugo-layout "HUGO_LAYOUT" nil nil) (:hugo-lastmod "HUGO_LASTMOD" nil nil) (:hugo-linktitle "HUGO_LINKTITLE" nil nil) (:hugo-locale "HUGO_LOCALE" nil nil) (:hugo-markup "HUGO_MARKUP" nil nil) (:hugo-menu "HUGO_MENU" nil nil space) (:hugo-menu-override "HUGO_MENU_OVERRIDE" nil nil space) (:hugo-outputs "HUGO_OUTPUTS" nil nil space) (:hugo-publishdate "HUGO_PUBLISHDATE" nil nil) (:hugo-series "HUGO_SERIES" nil nil newline) (:hugo-slug "HUGO_SLUG" nil nil) (:hugo-tags "HUGO_TAGS" nil nil newline) (:hugo-categories "HUGO_CATEGORIES" nil nil newline) ...) ((:filter-body . org-hugo-body-filter)) nil (72 "Export to Hugo-compatible Markdown" ((72 "Subtree or File to Md file " (lambda ... ...)) (104 "File to Md file" (lambda ... ...)) (79 "Subtree or File to Md file and open " (lambda ... ...)) (111 "File to Md file and open" (lambda ... ...)) (65 "All subtrees (or File) to Md file(s) " (lambda ... ...)) (116 "File to a temporary Md buffer" (lambda ... ...))))] :translate-alist ((code . org-hugo-kbd-tags-maybe) (example-block . org-hugo-example-block) (export-block . org-hugo-export-block) (export-snippet . org-hugo-export-snippet) (headline . org-hugo-headline) (inner-template . org-hugo-inner-template) (keyword . org-hugo-keyword) (link . org-hugo-link) (paragraph . org-hugo-paragraph) (src-block . org-hugo-src-block) (special-block . org-hugo-special-block) (center-block . org-blackfriday-center-block) (example-block . org-blackfriday-example-block) (fixed-width . org-blackfriday-fixed-width) (footnote-reference . org-blackfriday-footnote-reference) (inner-template . org-blackfriday-inner-template) (italic . org-blackfriday-italic) (item . org-blackfriday-item) (latex-environment . org-blackfriday-latex-environment) (latex-fragment . org-blackfriday-latex-fragment) (line-break . org-html-line-break) (plain-list . org-blackfriday-plain-list) (plain-text . org-blackfriday-plain-text) (quote-block . org-blackfriday-quote-block) (special-block . org-blackfriday-special-block) (src-block . org-blackfriday-src-block) (strike-through . org-blackfriday-strike-through) (table-cell . org-blackfriday-table-cell) (table-row . org-blackfriday-table-row) (table . org-blackfriday-table) (verse-block . org-blackfriday-verse-block) (bold . org-md-bold) (code . org-md-verbatim) (example-block . org-md-example-block) (export-block . org-md-export-block) (fixed-width . org-md-example-block) (headline . org-md-headline) (horizontal-rule . org-md-horizontal-rule) (inline-src-block . org-md-verbatim) (inner-template . org-md-inner-template) (italic . org-md-italic) (item . org-md-item) (keyword . org-md-keyword) (line-break . org-md-line-break) (link . org-md-link) (node-property . org-md-node-property) (paragraph . org-md-paragraph) (plain-list . org-md-plain-list) (plain-text . org-md-plain-text) (property-drawer . org-md-property-drawer) ...) :exported-data #s(hash-table size 4001 test eq rehash-size 1.5 rehash-threshold 0.8 data (#("Description-less link an " 0 25 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent ...) #4 (code ...) #("image link.\n" 0 12 ...)))) #("Description-less link an " 0 25 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent ...) #("Description-less link an " 0 25 ...) (code ...) #("image link.\n" 0 12 ...)))) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent ...) #("Description-less link an " 0 25 ...) #4 #("image link.\n" 0 12 ...)))) "`https` " #("image link.\n" 0 12 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent ...) #("Description-less link an " 0 25 ...) (code ...) #4))) #("image link.\n" 0 12 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent ...) #("Description-less link an " 0 25 ...) (code ...) #("image link.\n" 0 12 ...)))) (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent ...) #4)) #("Description-less link an " 0 25 (:parent #4)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #4)) #("image link.\n" 0 12 (:parent #4))) #("Description-less link an `https` image link.\n\n" 0 25 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent ...) #("Description-less link an " 0 25 ...) (code ...) #("image link.\n" 0 12 ...))) 33 44 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent ...) #("Description-less link an " 0 25 ...) (code ...) #("image link.\n" 0 12 ...)))) (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent (section (:begin 26 :end 205 :contents-begin 26 :contents-end 205 :post-blank 1 :post-affiliated 26 :parent ...) #4 (paragraph ... ... #("\n" 0 1 ...)))) (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent #4) #("Description-less link an " 0 25 (:parent #5)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #5)) #("image link.\n" 0 12 (:parent #5)))) "" nil "" ...)) :input-buffer "test.org" :input-file "/root/test.org" :with-toc nil :section-numbers nil :author "root" :creator "Emacs 25.2.2 (Org mode 9.3.6 + ox-hugo)" :with-smart-quotes nil :with-special-strings nil :with-sub-superscript {} :hugo-with-locale nil :hugo-front-matter-format "toml" :hugo-level-offset "1" :hugo-preserve-filling t :hugo-delete-trailing-ws t :hugo-section "posts" :hugo-bundle nil :hugo-base-dir nil :hugo-code-fence t :hugo-use-code-for-kbd nil :hugo-prefer-hyphen-in-tags t :hugo-allow-spaces-in-tags t ...) org-export-data] 4 "\n\n(fn ELEMENT)"]((section (:begin 26 :end 205 :contents-begin 26 :contents-end 205 :post-blank 1 :post-affiliated 26 :parent (headline (:raw-value "ox-hugo Issue 333 test" :begin 1 :end 205 :pre-blank 0 :contents-begin 26 :contents-end 205 :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :post-blank 1 :footnote-section-p nil :archivedp nil :commentedp nil :post-affiliated 1 :EXPORT_FILE_NAME "333" :title (#("ox-hugo Issue 333 test" 0 22 (:parent #2))) :parent (org-data nil #2)) #0)) (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent #0) (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent #1) #("Description-less link an " 0 25 (:parent #2)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #2)) #("image link.\n" 0 12 (:parent #2)))) (paragraph (:begin 152 :end 205 :contents-begin 152 :contents-end 205 :post-blank 1 :post-affiliated 152 :parent #0) (link (:type "https" :path "//ox-hugo.scripter.co/test/ox-hugo/org.png" :format bracket :raw-link "https://ox-hugo.scripter.co/test/ox-hugo/org.png" :application nil :search-option nil :begin 152 :end 204 :contents-begin nil :contents-end nil :post-blank 0 :parent #1)) #("\n" 0 1 (:parent #1)))))
mapconcat(#[257 "\301\300\"\207" [(:export-options nil :back-end [cl-struct-org-export-backend hugo blackfriday ((code . org-hugo-kbd-tags-maybe) (example-block . org-hugo-example-block) (export-block . org-hugo-export-block) (export-snippet . org-hugo-export-snippet) (headline . org-hugo-headline) (inner-template . org-hugo-inner-template) (keyword . org-hugo-keyword) (link . org-hugo-link) (paragraph . org-hugo-paragraph) (src-block . org-hugo-src-block) (special-block . org-hugo-special-block)) ((:with-toc nil "toc" org-hugo-export-with-toc) (:section-numbers nil "num" org-hugo-export-with-section-numbers) (:author "AUTHOR" nil user-full-name newline) (:creator "CREATOR" nil org-hugo-export-creator-string) (:with-smart-quotes nil "'" nil) (:with-special-strings nil "-" nil) (:with-sub-superscript nil "^" (quote {})) (:hugo-with-locale "HUGO_WITH_LOCALE" nil nil) (:hugo-front-matter-format "HUGO_FRONT_MATTER_FORMAT" nil org-hugo-front-matter-format) (:hugo-level-offset "HUGO_LEVEL_OFFSET" nil "1") (:hugo-preserve-filling "HUGO_PRESERVE_FILLING" nil org-hugo-preserve-filling) (:hugo-delete-trailing-ws "HUGO_DELETE_TRAILING_WS" nil org-hugo-delete-trailing-ws) (:hugo-section "HUGO_SECTION" nil org-hugo-section) (:hugo-bundle "HUGO_BUNDLE" nil nil) (:hugo-base-dir "HUGO_BASE_DIR" nil nil) (:hugo-code-fence "HUGO_CODE_FENCE" nil t) (:hugo-use-code-for-kbd "HUGO_USE_CODE_FOR_KBD" nil org-hugo-use-code-for-kbd) (:hugo-prefer-hyphen-in-tags "HUGO_PREFER_HYPHEN_IN_TAGS" nil org-hugo-prefer-hyphen-in-tags) (:hugo-allow-spaces-in-tags "HUGO_ALLOW_SPACES_IN_TAGS" nil org-hugo-allow-spaces-in-tags) (:hugo-auto-set-lastmod "HUGO_AUTO_SET_LASTMOD" nil org-hugo-auto-set-lastmod) (:hugo-custom-front-matter "HUGO_CUSTOM_FRONT_MATTER" nil nil space) (:hugo-blackfriday "HUGO_BLACKFRIDAY" nil nil space) (:hugo-front-matter-key-replace "HUGO_FRONT_MATTER_KEY_REPLACE" nil nil space) (:hugo-date-format "HUGO_DATE_FORMAT" nil org-hugo-date-format) (:hugo-paired-shortcodes "HUGO_PAIRED_SHORTCODES" nil org-hugo-paired-shortcodes space) (:hugo-pandoc-citations "HUGO_PANDOC_CITATIONS" nil nil) (:bibliography "BIBLIOGRAPHY" nil nil newline) (:hugo-aliases "HUGO_ALIASES" nil nil space) (:hugo-audio "HUGO_AUDIO" nil nil) (:date "DATE" nil nil) (:description "DESCRIPTION" nil nil) (:hugo-draft "HUGO_DRAFT" nil nil) (:hugo-expirydate "HUGO_EXPIRYDATE" nil nil) (:hugo-headless "HUGO_HEADLESS" nil nil) (:hugo-images "HUGO_IMAGES" nil nil newline) (:hugo-iscjklanguage "HUGO_ISCJKLANGUAGE" nil nil) (:keywords "KEYWORDS" nil nil newline) (:hugo-layout "HUGO_LAYOUT" nil nil) (:hugo-lastmod "HUGO_LASTMOD" nil nil) (:hugo-linktitle "HUGO_LINKTITLE" nil nil) (:hugo-locale "HUGO_LOCALE" nil nil) (:hugo-markup "HUGO_MARKUP" nil nil) (:hugo-menu "HUGO_MENU" nil nil space) (:hugo-menu-override "HUGO_MENU_OVERRIDE" nil nil space) (:hugo-outputs "HUGO_OUTPUTS" nil nil space) (:hugo-publishdate "HUGO_PUBLISHDATE" nil nil) (:hugo-series "HUGO_SERIES" nil nil newline) (:hugo-slug "HUGO_SLUG" nil nil) (:hugo-tags "HUGO_TAGS" nil nil newline) (:hugo-categories "HUGO_CATEGORIES" nil nil newline) ...) ((:filter-body . org-hugo-body-filter)) nil (72 "Export to Hugo-compatible Markdown" ((72 "Subtree or File to Md file " (lambda ... ...)) (104 "File to Md file" (lambda ... ...)) (79 "Subtree or File to Md file and open " (lambda ... ...)) (111 "File to Md file and open" (lambda ... ...)) (65 "All subtrees (or File) to Md file(s) " (lambda ... ...)) (116 "File to a temporary Md buffer" (lambda ... ...))))] :translate-alist ((code . org-hugo-kbd-tags-maybe) (example-block . org-hugo-example-block) (export-block . org-hugo-export-block) (export-snippet . org-hugo-export-snippet) (headline . org-hugo-headline) (inner-template . org-hugo-inner-template) (keyword . org-hugo-keyword) (link . org-hugo-link) (paragraph . org-hugo-paragraph) (src-block . org-hugo-src-block) (special-block . org-hugo-special-block) (center-block . org-blackfriday-center-block) (example-block . org-blackfriday-example-block) (fixed-width . org-blackfriday-fixed-width) (footnote-reference . org-blackfriday-footnote-reference) (inner-template . org-blackfriday-inner-template) (italic . org-blackfriday-italic) (item . org-blackfriday-item) (latex-environment . org-blackfriday-latex-environment) (latex-fragment . org-blackfriday-latex-fragment) (line-break . org-html-line-break) (plain-list . org-blackfriday-plain-list) (plain-text . org-blackfriday-plain-text) (quote-block . org-blackfriday-quote-block) (special-block . org-blackfriday-special-block) (src-block . org-blackfriday-src-block) (strike-through . org-blackfriday-strike-through) (table-cell . org-blackfriday-table-cell) (table-row . org-blackfriday-table-row) (table . org-blackfriday-table) (verse-block . org-blackfriday-verse-block) (bold . org-md-bold) (code . org-md-verbatim) (example-block . org-md-example-block) (export-block . org-md-export-block) (fixed-width . org-md-example-block) (headline . org-md-headline) (horizontal-rule . org-md-horizontal-rule) (inline-src-block . org-md-verbatim) (inner-template . org-md-inner-template) (italic . org-md-italic) (item . org-md-item) (keyword . org-md-keyword) (line-break . org-md-line-break) (link . org-md-link) (node-property . org-md-node-property) (paragraph . org-md-paragraph) (plain-list . org-md-plain-list) (plain-text . org-md-plain-text) (property-drawer . org-md-property-drawer) ...) :exported-data #s(hash-table size 4001 test eq rehash-size 1.5 rehash-threshold 0.8 data (#("Description-less link an " 0 25 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent ...) #4 (code ...) #("image link.\n" 0 12 ...)))) #("Description-less link an " 0 25 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent ...) #("Description-less link an " 0 25 ...) (code ...) #("image link.\n" 0 12 ...)))) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent ...) #("Description-less link an " 0 25 ...) #4 #("image link.\n" 0 12 ...)))) "`https` " #("image link.\n" 0 12 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent ...) #("Description-less link an " 0 25 ...) (code ...) #4))) #("image link.\n" 0 12 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent ...) #("Description-less link an " 0 25 ...) (code ...) #("image link.\n" 0 12 ...)))) (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent ...) #4)) #("Description-less link an " 0 25 (:parent #4)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #4)) #("image link.\n" 0 12 (:parent #4))) #("Description-less link an `https` image link.\n\n" 0 25 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent ...) #("Description-less link an " 0 25 ...) (code ...) #("image link.\n" 0 12 ...))) 33 44 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent ...) #("Description-less link an " 0 25 ...) (code ...) #("image link.\n" 0 12 ...)))) (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent (section (:begin 26 :end 205 :contents-begin 26 :contents-end 205 :post-blank 1 :post-affiliated 26 :parent ...) #4 (paragraph ... ... #("\n" 0 1 ...)))) (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent #4) #("Description-less link an " 0 25 (:parent #5)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #5)) #("image link.\n" 0 12 (:parent #5)))) "" nil "" ...)) :input-buffer "test.org" :input-file "/root/test.org" :with-toc nil :section-numbers nil :author "root" :creator "Emacs 25.2.2 (Org mode 9.3.6 + ox-hugo)" :with-smart-quotes nil :with-special-strings nil :with-sub-superscript {} :hugo-with-locale nil :hugo-front-matter-format "toml" :hugo-level-offset "1" :hugo-preserve-filling t :hugo-delete-trailing-ws t :hugo-section "posts" :hugo-bundle nil :hugo-base-dir nil :hugo-code-fence t :hugo-use-code-for-kbd nil :hugo-prefer-hyphen-in-tags t :hugo-allow-spaces-in-tags t ...) org-export-data] 4 "\n\n(fn ELEMENT)"] ((section (:begin 26 :end 205 :contents-begin 26 :contents-end 205 :post-blank 1 :post-affiliated 26 :parent (headline (:raw-value "ox-hugo Issue 333 test" :begin 1 :end 205 :pre-blank 0 :contents-begin 26 :contents-end 205 :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :post-blank 1 :footnote-section-p nil :archivedp nil :commentedp nil :post-affiliated 1 :EXPORT_FILE_NAME "333" :title (#("ox-hugo Issue 333 test" 0 22 (:parent #3))) :parent (org-data nil #3)) #1)) (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent #1) (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent #2) #("Description-less link an " 0 25 (:parent #3)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #3)) #("image link.\n" 0 12 (:parent #3)))) (paragraph (:begin 152 :end 205 :contents-begin 152 :contents-end 205 :post-blank 1 :post-affiliated 152 :parent #1) (link (:type "https" :path "//ox-hugo.scripter.co/test/ox-hugo/org.png" :format bracket :raw-link "https://ox-hugo.scripter.co/test/ox-hugo/org.png" :application nil :search-option nil :begin 152 :end 204 :contents-begin nil :contents-end nil :post-blank 0 :parent #2)) #("\n" 0 1 (:parent #2))))) "")
org-export-data((headline (:raw-value "ox-hugo Issue 333 test" :begin 1 :end 205 :pre-blank 0 :contents-begin 26 :contents-end 205 :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :post-blank 1 :footnote-section-p nil :archivedp nil :commentedp nil :post-affiliated 1 :EXPORT_FILE_NAME "333" :title (#("ox-hugo Issue 333 test" 0 22 (:parent #0))) :parent (org-data nil #0)) (section (:begin 26 :end 205 :contents-begin 26 :contents-end 205 :post-blank 1 :post-affiliated 26 :parent #0) (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent #1) (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent #2) #("Description-less link an " 0 25 (:parent #3)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #3)) #("image link.\n" 0 12 (:parent #3)))) (paragraph (:begin 152 :end 205 :contents-begin 152 :contents-end 205 :post-blank 1 :post-affiliated 152 :parent #1) (link (:type "https" :path "//ox-hugo.scripter.co/test/ox-hugo/org.png" :format bracket :raw-link "https://ox-hugo.scripter.co/test/ox-hugo/org.png" :application nil :search-option nil :begin 152 :end 204 :contents-begin nil :contents-end nil :post-blank 0 :parent #2)) #("\n" 0 1 (:parent #2))))) (:export-options nil :back-end [cl-struct-org-export-backend hugo blackfriday ((code . org-hugo-kbd-tags-maybe) (example-block . org-hugo-example-block) (export-block . org-hugo-export-block) (export-snippet . org-hugo-export-snippet) (headline . org-hugo-headline) (inner-template . org-hugo-inner-template) (keyword . org-hugo-keyword) (link . org-hugo-link) (paragraph . org-hugo-paragraph) (src-block . org-hugo-src-block) (special-block . org-hugo-special-block)) ((:with-toc nil "toc" org-hugo-export-with-toc) (:section-numbers nil "num" org-hugo-export-with-section-numbers) (:author "AUTHOR" nil user-full-name newline) (:creator "CREATOR" nil org-hugo-export-creator-string) (:with-smart-quotes nil "'" nil) (:with-special-strings nil "-" nil) (:with-sub-superscript nil "^" (quote {})) (:hugo-with-locale "HUGO_WITH_LOCALE" nil nil) (:hugo-front-matter-format "HUGO_FRONT_MATTER_FORMAT" nil org-hugo-front-matter-format) (:hugo-level-offset "HUGO_LEVEL_OFFSET" nil "1") (:hugo-preserve-filling "HUGO_PRESERVE_FILLING" nil org-hugo-preserve-filling) (:hugo-delete-trailing-ws "HUGO_DELETE_TRAILING_WS" nil org-hugo-delete-trailing-ws) (:hugo-section "HUGO_SECTION" nil org-hugo-section) (:hugo-bundle "HUGO_BUNDLE" nil nil) (:hugo-base-dir "HUGO_BASE_DIR" nil nil) (:hugo-code-fence "HUGO_CODE_FENCE" nil t) (:hugo-use-code-for-kbd "HUGO_USE_CODE_FOR_KBD" nil org-hugo-use-code-for-kbd) (:hugo-prefer-hyphen-in-tags "HUGO_PREFER_HYPHEN_IN_TAGS" nil org-hugo-prefer-hyphen-in-tags) (:hugo-allow-spaces-in-tags "HUGO_ALLOW_SPACES_IN_TAGS" nil org-hugo-allow-spaces-in-tags) (:hugo-auto-set-lastmod "HUGO_AUTO_SET_LASTMOD" nil org-hugo-auto-set-lastmod) (:hugo-custom-front-matter "HUGO_CUSTOM_FRONT_MATTER" nil nil space) (:hugo-blackfriday "HUGO_BLACKFRIDAY" nil nil space) (:hugo-front-matter-key-replace "HUGO_FRONT_MATTER_KEY_REPLACE" nil nil space) (:hugo-date-format "HUGO_DATE_FORMAT" nil org-hugo-date-format) (:hugo-paired-shortcodes "HUGO_PAIRED_SHORTCODES" nil org-hugo-paired-shortcodes space) (:hugo-pandoc-citations "HUGO_PANDOC_CITATIONS" nil nil) (:bibliography "BIBLIOGRAPHY" nil nil newline) (:hugo-aliases "HUGO_ALIASES" nil nil space) (:hugo-audio "HUGO_AUDIO" nil nil) (:date "DATE" nil nil) (:description "DESCRIPTION" nil nil) (:hugo-draft "HUGO_DRAFT" nil nil) (:hugo-expirydate "HUGO_EXPIRYDATE" nil nil) (:hugo-headless "HUGO_HEADLESS" nil nil) (:hugo-images "HUGO_IMAGES" nil nil newline) (:hugo-iscjklanguage "HUGO_ISCJKLANGUAGE" nil nil) (:keywords "KEYWORDS" nil nil newline) (:hugo-layout "HUGO_LAYOUT" nil nil) (:hugo-lastmod "HUGO_LASTMOD" nil nil) (:hugo-linktitle "HUGO_LINKTITLE" nil nil) (:hugo-locale "HUGO_LOCALE" nil nil) (:hugo-markup "HUGO_MARKUP" nil nil) (:hugo-menu "HUGO_MENU" nil nil space) (:hugo-menu-override "HUGO_MENU_OVERRIDE" nil nil space) (:hugo-outputs "HUGO_OUTPUTS" nil nil space) (:hugo-publishdate "HUGO_PUBLISHDATE" nil nil) (:hugo-series "HUGO_SERIES" nil nil newline) (:hugo-slug "HUGO_SLUG" nil nil) (:hugo-tags "HUGO_TAGS" nil nil newline) (:hugo-categories "HUGO_CATEGORIES" nil nil newline) ...) ((:filter-body . org-hugo-body-filter)) nil (72 "Export to Hugo-compatible Markdown" ((72 "Subtree or File to Md file " (lambda (a _s v _b) (org-hugo-export-wim-to-md nil a v))) (104 "File to Md file" (lambda (a s v _b) (org-hugo-export-to-md a s v))) (79 "Subtree or File to Md file and open " (lambda (a _s v _b) (if a (org-hugo-export-wim-to-md nil :async v) (org-open-file ...)))) (111 "File to Md file and open" (lambda (a s v _b) (if a (org-hugo-export-to-md :async s v) (org-open-file ...)))) (65 "All subtrees (or File) to Md file(s) " (lambda (a _s v _b) (org-hugo-export-wim-to-md :all-subtrees a v))) (116 "File to a temporary Md buffer" (lambda (a s v _b) (org-hugo-export-as-md a s v)))))] :translate-alist ((code . org-hugo-kbd-tags-maybe) (example-block . org-hugo-example-block) (export-block . org-hugo-export-block) (export-snippet . org-hugo-export-snippet) (headline . org-hugo-headline) (inner-template . org-hugo-inner-template) (keyword . org-hugo-keyword) (link . org-hugo-link) (paragraph . org-hugo-paragraph) (src-block . org-hugo-src-block) (special-block . org-hugo-special-block) (center-block . org-blackfriday-center-block) (example-block . org-blackfriday-example-block) (fixed-width . org-blackfriday-fixed-width) (footnote-reference . org-blackfriday-footnote-reference) (inner-template . org-blackfriday-inner-template) (italic . org-blackfriday-italic) (item . org-blackfriday-item) (latex-environment . org-blackfriday-latex-environment) (latex-fragment . org-blackfriday-latex-fragment) (line-break . org-html-line-break) (plain-list . org-blackfriday-plain-list) (plain-text . org-blackfriday-plain-text) (quote-block . org-blackfriday-quote-block) (special-block . org-blackfriday-special-block) (src-block . org-blackfriday-src-block) (strike-through . org-blackfriday-strike-through) (table-cell . org-blackfriday-table-cell) (table-row . org-blackfriday-table-row) (table . org-blackfriday-table) (verse-block . org-blackfriday-verse-block) (bold . org-md-bold) (code . org-md-verbatim) (example-block . org-md-example-block) (export-block . org-md-export-block) (fixed-width . org-md-example-block) (headline . org-md-headline) (horizontal-rule . org-md-horizontal-rule) (inline-src-block . org-md-verbatim) (inner-template . org-md-inner-template) (italic . org-md-italic) (item . org-md-item) (keyword . org-md-keyword) (line-break . org-md-line-break) (link . org-md-link) (node-property . org-md-node-property) (paragraph . org-md-paragraph) (plain-list . org-md-plain-list) (plain-text . org-md-plain-text) (property-drawer . org-md-property-drawer) ...) :exported-data #s(hash-table size 4001 test eq rehash-size 1.5 rehash-threshold 0.8 data (#("Description-less link an " 0 25 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent ...) #4)) #2 (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #4)) #("image link.\n" 0 12 (:parent #4))))) #("Description-less link an " 0 25 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent ...) #4)) #("Description-less link an " 0 25 (:parent #4)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #4)) #("image link.\n" 0 12 (:parent #4))))) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent ...) #4)) #("Description-less link an " 0 25 (:parent #4)) #2 #("image link.\n" 0 12 (:parent #4))))) "`https` " #("image link.\n" 0 12 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent ...) #4)) #("Description-less link an " 0 25 (:parent #4)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #4)) #2))) #("image link.\n" 0 12 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent ...) #4)) #("Description-less link an " 0 25 (:parent #4)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #4)) #("image link.\n" 0 12 (:parent #4))))) (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent (section (:begin 26 :end 205 :contents-begin 26 :contents-end 205 :post-blank 1 :post-affiliated 26 :parent ...) #4 (paragraph ... ... #("\n" 0 1 ...)))) #2)) #("Description-less link an " 0 25 (:parent #2)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #2)) #("image link.\n" 0 12 (:parent #2))) #("Description-less link an `https` image link.\n\n" 0 25 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent ...) #4)) #("Description-less link an " 0 25 (:parent #4)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #4)) #("image link.\n" 0 12 (:parent #4)))) 33 44 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent ...) #4)) #("Description-less link an " 0 25 (:parent #4)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #4)) #("image link.\n" 0 12 (:parent #4))))) (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent (section (:begin 26 :end 205 :contents-begin 26 :contents-end 205 :post-blank 1 :post-affiliated 26 :parent (headline (:raw-value "ox-hugo Issue 333 test" :begin 1 :end 205 :pre-blank 0 :contents-begin 26 :contents-end 205 :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :post-blank 1 :footnote-section-p nil :archivedp nil :commentedp nil :post-affiliated 1 :EXPORT_FILE_NAME "333" :title ... :parent ...) #4)) #2 (paragraph (:begin 152 :end 205 :contents-begin 152 :contents-end 205 :post-blank 1 :post-affiliated 152 :parent #4) (link (:type "https" :path "//ox-hugo.scripter.co/test/ox-hugo/org.png" :format bracket :raw-link "https://ox-hugo.scripter.co/test/ox-hugo/org.png" :application nil :search-option nil :begin 152 :end 204 :contents-begin nil :contents-end nil :post-blank 0 :parent #5)) #("\n" 0 1 (:parent #5))))) (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent #2) #("Description-less link an " 0 25 (:parent #3)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #3)) #("image link.\n" 0 12 (:parent #3)))) "" nil "" ...)) :input-buffer "test.org" :input-file "/root/test.org" :with-toc nil :section-numbers nil :author "root" :creator "Emacs 25.2.2 (Org mode 9.3.6 + ox-hugo)" :with-smart-quotes nil :with-special-strings nil :with-sub-superscript {} :hugo-with-locale nil :hugo-front-matter-format "toml" :hugo-level-offset "1" :hugo-preserve-filling t :hugo-delete-trailing-ws t :hugo-section "posts" :hugo-bundle nil :hugo-base-dir nil :hugo-code-fence t :hugo-use-code-for-kbd nil :hugo-prefer-hyphen-in-tags t :hugo-allow-spaces-in-tags t ...))
#[257 "\301\300\"\207" [(:export-options nil :back-end [cl-struct-org-export-backend hugo blackfriday ((code . org-hugo-kbd-tags-maybe) (example-block . org-hugo-example-block) (export-block . org-hugo-export-block) (export-snippet . org-hugo-export-snippet) (headline . org-hugo-headline) (inner-template . org-hugo-inner-template) (keyword . org-hugo-keyword) (link . org-hugo-link) (paragraph . org-hugo-paragraph) (src-block . org-hugo-src-block) (special-block . org-hugo-special-block)) ((:with-toc nil "toc" org-hugo-export-with-toc) (:section-numbers nil "num" org-hugo-export-with-section-numbers) (:author "AUTHOR" nil user-full-name newline) (:creator "CREATOR" nil org-hugo-export-creator-string) (:with-smart-quotes nil "'" nil) (:with-special-strings nil "-" nil) (:with-sub-superscript nil "^" (quote {})) (:hugo-with-locale "HUGO_WITH_LOCALE" nil nil) (:hugo-front-matter-format "HUGO_FRONT_MATTER_FORMAT" nil org-hugo-front-matter-format) (:hugo-level-offset "HUGO_LEVEL_OFFSET" nil "1") (:hugo-preserve-filling "HUGO_PRESERVE_FILLING" nil org-hugo-preserve-filling) (:hugo-delete-trailing-ws "HUGO_DELETE_TRAILING_WS" nil org-hugo-delete-trailing-ws) (:hugo-section "HUGO_SECTION" nil org-hugo-section) (:hugo-bundle "HUGO_BUNDLE" nil nil) (:hugo-base-dir "HUGO_BASE_DIR" nil nil) (:hugo-code-fence "HUGO_CODE_FENCE" nil t) (:hugo-use-code-for-kbd "HUGO_USE_CODE_FOR_KBD" nil org-hugo-use-code-for-kbd) (:hugo-prefer-hyphen-in-tags "HUGO_PREFER_HYPHEN_IN_TAGS" nil org-hugo-prefer-hyphen-in-tags) (:hugo-allow-spaces-in-tags "HUGO_ALLOW_SPACES_IN_TAGS" nil org-hugo-allow-spaces-in-tags) (:hugo-auto-set-lastmod "HUGO_AUTO_SET_LASTMOD" nil org-hugo-auto-set-lastmod) (:hugo-custom-front-matter "HUGO_CUSTOM_FRONT_MATTER" nil nil space) (:hugo-blackfriday "HUGO_BLACKFRIDAY" nil nil space) (:hugo-front-matter-key-replace "HUGO_FRONT_MATTER_KEY_REPLACE" nil nil space) (:hugo-date-format "HUGO_DATE_FORMAT" nil org-hugo-date-format) (:hugo-paired-shortcodes "HUGO_PAIRED_SHORTCODES" nil org-hugo-paired-shortcodes space) (:hugo-pandoc-citations "HUGO_PANDOC_CITATIONS" nil nil) (:bibliography "BIBLIOGRAPHY" nil nil newline) (:hugo-aliases "HUGO_ALIASES" nil nil space) (:hugo-audio "HUGO_AUDIO" nil nil) (:date "DATE" nil nil) (:description "DESCRIPTION" nil nil) (:hugo-draft "HUGO_DRAFT" nil nil) (:hugo-expirydate "HUGO_EXPIRYDATE" nil nil) (:hugo-headless "HUGO_HEADLESS" nil nil) (:hugo-images "HUGO_IMAGES" nil nil newline) (:hugo-iscjklanguage "HUGO_ISCJKLANGUAGE" nil nil) (:keywords "KEYWORDS" nil nil newline) (:hugo-layout "HUGO_LAYOUT" nil nil) (:hugo-lastmod "HUGO_LASTMOD" nil nil) (:hugo-linktitle "HUGO_LINKTITLE" nil nil) (:hugo-locale "HUGO_LOCALE" nil nil) (:hugo-markup "HUGO_MARKUP" nil nil) (:hugo-menu "HUGO_MENU" nil nil space) (:hugo-menu-override "HUGO_MENU_OVERRIDE" nil nil space) (:hugo-outputs "HUGO_OUTPUTS" nil nil space) (:hugo-publishdate "HUGO_PUBLISHDATE" nil nil) (:hugo-series "HUGO_SERIES" nil nil newline) (:hugo-slug "HUGO_SLUG" nil nil) (:hugo-tags "HUGO_TAGS" nil nil newline) (:hugo-categories "HUGO_CATEGORIES" nil nil newline) ...) ((:filter-body . org-hugo-body-filter)) nil (72 "Export to Hugo-compatible Markdown" ((72 "Subtree or File to Md file " (lambda ... ...)) (104 "File to Md file" (lambda ... ...)) (79 "Subtree or File to Md file and open " (lambda ... ...)) (111 "File to Md file and open" (lambda ... ...)) (65 "All subtrees (or File) to Md file(s) " (lambda ... ...)) (116 "File to a temporary Md buffer" (lambda ... ...))))] :translate-alist ((code . org-hugo-kbd-tags-maybe) (example-block . org-hugo-example-block) (export-block . org-hugo-export-block) (export-snippet . org-hugo-export-snippet) (headline . org-hugo-headline) (inner-template . org-hugo-inner-template) (keyword . org-hugo-keyword) (link . org-hugo-link) (paragraph . org-hugo-paragraph) (src-block . org-hugo-src-block) (special-block . org-hugo-special-block) (center-block . org-blackfriday-center-block) (example-block . org-blackfriday-example-block) (fixed-width . org-blackfriday-fixed-width) (footnote-reference . org-blackfriday-footnote-reference) (inner-template . org-blackfriday-inner-template) (italic . org-blackfriday-italic) (item . org-blackfriday-item) (latex-environment . org-blackfriday-latex-environment) (latex-fragment . org-blackfriday-latex-fragment) (line-break . org-html-line-break) (plain-list . org-blackfriday-plain-list) (plain-text . org-blackfriday-plain-text) (quote-block . org-blackfriday-quote-block) (special-block . org-blackfriday-special-block) (src-block . org-blackfriday-src-block) (strike-through . org-blackfriday-strike-through) (table-cell . org-blackfriday-table-cell) (table-row . org-blackfriday-table-row) (table . org-blackfriday-table) (verse-block . org-blackfriday-verse-block) (bold . org-md-bold) (code . org-md-verbatim) (example-block . org-md-example-block) (export-block . org-md-export-block) (fixed-width . org-md-example-block) (headline . org-md-headline) (horizontal-rule . org-md-horizontal-rule) (inline-src-block . org-md-verbatim) (inner-template . org-md-inner-template) (italic . org-md-italic) (item . org-md-item) (keyword . org-md-keyword) (line-break . org-md-line-break) (link . org-md-link) (node-property . org-md-node-property) (paragraph . org-md-paragraph) (plain-list . org-md-plain-list) (plain-text . org-md-plain-text) (property-drawer . org-md-property-drawer) ...) :exported-data #s(hash-table size 4001 test eq rehash-size 1.5 rehash-threshold 0.8 data (#("Description-less link an " 0 25 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent ...) #4 (code ...) #("image link.\n" 0 12 ...)))) #("Description-less link an " 0 25 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent ...) #("Description-less link an " 0 25 ...) (code ...) #("image link.\n" 0 12 ...)))) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent ...) #("Description-less link an " 0 25 ...) #4 #("image link.\n" 0 12 ...)))) "`https` " #("image link.\n" 0 12 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent ...) #("Description-less link an " 0 25 ...) (code ...) #4))) #("image link.\n" 0 12 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent ...) #("Description-less link an " 0 25 ...) (code ...) #("image link.\n" 0 12 ...)))) (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent ...) #4)) #("Description-less link an " 0 25 (:parent #4)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #4)) #("image link.\n" 0 12 (:parent #4))) #("Description-less link an `https` image link.\n\n" 0 25 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent ...) #("Description-less link an " 0 25 ...) (code ...) #("image link.\n" 0 12 ...))) 33 44 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent ...) #("Description-less link an " 0 25 ...) (code ...) #("image link.\n" 0 12 ...)))) (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent (section (:begin 26 :end 205 :contents-begin 26 :contents-end 205 :post-blank 1 :post-affiliated 26 :parent ...) #4 (paragraph ... ... #("\n" 0 1 ...)))) (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent #4) #("Description-less link an " 0 25 (:parent #5)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #5)) #("image link.\n" 0 12 (:parent #5)))) "" nil "" ...)) :input-buffer "test.org" :input-file "/root/test.org" :with-toc nil :section-numbers nil :author "root" :creator "Emacs 25.2.2 (Org mode 9.3.6 + ox-hugo)" :with-smart-quotes nil :with-special-strings nil :with-sub-superscript {} :hugo-with-locale nil :hugo-front-matter-format "toml" :hugo-level-offset "1" :hugo-preserve-filling t :hugo-delete-trailing-ws t :hugo-section "posts" :hugo-bundle nil :hugo-base-dir nil :hugo-code-fence t :hugo-use-code-for-kbd nil :hugo-prefer-hyphen-in-tags t :hugo-allow-spaces-in-tags t ...) org-export-data] 4 "\n\n(fn ELEMENT)"]((headline (:raw-value "ox-hugo Issue 333 test" :begin 1 :end 205 :pre-blank 0 :contents-begin 26 :contents-end 205 :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :post-blank 1 :footnote-section-p nil :archivedp nil :commentedp nil :post-affiliated 1 :EXPORT_FILE_NAME "333" :title (#("ox-hugo Issue 333 test" 0 22 (:parent #0))) :parent (org-data nil #0)) (section (:begin 26 :end 205 :contents-begin 26 :contents-end 205 :post-blank 1 :post-affiliated 26 :parent #0) (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent #1) (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent #2) #("Description-less link an " 0 25 (:parent #3)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #3)) #("image link.\n" 0 12 (:parent #3)))) (paragraph (:begin 152 :end 205 :contents-begin 152 :contents-end 205 :post-blank 1 :post-affiliated 152 :parent #1) (link (:type "https" :path "//ox-hugo.scripter.co/test/ox-hugo/org.png" :format bracket :raw-link "https://ox-hugo.scripter.co/test/ox-hugo/org.png" :application nil :search-option nil :begin 152 :end 204 :contents-begin nil :contents-end nil :post-blank 0 :parent #2)) #("\n" 0 1 (:parent #2))))))
mapconcat(#[257 "\301\300\"\207" [(:export-options nil :back-end [cl-struct-org-export-backend hugo blackfriday ((code . org-hugo-kbd-tags-maybe) (example-block . org-hugo-example-block) (export-block . org-hugo-export-block) (export-snippet . org-hugo-export-snippet) (headline . org-hugo-headline) (inner-template . org-hugo-inner-template) (keyword . org-hugo-keyword) (link . org-hugo-link) (paragraph . org-hugo-paragraph) (src-block . org-hugo-src-block) (special-block . org-hugo-special-block)) ((:with-toc nil "toc" org-hugo-export-with-toc) (:section-numbers nil "num" org-hugo-export-with-section-numbers) (:author "AUTHOR" nil user-full-name newline) (:creator "CREATOR" nil org-hugo-export-creator-string) (:with-smart-quotes nil "'" nil) (:with-special-strings nil "-" nil) (:with-sub-superscript nil "^" (quote {})) (:hugo-with-locale "HUGO_WITH_LOCALE" nil nil) (:hugo-front-matter-format "HUGO_FRONT_MATTER_FORMAT" nil org-hugo-front-matter-format) (:hugo-level-offset "HUGO_LEVEL_OFFSET" nil "1") (:hugo-preserve-filling "HUGO_PRESERVE_FILLING" nil org-hugo-preserve-filling) (:hugo-delete-trailing-ws "HUGO_DELETE_TRAILING_WS" nil org-hugo-delete-trailing-ws) (:hugo-section "HUGO_SECTION" nil org-hugo-section) (:hugo-bundle "HUGO_BUNDLE" nil nil) (:hugo-base-dir "HUGO_BASE_DIR" nil nil) (:hugo-code-fence "HUGO_CODE_FENCE" nil t) (:hugo-use-code-for-kbd "HUGO_USE_CODE_FOR_KBD" nil org-hugo-use-code-for-kbd) (:hugo-prefer-hyphen-in-tags "HUGO_PREFER_HYPHEN_IN_TAGS" nil org-hugo-prefer-hyphen-in-tags) (:hugo-allow-spaces-in-tags "HUGO_ALLOW_SPACES_IN_TAGS" nil org-hugo-allow-spaces-in-tags) (:hugo-auto-set-lastmod "HUGO_AUTO_SET_LASTMOD" nil org-hugo-auto-set-lastmod) (:hugo-custom-front-matter "HUGO_CUSTOM_FRONT_MATTER" nil nil space) (:hugo-blackfriday "HUGO_BLACKFRIDAY" nil nil space) (:hugo-front-matter-key-replace "HUGO_FRONT_MATTER_KEY_REPLACE" nil nil space) (:hugo-date-format "HUGO_DATE_FORMAT" nil org-hugo-date-format) (:hugo-paired-shortcodes "HUGO_PAIRED_SHORTCODES" nil org-hugo-paired-shortcodes space) (:hugo-pandoc-citations "HUGO_PANDOC_CITATIONS" nil nil) (:bibliography "BIBLIOGRAPHY" nil nil newline) (:hugo-aliases "HUGO_ALIASES" nil nil space) (:hugo-audio "HUGO_AUDIO" nil nil) (:date "DATE" nil nil) (:description "DESCRIPTION" nil nil) (:hugo-draft "HUGO_DRAFT" nil nil) (:hugo-expirydate "HUGO_EXPIRYDATE" nil nil) (:hugo-headless "HUGO_HEADLESS" nil nil) (:hugo-images "HUGO_IMAGES" nil nil newline) (:hugo-iscjklanguage "HUGO_ISCJKLANGUAGE" nil nil) (:keywords "KEYWORDS" nil nil newline) (:hugo-layout "HUGO_LAYOUT" nil nil) (:hugo-lastmod "HUGO_LASTMOD" nil nil) (:hugo-linktitle "HUGO_LINKTITLE" nil nil) (:hugo-locale "HUGO_LOCALE" nil nil) (:hugo-markup "HUGO_MARKUP" nil nil) (:hugo-menu "HUGO_MENU" nil nil space) (:hugo-menu-override "HUGO_MENU_OVERRIDE" nil nil space) (:hugo-outputs "HUGO_OUTPUTS" nil nil space) (:hugo-publishdate "HUGO_PUBLISHDATE" nil nil) (:hugo-series "HUGO_SERIES" nil nil newline) (:hugo-slug "HUGO_SLUG" nil nil) (:hugo-tags "HUGO_TAGS" nil nil newline) (:hugo-categories "HUGO_CATEGORIES" nil nil newline) ...) ((:filter-body . org-hugo-body-filter)) nil (72 "Export to Hugo-compatible Markdown" ((72 "Subtree or File to Md file " (lambda ... ...)) (104 "File to Md file" (lambda ... ...)) (79 "Subtree or File to Md file and open " (lambda ... ...)) (111 "File to Md file and open" (lambda ... ...)) (65 "All subtrees (or File) to Md file(s) " (lambda ... ...)) (116 "File to a temporary Md buffer" (lambda ... ...))))] :translate-alist ((code . org-hugo-kbd-tags-maybe) (example-block . org-hugo-example-block) (export-block . org-hugo-export-block) (export-snippet . org-hugo-export-snippet) (headline . org-hugo-headline) (inner-template . org-hugo-inner-template) (keyword . org-hugo-keyword) (link . org-hugo-link) (paragraph . org-hugo-paragraph) (src-block . org-hugo-src-block) (special-block . org-hugo-special-block) (center-block . org-blackfriday-center-block) (example-block . org-blackfriday-example-block) (fixed-width . org-blackfriday-fixed-width) (footnote-reference . org-blackfriday-footnote-reference) (inner-template . org-blackfriday-inner-template) (italic . org-blackfriday-italic) (item . org-blackfriday-item) (latex-environment . org-blackfriday-latex-environment) (latex-fragment . org-blackfriday-latex-fragment) (line-break . org-html-line-break) (plain-list . org-blackfriday-plain-list) (plain-text . org-blackfriday-plain-text) (quote-block . org-blackfriday-quote-block) (special-block . org-blackfriday-special-block) (src-block . org-blackfriday-src-block) (strike-through . org-blackfriday-strike-through) (table-cell . org-blackfriday-table-cell) (table-row . org-blackfriday-table-row) (table . org-blackfriday-table) (verse-block . org-blackfriday-verse-block) (bold . org-md-bold) (code . org-md-verbatim) (example-block . org-md-example-block) (export-block . org-md-export-block) (fixed-width . org-md-example-block) (headline . org-md-headline) (horizontal-rule . org-md-horizontal-rule) (inline-src-block . org-md-verbatim) (inner-template . org-md-inner-template) (italic . org-md-italic) (item . org-md-item) (keyword . org-md-keyword) (line-break . org-md-line-break) (link . org-md-link) (node-property . org-md-node-property) (paragraph . org-md-paragraph) (plain-list . org-md-plain-list) (plain-text . org-md-plain-text) (property-drawer . org-md-property-drawer) ...) :exported-data #s(hash-table size 4001 test eq rehash-size 1.5 rehash-threshold 0.8 data (#("Description-less link an " 0 25 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent ...) #4 (code ...) #("image link.\n" 0 12 ...)))) #("Description-less link an " 0 25 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent ...) #("Description-less link an " 0 25 ...) (code ...) #("image link.\n" 0 12 ...)))) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent ...) #("Description-less link an " 0 25 ...) #4 #("image link.\n" 0 12 ...)))) "`https` " #("image link.\n" 0 12 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent ...) #("Description-less link an " 0 25 ...) (code ...) #4))) #("image link.\n" 0 12 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent ...) #("Description-less link an " 0 25 ...) (code ...) #("image link.\n" 0 12 ...)))) (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent ...) #4)) #("Description-less link an " 0 25 (:parent #4)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #4)) #("image link.\n" 0 12 (:parent #4))) #("Description-less link an `https` image link.\n\n" 0 25 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent ...) #("Description-less link an " 0 25 ...) (code ...) #("image link.\n" 0 12 ...))) 33 44 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent ...) #("Description-less link an " 0 25 ...) (code ...) #("image link.\n" 0 12 ...)))) (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent (section (:begin 26 :end 205 :contents-begin 26 :contents-end 205 :post-blank 1 :post-affiliated 26 :parent ...) #4 (paragraph ... ... #("\n" 0 1 ...)))) (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent #4) #("Description-less link an " 0 25 (:parent #5)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #5)) #("image link.\n" 0 12 (:parent #5)))) "" nil "" ...)) :input-buffer "test.org" :input-file "/root/test.org" :with-toc nil :section-numbers nil :author "root" :creator "Emacs 25.2.2 (Org mode 9.3.6 + ox-hugo)" :with-smart-quotes nil :with-special-strings nil :with-sub-superscript {} :hugo-with-locale nil :hugo-front-matter-format "toml" :hugo-level-offset "1" :hugo-preserve-filling t :hugo-delete-trailing-ws t :hugo-section "posts" :hugo-bundle nil :hugo-base-dir nil :hugo-code-fence t :hugo-use-code-for-kbd nil :hugo-prefer-hyphen-in-tags t :hugo-allow-spaces-in-tags t ...) org-export-data] 4 "\n\n(fn ELEMENT)"] ((headline (:raw-value "ox-hugo Issue 333 test" :begin 1 :end 205 :pre-blank 0 :contents-begin 26 :contents-end 205 :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :post-blank 1 :footnote-section-p nil :archivedp nil :commentedp nil :post-affiliated 1 :EXPORT_FILE_NAME "333" :title (#("ox-hugo Issue 333 test" 0 22 (:parent #1))) :parent (org-data nil #1)) (section (:begin 26 :end 205 :contents-begin 26 :contents-end 205 :post-blank 1 :post-affiliated 26 :parent #1) (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent #2) (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent #3) #("Description-less link an " 0 25 (:parent #4)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #4)) #("image link.\n" 0 12 (:parent #4)))) (paragraph (:begin 152 :end 205 :contents-begin 152 :contents-end 205 :post-blank 1 :post-affiliated 152 :parent #2) (link (:type "https" :path "//ox-hugo.scripter.co/test/ox-hugo/org.png" :format bracket :raw-link "https://ox-hugo.scripter.co/test/ox-hugo/org.png" :application nil :search-option nil :begin 152 :end 204 :contents-begin nil :contents-end nil :post-blank 0 :parent #3)) #("\n" 0 1 (:parent #3)))))) "")
org-export-data((org-data nil (headline (:raw-value "ox-hugo Issue 333 test" :begin 1 :end 205 :pre-blank 0 :contents-begin 26 :contents-end 205 :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :post-blank 1 :footnote-section-p nil :archivedp nil :commentedp nil :post-affiliated 1 :EXPORT_FILE_NAME "333" :title (#("ox-hugo Issue 333 test" 0 22 (:parent #1))) :parent #0) (section (:begin 26 :end 205 :contents-begin 26 :contents-end 205 :post-blank 1 :post-affiliated 26 :parent #1) (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent #2) (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent #3) #("Description-less link an " 0 25 (:parent #4)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #4)) #("image link.\n" 0 12 (:parent #4)))) (paragraph (:begin 152 :end 205 :contents-begin 152 :contents-end 205 :post-blank 1 :post-affiliated 152 :parent #2) (link (:type "https" :path "//ox-hugo.scripter.co/test/ox-hugo/org.png" :format bracket :raw-link "https://ox-hugo.scripter.co/test/ox-hugo/org.png" :application nil :search-option nil :begin 152 :end 204 :contents-begin nil :contents-end nil :post-blank 0 :parent #3)) #("\n" 0 1 (:parent #3)))))) (:export-options nil :back-end [cl-struct-org-export-backend hugo blackfriday ((code . org-hugo-kbd-tags-maybe) (example-block . org-hugo-example-block) (export-block . org-hugo-export-block) (export-snippet . org-hugo-export-snippet) (headline . org-hugo-headline) (inner-template . org-hugo-inner-template) (keyword . org-hugo-keyword) (link . org-hugo-link) (paragraph . org-hugo-paragraph) (src-block . org-hugo-src-block) (special-block . org-hugo-special-block)) ((:with-toc nil "toc" org-hugo-export-with-toc) (:section-numbers nil "num" org-hugo-export-with-section-numbers) (:author "AUTHOR" nil user-full-name newline) (:creator "CREATOR" nil org-hugo-export-creator-string) (:with-smart-quotes nil "'" nil) (:with-special-strings nil "-" nil) (:with-sub-superscript nil "^" (quote {})) (:hugo-with-locale "HUGO_WITH_LOCALE" nil nil) (:hugo-front-matter-format "HUGO_FRONT_MATTER_FORMAT" nil org-hugo-front-matter-format) (:hugo-level-offset "HUGO_LEVEL_OFFSET" nil "1") (:hugo-preserve-filling "HUGO_PRESERVE_FILLING" nil org-hugo-preserve-filling) (:hugo-delete-trailing-ws "HUGO_DELETE_TRAILING_WS" nil org-hugo-delete-trailing-ws) (:hugo-section "HUGO_SECTION" nil org-hugo-section) (:hugo-bundle "HUGO_BUNDLE" nil nil) (:hugo-base-dir "HUGO_BASE_DIR" nil nil) (:hugo-code-fence "HUGO_CODE_FENCE" nil t) (:hugo-use-code-for-kbd "HUGO_USE_CODE_FOR_KBD" nil org-hugo-use-code-for-kbd) (:hugo-prefer-hyphen-in-tags "HUGO_PREFER_HYPHEN_IN_TAGS" nil org-hugo-prefer-hyphen-in-tags) (:hugo-allow-spaces-in-tags "HUGO_ALLOW_SPACES_IN_TAGS" nil org-hugo-allow-spaces-in-tags) (:hugo-auto-set-lastmod "HUGO_AUTO_SET_LASTMOD" nil org-hugo-auto-set-lastmod) (:hugo-custom-front-matter "HUGO_CUSTOM_FRONT_MATTER" nil nil space) (:hugo-blackfriday "HUGO_BLACKFRIDAY" nil nil space) (:hugo-front-matter-key-replace "HUGO_FRONT_MATTER_KEY_REPLACE" nil nil space) (:hugo-date-format "HUGO_DATE_FORMAT" nil org-hugo-date-format) (:hugo-paired-shortcodes "HUGO_PAIRED_SHORTCODES" nil org-hugo-paired-shortcodes space) (:hugo-pandoc-citations "HUGO_PANDOC_CITATIONS" nil nil) (:bibliography "BIBLIOGRAPHY" nil nil newline) (:hugo-aliases "HUGO_ALIASES" nil nil space) (:hugo-audio "HUGO_AUDIO" nil nil) (:date "DATE" nil nil) (:description "DESCRIPTION" nil nil) (:hugo-draft "HUGO_DRAFT" nil nil) (:hugo-expirydate "HUGO_EXPIRYDATE" nil nil) (:hugo-headless "HUGO_HEADLESS" nil nil) (:hugo-images "HUGO_IMAGES" nil nil newline) (:hugo-iscjklanguage "HUGO_ISCJKLANGUAGE" nil nil) (:keywords "KEYWORDS" nil nil newline) (:hugo-layout "HUGO_LAYOUT" nil nil) (:hugo-lastmod "HUGO_LASTMOD" nil nil) (:hugo-linktitle "HUGO_LINKTITLE" nil nil) (:hugo-locale "HUGO_LOCALE" nil nil) (:hugo-markup "HUGO_MARKUP" nil nil) (:hugo-menu "HUGO_MENU" nil nil space) (:hugo-menu-override "HUGO_MENU_OVERRIDE" nil nil space) (:hugo-outputs "HUGO_OUTPUTS" nil nil space) (:hugo-publishdate "HUGO_PUBLISHDATE" nil nil) (:hugo-series "HUGO_SERIES" nil nil newline) (:hugo-slug "HUGO_SLUG" nil nil) (:hugo-tags "HUGO_TAGS" nil nil newline) (:hugo-categories "HUGO_CATEGORIES" nil nil newline) ...) ((:filter-body . org-hugo-body-filter)) nil (72 "Export to Hugo-compatible Markdown" ((72 "Subtree or File to Md file " (lambda (a _s v _b) (org-hugo-export-wim-to-md nil a v))) (104 "File to Md file" (lambda (a s v _b) (org-hugo-export-to-md a s v))) (79 "Subtree or File to Md file and open " (lambda (a _s v _b) (if a (org-hugo-export-wim-to-md nil :async v) (org-open-file ...)))) (111 "File to Md file and open" (lambda (a s v _b) (if a (org-hugo-export-to-md :async s v) (org-open-file ...)))) (65 "All subtrees (or File) to Md file(s) " (lambda (a _s v _b) (org-hugo-export-wim-to-md :all-subtrees a v))) (116 "File to a temporary Md buffer" (lambda (a s v _b) (org-hugo-export-as-md a s v)))))] :translate-alist ((code . org-hugo-kbd-tags-maybe) (example-block . org-hugo-example-block) (export-block . org-hugo-export-block) (export-snippet . org-hugo-export-snippet) (headline . org-hugo-headline) (inner-template . org-hugo-inner-template) (keyword . org-hugo-keyword) (link . org-hugo-link) (paragraph . org-hugo-paragraph) (src-block . org-hugo-src-block) (special-block . org-hugo-special-block) (center-block . org-blackfriday-center-block) (example-block . org-blackfriday-example-block) (fixed-width . org-blackfriday-fixed-width) (footnote-reference . org-blackfriday-footnote-reference) (inner-template . org-blackfriday-inner-template) (italic . org-blackfriday-italic) (item . org-blackfriday-item) (latex-environment . org-blackfriday-latex-environment) (latex-fragment . org-blackfriday-latex-fragment) (line-break . org-html-line-break) (plain-list . org-blackfriday-plain-list) (plain-text . org-blackfriday-plain-text) (quote-block . org-blackfriday-quote-block) (special-block . org-blackfriday-special-block) (src-block . org-blackfriday-src-block) (strike-through . org-blackfriday-strike-through) (table-cell . org-blackfriday-table-cell) (table-row . org-blackfriday-table-row) (table . org-blackfriday-table) (verse-block . org-blackfriday-verse-block) (bold . org-md-bold) (code . org-md-verbatim) (example-block . org-md-example-block) (export-block . org-md-export-block) (fixed-width . org-md-example-block) (headline . org-md-headline) (horizontal-rule . org-md-horizontal-rule) (inline-src-block . org-md-verbatim) (inner-template . org-md-inner-template) (italic . org-md-italic) (item . org-md-item) (keyword . org-md-keyword) (line-break . org-md-line-break) (link . org-md-link) (node-property . org-md-node-property) (paragraph . org-md-paragraph) (plain-list . org-md-plain-list) (plain-text . org-md-plain-text) (property-drawer . org-md-property-drawer) ...) :exported-data #s(hash-table size 4001 test eq rehash-size 1.5 rehash-threshold 0.8 data (#("Description-less link an " 0 25 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent ...) #4)) #2 (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #4)) #("image link.\n" 0 12 (:parent #4))))) #("Description-less link an " 0 25 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent ...) #4)) #("Description-less link an " 0 25 (:parent #4)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #4)) #("image link.\n" 0 12 (:parent #4))))) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent ...) #4)) #("Description-less link an " 0 25 (:parent #4)) #2 #("image link.\n" 0 12 (:parent #4))))) "`https` " #("image link.\n" 0 12 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent ...) #4)) #("Description-less link an " 0 25 (:parent #4)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #4)) #2))) #("image link.\n" 0 12 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent ...) #4)) #("Description-less link an " 0 25 (:parent #4)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #4)) #("image link.\n" 0 12 (:parent #4))))) (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent (section (:begin 26 :end 205 :contents-begin 26 :contents-end 205 :post-blank 1 :post-affiliated 26 :parent ...) #4 (paragraph ... ... #("\n" 0 1 ...)))) #2)) #("Description-less link an " 0 25 (:parent #2)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #2)) #("image link.\n" 0 12 (:parent #2))) #("Description-less link an `https` image link.\n\n" 0 25 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent ...) #4)) #("Description-less link an " 0 25 (:parent #4)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #4)) #("image link.\n" 0 12 (:parent #4)))) 33 44 (:parent (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent ...) #4)) #("Description-less link an " 0 25 (:parent #4)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #4)) #("image link.\n" 0 12 (:parent #4))))) (special-block (:type "description" :begin 68 :end 152 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 68 :parent (section (:begin 26 :end 205 :contents-begin 26 :contents-end 205 :post-blank 1 :post-affiliated 26 :parent (headline (:raw-value "ox-hugo Issue 333 test" :begin 1 :end 205 :pre-blank 0 :contents-begin 26 :contents-end 205 :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :post-blank 1 :footnote-section-p nil :archivedp nil :commentedp nil :post-affiliated 1 :EXPORT_FILE_NAME "333" :title ... :parent ...) #4)) #2 (paragraph (:begin 152 :end 205 :contents-begin 152 :contents-end 205 :post-blank 1 :post-affiliated 152 :parent #4) (link (:type "https" :path "//ox-hugo.scripter.co/test/ox-hugo/org.png" :format bracket :raw-link "https://ox-hugo.scripter.co/test/ox-hugo/org.png" :application nil :search-option nil :begin 152 :end 204 :contents-begin nil :contents-end nil :post-blank 0 :parent #5)) #("\n" 0 1 (:parent #5))))) (paragraph (:begin 88 :end 133 :contents-begin 88 :contents-end 133 :post-blank 1 :post-affiliated 88 :parent #2) #("Description-less link an " 0 25 (:parent #3)) (code (:value "https" :begin 113 :end 121 :post-blank 1 :parent #3)) #("image link.\n" 0 12 (:parent #3)))) "" nil "" ...)) :input-buffer "test.org" :input-file "/root/test.org" :with-toc nil :section-numbers nil :author "root" :creator "Emacs 25.2.2 (Org mode 9.3.6 + ox-hugo)" :with-smart-quotes nil :with-special-strings nil :with-sub-superscript {} :hugo-with-locale nil :hugo-front-matter-format "toml" :hugo-level-offset "1" :hugo-preserve-filling t :hugo-delete-trailing-ws t :hugo-section "posts" :hugo-bundle nil :hugo-base-dir nil :hugo-code-fence t :hugo-use-code-for-kbd nil :hugo-prefer-hyphen-in-tags t :hugo-allow-spaces-in-tags t ...))
org-export-as(hugo nil nil nil nil)
org-export-to-buffer(hugo "*Org Hugo Export*" nil nil nil nil nil #[0 "\300 \207" [text-mode] 1])
org-hugo-export-as-md(nil nil nil)
(lambda (a s v _b) (org-hugo-export-as-md a s v))(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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment