%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream

nadelinn - rinduu

Command :

ikan Uploader :
Directory :  /usr/share/emacs/25.2/lisp/org/
Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 
Current File : //usr/share/emacs/25.2/lisp/org/ox-html.elc
;ELC
;;; Compiled
;;; in Emacs version 25.2.1
;;; with all optimizations.

;;; This file uses dynamic docstrings, first added in Emacs 19.29.

;;; This file does not contain utf-8 non-ASCII characters,
;;; and so can be loaded in Emacs versions earlier than 23.

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;


(byte-code "\300\301!\210\300\302!\210\300\303!\210\304\305\306\307\310\311\312\313\314\315\316&\n\207" [require ox ox-publish format-spec org-export-define-backend html ((bold . org-html-bold) (center-block . org-html-center-block) (clock . org-html-clock) (code . org-html-code) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-block) (entity . org-html-entity) (example-block . org-html-example-block) (export-block . org-html-export-block) (export-snippet . org-html-export-snippet) (fixed-width . org-html-fixed-width) (footnote-definition . org-html-footnote-definition) (footnote-reference . org-html-footnote-reference) (headline . org-html-headline) (horizontal-rule . org-html-horizontal-rule) (inline-src-block . org-html-inline-src-block) (inlinetask . org-html-inlinetask) (inner-template . org-html-inner-template) (italic . org-html-italic) (item . org-html-item) (keyword . org-html-keyword) (latex-environment . org-html-latex-environment) (latex-fragment . org-html-latex-fragment) (line-break . org-html-line-break) (link . org-html-link) (paragraph . org-html-paragraph) (plain-list . org-html-plain-list) (plain-text . org-html-plain-text) (planning . org-html-planning) (property-drawer . org-html-property-drawer) (quote-block . org-html-quote-block) (quote-section . org-html-quote-section) (radio-target . org-html-radio-target) (section . org-html-section) (special-block . org-html-special-block) (src-block . org-html-src-block) (statistics-cookie . org-html-statistics-cookie) (strike-through . org-html-strike-through) (subscript . org-html-subscript) (superscript . org-html-superscript) (table . org-html-table) (table-cell . org-html-table-cell) (table-row . org-html-table-row) (target . org-html-target) (template . org-html-template) (timestamp . org-html-timestamp) (underline . org-html-underline) (verbatim . org-html-verbatim) (verse-block . org-html-verse-block)) :export-block "HTML" :filters-alist ((:filter-options . org-html-infojs-install-script) (:filter-final-output . org-html-final-function)) :menu-entry (104 "Export to HTML" ((72 "As HTML buffer" org-html-export-as-html) (104 "As HTML file" org-html-export-to-html) (111 "As HTML file and open" (lambda (a s v b) (if a (org-html-export-to-html t s v b) (org-open-file (org-html-export-to-html nil s v b))))))) :options-alist ((:html-extension nil nil org-html-extension) (:html-link-org-as-html nil nil org-html-link-org-files-as-html) (:html-doctype "HTML_DOCTYPE" nil org-html-doctype) (:html-container "HTML_CONTAINER" nil org-html-container-element) (:html-html5-fancy nil "html5-fancy" org-html-html5-fancy) (:html-link-use-abs-url nil "html-link-use-abs-url" org-html-link-use-abs-url) (:html-link-home "HTML_LINK_HOME" nil org-html-link-home) (:html-link-up "HTML_LINK_UP" nil org-html-link-up) (:html-mathjax "HTML_MATHJAX" nil "" space) (:html-postamble nil "html-postamble" org-html-postamble) (:html-preamble nil "html-preamble" org-html-preamble) (:html-head "HTML_HEAD" nil org-html-head newline) (:html-head-extra "HTML_HEAD_EXTRA" nil org-html-head-extra newline) (:html-head-include-default-style nil "html-style" org-html-head-include-default-style) (:html-head-include-scripts nil "html-scripts" org-html-head-include-scripts) (:html-table-attributes nil nil org-html-table-default-attributes) (:html-table-row-tags nil nil org-html-table-row-tags) (:html-xml-declaration nil nil org-html-xml-declaration) (:html-inline-images nil nil org-html-inline-images) (:infojs-opt "INFOJS_OPT" nil nil) (:creator "CREATOR" nil org-html-creator-string) (:with-latex nil "tex" org-html-with-latex) (:latex-header "LATEX_HEADER" nil nil newline))] 11)
#@34 CSS class used for pre/postamble
(defvar org-html--pre/postamble-class "status" (#$ . 4083))
#@56 An alist mapping (x)html flavors to specific doctypes.
(defconst org-html-doctype-alist '(("html4-strict" . "<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01//EN\"\n\"http://www.w3.org/TR/html4/strict.dtd\">") ("html4-transitional" . "<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\"\n\"http://www.w3.org/TR/html4/loose.dtd\">") ("html4-frameset" . "<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01 Frameset//EN\"\n\"http://www.w3.org/TR/html4/frameset.dtd\">") ("xhtml-strict" . "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\"\n\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">") ("xhtml-transitional" . "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\"\n\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">") ("xhtml-frameset" . "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Frameset//EN\"\n\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd\">") ("xhtml-11" . "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\"\n\"http://www.w3.org/TR/xhtml1/DTD/xhtml11.dtd\">") ("html5" . "<!DOCTYPE html>") ("xhtml5" . "<!DOCTYPE html>")) (#$ . 4182))
#@123 New elements in html5.

For blocks that should contain headlines, use the HTML_CONTAINER
property on the headline itself.
(defconst org-html-html5-elements '("article" "aside" "audio" "canvas" "details" "figcaption" "figure" "footer" "header" "menu" "meter" "nav" "output" "progress" "section" "video") (#$ . 5287))
#@52 Regular expressions for special string conversion.
(defconst org-html-special-string-regexps '(("\\\\-" . "&#x00ad;") ("---\\([^-]\\)" . "&#x2014;\\1") ("--\\([^-]\\)" . "&#x2013;\\1") ("\\.\\.\\." . "&#x2026;")) (#$ . 5609))
#@69 Basic JavaScript that is needed by HTML files produced by Org mode.
(defconst org-html-scripts "<script type=\"text/javascript\">\n/*\n@licstart  The following is the entire license notice for the\nJavaScript code in this tag.\n\nCopyright (C) 2012-2013 Free Software Foundation, Inc.\n\nThe JavaScript code in this tag is free software: you can\nredistribute it and/or modify it under the terms of the GNU\nGeneral Public License (GNU GPL) as published by the Free Software\nFoundation, either version 3 of the License, or (at your option)\nany later version.  The code is distributed WITHOUT ANY WARRANTY;\nwithout even the implied warranty of MERCHANTABILITY or FITNESS\nFOR A PARTICULAR PURPOSE.  See the GNU GPL for more details.\n\nAs additional permission under GNU GPL version 3 section 7, you\nmay distribute non-source (e.g., minimized or compacted) forms of\nthat code without the copy of the GNU GPL normally required by\nsection 4, provided you include this license notice and a URL\nthrough which recipients can access the Corresponding Source.\n\n\n@licend  The above is the entire license notice\nfor the JavaScript code in this tag.\n*/\n<!--/*--><![CDATA[/*><!--*/\n function CodeHighlightOn(elem, id)\n {\n   var target = document.getElementById(id);\n   if(null != target) {\n     elem.cacheClassElem = elem.className;\n     elem.cacheClassTarget = target.className;\n     target.className = \"code-highlighted\";\n     elem.className   = \"code-highlighted\";\n   }\n }\n function CodeHighlightOff(elem, id)\n {\n   var target = document.getElementById(id);\n   if(elem.cacheClassElem)\n     elem.className = elem.cacheClassElem;\n   if(elem.cacheClassTarget)\n     target.className = elem.cacheClassTarget;\n }\n/*]]>*///-->\n</script>" (#$ . 5841))
#@233 The default style specification for exported HTML files.
You can use `org-html-head' and `org-html-head-extra' to add to
this style.  If you don't want to include this default style,
customize `org-html-head-include-default-style'.
(defconst org-html-style-default "<style type=\"text/css\">\n <!--/*--><![CDATA[/*><!--*/\n  .title  { text-align: center; }\n  .todo   { font-family: monospace; color: red; }\n  .done   { color: green; }\n  .tag    { background-color: #eee; font-family: monospace;\n            padding: 2px; font-size: 80%; font-weight: normal; }\n  .timestamp { color: #bebebe; }\n  .timestamp-kwd { color: #5f9ea0; }\n  .right  { margin-left: auto; margin-right: 0px;  text-align: right; }\n  .left   { margin-left: 0px;  margin-right: auto; text-align: left; }\n  .center { margin-left: auto; margin-right: auto; text-align: center; }\n  .underline { text-decoration: underline; }\n  #postamble p, #preamble p { font-size: 90%; margin: .2em; }\n  p.verse { margin-left: 3%; }\n  pre {\n    border: 1px solid #ccc;\n    box-shadow: 3px 3px 3px #eee;\n    padding: 8pt;\n    font-family: monospace;\n    overflow: auto;\n    margin: 1.2em;\n  }\n  pre.src {\n    position: relative;\n    overflow: visible;\n    padding-top: 1.2em;\n  }\n  pre.src:before {\n    display: none;\n    position: absolute;\n    background-color: white;\n    top: -10px;\n    right: 10px;\n    padding: 3px;\n    border: 1px solid black;\n  }\n  pre.src:hover:before { display: inline;}\n  pre.src-sh:before    { content: 'sh'; }\n  pre.src-bash:before  { content: 'sh'; }\n  pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }\n  pre.src-R:before     { content: 'R'; }\n  pre.src-perl:before  { content: 'Perl'; }\n  pre.src-java:before  { content: 'Java'; }\n  pre.src-sql:before   { content: 'SQL'; }\n\n  table { border-collapse:collapse; }\n  caption.t-above { caption-side: top; }\n  caption.t-bottom { caption-side: bottom; }\n  td, th { vertical-align:top;  }\n  th.right  { text-align: center;  }\n  th.left   { text-align: center;   }\n  th.center { text-align: center; }\n  td.right  { text-align: right;  }\n  td.left   { text-align: left;   }\n  td.center { text-align: center; }\n  dt { font-weight: bold; }\n  .footpara:nth-child(2) { display: inline; }\n  .footpara { display: block; }\n  .footdef  { margin-bottom: 1em; }\n  .figure { padding: 1em; }\n  .figure p { text-align: center; }\n  .inlinetask {\n    padding: 10px;\n    border: 2px solid gray;\n    margin: 10px;\n    background: #ffffcc;\n  }\n  #org-div-home-and-up\n   { text-align: right; font-size: 70%; white-space: nowrap; }\n  textarea { overflow-x: auto; }\n  .linenr { font-size: smaller }\n  .code-highlighted { background-color: #ffff00; }\n  .org-info-js_info-navigation { border-style: none; }\n  #org-info-js_console-label\n    { font-size: 10px; font-weight: bold; white-space: nowrap; }\n  .org-info-js_search-highlight\n    { background-color: #ffff00; color: #000000; font-weight: bold; }\n  /*]]>*/-->\n</style>" (#$ . 7620))
(custom-declare-group 'org-export-html nil "Options for exporting Org mode files to HTML." :tag "Org Export HTML" :group 'org-export)
#@59 JavaScript options, long form for script, default values.
(defvar org-html-infojs-opts-table '((path PATH "http://orgmode.org/org-info.js") (view VIEW "info") (toc TOC :with-toc) (ftoc FIXED_TOC "0") (tdepth TOC_DEPTH "max") (sdepth SECTION_DEPTH "max") (mouse MOUSE_HINT "underline") (buttons VIEW_BUTTONS "0") (ltoc LOCAL_TOC "1") (up LINK_UP :html-link-up) (home LINK_HOME :html-link-home)) (#$ . 10780))
(byte-code "\301\302\303\304\305\306\307\310\311\312\313\314&\210\301\315\316\317\305\306\307\310\311\320\313\321\322\323\324\323\325\326\"BBBBB&\210\301\327\330\331\305\306\307\310\311\332\313\333&\207" [org-html-infojs-opts-table custom-declare-variable org-html-use-infojs 'when-configured "Non-nil when Sebastian Rose's Java Script org-info.js should be active.\nThis option can be nil or t to never or always use the script.\nIt can also be the symbol `when-configured', meaning that the\nscript will be linked into the export file if and only if there\nis a \"#+INFOJS_OPT:\" line in the buffer.  See also the variable\n`org-html-infojs-options'." :group org-export-html :version "24.4" :package-version (Org . "8.0") :type (choice (const :tag "Never" nil) (const :tag "When configured in buffer" when-configured) (const :tag "Always" t)) org-html-infojs-options (mapcar (lambda (x) (cons (car x) (nth 2 x))) org-html-infojs-opts-table) "Options settings for the INFOJS JavaScript.\nEach of the options must have an entry in `org-html-infojs-opts-table'.\nThe value can either be a string that will be passed to the script, or\na property.  This property is then assumed to be a property that is defined\nby the Export/Publishing setup of Org.\nThe `sdepth' and `tdepth' parameters can also be set to \"max\", which\nmeans to use the maximum value consistent with other options." (Org . "8.0") set :greedy t :inline mapcar #[(x) "\301\302@D\303E\207" [x cons const (choice (symbol :tag "Publishing/Export property") (string :tag "Value"))] 3] org-html-infojs-template "<script type=\"text/javascript\" src=\"%SCRIPT_PATH\">\n/**\n *\n * @source: %SCRIPT_PATH\n *\n * @licstart  The following is the entire license notice for the\n *  JavaScript code in %SCRIPT_PATH.\n *\n * Copyright (C) 2012-2013 Free Software Foundation, Inc.\n *\n *\n * The JavaScript code in this tag is free software: you can\n * redistribute it and/or modify it under the terms of the GNU\n * General Public License (GNU GPL) as published by the Free Software\n * Foundation, either version 3 of the License, or (at your option)\n * any later version.  The code is distributed WITHOUT ANY WARRANTY;\n * without even the implied warranty of MERCHANTABILITY or FITNESS\n * FOR A PARTICULAR PURPOSE.  See the GNU GPL for more details.\n *\n * As additional permission under GNU GPL version 3 section 7, you\n * may distribute non-source (e.g., minimized or compacted) forms of\n * that code without the copy of the GNU GPL normally required by\n * section 4, provided you include this license notice and a URL\n * through which recipients can access the Corresponding Source.\n *\n * @licend  The above is the entire license notice\n * for the JavaScript code in %SCRIPT_PATH.\n *\n */\n</script>\n\n<script type=\"text/javascript\">\n\n/*\n@licstart  The following is the entire license notice for the\nJavaScript code in this tag.\n\nCopyright (C) 2012-2013 Free Software Foundation, Inc.\n\nThe JavaScript code in this tag is free software: you can\nredistribute it and/or modify it under the terms of the GNU\nGeneral Public License (GNU GPL) as published by the Free Software\nFoundation, either version 3 of the License, or (at your option)\nany later version.  The code is distributed WITHOUT ANY WARRANTY;\nwithout even the implied warranty of MERCHANTABILITY or FITNESS\nFOR A PARTICULAR PURPOSE.  See the GNU GPL for more details.\n\nAs additional permission under GNU GPL version 3 section 7, you\nmay distribute non-source (e.g., minimized or compacted) forms of\nthat code without the copy of the GNU GPL normally required by\nsection 4, provided you include this license notice and a URL\nthrough which recipients can access the Corresponding Source.\n\n\n@licend  The above is the entire license notice\nfor the JavaScript code in this tag.\n*/\n\n<!--/*--><![CDATA[/*><!--*/\n%MANAGER_OPTIONS\norg_html_manager.setup();  // activate after the parameters are set\n/*]]>*///-->\n</script>" "The template for the export style additions when org-info.js is used.\nOption settings will replace the %MANAGER-OPTIONS cookie." (Org . "8.0") string] 19)
#@148 Install script in export options when appropriate.
EXP-PLIST is a plist containing export options.  BACKEND is the
export back-end currently used.
(defalias 'org-html-infojs-install-script #[(exp-plist backend) "\306\307\310\">\206,	?\206,	\311=\205,\307\312\"?\206,\307\312\"\313\230\206,\314\315\307\312\"\"?\205\251\n\307\316\"\307\317\"\211\f\250\203J\f
^\202K
\307\312\",-.\320/.\3200\2111\203H1@\2110@20A@324\236A\21159\203\2205\321>\204\220\3075\"\202\2225)5,\203\256\314\322\3232\",\"\203\256\324\325,\"\202\26056\3262\327\"\203\306\330\3316\332\211%\202>\3262\333\"\203\342\3346!\250\203>\3346!^\202>\3262\335\"\203\376\3346!\250\203>\3346!^\202>6\332=\204\f6\336\232\203\337\20226\320=\2046\340\232\203\"\341\20226;\203-6\2022\322\3426\"636B/B/,1A\2111\204e*\343\316#^\344B/B/\345\346/\347#\211/\203\231/G\350V\203\231\314\351\"\203\231\352/\332\211$\211/\203\231\343\353\307\353\"\206\223\313\347/Q#\307\316\"\204\246\343\316\332#.\207" [exp-plist org-html-use-infojs org-html-infojs-template template ptoc hlevels body-only plist-get :export-options when-configured :infojs-opt "" string-match "\\<view:nil\\>" :with-toc :headline-levels nil (t nil) format "\\<%s:\\(\\S-+\\)" match-string 1 eql path replace-regexp-in-string "%SCRIPT_PATH" t sdepth read tdepth "t" "1" "nil" "0" "%s" plist-put "TOC_DEPTH" mapconcat #[(x) "\301\302@A#\207" [x format "org_html_manager.set(\"%s\", \"%s\");"] 4] "\n" 0 "%MANAGER_OPTIONS" replace-match :html-head-extra options org-html-infojs-opts-table table style entry --dolist-tail-- opt var org-html-infojs-options default val] 7 (#$ . 15339)])
(byte-code "\302\303\304\305\306\307\310\311\312\313\314\315\316\317&
\210\302\320\321\322\306\307\310\311\312\323\314\324&\210\302\325\321\326\306\307\310\311\312\327\314\324&\210\302\330\331\332\306\307\310\311\312\333\314\334&\210\302\335\336\337\306\307\314\340&\210\302\341\342\343\306\307\314\340&\210\302\344\345\346\306\307\314\340&\210\302\347\350\351\306\307\314\352&\210\302\353\354\355\306\307\310\311\312\356\314\334&\210\302\357\360\361\306\307\310\311\312\362\314\324&\210\302\363\364\365\306\307\310\311\312\366\314\334&\210\302\367\370\371\306\307\310\311\312\372\314\373&\210\302\374\360\375\306\307\314\324&\210\302\376\360\377\306\307\310\311\312\201@\314\324&\210\302\201A\201B\201C\306\307\310\311\312\201D\314\201E&\210\302\201F\201G\201H\306\307\314\201I&\210\302\201J\201K\201L\306\307\314\201M&\210\302\201N\201O\201P\306\307\314\340&\210\302\201Q\201R\201S\306\307\310\311\312\201T\314\201U&\210\302\201V\201W\201X\306\307\314\201Y&\210\302\201Z\201[\201\\\306\307\314\201]&\210\302\201^\201_\201`\306\307\314\201a&\210\302\201b\360\201c\306\307\314\324&\210\302\201d\321\201e\306\307\314\324&\210\302\201f\360\201g\306\307\314\324&\210\302\201h\201i\201j\306\307\314\340&\210\302\201k\201l\201m\306\307\314\340&\210\302\201n\201o\201p\306\307\314\201q&\210\302\201r\201s\201t\306\307\310\311\312\201u\314\201v&\210\302\201w\201x\201y\306\307\310\311\312\201z\314\340&\210\302\201{\321\201|\306\307\310\311\312\201}\314\324&\210\302\201~\201\201\200\306\307\310\311\312\201\201\314\340&\210\302\201\202\201\203\201\204\306\307\310\311\312\201\205\314\201\206&\210\302\201\207\201\210\201\211\306\307\310\311\312\201\212\314\340&\210\302\201\213\201\214\201\215\306\307\314\201\216&\210\302\201\217\201\220\201\221\306\307\314\340&\210\302\201\222\201\223\201\224\306\307\314\201\225&\210\302\201\226\201\227\201\230\306\307\314\201\231&\210\302\201\232\201\233\201\234\306\307\314\340&\210\302\201\235\201\236\201\237\306\307\310\311\312\201\240\314\201\241&\210\302\201\242\360\201\243\306\307\314\201\244&\210\302\201\245\201\246\201\247\306\307\314\201\250&\210\302\201\251\201i\201\252\306\307\314\201\253&\210\302\201\254\201i\201\255\306\307\314\201\256&\210\302\201\257\321\201\260\306\307\310\311\312\201\261\314\324&\210\302\201\262\201\263\201\264\306\307\314\340&\210\201\265\201\266\201\267\321#\210\201\270\321\211\203t	@\201\266N\203m\201\267N\204m\201\271\201\267\201\266N#\210	A\211\204L*\201\272\201\266\201\267\311#\210\302\201\267\360\201\273\306\307\310\311\312\201\274\314\324&\210\201\265\201\275\201\276\321#\210\201\270\321\211\203\324	@\201\275N\203\315\201\276N\204\315\201\271\201\276\201\275N#\210	A\211\204\254*\201\272\201\275\201\276\311#\210\302\201\276\360\201\277\306\307\310\311\312\201\300\314\324&\210\201\271\201\276\201\301\201\302#\210\201\265\201\303\201\304\321#\210\201\270\321\211\203B	@\201\303N\203;\201\304N\204;\201\271\201\304\201\303N#\210	A\211\204*\201\272\201\303\201\304\311#\210\302\201\304\201i\201\305\306\307\310\311\312\201\306\314\340&\210\201\271\201\304\201\301\201\307#\210\302\201\310\201i\201\311\306\307\310\311\312\201\312\314\340&\210\201\271\201\310\201\301\201\307#\210\302\201\313\201i\201\314\306\307\314\340&\207" [prop --dolist-tail-- custom-declare-variable org-html-text-markup-alist '((bold . "<b>%s</b>") (code . "<code>%s</code>") (italic . "<i>%s</i>") (strike-through . "<del>%s</del>") (underline . "<span class=\"underline\">%s</span>") (verbatim . "<code>%s</code>")) "Alist of HTML expressions to convert text markup.\n\nThe key must be a symbol among `bold', `code', `italic',\n`strike-through', `underline' and `verbatim'.  The value is\na formatting string to wrap fontified text with.\n\nIf no association can be found for a given markup, text will be\nreturned as-is." :group org-export-html :version "24.4" :package-version (Org . "8.0") :type (alist :key-type (symbol :tag "Markup type") :value-type (string :tag "Format string")) :options (bold code italic strike-through underline verbatim) org-html-indent nil "Non-nil means to indent the generated HTML.\nWarning: non-nil may break indentation of source code blocks." (Org . "8.0") boolean org-html-use-unicode-chars "Non-nil means to use unicode characters instead of HTML entities." (Org . "8.0") org-html-format-drawer-function (lambda (name contents) contents) "Function called to format a drawer in HTML code.\n\nThe function must accept two parameters:\n  NAME      the drawer name, like \"LOGBOOK\"\n  CONTENTS  the contents of the drawer.\n\nThe function should return the string to be exported.\n\nFor example, the variable could be set to the following function\nin order to mimic default behavior:\n\nThe default value simply returns the value of CONTENTS." (Org . "8.0") function org-html-footnotes-section "<div id=\"footnotes\">\n<h2 class=\"footnotes\">%s: </h2>\n<div id=\"text-footnotes\">\n%s\n</div>\n</div>" "Format for the footnotes section.\nShould contain a two instances of %s.  The first will be replaced with the\nlanguage-specific word for \"Footnotes\", the second one will be replaced\nby the footnotes themselves." string org-html-footnote-format "<sup>%s</sup>" "The format for the footnote reference.\n%s will be replaced by the footnote reference itself." org-html-footnote-separator "<sup>, </sup>" "Text used to separate footnotes." org-html-toplevel-hlevel 2 "The <H> level for level 1 headings in HTML export.\nThis is also important for the classes that will be wrapped around headlines\nand outline structure.  If this variable is 1, the top-level headlines will\nbe <h1>, and the corresponding classes will be outline-1, section-number-1,\nand outline-text-1.  If this is 2, all of these will get a 2 instead.\nThe default for this variable is 2, because we use <h1> for formatting the\ndocument title." integer org-html-format-headline-function 'ignore "Function to format headline text.\n\nThis function will be called with 5 arguments:\nTODO      the todo keyword (string or nil).\nTODO-TYPE the type of todo (symbol: `todo', `done', nil)\nPRIORITY  the priority of the headline (integer or nil)\nTEXT      the main headline text (string).\nTAGS      the tags (string or nil).\n\nThe function result will be used in the section format string." (Org . "8.0") org-html-allow-name-attribute-in-anchors t "When nil, do not set \"name\" attribute in anchors.\nBy default, anchors are formatted with both \"id\" and \"name\"\nattributes, when appropriate." (Org . "8.0") org-html-format-inlinetask-function 'ignore "Function called to format an inlinetask in HTML code.\n\nThe function must accept six parameters:\n  TODO      the todo keyword, as a string\n  TODO-TYPE the todo type, a symbol among `todo', `done' and nil.\n  PRIORITY  the inlinetask priority, as a string\n  NAME      the inlinetask name, as a string.\n  TAGS      the inlinetask tags, as a list of strings.\n  CONTENTS  the contents of the inlinetask, as a string.\n\nThe function should return the string to be exported." (Org . "8.0") org-html-with-latex org-export-with-latex "Non-nil means process LaTeX math snippets.\n\nWhen set, the exporter will process LaTeX environments and\nfragments.\n\nThis option can also be set with the +OPTIONS line,\ne.g. \"tex:mathjax\".  Allowed values are:\n\nnil            Ignore math snippets.\n`verbatim'     Keep everything in verbatim\n`dvipng'       Process the LaTeX fragments to images.  This will also\n               include processing of non-math environments.\n`imagemagick'  Convert the LaTeX fragments to pdf files and use\n               imagemagick to convert pdf files to png files.\n`mathjax'      Do MathJax preprocessing and arrange for MathJax.js to\n               be loaded.\nt              Synonym for `mathjax'." (Org . "8.0") (choice (const :tag "Do not process math in any way" nil) (const :tag "Use dvipng to make images" dvipng) (const :tag "Use imagemagick to make images" imagemagick) (const :tag "Use MathJax to display math" mathjax) (const :tag "Leave math verbatim" verbatim)) org-html-link-org-files-as-html "Non-nil means make file links to `file.org' point to `file.html'.\nWhen `org-mode' is exporting an `org-mode' file to HTML, links to\nnon-html files are directly put into a href tag in HTML.\nHowever, links to other Org-mode files (recognized by the\nextension `.org') should become links to the corresponding html\nfile, assuming that the linked `org-mode' file will also be\nconverted to HTML.\nWhen nil, the links still point to the plain `.org' file." org-html-inline-images "Non-nil means inline images into exported HTML pages.\nThis is done using an <img> tag.  When nil, an anchor with href is used to\nlink to the image." (Org . "8.1") org-html-inline-image-rules '(("file" . "\\.\\(jpeg\\|jpg\\|png\\|gif\\|svg\\)\\'") ("http" . "\\.\\(jpeg\\|jpg\\|png\\|gif\\|svg\\)\\'") ("https" . "\\.\\(jpeg\\|jpg\\|png\\|gif\\|svg\\)\\'")) "Rules characterizing image files that can be inlined into HTML.\nA rule consists in an association whose key is the type of link\nto consider, and value is a regexp that will be matched against\nlink's path." (Org . "8.0") (alist :key-type (string :tag "Type") :value-type (regexp :tag "Path")) org-html-protect-char-alist '(("&" . "&amp;") ("<" . "&lt;") (">" . "&gt;")) "Alist of characters to be converted by `org-html-protect'." (repeat (cons (string :tag "Character") (string :tag "HTML equivalent"))) org-html-htmlize-output-type 'inline-css "Output type to be used by htmlize when formatting code snippets.\nChoices are `css', to export the CSS selectors only, or `inline-css', to\nexport the CSS attribute values inline in the HTML.  We use as default\n`inline-css', in order to make the resulting HTML self-containing.\n\nHowever, this will fail when using Emacs in batch mode for export, because\nthen no rich font definitions are in place.  It will also not be good if\npeople with different Emacs setup contribute HTML files to a website,\nbecause the fonts will represent the individual setups.  In these cases,\nit is much better to let Org/Htmlize assign classes only, and to use\na style file to define the look of these classes.\nTo get a start for your css file, start Emacs session and make sure that\nall the faces you are interested in are defined, for example by loading files\nin all modes you want.  Then, use the command\n\\[org-html-htmlize-generate-css] to extract class definitions." (choice (const css) (const inline-css)) org-html-htmlize-font-prefix "org-" "The prefix for CSS class names for htmlize font specifications." org-html-table-default-attributes '(:border "2" :cellspacing "0" :cellpadding "6" :rules "groups" :frame "hsides") "Default attributes and values which will be used in table tags.\nThis is a plist where attributes are symbols, starting with\ncolons, and values are strings.\n\nWhen exporting to HTML5, these values will be disregarded." (Org . "8.0") (plist :key-type (symbol :tag "Property") :value-type (string :tag "Value")) org-html-table-header-tags '("<th scope=\"%s\"%s>" . "</th>") "The opening tag for table header fields.\nThis is customizable so that alignment options can be specified.\nThe first %s will be filled with the scope of the field, either row or col.\nThe second %s will be replaced by a style entry to align the field.\nSee also the variable `org-html-table-use-header-tags-for-first-column'.\nSee also the variable `org-html-table-align-individual-fields'." (cons (string :tag "Opening tag") (string :tag "Closing tag")) org-html-table-data-tags '("<td%s>" . "</td>") "The opening tag for table data fields.\nThis is customizable so that alignment options can be specified.\nThe first %s will be filled with the scope of the field, either row or col.\nThe second %s will be replaced by a style entry to align the field.\nSee also the variable `org-html-table-align-individual-fields'." (cons (string :tag "Opening tag") (string :tag "Closing tag")) org-html-table-row-tags '("<tr>" . "</tr>") "The opening and ending tags for table rows.\nThis is customizable so that alignment options can be specified.\nInstead of strings, these can be Lisp forms that will be\nevaluated for each row in order to construct the table row tags.\n\nDuring evaluation, these variables will be dynamically bound so that\nyou can reuse them:\n\n       `row-number': row number (0 is the first row)\n  `rowgroup-number': group number of current row\n `start-rowgroup-p': non-nil means the row starts a group\n   `end-rowgroup-p': non-nil means the row ends a group\n        `top-row-p': non-nil means this is the top row\n     `bottom-row-p': non-nil means this is the bottom row\n\nFor example:\n\n(setq org-html-table-row-tags\n      (cons \\='(cond (top-row-p \"<tr class=\\\"tr-top\\\">\")\n                   (bottom-row-p \"<tr class=\\\"tr-bottom\\\">\")\n                   (t (if (= (mod row-number 2) 1)\n			  \"<tr class=\\\"tr-odd\\\">\"\n			\"<tr class=\\\"tr-even\\\">\")))\n	    \"</tr>\"))\n\nwill use the \"tr-top\" and \"tr-bottom\" classes for the top row\nand the bottom row, and otherwise alternate between \"tr-odd\" and\n\"tr-even\" for odd and even rows." (cons (choice :tag "Opening tag" (string :tag "Specify") (sexp)) (choice :tag "Closing tag" (string :tag "Specify") (sexp))) org-html-table-align-individual-fields "Non-nil means attach style attributes for alignment to each table field.\nWhen nil, alignment will only be specified in the column tags, but this\nis ignored by some browsers (like Firefox, Safari).  Opera does it right\nthough." org-html-table-use-header-tags-for-first-column "Non-nil means format column one in tables with header tags.\nWhen nil, also column one will use data tags." org-html-table-caption-above "When non-nil, place caption string at the beginning of the table.\nOtherwise, place it near the end." org-html-tag-class-prefix #1="" "Prefix to class names for TODO keywords.\nEach tag gets a class given by the tag itself, with this prefix.\nThe default prefix is empty because it is nice to just use the keyword\nas a class name.  But if you get into conflicts with other, existing\nCSS classes, then this prefix can be very useful." org-html-extension "html" "The extension for exported HTML files." org-html-xml-declaration '(("html" . "<?xml version=\"1.0\" encoding=\"%s\"?>") ("php" . "<?php echo \"<?xml version=\\\"1.0\\\" encoding=\\\"%s\\\" ?>\"; ?>")) "The extension for exported HTML files.\n%s will be replaced with the charset of the exported file.\nThis may be a string, or an alist with export extensions\nand corresponding declarations.\n\nThis declaration only applies when exporting to XHTML." (choice (string :tag "Single declaration") (repeat :tag "Dependent on extension" (cons (string :tag "Extension") (string :tag "Declaration")))) org-html-coding-system 'utf-8 "Coding system for HTML export.\nUse utf-8 as the default value." (Org . "8.0") coding-system org-html-doctype "xhtml-strict" "Document type definition to use for exported HTML files.\nCan be set with the in-buffer HTML_DOCTYPE property or for\npublishing, with :html-doctype." (Org . "8.0") org-html-html5-fancy "Non-nil means using new HTML5 elements.\nThis variable is ignored for anything other than HTML5 export.\n\nFor compatibility with Internet Explorer, it's probably a good\nidea to download some form of the html5shiv (for instance\nhttps://code.google.com/p/html5shiv/) and add it to your\nHTML_HEAD_EXTRA, so that your pages don't break for users of IE\nversions 8 and below." (Org . "8.0") org-html-container-element "div" "HTML element to use for wrapping top level sections.\nCan be set with the in-buffer HTML_CONTAINER property or for\npublishing, with :html-container.\n\nNote that changing the default will prevent you from using\norg-info.js for your website." (Org . "8.0") org-html-divs '((preamble "div" "preamble") (content "div" "content") (postamble "div" "postamble")) "Alist of the three section elements for HTML export.\nThe car of each entry is one of 'preamble, 'content or 'postamble.\nThe cdrs of each entry are the ELEMENT_TYPE and ID for each\nsection of the exported document.\n\nNote that changing the default will prevent you from using\norg-info.js for your website." (Org . "8.0") (list :greedy t (list :tag "Preamble" (const :format #1# preamble) (string :tag "element") (string :tag "     id")) (list :tag "Content" (const :format #1# content) (string :tag "element") (string :tag "     id")) (list :tag "Postamble" (const :format #1# postamble) (string :tag "     id") (string :tag "element"))) org-html-metadata-timestamp-format "%Y-%m-%d %a %H:%M" "Format used for timestamps in preamble, postamble and metadata.\nSee `format-time-string' for more information on its components." (Org . "8.0") org-html-mathjax-options '((path "http://orgmode.org/mathjax/MathJax.js") (scale "100") (align "center") (indent "2em") (mathml nil)) "Options for MathJax setup.\n\npath        The path where to find MathJax\nscale       Scaling for the HTML-CSS backend, usually between 100 and 133\nalign       How to align display math: left, center, or right\nindent      If align is not center, how far from the left/right side?\nmathml      Should a MathML player be used if available?\n            This is faster and reduces bandwidth use, but currently\n            sometimes has lower spacing quality.  Therefore, the default is\n            nil.  When browsers get better, this switch can be flipped.\n\nYou can also customize this for each buffer, using something like\n\n#+MATHJAX: scale:\"133\" align:\"right\" mathml:t path:\"/MathJax/\"" (list :greedy t (list :tag "path   (the path from where to load MathJax.js)" (const :format "       " path) (string)) (list :tag "scale  (scaling for the displayed math)" (const :format "       " scale) (string)) (list :tag "align  (alignment of displayed equations)" (const :format "       " align) (string)) (list :tag "indent (indentation with left or right alignment)" (const :format "       " indent) (string)) (list :tag "mathml (should MathML display be used is possible)" (const :format "       " mathml) (boolean))) org-html-mathjax-template "<script type=\"text/javascript\" src=\"%PATH\"></script>\n<script type=\"text/javascript\">\n<!--/*--><![CDATA[/*><!--*/\n    MathJax.Hub.Config({\n        // Only one of the two following lines, depending on user settings\n        // First allows browser-native MathML display, second forces HTML/CSS\n        :MMLYES: config: [\"MMLorHTML.js\"], jax: [\"input/TeX\"],\n        :MMLNO: jax: [\"input/TeX\", \"output/HTML-CSS\"],\n        extensions: [\"tex2jax.js\",\"TeX/AMSmath.js\",\"TeX/AMSsymbols.js\",\n                     \"TeX/noUndefined.js\"],\n        tex2jax: {\n            inlineMath: [ [\"\\\\(\",\"\\\\)\"] ],\n            displayMath: [ ['$$','$$'], [\"\\\\[\",\"\\\\]\"], [\"\\\\begin{displaymath}\",\"\\\\end{displaymath}\"] ],\n            skipTags: [\"script\",\"noscript\",\"style\",\"textarea\",\"pre\",\"code\"],\n            ignoreClass: \"tex2jax_ignore\",\n            processEscapes: false,\n            processEnvironments: true,\n            preview: \"TeX\"\n        },\n        showProcessingMessages: true,\n        displayAlign: \"%ALIGN\",\n        displayIndent: \"%INDENT\",\n\n        \"HTML-CSS\": {\n             scale: %SCALE,\n             availableFonts: [\"STIX\",\"TeX\"],\n             preferredFont: \"TeX\",\n             webFont: \"TeX\",\n             imageFont: \"TeX\",\n             showMathMenu: true,\n        },\n        MMLorHTML: {\n             prefer: {\n                 MSIE:    \"MML\",\n                 Firefox: \"MML\",\n                 Opera:   \"HTML\",\n                 other:   \"HTML\"\n             }\n        }\n    });\n/*]]>*///-->\n</script>" "The MathJax setup for XHTML files." org-html-postamble 'auto "Non-nil means insert a postamble in HTML export.\n\nWhen set to 'auto, check against the\n`org-export-with-author/email/creator/date' variables to set the\ncontent of the postamble.  When set to a string, use this string\nas the postamble.  When t, insert a string as defined by the\nformatting string in `org-html-postamble-format'.\n\nWhen set to a function, apply this function and insert the\nreturned string.  The function takes the property list of export\noptions as its only argument.\n\nSetting :html-postamble in publishing projects will take\nprecedence over this variable." (choice (const :tag "No postamble" nil) (const :tag "Auto postamble" auto) (const :tag "Default formatting string" t) (string :tag "Custom formatting string") (function :tag "Function (must return a string)")) org-html-postamble-format '(("en" "<p class=\"author\">Author: %a (%e)</p>\n<p class=\"date\">Date: %d</p>\n<p class=\"creator\">%c</p>\n<p class=\"validation\">%v</p>")) "Alist of languages and format strings for the HTML postamble.\n\nThe first element of each list is the language code, as used for\nthe LANGUAGE keyword.  See `org-export-default-language'.\n\nThe second element of each list is a format string to format the\npostamble itself.  This format string can contain these elements:\n\n  %t stands for the title.\n  %a stands for the author's name.\n  %e stands for the author's email.\n  %d stands for the date.\n  %c will be replaced by `org-html-creator-string'.\n  %v will be replaced by `org-html-validation-link'.\n  %T will be replaced by the export time.\n  %C will be replaced by the last modification time.\n\nIf you need to use a \"%\" character, you need to escape it\nlike that: \"%%\"." (repeat (list (string :tag "Language") (string :tag "Format string"))) org-html-validation-link "<a href=\"http://validator.w3.org/check?uri=referer\">Validate</a>" "Link to HTML validation service." org-html-creator-string (format "<a href=\"http://www.gnu.org/software/emacs/\">Emacs</a> %s (<a href=\"http://orgmode.org\">Org</a> mode %s)" emacs-version (if (fboundp 'org-version) (org-version) "unknown version")) "Information about the creator of the HTML document.\nThis option can also be set on with the CREATOR keyword." (Org . "8.0") (string :tag "Creator string") org-html-preamble "Non-nil means insert a preamble in HTML export.\n\nWhen t, insert a string as defined by the formatting string in\n`org-html-preamble-format'.  When set to a string, use this\nformatting string instead (see `org-html-postamble-format' for an\nexample of such a formatting string).\n\nWhen set to a function, apply this function and insert the\nreturned string.  The function takes the property list of export\noptions as its only argument.\n\nSetting :html-preamble in publishing projects will take\nprecedence over this variable." (choice (const :tag "No preamble" nil) (const :tag "Default preamble" t) (string :tag "Custom formatting string") (function :tag "Function (must return a string)")) org-html-preamble-format '(("en" #1#)) "Alist of languages and format strings for the HTML preamble.\n\nThe first element of each list is the language code, as used for\nthe LANGUAGE keyword.  See `org-export-default-language'.\n\nThe second element of each list is a format string to format the\npreamble itself.  This format string can contain these elements:\n\n  %t stands for the title.\n  %a stands for the author's name.\n  %e stands for the author's email.\n  %d stands for the date.\n  %c will be replaced by `org-html-creator-string'.\n  %v will be replaced by `org-html-validation-link'.\n  %T will be replaced by the export time.\n  %C will be replaced by the last modification time.\n\nIf you need to use a \"%\" character, you need to escape it\nlike that: \"%%\".\n\nSee the default value of `org-html-postamble-format' for an\nexample." (repeat (list (string :tag "Language") (string :tag "Format string"))) org-html-link-up "Where should the \"UP\" link of exported HTML pages lead?" (string :tag "File or URL") org-html-link-home "Where should the \"HOME\" link of exported HTML pages lead?" (string :tag "File or URL") org-html-link-use-abs-url "Should we prepend relative links with HTML_LINK_HOME?" (Org . "8.1") org-html-home/up-format "<div id=\"org-div-home-and-up\">\n <a accesskey=\"h\" href=\"%s\"> UP </a>\n |\n <a accesskey=\"H\" href=\"%s\"> HOME </a>\n</div>" "Snippet used to insert the HOME and UP links.\nThis is a format string, the first %s will receive the UP link,\nthe second the HOME link.  If both `org-html-link-up' and\n`org-html-link-home' are empty, the entire snippet will be\nignored." defvaralias org-html-style-include-scripts org-html-head-include-scripts (saved-value saved-variable-comment) put make-obsolete-variable "Non-nil means include the JavaScript snippets in exported HTML files.\nThe actual script is defined in `org-html-scripts' and should\nnot be modified." (Org . "8.0") org-html-style-include-default org-html-head-include-default-style "Non-nil means include the default style in exported HTML files.\nThe actual style is defined in `org-html-style-default' and\nshould not be modified.  Use `org-html-head' to use your own\nstyle information." (Org . "8.0") safe-local-variable booleanp org-html-style org-html-head "Org-wide head definitions for exported HTML files.\n\nThis variable can contain the full HTML structure to provide a\nstyle, including the surrounding HTML tags.  You can consider\nincluding definitions for the following classes: title, todo,\ndone, timestamp, timestamp-kwd, tag, target.\n\nFor example, a valid value would be:\n\n   <style type=\"text/css\">\n    <![CDATA[\n       p { font-weight: normal; color: gray; }\n       h1 { color: black; }\n      .title { text-align: center; }\n      .todo, .timestamp-kwd { color: red; }\n      .done { color: green; }\n    ]]>\n   </style>\n\nIf you want to refer to an external style, use something like\n\n   <link rel=\"stylesheet\" type=\"text/css\" href=\"mystyles.css\" />\n\nAs the value of this option simply gets inserted into the HTML\n<head> header, you can use it to add any arbitrary text to the\nheader.\n\nYou can set this on a per-file basis using #+HTML_HEAD:,\nor for publication projects using the :html-head property." (Org . "8.0") stringp org-html-head-extra "More head information to add in the HTML output.\n\nYou can set this on a per-file basis using #+HTML_HEAD_EXTRA:,\nor for publication projects using the :html-head-extra property." (Org . "8.0") org-html-todo-kwd-class-prefix "Prefix to class names for TODO keywords.\nEach TODO keyword gets a class given by the keyword itself, with this prefix.\nThe default prefix is empty because it is nice to just use the keyword\nas a class name.  But if you get into conflicts with other, existing\nCSS classes, then this prefix can be very useful."] 15)
(defalias 'org-html-xhtml-p #[(info) "\303\304\"\227\305	\306\307\310#)\266\203)\207" [info dt inhibit-changing-match-data plist-get :html-doctype "xhtml" nil t string-match] 7])
(defalias 'org-html-html5-p #[(info) "\302\303\"\227\211\304\235)\207" [info dt plist-get :html-doctype ("html5" "xhtml5" "<!doctype html>")] 4])
(defalias 'org-html-close-tag #[(tag attr info) "\303\304	\305\n!\203\306\202\307\260\207" [tag attr info "<" " " org-html-xhtml-p " />" ">"] 6])
#@205 Return correct html doctype tag from `org-html-doctype-alist',
or the literal value of :html-doctype from INFO if :html-doctype
is not found in the alist.
INFO is a plist used as a communication channel.
(defalias 'org-html-doctype #[(info) "\303\304\"\305	\n\"A\206	)\207" [info dt org-html-doctype-alist plist-get :html-doctype assoc] 3 (#$ . 44535)])
#@169 Return a list of attributes, as a string.
ATTRIBUTES is a plist where values are either strings or nil. An
attributes with a nil value will be omitted from the result.
(defalias 'org-html--make-attribute-string #[(attributes) "\306	\306\211\203E@\211\204\211A\210\202>\n9\203*\307\n!\310\306OB\202>@\311\312\313\314\n!#\315\316
\f#\240\210*A\211\204\n\306\317\320\237\321#+\207" [output attributes item --dolist-tail-- value key nil symbol-name 1 replace-regexp-in-string "\"" "&quot;" org-html-encode-plain-text format "%s=\"%s\"" mapconcat identity " "] 7 (#$ . 44900)])
#@212 Wrap CONTENTS string within an appropriate environment for images.
INFO is a plist used as a communication channel.  When optional
arguments CAPTION and LABEL are given, use them for caption and
"id" attribute.
(defalias 'org-html--wrap-image #[(contents info &optional caption label) "\305!\205\n\306\307\"\310	\203\311\202\312\313\n!\204\314\202%\310\315\316\n!\"\310\317\"\313\f!\2043\314\202?\310	\203<\320\202=\317\f\"$)\207" [info html5-fancy label contents caption org-html-html5-p plist-get :html-html5-fancy format "\n<figure%s>%s%s\n</figure>" "\n<div%s class=\"figure\">%s%s\n</div>" org-string-nw-p "" " id=\"%s\"" org-export-solidify-link-text "\n<p>%s</p>" "\n<figcaption>%s</figcaption>"] 7 (#$ . 45504)])
#@226 Return "img" tag with given SOURCE and ATTRIBUTES.
SOURCE is a string specifying the location of the image.
ATTRIBUTES is a plist, as returned by
`org-export-read-attribute'.  INFO is a plist used as
a communication channel.
(defalias 'org-html--format-image #[(source attributes info) "\304\305\306\307\310\311\312\313\314\315#)\266\203\203 \316\317\320\"!\202#\321!F\n\"!#\207" [source inhibit-changing-match-data attributes info org-html-close-tag "img" org-html--make-attribute-string org-combine-plists :src :alt "^ltxpng/" nil t string-match org-html-encode-plain-text org-find-text-property-in-string org-latex-src file-name-nondirectory] 14 (#$ . 46248)])
#@93 Transcode ELEMENT into a textarea block.
ELEMENT is either a src block or an example block.
(defalias 'org-html--textarea-block #[(element) "\303!@\304\305\"\306\307\310\n\311\"\206\312\310\n\313\"\206\314	!	$*\207" [element code attr org-export-unravel-code org-export-read-attribute :attr_html format "<p>\n<textarea cols=\"%s\" rows=\"%s\">\n%s</textarea>\n</p>" plist-get :width 80 :height org-count-lines] 6 (#$ . 46929)])
#@237 Non-nil when ELEMENT has a caption affiliated keyword.
INFO is a plist used as a communication channel.  This function
is meant to be used as a predicate for `org-export-get-ordinal' or
a value to `org-html-standalone-image-predicate'.
(defalias 'org-html--has-caption-p #[(element &optional info) "\302;\203\303\304	#\202\305A@	\"*\207" [element property :caption get-text-property 0 plist-get] 4 (#$ . 47372)])
#@177 Convert the region between BEG and END to HTML, using htmlize.el.
This is much like `htmlize-region-for-paste', only that it uses
the settings define in the org-... variables.
(defalias 'org-html-htmlize-region-for-paste #[(beg end) "\n\306\f
\"\307\216rq\210\310\f\311\"\310\f\312\"{-\207" [org-html-htmlize-output-type htmlize-output-type org-html-htmlize-font-prefix htmlize-css-name-prefix beg end htmlize-region #[nil "\301!\207" [htmlbuf kill-buffer] 2] plist-get content-start content-end htmlbuf htmlize-buffer-places] 4 (#$ . 47802)])
#@545 Create the CSS for all font definitions in the current Emacs session.
Use this to create face definitions in your CSS style file that can then
be used by code snippets transformed by htmlize.
This command just produces a buffer that contains class definitions for all
faces used in the current Emacs session.  You can copy and paste the ones you
need into your CSS file.

If you then set `org-html-htmlize-output-type' to `css', calls
to the function `org-html-htmlize-region-for-paste' will
produce code that uses these same face definitions.
(defalias 'org-html-htmlize-generate-css #[nil "\306\307!\210\310\311!\203\312\311!\210\313\314!rq\210\315\216\316 \317\320\321\211
\211A\242\211\2051\322\n\323\"\211\203Q\n9\203#	\203D	<\204#\324\325\326!\321\327\n$c\210\202#\330ed\"\210.\331\311!\210eb\210\332\333\321\334#\203le\335\224|\210\332\336\321\334#\203z\335\225Td|\210\337\340!\210\341\342!\203\210\343\344!\210eb\207" [#1=#:temp-buffer i f htmlize-output-type htmlize-css-name-prefix fl require htmlize get-buffer "*html*" kill-buffer generate-new-buffer " *temp*" #[nil "\301!\205	\302!\207" [#1# buffer-name kill-buffer] 2] face-list "org-" css nil face-attribute :inherit org-add-props copy-sequence "1" face htmlize-region org-pop-to-buffer-same-window re-search-forward "<style" t 0 "</style>" beginning-of-line 1 looking-at " +" replace-match ""] 6 (#$ . 48363) nil])
#@49 Build a string by concatenating N times STRING.
(defalias 'org-html--make-string #[(n string) "\305	\306\nW\203\fP\nT\211\202+\207" [out n i --dotimes-limit-- string nil 0] 3 (#$ . 49776)])
#@86 Turn todo keyword KWD into a valid class name.
Replaces invalid characters with "_".
(defalias 'org-html-fix-class-name #[(kwd) "\302 \303\216\304\305	\"\203\306\307\310\211	$\202*	\207" [save-match-data-internal kwd match-data #[nil "\301\302\"\207" [save-match-data-internal set-match-data evaporate] 3] string-match "[^a-zA-Z0-9_]" replace-match "_" t] 5 (#$ . 49984)])
#@60 Format footnote reference N with definition DEF into HTML.
(defalias 'org-html-format-footnote-reference #[(n def refcnt) "\306U\203\n\307\202\310\311\"\310\n\310\312	#\310\313\"\314
P\315\f#+\")\207" [refcnt extra org-html-footnote-format n id href 1 "" format ".%d" "fnr.%s%s" " href=\"#fn.%s\"" " class=\"footref\"" org-html--anchor attributes] 6 (#$ . 50370)])
#@40 Format footnotes section SECTION-NAME.
(defalias 'org-html-format-footnotes-section #[(section-name definitions) "\204\303\207\304	\n#\207" [definitions org-html-footnotes-section section-name "" format] 4 (#$ . 50756)])
#@36 Format the footnote definition FN.
(defalias 'org-html-format-footnote-definition #[(fn) "@A\306\307\306\306\310\n\"\306\311\n\"\312
P\f\313\f\n\f#+\"	#*\207" [fn def n org-html-footnote-format id href format "<div class=\"footdef\">%s %s</div>\n" "fn.%s" " href=\"#fnr.%s\"" " class=\"footnum\"" org-html--anchor attributes] 8 (#$ . 50987)])
#@79 Format the footnote section.
INFO is a plist used as a communication channel.
(defalias 'org-html-footnote-section #[(info) "\306\307\310\"\"\211\311\211\311\211\311\n:\203t\n@\211\211A\242\211A\242@
\211:\204E;\205O\312\202O@9\205O@)\313=\203^\314\315
\"!\202g\316\317\314\315
\"!\"BB\nA\211\202\237.\211\205\214\320\321\322\"\316\323\324\325	\326#\"\"*\207" [info fn-alist #1=#:--cl-var-- n type raw org-export-collect-footnote-definitions plist-get :parse-tree nil plain-text org-data org-trim org-export-data format "<p>%s</p>" org-html-format-footnotes-section org-html--translate "Footnotes" "\n%s\n" mapconcat org-html-format-footnote-definition "\n" #2=#:--cl-var-- #3=#:--cl-var-- element] 9 (#$ . 51345)])
#@90 Return meta tags for exported document.
INFO is a plist used as a communication channel.
(defalias 'org-html--build-meta-info #[(info) "\306\307\310\311\"\"\310\312\"\205#\310\313\"\211\205\"\314\315	\316\nB\317$!)\310\320\"\310\321\"\203<\322\323!\203<\323\324\"\206=\325'()*\326\327)\"\310\330\"\205Z\331\332+\333Q!\326\334!\203i\335\336\337#\202n\335\336\340#\f\"\341\335\336\342#\341\343(!\205\214\335\336\326\344*(!\"#\341P\343'!\205\241\335\336\326\345*'!\"#\341P\343
!\205\264\335\336\326\346*
!\"#\341P\260	.\207" [info auth org-element-all-objects org-html-coding-system charset keywords #[(str) "\301\302\303\304!#\207" [str replace-regexp-in-string "\"" "&quot;" org-html-encode-plain-text] 5] org-export-data plist-get :title :with-author :author org-element-interpret-data org-element-map plain-text identity :description :keywords fboundp coding-system-get mime-charset "iso-8859-1" format "<title>%s</title>\n" :time-stamp-file format-time-string "<!-- " " -->\n" org-html-html5-p org-html-close-tag "meta" " charset=\"%s\"" " http-equiv=\"Content-Type\" content=\"text/html;charset=%s\"" "\n" " name=\"generator\" content=\"Org-mode\"" org-string-nw-p " name=\"author\" content=\"%s\"" " name=\"description\" content=\"%s\"\n" " name=\"keywords\" content=\"%s\"" description author title protect-string org-html-metadata-timestamp-format] 15 (#$ . 52122)])
#@113 Return information for the <head>..</head> of the HTML output.
INFO is a plist used as a communication channel.
(defalias 'org-html--build-head #[(info) "\304\305\306\"\205\304	!\304\305\307\"!\304\305\310\"!\305\311\"\205/\n\312=\205/\313\314\315\316\305\311\"\"#\305\317\"\2057\260!\207" [info org-html-style-default org-html-htmlize-output-type org-html-scripts org-element-normalize-string plist-get :html-head-include-default-style :html-head :html-head-extra :html-htmlized-css-url css org-html-close-tag "link" format " rel=\"stylesheet\" href=\"%s\" type=\"text/css\"" :html-head-include-scripts] 11 (#$ . 53548)])
#@99 Insert the user setup into the mathjax template.
INFO is a plist used as a communication channel.
(defalias 'org-html--build-mathjax-config #[(info) "\306\307\"\310>\205\206\311\306\312\"\313\314\315%\205\206	\n\306\316\"\206 \317\320\211\321\322\320 !\"\323\324!\"\210\325!\236A@\326\327 \"\203S\330 \331\225\320O!@\204^
\f\326\332\"\"\203o\333
\315\211\"$\"\326\334\"\"\203\200\333\f\315\211\"$\"\335\"!.\207" [info org-html-mathjax-template org-html-mathjax-options x no yes plist-get :with-latex (mathjax t) org-element-map :parse-tree (latex-fragment latex-environment) identity t :html-mathjax "" nil "   " "// " mapc #[(e) "@A@\305\306\307	!\310Q\"\203\311\312\225\313O!@\n;\204&\314\315\n\"\305\316\307	!\226P\f\"\205:\317\n\320\211\f$\211\207" [e name val in-buffer template string-match "\\<" symbol-name ":" read-from-string 0 nil format "%s" "%" replace-match t] 5] mathml string-match "\\<mathml:" read-from-string 0 ":MMLYES:" replace-match ":MMLNO:" org-element-normalize-string val name in-buffer options template] 8 (#$ . 54191)])
#@89 Return format specification for elements that can be
used in the preamble or postamble.
(defalias 'org-html-format-spec #[(info) "\304\305\306\307\"\"B\310\305\311!\"B\312\313	!B\314\305\306\315\"\"B\316\317\320\321\306\322\"\323\"\324#B\325\306\326\"B\327\306\330\"\313	\n\205C\331\332\n!8\")B\333\206L\334B\257\207" [info org-html-metadata-timestamp-format file org-html-validation-link 116 org-export-data plist-get :title 100 org-export-get-date 84 format-time-string 97 :author 101 mapconcat #[(e) "\301\302\211#\207" [e format "<a href=\"mailto:%s\">%s</a>"] 4] split-string :email ",+ *" ", " 99 :creator 67 :input-file 5 file-attributes 118 ""] 12 (#$ . 55301)])
#@149 Return document preamble or postamble as a string, or nil.
TYPE is either 'preamble or 'postamble, INFO is a plist used as a
communication channel.
(defalias 'org-html--build-pre/postamble #[(type info) "\306\307\310\311	\"!\"\312!\211\205\f\313!\203!\202\343;\203*\314\n\"\202\343\315=\203\300\316\n\236A\317\n\236A\320\n\236A\321\n\236A\322\n\236A\323\n\236A./01\306\324\"\205i\3251!\205i\310\326\327\330\"1#\306\331\"\205\200\3250!\205\200\310\332\327\333\"0#\306\334\"\205\227\325/!\205\227\310\335\327\336\"/#\306\337\"\205\251\310\326\327\340\"\3412!#\306\342\"\205\265\310\343.\"\310\344\f\"\260.\202\343\314\345\306\346\"\347\307\310\350	\"!!\"A@\206\341\345\351\347\307\310\350	\"!!\"A@\n\"3\3253!\205\310\352	4\236A@\353	4\23685$\3543!\310\355	4\236A@\"Q)*\207" [info type spec section validation-link timestamp plist-get intern format ":html-%s" org-html-format-spec functionp format-spec auto 100 97 101 99 84 118 :with-date org-string-nw-p "<p class=\"date\">%s: %s</p>\n" org-html--translate "Date" :with-author "<p class=\"author\">%s: %s</p>\n" "Author" :with-email "<p class=\"email\">%s: %s</p>\n" "Email" :time-stamp-file "Created" format-time-string :with-creator "<p class=\"creator\">%s</p>\n" "<p class=\"validation\">%s</p>\n" assoc :language eval "org-html-%s-format" "en" "<%s id=\"%s\" class=\"%s\">\n" 2 org-element-normalize-string "</%s>\n" creator email author date org-html-metadata-timestamp-format section-contents org-html-divs org-html--pre/postamble-class] 9 (#$ . 55994)])
#@140 Return body of document string after HTML conversion.
CONTENTS is the transcoded contents string.  INFO is a plist
holding export options.
(defalias 'org-html-inner-template #[(contents info) "\303\304\"\211\205
\305	\")\n\306!Q\207" [info depth contents plist-get :with-toc org-html-toc org-html-footnote-section] 5 (#$ . 57574)])
#@141 Return complete document string after HTML conversion.
CONTENTS is the transcoded contents string.  INFO is a plist
holding export options.
(defalias 'org-html-template #[(contents info) "\306!?\205Q\307!\205Q	;\203	\206*\310\311\312\"	\"A\206*\310\313	\"A\206*\314\211\315=\2064\n\314\230?\205P\316\317\316\n\203M\320\321!\203M\321\322\"\206N\323\"\")\324!\325\326\307!\205g\316\327\311\330\"\311\330\"#\331Q\332\333!\334!\335!\336\337\340\311\341\"!\340\311\342\"!\211\314\230\205\214\f\314\230?\205\236\316.
\206\230\f\f\206\235
#*\343\344\"\316\345\346/\236A@\347\346/\2368#\311\350\"0\316\351\3520\206\301\314\"\")1\316\353\346/\236A@\"\343\354\"\355\260\207" [info org-html-xml-declaration decl org-html-coding-system link-home link-up org-html-html5-p org-html-xhtml-p assoc plist-get :html-extension "html" "" nil format "%s\n" fboundp coding-system-get mime-charset "iso-8859-1" org-html-doctype "\n" "<html" " xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"%s\" xml:lang=\"%s\"" :language ">\n" "<head>\n" org-html--build-meta-info org-html--build-head org-html--build-mathjax-config "</head>\n" "<body>\n" org-trim :html-link-up :html-link-home org-html--build-pre/postamble preamble "<%s id=\"%s\">\n" content 2 :title "<h1 class=\"title\">%s</h1>\n" org-export-data "</%s>\n" postamble "</body>\n</html>" org-html-home/up-format org-html-divs title contents] 20 (#$ . 57918)])
#@102 Translate string S according to specified language.
INFO is a plist used as a communication channel.
(defalias 'org-html--translate #[(s info) "\302\303	#\207" [s info org-export-translate :html] 4 (#$ . 59361)])
#@23 Format a HTML anchor.
(defalias 'org-html--anchor #[(&optional id desc attributes) "\205		\205\305\306	\"\n\205\305\307\n\"Q\305\310\f\206!\311#*\207" [org-html-allow-name-attribute-in-anchors id name attributes desc format " id=\"%s\"" " name=\"%s\"" "<a%s>%s</a>" ""] 4 (#$ . 59581)])
#@33 Format TODO keywords into HTML.
(defalias 'org-html--todo #[(todo) "\205\303\304	\235\203\305\202\306\n\307!%\207" [todo org-done-keywords org-html-todo-kwd-class-prefix format "<span class=\"%s %s%s\">%s</span>" "done" "todo" org-html-fix-class-name] 6 (#$ . 59886)])
#@24 Format TAGS into HTML.
(defalias 'org-html--tags #[(tags) "\205\f\301\302\303\304\305#\"\207" [tags format "<span class=\"tag\">%s</span>" mapconcat #[(tag) "\302\303\304	!P	#\207" [org-html-tag-class-prefix tag format "<span class=\"%s\">%s</span>" org-html-fix-class-name] 5] "&#xa0;"] 6 (#$ . 60171)])
#@127 Format a headline in HTML.

(fn TODO TODO-TYPE PRIORITY TEXT TAGS &key LEVEL SECTION-NUMBER HEADLINE-LABEL &allow-other-keys)
(defalias 'org-html-format-headline #[(todo todo-type priority text tags &rest #1=#:--cl-rest--) "\306\307\"A@\306\310\"A@\306\311\"A@\n\205\312\313	\n#\314\f!\315
!\211\f\211\205.\316
\2055\317
\260.\207" [#1# level section-number headline-label todo tags plist-member :level :section-number :headline-label format "<span class=\"section-number-%d\">%s</span> " org-html--todo org-html--tags " " "&#xa0;&#xa0;&#xa0;" text] 7 (#$ . 60487)])
#@151 Color CODE with htmlize library.
CODE is a string representing the source code to colorize.  LANG
is the language used for CODE, as a string, or nil.
(defalias 'org-html-fontify-code #[(code lang) "\205\253	\204\f\306!\207\307\310\311\312#\203\313\314!\204\"\315\316!\210\306!\207\317	\n\"\206*	\211\2055\320\321\322	\"!\323!\204B\306!\202\252\324\325!r\fq\210\326\216 \210c\210\327 \210\212ed\211\"b\210\311\210`
W\203u\330``T\331\311$\210\332u\210\202^+\333 \210\334\311!\210\335ed\"+\336\337\"\205\214\340\225\211\"\205\226\336\341\"\"\203\250
\203\250\"
O\202\251*)\207" [code lang org-src-lang-modes lang-mode #1=#:temp-buffer end org-html-encode-plain-text require htmlize nil t fboundp htmlize-region-for-paste message "Cannot fontify src block (htmlize.el >= 1.34 required)" assoc-default intern format "%s-mode" functionp generate-new-buffer " *temp*" #[nil "\301!\205	\302!\207" [#1# buffer-name kill-buffer] 2] org-font-lock-ensure put-text-property face 1 org-src-mode set-buffer-modified-p org-html-htmlize-region-for-paste string-match "\\`<pre[^>]*>\n*" 0 "</pre>\\'" beg] 6 (#$ . 61078)])
#@367 Format CODE string as source code.
Optional arguments LANG, REFS, RETAIN-LABELS and NUM-START are,
respectively, the language of the source code, as a string, an
alist between line numbers and references (as returned by
`org-export-unravel-code'), a boolean specifying if labels should
appear in the source code, and the number associated to the first
line of code.
(defalias 'org-html-do-format-code #[(code &optional lang refs retain-labels num-start) "\306\307\"\211G\205\310\311\312\n\\!G\"\313
\"\314\315$,\207" [code code-lines code-length num-start num-fmt lang org-split-string "\n" format "%%%ds: " number-to-string org-html-fontify-code org-export-format-code #[(loc line-num ref) "\205\306\307\306	\n\"\"\f\205
\205\306\310\f\"Q\f\204 \207\306\311\f#\207" [num-start num-fmt line-num loc ref retain-labels format "<span class=\"linenr\">%s</span>" " (%s)" "<span id=\"coderef-%s\" class=\"coderef-off\">%s</span>"] 5] refs] 6 (#$ . 62231)])
#@145 Format contents of ELEMENT as source code.
ELEMENT is either an example block or a src block.  INFO is
a plist used as a communication channel.
(defalias 'org-html-format-code #[(element info) "\306;\203\307\310	#\202\311A@	\"*\312!\211@A\313;\2034\307\310	#\202:\311A@	\"*\314;\203N\307\310	#\202T\311A@	\"*\315\316\"\203g\317\"\202p\315\320\"\205p\310)\321\f\n
%.\207" [element property lang code-info code refs :language get-text-property 0 plist-get org-export-unravel-code :retain-labels :number-lines eql continued org-export-get-loc new org-html-do-format-code retain-labels #1=#:temp info num-start] 7 (#$ . 63216)])
#@199 Build a table of contents.
DEPTH is an integer specifying the depth of the table.  INFO is a
plist used as a communication channel.  Return the table of
contents as a string, or nil if it is empty.
(defalias 'org-html-toc #[(depth info) "\305\306\307	\"\"\310!\203\311\312\"\203\313\202\314\211\2057\315\316\n\"\315\317\f\320\321\"\f$\322\323!\324\315\325\n\"\260*\207" [info depth outer-tag toc-entries org-html-toplevel-hlevel mapcar #[(headline) "\302	\"\303	\"B\207" [headline info org-html--format-toc-headline org-export-get-relative-level] 4] org-export-collect-headlines org-html-html5-p plist-get :html-html5-fancy "nav" "div" format "<%s id=\"table-of-contents\">\n" "<h%d>%s</h%d>\n" org-html--translate "Table of Contents" "<div id=\"text-table-of-contents\">" org-html--toc-text "</div>\n" "</%s>\n"] 9 (#$ . 63901)])
#@167 Return innards of a table of contents, as a string.
TOC-ENTRIES is an alist where key is an entry title, as a string,
and value is its relative level, as an integer.
(defalias 'org-html--toc-text #[(toc-entries) "@AS\211\303\304\305#\306	\nZ\307\"P*\207" [toc-entries prev-level start-level mapconcat #[(entry) "@A	Z\211\306V\203\fS\202\f[\307\f	\310
\f\306V\203)\311\2020\f\306W\2050\312\"\f\306V\203;\311\202<\313P+\nP*\207" [entry level headline prev-level cnt times 0 nil org-html--make-string "\n<ul>\n<li>" "</li>\n</ul>\n" "</li>\n<li>" rtn] 5] "" org-html--make-string "</li>\n</ul>\n"] 5 (#$ . 64756)])
#@110 Return an appropriate table of contents entry for HEADLINE.
INFO is a plist used as a communication channel.
(defalias 'org-html--format-toc-headline #[(headline info) "\306	\"\307	\310\"\205.\311;\203\312\313\f#\202#\307A@\f\"*\211\205-\314
	\")\211\205K\315;\203D\312\313\f#\202J\307A@\f\"**\307	\316\"\205l\317;\203e\312\313\f#\202k\307A@\f\"*+\320\321	\"\322\323\324\325\326\324\211\211\211&	#,\307	\327\"\330=\205\217\331	\"-\332\333\334\335;\203\245\312\313\f#\202\253\307A@\f\"*\206\266\336\337\340\n\341#P!\342	\"?\205\315\343	\"\205\315\337\340\n\344#\345P.\346=\204\330\347\202\331\350
*+,-\351&P#.\207" [headline info headline-number element property todo org-export-get-headline-number plist-get :with-todo-keywords :todo-keyword get-text-property 0 org-export-data :todo-type :with-priority :priority org-export-data-with-backend org-export-get-alt-title vector cl-struct-org-export-backend nil html ((footnote-reference . ignore) (link lambda (object c i) c) (radio-target lambda (object c i) c) (target . ignore)) :with-tags t org-export-get-tags format "<a href=\"#%s\">%s</a>" org-export-solidify-link-text :CUSTOM_ID "sec-" mapconcat number-to-string "-" org-export-low-level-p org-export-numbered-headline-p "." ". " ignore #[(todo todo-type priority text tags &rest ignore) "	\n\f
%\207" [org-html-format-headline-function todo todo-type priority text tags] 6] org-html-format-headline :section-number todo-type priority text tags org-html-format-headline-function] 12 (#$ . 65397)])
#@141 Build a list of listings.
INFO is a plist used as a communication channel.  Return the list
of listings as a string, or nil if it is empty.
(defalias 'org-html-list-of-listings #[(info) "\305!\211\205&\306\307\310\n\311\312\"\n$\313\314\307\315\311\316\"\"\317\320	\321#*\322\260)\207" [info lol-entries org-html-toplevel-hlevel initial-fmt count org-export-collect-listings "<div id=\"list-of-listings\">\n" format "<h%d>%s</h%d>\n" org-html--translate "List of Listings" "<div id=\"text-list-of-listings\">\n<ul>\n" 0 "<span class=\"listing-number\">%s</span>" "Listing %d:" mapconcat #[(entry) "\306	;\203\307\310\n	#\202\311	A@\n\"*\312\313\314\315\"\206$\314!\"!\316
\204>\317T\211\"\320\fQ\202O\317\321\322
!\317T\211\"\f$\323Q*\207" [entry element property info title label :name get-text-property 0 plist-get org-trim org-export-data org-export-get-caption t "<li>" format " " "<a href=\"#%s\">%s %s</a>" org-export-solidify-link-text "</li>" initial-fmt count] 8] "\n" "\n</ul>\n</div>\n</div>"] 10 (#$ . 66973)])
#@137 Build a list of tables.
INFO is a plist used as a communication channel.  Return the list
of tables as a string, or nil if it is empty.
(defalias 'org-html-list-of-tables #[(info) "\305!\211\205&\306\307\310\n\311\312\"\n$\313\314\307\315\311\316\"\"\317\320	\321#*\322\260)\207" [info lol-entries org-html-toplevel-hlevel initial-fmt count org-export-collect-tables "<div id=\"list-of-tables\">\n" format "<h%d>%s</h%d>\n" org-html--translate "List of Tables" "<div id=\"text-list-of-tables\">\n<ul>\n" 0 "<span class=\"table-number\">%s</span>" "Table %d:" mapconcat #[(entry) "\306	;\203\307\310\n	#\202\311	A@\n\"*\312\313\314\315\"\206$\314!\"!\316
\204>\317T\211\"\320\fQ\202O\317\321\322
!\317T\211\"\f$\323Q*\207" [entry element property info title label :name get-text-property 0 plist-get org-trim org-export-data org-export-get-caption t "<li>" format " " "<a href=\"#%s\">%s %s</a>" org-export-solidify-link-text "</li>" initial-fmt count] 8] "\n" "\n</ul>\n</div>\n</div>"] 10 (#$ . 68038)])
#@122 Transcode BOLD from Org to HTML.
CONTENTS is the text with bold markup.  INFO is a plist holding
contextual information.
(defalias 'org-html-bold #[(bold contents info) "\302\303\236A\206	\304	\"\207" [org-html-text-markup-alist contents format bold "%s"] 3 (#$ . 69085)])
#@143 Transcode a CENTER-BLOCK element from Org to HTML.
CONTENTS holds the contents of the block.  INFO is a plist
holding contextual information.
(defalias 'org-html-center-block #[(center-block contents info) "\301\302\"\207" [contents format "<div class=\"center\">\n%s</div>"] 3 (#$ . 69367)])
#@112 Transcode a CLOCK element from Org to HTML.
CONTENTS is nil.  INFO is a plist used as a communication
channel.
(defalias 'org-html-clock #[(clock contents info) "\305\306\307\310\311	\n;\203\312\313\n#\202\314\nA@\"*\n;\203,\312\313\n#\2022\314\nA@\"*!\315	\n;\203E\312\313\n#\202K\314\nA@\"*\211\205U\305\316\f\")$\207" [org-clock-string clock element property time format "<p>\n<span class=\"timestamp-wrapper\">\n<span class=\"timestamp-kwd\">%s</span> <span class=\"timestamp\">%s</span>%s\n</span>\n</p>" org-translate-time :raw-value :value get-text-property 0 plist-get :duration " <span class=\"timestamp\">(%s)</span>"] 10 (#$ . 69668)])
#@100 Transcode CODE from Org to HTML.
CONTENTS is nil.  INFO is a plist holding contextual
information.
(defalias 'org-html-code #[(code contents info) "\304\301\236A\206	\305\306\307	\n;\203\310\311\n#\202!\312\nA@\"*!\"\207" [org-html-text-markup-alist code element property format "%s" org-html-encode-plain-text :value get-text-property 0 plist-get] 7 (#$ . 70345)])
#@137 Transcode a DRAWER element from Org to HTML.
CONTENTS holds the contents of the block.  INFO is a plist
holding contextual information.
(defalias 'org-html-drawer #[(drawer contents info) "\305!\203\"\306	\n;\203\307\310\n#\202\311\nA@\"*\f\"\207\f\207" [org-html-format-drawer-function drawer element property contents functionp :drawer-name get-text-property 0 plist-get] 5 (#$ . 70727)])
#@168 Transcode a DYNAMIC-BLOCK element from Org to HTML.
CONTENTS holds the contents of the block.  INFO is a plist
holding contextual information.  See `org-export-data'.
(defalias 'org-html-dynamic-block #[(dynamic-block contents info) "\207" [contents] 1 (#$ . 71136)])
#@131 Transcode an ENTITY object from Org to HTML.
CONTENTS are the definition itself.  INFO is a plist holding
contextual information.
(defalias 'org-html-entity #[(entity contents info) "\303	;\203\304\305\n	#\202\306	A@\n\"*\207" [entity element property :html get-text-property 0 plist-get] 4 (#$ . 71412)])
#@119 Transcode a EXAMPLE-BLOCK element from Org to HTML.
CONTENTS is nil.  INFO is a plist holding contextual
information.
(defalias 'org-html-example-block #[(example-block contents info) "\302\303\304#\203\f\305!\207\306\307\310	\"\"\207" [example-block info org-export-read-attribute :attr_html :textarea org-html--textarea-block format "<pre class=\"example\">\n%s</pre>" org-html-format-code] 5 (#$ . 71732)])
#@119 Transcode a EXPORT-SNIPPET object from Org to HTML.
CONTENTS is nil.  INFO is a plist holding contextual
information.
(defalias 'org-html-export-snippet #[(export-snippet contents info) "\303!\304=\205 \305	;\203\306\307\n	#\202\310	A@\n\"*\207" [export-snippet element property org-export-snippet-backend html :value get-text-property 0 plist-get] 4 (#$ . 72153)])
#@118 Transcode a EXPORT-BLOCK element from Org to HTML.
CONTENTS is nil.  INFO is a plist holding contextual information.
(defalias 'org-html-export-block #[(export-block contents info) "\303	;\203\304\305\n	#\202\306	A@\n\"*\307\230\2057\310\311	;\203/\304\305\n	#\2025\306	A@\n\"*!\207" [export-block element property :type get-text-property 0 plist-get "HTML" org-remove-indentation :value] 5 (#$ . 72535)])
#@117 Transcode a FIXED-WIDTH element from Org to HTML.
CONTENTS is nil.  INFO is a plist holding contextual information.
(defalias 'org-html-fixed-width #[(fixed-width contents info) "\303\304\305\306\307	;\203\310\311\n	#\202\312	A@\n\"*!!\"\207" [fixed-width element property format "<pre class=\"example\">\n%s</pre>" org-html-do-format-code org-remove-indentation :value get-text-property 0 plist-get] 8 (#$ . 72961)])
#@124 Transcode a FOOTNOTE-REFERENCE element from Org to HTML.
CONTENTS is nil.  INFO is a plist holding contextual information.
(defalias 'org-html-footnote-reference #[(footnote-reference contents info) "\306	\"\211\211:\204;\205\307\202@9\205@)\300=\205$\f)\310	\"\2047\311\312	\"\313\314#\202g\315;\203H\316\317
#\202N\320A@
\"*\321=\203_\311\312	\"\313\322#\202g\311\312	\"\313\322#P\207" [footnote-reference info prev element org-html-footnote-separator property org-export-get-previous-element plain-text org-export-footnote-first-reference-p org-html-format-footnote-reference org-export-get-footnote-number "IGNORED" 100 :type get-text-property 0 plist-get inline 1] 6 (#$ . 73393)])
#@142 Transcode a HEADLINE element from Org to HTML.
CONTENTS holds the contents of the headline.  INFO is a plist
holding contextual information.
(defalias 'org-html-format-headline--wrap #[(headline info &optional format-function &rest extra-keys) "\306	\"\nS\\\307	\"\310	\"?\205!\311	\"\205!\312\313\f\314#\315	\316\"\205T\317$%$;\203?\320\321%$#\202G\315$A@%\"*\211&\205S\322&	\")\211&\205y\323$%$;\203p\320\321%$#\202x\315$A@%\"*'\315	\324\"\205\241\325$%$;\203\230\320\321%$#\202\240\315$A@%\"*(\322\326$%$;\203\272\320\321%$#\202\302\315$A@%\"*	\")\315	\327\"\205\322\330	\"*\331$%$;\203\352\320\321%$#\202\362\315$A@%\"*\206\375\332\312\313\f\333#P+\334,!\203,\202-\335=\204\336\202\337,\340,&'()*\341+\342\343
.&
.\n\207" [headline info org-html-toplevel-hlevel level headline-number section-number org-export-get-relative-level org-export-get-headline-number org-export-low-level-p org-export-numbered-headline-p mapconcat number-to-string "." plist-get :with-todo-keywords :todo-keyword get-text-property 0 org-export-data :todo-type :with-priority :priority :title :with-tags org-export-get-tags :CUSTOM_ID "sec-" "-" functionp ignore #[(todo todo-type priority text tags &rest ignore) "	\n\f
%\207" [org-html-format-headline-function todo todo-type priority text tags] 6] org-html-format-headline apply :headline-label :level :section-number element property todo todo-type priority text tags headline-label format-function org-html-format-headline-function extra-keys] 15 (#$ . 74118)])
#@142 Transcode a HEADLINE element from Org to HTML.
CONTENTS holds the contents of the headline.  INFO is a plist
holding contextual information.
(defalias 'org-html-headline #[(headline contents info) "\306	;\203\307\310\n	#\202\311	A@\n\"*?\205\206!\312\313\f\"\314\f\"5\315\316	;\203?\307\310\n	#\202E\311	A@\n\"*\f\"6\311\f\317\"\205u\320	;\203b\307\310\n	#\202h\311	A@\n\"*\2117\205t\3157\f\")\2117\205\223\321	;\203\214\307\310\n	#\202\222\311	A@\n\"*8\311\f\322\"\205\240\323\f\"9\311\f\324\"\205\301\325	;\203\272\307\310\n	#\202\300\311	A@\n\"*:\326\327\330\f\"\331#;\332\333\334	;\203\340\307\310\n	#\202\346\311	A@\n\"*\335;P\336	;\203\374\307\310\n	#\202\311	A@\n\"*E\"\211<@=\326\337<A\312#>\340\f\"?\341\f\"\203]
\203)\342\202*\343@\344@\333\f\333\345=!>?Q&A\346\f\"\205K\347@!A\350\f\"\205X\351@!Q*\202\352	;\203n\307\310\n	#\202t\311	A@\n\"*5BS\\\211:\204\206\333\202\223	@9\203\222	AA\202\223	)@CDE\353\354\355\f\"\353\356\334	;\203\264\307\310\n	#\202\272\311	A@\n\"*\206\302\335;P\"\353\357D\"E\205\316\360EQ\353\361D=>?D&C\211:\204\360	;\205\370\362\202\370	@9\205\370	@)\363=\204	\364C\312\f#P\202\n\355\f\"&+.
\207" [headline element property contents info numberedp :footnote-section-p get-text-property 0 plist-get "" org-export-numbered-headline-p org-export-get-relative-level org-export-data :title :with-todo-keywords :todo-keyword :todo-type :with-tags org-export-get-tags :with-priority :priority mapconcat number-to-string org-export-get-headline-number "-" delq nil :CUSTOM_ID "sec-" :ID #[(id) "\301\302\303!\203\304P\202!!\207" [id org-html--anchor org-export-solidify-link-text org-uuidgen-p "ID-"] 4] org-html-format-headline--wrap org-export-low-level-p ordered unordered org-html-format-list-item org-html--anchor org-export-first-sibling-p org-html-begin-plain-list org-export-last-sibling-p org-html-end-plain-list :HTML_CONTAINER_CLASS format "<%s id=\"%s\" class=\"%s\">%s%s</%s>\n" org-html--container "outline-container-%s" "outline-%d" " " "\n<h%d id=\"%s\">%s%s</h%d>\n" plain-text section org-html-section level text todo todo-type tags priority section-number ids preferred-id extra-ids full-text type itemized-body org-html-toplevel-hlevel first-content level1 extra-class] 13 (#$ . 75718)])
(defalias 'org-html--container #[(headline info) "\304	;\203\305\306\n	#\202\307	A@\n\"*\206*\310\"\311U\203)\307\312\"\207\313\207" [headline element property info :HTML_CONTAINER get-text-property 0 plist-get org-export-get-relative-level 1 :html-container "div"] 4])
#@122 Transcode an HORIZONTAL-RULE  object from Org to HTML.
CONTENTS is nil.  INFO is a plist holding contextual information.
(defalias 'org-html-horizontal-rule #[(horizontal-rule contents info) "\301\302\303#\207" [info org-html-close-tag "hr" nil] 4 (#$ . 78387)])
#@147 Transcode an INLINE-SRC-BLOCK element from Org to HTML.
CONTENTS holds the contents of the item.  INFO is a plist holding
contextual information.
(defalias 'org-html-inline-src-block #[(inline-src-block contents info) "\305	;\203\306\307\n	#\202\310	A@\n\"*\311	;\203*\306\307\n	#\2020\310	A@\n\"*\312\313!*\207" [inline-src-block element property org-lang code :language get-text-property 0 plist-get :value error "Cannot export inline src block"] 4 (#$ . 78658)])
#@63 Format a section with TEXT into a HTML div with CLASS and ID.
(defalias 'org-html-format-section #[(text class &optional id) "\205\304\305\"\260\304\306\n	#\307Q)\207" [id extra class text format " id=\"%s\"" "<div class=\"%s\"%s>\n" "</div>\n"] 4 (#$ . 79144)])
#@142 Transcode an INLINETASK element from Org to HTML.
CONTENTS holds the contents of the block.  INFO is a plist
holding contextual information.
(defalias 'org-html-inlinetask #[(inlinetask contents info) "\305=\204\306\307\n	\310\f%)\207\311\312\307\n\"\313\314\315#\f$\207" [org-html-format-inlinetask-function format-function inlinetask info contents ignore #[(todo todo-type priority text tags &rest #1=#:--cl-rest--) "\306\307\"A@\n\f
		&)\207" [#1# contents org-html-format-inlinetask-function todo todo-type priority plist-member :contents text tags] 7 "\n\n(fn TODO TODO-TYPE PRIORITY TEXT TAGS &key CONTENTS &allow-other-keys)"] org-html-format-headline--wrap :contents format "<div class=\"inlinetask\">\n<b>%s</b>%s\n%s</div>" org-html-close-tag "br" nil] 7 (#$ . 79421)])
#@126 Transcode ITALIC from Org to HTML.
CONTENTS is the text with italic markup.  INFO is a plist holding
contextual information.
(defalias 'org-html-italic #[(italic contents info) "\302\303\236A\206	\304	\"\207" [org-html-text-markup-alist contents format italic "%s"] 3 (#$ . 80222)])
#@28 Format CHECKBOX into HTML.
(defalias 'org-html-checkbox #[(checkbox) "\301\302\"\203	\303\207\301\304\"\203\305\207\301\306\"\203\307\207\310\207" [checkbox eql on "<code>[X]</code>" off "<code>[&#xa0;]</code>" trans "<code>[-]</code>" ""] 3 (#$ . 80513)])
#@31 Format a list item into HTML.
(defalias 'org-html-format-list-item #[(contents type checkbox info &optional term-counter-id headline) "\306!\205\307P\310\311\312	#\313\314\"\203:\f\211\203$\315\316
\"\202%\317\315\320\"\2055\nPP*\202\201\313\321\"\203f\f\211\203P\315\322\"\202Q\317\315\320\"\205a\nPP*\202\201\313\323\"\205\201\f\211\206u\324\315\325P\"\326P)\323=?\205\211\313\314\"\203\226\327\202\251\313\321\"\203\241\327\202\251\313\323\"\205\251\330R*\207" [checkbox info br type term-counter-id counter org-html-checkbox " " org-html-close-tag "br" nil eql ordered format " value=\"%s\"" "" "<li%s>" unordered " id=\"%s\"" descriptive "(no term)" "<dt> %s </dt>" "<dd>" "</li>" "</dd>" extra headline id term contents] 7 (#$ . 80784)])
#@135 Transcode an ITEM element from Org to HTML.
CONTENTS holds the contents of the item.  INFO is a plist holding
contextual information.
(defalias 'org-html-item #[(item contents info) "\306	\n;\203\307\310\n#\202\311\nA@\"+\312\f\n;\203,\307\310\n#\2022\311\nA@\"*\313\n;\203E\307\310\n#\202K\311\nA@\"*\314\n;\203_\307\310\n#\202e\311\nA@\"*\315\n;\203y\307\310\n#\202\311\nA@\"*\211\205\214\316\")\317
\206\236%-\207" [item blob element property plain-list type :parent get-text-property 0 plist-get :type :counter :checkbox :tag org-export-data org-html-format-list-item counter checkbox tag info contents] 7 (#$ . 81597)])
#@113 Transcode a KEYWORD element from Org to HTML.
CONTENTS is nil.  INFO is a plist holding contextual information.
(defalias 'org-html-keyword #[(keyword contents info) "\306	;\203\307\310\n	#\202\311	A@\n\"*\312	;\203)\307\310\n	#\202/\311	A@\n\"*\211\313\230\203<\202\201\f\314\230\205\201\227\315\316\"\203k\315\317\"\203\\\320\321\310\"!\206`\311
\322\"\323
\")\202\200\324\230\203w\325
!\202\200\326\230\205\200\327
!)*\207" [keyword element property value key info :key get-text-property 0 plist-get :value "HTML" "TOC" string-match "\\<headlines\\>" "[0-9]+" string-to-number match-string :with-toc org-html-toc "listings" org-html-list-of-listings "tables" org-html-list-of-tables depth] 6 (#$ . 82293)])
#@280 Format a LaTeX fragment LATEX-FRAG into HTML.
PROCESSING-TYPE designates the tool used for conversion.  It is
a symbol among `mathjax', `dvipng', `imagemagick', `verbatim' nil
and t.  See `org-html-with-latex' for more information.  INFO is
a plist containing export properties.
(defalias 'org-html-format-latex #[(latex-frag processing-type info) "\306\211\n\307=\204C\310 \206\311\312\313\"!\314\f\315\"\211\205(\316\317\320
\321\"\321#\321P)\322\323\324!!P\325!P*\326\327! r q\210\330\216c\210\331	\332\333\332\211\n&\210\334 -\207" [cache-dir cache-relpath processing-type temporary-file-directory info header "" mathjax buffer-file-name make-temp-name expand-file-name "latex" plist-get :latex-header mapconcat #[(line) "\301P\207" [line "#+LATEX_HEADER: "] 2] org-split-string "\n" "ltxpng/" file-name-sans-extension file-name-nondirectory file-name-directory generate-new-buffer " *temp*" #[nil "\301!\205	\302!\207" [#1=#:temp-buffer buffer-name kill-buffer] 2] org-format-latex nil "Creating LaTeX Image..." buffer-string latex-header bfn latex-frag #1#] 9 (#$ . 83046)])
#@123 Transcode a LATEX-ENVIRONMENT element from Org to HTML.
CONTENTS is nil.  INFO is a plist holding contextual information.
(defalias 'org-html-latex-environment #[(latex-environment contents info) "\306\307\"\310\311	\n;\203\312\313\n#\202\306\nA@\"*!\314\315	\"\316\317\"\2036\320
\321#\202c\316\322\"\203b\320
#\211\205^\323\324\"\205^\325\326\327\330\"\f#\")\202c
+\207" [info latex-environment element property attributes latex-frag plist-get :with-latex org-remove-indentation :value get-text-property 0 org-export-read-attribute :attr_html memql (t mathjax) org-html-format-latex mathjax (dvipng imagemagick) string-match "file:\\([^]]*\\)" org-html--wrap-image org-html--format-image match-string 1 processing-type formula-link] 7 (#$ . 84168)])
#@119 Transcode a LATEX-FRAGMENT object from Org to HTML.
CONTENTS is nil.  INFO is a plist holding contextual information.
(defalias 'org-html-latex-fragment #[(latex-fragment contents info) "\306	;\203\307\310\n	#\202\311	A@\n\"*\311\312\"\313\f\314\"\203-\315
\316#\202U\313\f\317\"\203T\315
\f#\211\205P\320\321\"\205P\322\323\324\"\325#)\202U
*\207" [latex-fragment element property info processing-type latex-frag :value get-text-property 0 plist-get :with-latex memql (t mathjax) org-html-format-latex mathjax (dvipng imagemagick) string-match "file:\\([^]]*\\)" org-html--format-image match-string 1 nil formula-link] 5 (#$ . 84962)])
#@115 Transcode a LINE-BREAK object from Org to HTML.
CONTENTS is nil.  INFO is a plist holding contextual information.
(defalias 'org-html-line-break #[(line-break contents info) "\301\302\303#\304P\207" [info org-html-close-tag "br" nil "\n"] 4 (#$ . 85631)])
#@300 Non-nil when LINK is meant to appear as an image.
INFO is a plist used as a communication channel.  LINK is an
inline image when it has no description and targets an image
file (see `org-html-inline-image-rules' for more information), or
if its description is a single link targeting an image file.
(defalias 'org-html-inline-image-p #[(link info) "\211:\204\306\202	@9\203	AA\202	)\204!\307\n\"\207\310\311\211:\204/\306\202<	@9\203;	AA\202<	)\312\fB\313
\314%)?\207" [link element org-html-inline-image-rules link-count org-element-all-objects info nil org-export-inline-image-p 0 org-element-map plain-text #[(obj) "\211:\204	;\205\305\202	@9\205	@)\306\n\305\"\203'\307!\202D\306\n\310\"\203C\311U\2038\312\202DT\313\f\"?\202D\312)\207" [obj element #1=#:temp link-count org-html-inline-image-rules plain-text eql org-string-nw-p link 1 t org-export-inline-image-p] 4] t] 7 (#$ . 85895)])
#@575 Non-nil if ELEMENT is a standalone image.

INFO is a plist holding contextual information.

An element or object is a standalone image when

  - its type is `paragraph' and its sole content, save for white
    spaces, is a link that qualifies as an inline image;

  - its type is `link' and its containing paragraph has no other
    content save white spaces.

Bind `org-html-standalone-image-predicate' to constrain paragraph
further.  For example, to check for only captioned standalone
images, set it to:

  (lambda (paragraph) (org-element-property :caption paragraph))
(defalias 'org-html-standalone-image-p #[(element info) "\211:\204;\205\306\202@9\205@)\307	\304\"\203%\202F\307	\310\"\205F\311\n;\203?\312\313#\202E\314A@\"+)\211\211:\204X;\205`\306\202`@9\205`@)\304=\205\245\315\305!\203r
\f!\205\245\3162\245\313\317\f\211:\204\205\320\202\222@9\203\221AA\202\222)\306B\321\320\310&\210\322U)0)\207" [element #1=#:temp blob property paragraph org-html-standalone-image-predicate plain-text eql link :parent get-text-property 0 plist-get fboundp exit org-element-map nil #[(obj) "\211:\204	;\205\305\202	@9\205	@)\306\n\305\"\203'\307!\202@\306\n\310\"\203?T\211\311V\206@\312\f\"?\202@\313)\205H\314\315\316\"\207" [obj element #2=#:temp link-count info plain-text eql org-string-nw-p link 1 org-html-inline-image-p t throw exit nil] 4] 1 link-count org-element-all-objects info] 8 (#$ . 86836)])
#@179 Transcode a LINK object from Org to HTML.

DESC is the description part of the link, or the empty string.
INFO is a plist holding contextual information.  See
`org-export-data'.
(defalias 'org-html-link #[(link desc info) "\306\307\"\205
\310\306\307\"!\306\311\"\312\313\f@
;\203(\314\315@
#\202/\306
A@@\"*A\316\f@
;\203E\314\315@
#\202L\306
A@@\"*B\317C!CA\320\235\203k\321\322A\323BQ!D\"\202A\324\230\203B\"B\325B!\203\211\326BPB\202\231	\203\231\n\203\231\327	!BPB\330\f@
;\203\254\314\315@
#\202\263\306
A@@\"*\211E\204\277B\202E\315H\331=\203\320BEP\202E\315H\332=\203
B\333\316\f@
;\203\357\314\315@
#\202\366\306
A@@\"*E\"\211F\205\334\335\336F\337#P)P\202B)\202BG\340\f!H\fI\341I@
;\2033\314\315@
#\202:\306
A@@\"+\211J\211:\204M
;\205U\342\202U
@9\205U
@)\304=\203g\343\f\"\203gJ\202h\f)\344H\304\345\346%\f=\205|\347\350H\"*K\351K!L\317L!\203\223\352LP\202\224\353)M\354NO\203\261\355\fP\"\203\261\356GK#\2023A\357\230\203\360\360\f\"\211Q\204\307C\202\354\361\362\363\364Q@
;\203\336\314\315@
#\202\345\306
A@@\"*!MC$)\2023A\365\235\203\245A\366\230\203\367\f\"\202	\370\f\"\211Q\211:\204
;\205#\342\202#
@9\205#
@)R\371R\342\"\203O\372GPQ\"GS\361\373GSMC\206JQ%*\202\241\374R\375\"\203\202\361\376C\206~\377\201X\f@
;\203t\314\315@
#\202{\306
A@@\"*\"\"\202\241\371R\201Y\"\2031A\201Z\230\203\266\201[Q@
;\203\253\314\315@
#\202\262\306
A@@\"*\202\331A\201\\\235\203\322\361\201]\335\336\201^Q\"\337#\"\202\331\201_\201`!\201aQ\"\203\370C\204\370\335\336\201^Q\"\201b#\202C\206\377\201cQ@
;\203\314\315@
#\202\306
A@@\"*\"CT\361\362\363T!MC$*\202\241\363G!G\201dUC\203E\354\202n\201eQ\"\203c\201f\344Q\304\345\346%\304\201e$\202n\201fQ\354\201d$VC\206\225V\204\200\201g\202\225V\247\203\215\336V!\202\225\335\336V\201b#C\361\362GMC$,*\2023A\201h\230\203\336\201iGPS\361\201jS\310\361\201kS\211#!M\361\201lGC\"\201mG\"\"%)\2023\201n\201o\201pAW\"8\211N!\203N\322G!C\201q#\2023G\203C\203\361\201rGMC$\2023G\203.\361\201rGMG$\2023\361\376C\".\n\207" [info home use-abs-url link-org-files-as-html-maybe link element plist-get :html-link-home org-trim :html-link-use-abs-url #[(raw-path info) "\203\303	\304\"\227\305\230\203\306	!\304\307\n\310\"Q\207	\207" [org-html-link-org-files-as-html raw-path info file-name-extension "." ".org" file-name-sans-extension plist-get :html-extension] 5 "Treat links to `file.org' as links to `file.html', if needed.\n           See `org-html-link-org-files-as-html'."] :type get-text-property 0 :path org-string-nw-p ("http" "https" "ftp" "mailto") org-link-escape org-link-unescape ":" "file" file-name-absolute-p "file:" file-name-as-directory :search-option 35 42 org-publish-resolve-external-fuzzy-link "#sec-" mapconcat number-to-string "-" org-export-get-parent-element :parent plain-text org-html-inline-image-p org-element-map identity t org-export-read-attribute :attr_html org-html--make-attribute-string " " "" nil org-export-inline-image-p org-html--format-image "radio" org-export-resolve-radio-link format "<a href=\"#%s\"%s>%s</a>" org-export-solidify-link-text :value ("custom-id" "fuzzy" "id") "fuzzy" org-export-resolve-fuzzy-link org-export-resolve-id-link eql "ID-" "<a href=\"%s#%s\"%s>%s</a>" memql (nil) "<i>%s</i>" org-export-data property type raw-path desc org-link-escape-chars-browser option numbers path parent blob container attributes-plist attr attributes protocol org-html-inline-images org-html-inline-image-rules destination #1=#:temp fragment href org-html-standalone-image-predicate number org-link-protocols :raw-link headline "custom-id" :CUSTOM_ID ("id" "fuzzy") "sec-%s" org-export-get-headline-number error "Shouldn't reach here" org-export-numbered-headline-p "." :title org-html--has-caption-p org-html-standalone-image-p org-export-get-ordinal "No description for this link" "coderef" "coderef-" "<a href=\"#%s\"%s%s>%s</a>" "class=\"coderef\" onmouseover=\"CodeHighlightOn(this, '%s');\" onmouseout=\"CodeHighlightOff(this, '%s');\"" org-export-get-coderef-format org-export-resolve-coderef functionp 2 assoc html "<a href=\"%s\"%s>%s</a>"] 11 (#$ . 88332)])
#@157 Transcode a PARAGRAPH element from Org to HTML.
CONTENTS is the contents of the paragraph, as a string.  INFO is
the plist used as a communication channel.
(defalias 'org-html-paragraph #[(paragraph contents info) "\306	\n;\203\307\310\n#\202\311\nA@\"+\211\211:\204+\n;\2053\312\2023\n@9\2053\n@)\313$\314
$\"A@\206C\315%\f\211:\204U\n;\205]\312\202]\n@9\205]\n@)\316=\203\234\317\n;\203t\307\310\n#\202z\311\nA@\"*\320\f\n;\203\214\307\310\n#\202\222\311\nA@\"*U\203\234&\202\321'\"\203\322\323!'\"\324()\325)!\204\274)\202\326\326\327\330\331'\"\332\333\334\335'\336%'\337\321$\"\340)R*\341\n;\203\350\307\310\n#\202\356\311\nA@\"**+\342&'+*$*\202\327\343%&#,\207" [paragraph blob element property parent parent-type :parent get-text-property 0 plist-get plain-text ((footnote-definition " class=\"footpara\"")) assoc "" item :begin :contents-begin org-html-standalone-image-p org-export-data org-export-get-caption org-html--has-caption-p org-string-nw-p "<span class=\"figure-number\">" format org-html--translate "Figure %d:" org-export-get-ordinal org-element-map link identity t nil "</span> " :name org-html--wrap-image "<p%s>\n%s</p>" style extra contents info org-html-standalone-image-predicate raw label caption] 11 (#$ . 92729)])
#@130 Insert the beginning of the HTML list depending on TYPE.
When ARG1 is a string, use it as the start parameter for ordered
lists.
(defalias 'org-html-begin-plain-list #[(type &optional arg1) "\302\303\"\203\304\305	\203\304\306	\"\202\307\"\207\302\310\"\203 \311\207\302\312\"\205(\313\207" [type arg1 eql ordered format "<ol class=\"org-ol\"%s>" " start=\"%d\"" "" unordered "<ul class=\"org-ul\">" descriptive "<dl class=\"org-dl\">"] 5 (#$ . 94058)])
#@52 Insert the end of the HTML list depending on TYPE.
(defalias 'org-html-end-plain-list #[(type) "\301\302\"\203	\303\207\301\304\"\203\305\207\301\306\"\205\307\207" [type eql ordered "</ol>" unordered "</ul>" descriptive "</dl>"] 3 (#$ . 94529)])
#@137 Transcode a PLAIN-LIST element from Org to HTML.
CONTENTS is the contents of the list.  INFO is a plist holding
contextual information.
(defalias 'org-html-plain-list #[(plain-list contents info) "\306\307	\n;\203\310\311\n#\202\312\nA@\"*\313\314\315\f!
\316\f!$*\207" [arg1 plain-list element property type contents nil :type get-text-property 0 plist-get format "%s\n%s%s" org-html-begin-plain-list org-html-end-plain-list] 6 (#$ . 94791)])
#@47 Convert special characters in STRING to HTML.
(defalias 'org-html-convert-special-strings #[(string) "\306\211\211\211\211\211A\242\211\2036\f@\fA\307\310\f	#\203
\311\n\312\306\f$\f\202!\f.\207" [org-html-special-string-regexps start rpl re a e nil 0 string-match replace-match t all string] 6 (#$ . 95251)])
#@124 Convert plain text characters from TEXT to HTML equivalent.
Possible conversions are set in `org-html-protect-char-alist'.
(defalias 'org-html-encode-plain-text #[(text) "\302\303\"\210	\207" [org-html-protect-char-alist text mapc #[(pair) "\302@A	\303\211%\211\207" [pair text replace-regexp-in-string t] 6]] 3 (#$ . 95593)])
#@125 Transcode a TEXT string from Org to HTML.
TEXT is the string to transcode.  INFO is a plist holding
contextual information.
(defalias 'org-html-plain-text #[(text info) "\303	!\304\n\305\"\203\306	\307\n$\304\n\310\"\203\311	!\304\n\312\"\2032\313\314\315\316\317\n#\320P	#	)\207" [text output info org-html-encode-plain-text plist-get :with-smart-quotes org-export-activate-smart-quotes :html :with-special-strings org-html-convert-special-strings :preserve-breaks replace-regexp-in-string "\\(\\\\\\\\\\)?[ 	]*\n" org-html-close-tag "br" nil "\n"] 6 (#$ . 95931)])
#@115 Transcode a PLANNING element from Org to HTML.
CONTENTS is nil.  INFO is a plist used as a communication
channel.
(defalias 'org-html-planning #[(planning contents info) "\306\307\310\311\312\313\314\315	\n;\203\316\317\n#\202\320\nA@\"*\211\205C\307
\321\322\f\n;\203:\316\317\n#\202@\320\nA@\"*!#)\323	\n;\203U\316\317\n#\202[\320\nA@\"*\211\205\202\307\321\322\n;\203y\316\317\n#\202\320\nA@\"*!#)\324	\n;\203\224\316\317\n#\202\232\320\nA@\"*\211\205\301\307\321\322\n;\203\270\316\317\n#\202\276\320\nA@\"*!#)E\"\325#\")\207" [span-fmt planning element property closed org-closed-string "<span class=\"timestamp-kwd\">%s</span> <span class=\"timestamp\">%s</span>" format "<p><span class=\"timestamp-wrapper\">%s</span></p>" mapconcat identity delq nil :closed get-text-property 0 plist-get org-translate-time :raw-value :deadline :scheduled " " deadline org-deadline-string scheduled org-scheduled-string] 17 (#$ . 96517)])
#@121 Transcode a PROPERTY-DRAWER element from Org to HTML.
CONTENTS is nil.  INFO is a plist holding contextual
information.
(defalias 'org-html-property-drawer #[(property-drawer contents info) "\300\207" [""] 1 (#$ . 97513)])
#@142 Transcode a QUOTE-BLOCK element from Org to HTML.
CONTENTS holds the contents of the block.  INFO is a plist
holding contextual information.
(defalias 'org-html-quote-block #[(quote-block contents info) "\301\302\"\207" [contents format "<blockquote>\n%s</blockquote>"] 3 (#$ . 97743)])
#@119 Transcode a QUOTE-SECTION element from Org to HTML.
CONTENTS is nil.  INFO is a plist holding contextual information.
(defalias 'org-html-quote-section #[(quote-section contents info) "\304\305	;\203\306\307\n	#\202\310	A@\n\"*!\211\205#\311\312\")\207" [quote-section element property value org-remove-indentation :value get-text-property 0 plist-get format "<pre>\n%s</pre>"] 6 (#$ . 98038)])
#@140 Transcode a SECTION element from Org to HTML.
CONTENTS holds the contents of the section.  INFO is a plist
holding contextual information.
(defalias 'org-html-section #[(section contents info) "\306!\211\204\f\n\202H\307	\"\fS\\\310\311\312	\"\313#\314\315
\316	;\2037\317\320#\202?\321A@\"*\206E\n$*)\207" [section parent contents info org-html-toplevel-hlevel class-num org-export-get-parent-headline org-export-get-relative-level mapconcat number-to-string org-export-get-headline-number "-" format "<div class=\"outline-text-%d\" id=\"text-%s\">\n%s</div>" :CUSTOM_ID get-text-property 0 plist-get section-number element property] 8 (#$ . 98450)])
#@132 Transcode a RADIO-TARGET object from Org to HTML.
TEXT is the text of the target.  INFO is a plist holding
contextual information.
(defalias 'org-html-radio-target #[(radio-target text info) "\305\306	;\203\307\310\n	#\202\311	A@\n\"*!\312\f\")\207" [radio-target element property id text org-export-solidify-link-text :value get-text-property 0 plist-get org-html--anchor] 5 (#$ . 99137)])
#@144 Transcode a SPECIAL-BLOCK element from Org to HTML.
CONTENTS holds the contents of the block.  INFO is a plist
holding contextual information.
(defalias 'org-html-special-block #[(special-block contents info) "\306	;\203\307\310\n	#\202\311	A@\n\"*\227\f\206\312\313
!\2051\311
\314\"\2051\235\315\316\"\204[\311\317\"\320\317\203V\321Q\202W#)\322!\211\312\232\204m\321P\203}\323\324\f%\202\203\323\325\f#,\207" [special-block element property block-type contents info :type get-text-property 0 plist-get "" org-html-html5-p :html-html5-fancy org-export-read-attribute :attr_html :class plist-put " " org-html--make-attribute-string format "<%s%s>\n%s</%s>" "<div%s>\n%s\n</div>" org-html-html5-elements html5-fancy attributes class] 7 (#$ . 99544)])
#@139 Transcode a SRC-BLOCK element from Org to HTML.
CONTENTS holds the contents of the item.  INFO is a plist holding
contextual information.
(defalias 'org-html-src-block #[(src-block contents info) "\306\307\310#\203\f\311!\207\312	;\203\313\314\n	#\202#\315	A@\n\"*\316!\317\"\320	;\203<\313\314\n	#\202B\315	A@\n\"*\211\204L\321\202R\322\323\324\f!\")\211\204g\322\325
#\202\203\322\326\204r\321\202z\322\327\330\"\"\322\331
$#,\207" [src-block element property info lbl label org-export-read-attribute :attr_html :textarea org-html--textarea-block :language get-text-property 0 plist-get org-export-get-caption org-html-format-code :name "" format " id=\"%s\"" org-export-solidify-link-text "<pre class=\"example\"%s>\n%s</pre>" "<div class=\"org-src-container\">\n%s%s\n</div>" "<label class=\"org-src-name\">%s</label>" org-export-data "\n<pre class=\"src src-%s\"%s>%s</pre>" code caption lang] 9 (#$ . 100361)])
#@122 Transcode a STATISTICS-COOKIE object from Org to HTML.
CONTENTS is nil.  INFO is a plist holding contextual information.
(defalias 'org-html-statistics-cookie #[(statistics-cookie contents info) "\304	;\203\305\306\n	#\202\307	A@\n\"*\310\311\")\207" [statistics-cookie element property cookie-value :value get-text-property 0 plist-get format "<code>%s</code>"] 4 (#$ . 101327)])
#@142 Transcode STRIKE-THROUGH from Org to HTML.
CONTENTS is the text with strike-through markup.  INFO is a plist
holding contextual information.
(defalias 'org-html-strike-through #[(strike-through contents info) "\302\303\236A\206	\304	\"\207" [org-html-text-markup-alist contents format strike-through "%s"] 3 (#$ . 101724)])
#@137 Transcode a SUBSCRIPT object from Org to HTML.
CONTENTS is the contents of the object.  INFO is a plist holding
contextual information.
(defalias 'org-html-subscript #[(subscript contents info) "\301\302\"\207" [contents format "<sub>%s</sub>"] 3 (#$ . 102057)])
#@139 Transcode a SUPERSCRIPT object from Org to HTML.
CONTENTS is the contents of the object.  INFO is a plist holding
contextual information.
(defalias 'org-html-superscript #[(superscript contents info) "\301\302\"\207" [contents format "<sup>%s</sup>"] 3 (#$ . 102328)])
#@117 Transcode a TABLE-CELL element from Org to HTML.
CONTENTS is nil.  INFO is a plist used as a communication
channel.
(defalias 'org-html-table-cell #[(table-cell contents info) "\306	\n;\203\307\310\n#\202\311\nA@\"+\312!\204(\313\202?\314\315\316!\2038\2038\317\2029\320\321\"\"\203O\322!\313\230\203R\323\324
\"\203v\325\f\"\326U\203v\327\314@\330#AR\202\246 \203\230\331\"A\310U\203\230\327\314@\332#AR\202\246\327\314!@\"!AR+\207" [table-cell blob element property table-row table :parent get-text-property 0 plist-get org-export-get-parent-table "" format boundp org-html-format-table-no-css " align=\"%s\"" " class=\"%s\"" org-export-table-cell-alignment org-trim "&#xa0;" org-export-table-has-header-p org-export-table-row-group 1 "\n" "col" org-export-table-cell-address "row" org-html-table-align-individual-fields info cell-attrs contents org-html-table-header-tags org-html-table-use-header-tags-for-first-column org-html-table-data-tags] 5 (#$ . 102605)])
#@136 Transcode a TABLE-ROW element from Org to HTML.
CONTENTS is the contents of the row.  INFO is a plist used as a
communication channel.
(defalias 'org-html-table-row #[(table-row contents info) "\306	;\203\307\310\n	#\202\311	A@\n\"*\312=\205\212\313\"\314\"\315\"\316\"\317\232\205>\320\232\321\232\205K\322\232\f\323U\204W\324\202e\325\326!\"\203d\327\202e\330\205o@\331\332 @!!\331\332 A!\260\205\207AQ.\207" [table-row element property info rowgroup-number row-number :type get-text-property 0 plist-get standard org-export-table-row-group org-export-table-row-number org-export-table-row-starts-rowgroup-p org-export-table-row-ends-rowgroup-p (top) (below top) (above) (bottom above) 1 ("<tbody>" . "\n</tbody>") org-export-table-has-header-p org-export-get-parent-table ("<thead>" . "\n</thead>") ("<tbody>" . "\n</tbody>") "\n" eval start-rowgroup-p end-rowgroup-p top-row-p bottom-row-p rowgroup-tags org-html-table-row-tags contents] 7 (#$ . 103650)])
#@84 Transcode the first row of TABLE.
INFO is a plist used as a communication channel.
(defalias 'org-html-table-first-row-data-cells #[(table info) "\305\303\306	\307%\310!\n\204,\211:\204\311\202(\f@9\203'\fAA\202(\f)\202F\211:\2047\311\202D\f@9\203C\fAA\202D\f)A*\207" [table info special-column-p table-row element org-element-map #[(row) "\303	;\203\304\305\n	#\202\306	A@\n\"*\307=?\205\207" [row element property :type get-text-property 0 plist-get rule] 4] first-match org-export-table-has-special-column-p nil] 7 (#$ . 104675)])
#@84 Format table.el tables into HTML.
INFO is a plist used as a communication channel.
(defalias 'org-html-table--table\.el-table #[(table info) "\305	;\203\306\307\n	#\202\310	A@\n\"*\311=\205l\312\300!\210r\313\314!q\210\315 \210p)\316\317!r\fq\210\320\216\321	;\203H\306\307\n	#\202N\310	A@\n\"*c\210\322b\210\323\324\325\326#\210\327\330\"\210+rq\210\331\332 !\333 \210*\207" [table element property outbuf #1=#:temp-buffer :type get-text-property 0 plist-get table\.el require get-buffer-create "*org-export-table*" erase-buffer generate-new-buffer " *temp*" #[nil "\301!\205	\302!\207" [#1# buffer-name kill-buffer] 2] :value 1 re-search-forward "^[ 	]*|[^|]" nil t table-generate-source html org-trim buffer-string kill-buffer] 4 (#$ . 105244)])
#@133 Transcode a TABLE element from Org to HTML.
CONTENTS is the contents of the table.  INFO is a plist holding
contextual information.
(defalias 'org-html-table #[(table contents info) "\306	;\203\307\310\n	#\202\311	A@\n\"*\312\313\"\203'\314\f\"\202\300\315	;\2038\307\310\n	#\202>\311	A@\n\"*\316!*\317\f\320\321$+\322\323
\205X\324\325
!D\326\f!?\205c\311\f\327\"\330\331\"#!,\332\333!\203z\203z\334\202{\335-\336.\337\340,\341\232\203\215\341\202\221\342,P*\204\232\341\202\266\337/\203\244\343\202\245\344\345\337\346\347\f\"+\"\350\351*\f\"R\".\f\"0%.)\207" [table element property #1=#:temp info label :type get-text-property 0 plist-get eql table\.el org-html-table--table\.el-table :name org-export-get-caption org-export-get-ordinal nil org-html--has-caption-p org-html--make-attribute-string org-combine-plists :id org-export-solidify-link-text org-html-html5-p :html-table-attributes org-export-read-attribute :attr_html boundp org-html-format-table-no-css "align=\"%s\"" "class=\"%s\"" #[(table info) "\302\303\304	\"\305#\207" [table info mapconcat #[(table-cell) "\304	\"\305	\"\205
\306\307\310\311\312\313\307\n\"P	#\"\314	\"\205\"\315Q)\207" [table-cell info alignment alignspec org-export-table-cell-alignment org-export-table-cell-starts-colgroup-p "\n<colgroup>" format "\n%s" org-html-close-tag "col" " " org-export-table-cell-ends-colgroup-p "\n</colgroup>"] 9] org-html-table-first-row-data-cells "\n"] 5] format "<table%s>\n%s\n%s\n%s</table>" "" " " "<caption class=\"t-above\">%s</caption>" "<caption class=\"t-bottom\">%s</caption>" "<span class=\"table-number\">" org-html--translate "Table %d:" "</span> " org-export-data caption number attributes alignspec table-column-specs org-html-table-caption-above contents] 11 (#$ . 106020)])
#@111 Transcode a TARGET object from Org to HTML.
CONTENTS is nil.  INFO is a plist holding contextual
information.
(defalias 'org-html-target #[(target contents info) "\304\305	;\203\306\307\n	#\202\310	A@\n\"*!\311!)\207" [target element property id org-export-solidify-link-text :value get-text-property 0 plist-get org-html--anchor] 5 (#$ . 107847)])
#@114 Transcode a TIMESTAMP object from Org to HTML.
CONTENTS is nil.  INFO is a plist holding contextual
information.
(defalias 'org-html-timestamp #[(timestamp contents info) "\303\304!	\"\305\306\307\310\311\n#\")\207" [timestamp info value org-html-plain-text org-timestamp-translate format "<span class=\"timestamp-wrapper\"><span class=\"timestamp\">%s</span></span>" replace-regexp-in-string "--" "&#x2013;"] 6 (#$ . 108212)])
#@132 Transcode UNDERLINE from Org to HTML.
CONTENTS is the text with underline markup.  INFO is a plist
holding contextual information.
(defalias 'org-html-underline #[(underline contents info) "\302\303\236A\206	\304	\"\207" [org-html-text-markup-alist contents format underline "%s"] 3 (#$ . 108649)])
#@104 Transcode VERBATIM from Org to HTML.
CONTENTS is nil.  INFO is a plist holding contextual
information.
(defalias 'org-html-verbatim #[(verbatim contents info) "\304\301\236A\206	\305\306\307	\n;\203\310\311\n#\202!\312\nA@\"*!\"\207" [org-html-text-markup-alist verbatim element property format "%s" org-html-encode-plain-text :value get-text-property 0 plist-get] 7 (#$ . 108957)])
#@134 Transcode a VERSE-BLOCK element from Org to HTML.
CONTENTS is verse block contents.  INFO is a plist holding
contextual information.
(defalias 'org-html-verse-block #[(verse-block contents info) "\306\307\310\311\312\313\314#\"\306\315\310\311\312\313\314#\"	##\316\317	\"\203L\320\321	\"G\314\n\321\f
W\203<\322P\fT\211\202,+\323\314\324	$*\202\310\325	\"\207" [info contents num-ws out i --dotimes-limit-- replace-regexp-in-string "^ *\\\\\\\\$" format "%s\n" org-html-close-tag "br" nil "\\(\\\\\\\\\\)?[ 	]*\n" string-match "^[ 	]+" match-string 0 "&#xa0;" replace-match t "<p class=\"verse\">\n%s</p>" ws] 12 (#$ . 109356)])
#@54 Filter to indent the HTML and convert HTML entities.
(defalias 'org-html-final-function #[(contents backend info) "\304\305!rq\210\306\216	c\210\307\310!\210\n\203\311ed\"\210\203%\312\313!\210\314 \210\315ed\"+\207" [#1=#:temp-buffer contents org-html-indent org-html-use-unicode-chars generate-new-buffer " *temp*" #[nil "\301!\205	\302!\207" [#1# buffer-name kill-buffer] 2] set-auto-mode t indent-region require mm-url mm-url-decode-entities buffer-substring-no-properties] 3 (#$ . 110013)])
#@941 Export current buffer to an HTML buffer.

If narrowing is active in the current buffer, only export its
narrowed part.

If a region is active, export that region.

A non-nil optional argument ASYNC means the process should happen
asynchronously.  The resulting buffer should be accessible
through the `org-export-stack' interface.

When optional argument SUBTREEP is non-nil, export the sub-tree
at point, extracting information from the headline properties
first.

When optional argument VISIBLE-ONLY is non-nil, don't export
contents of hidden elements.

When optional argument BODY-ONLY is non-nil, only write code
between "<body>" and "</body>" tags.

EXT-PLIST, when provided, is a property list with external
parameters overriding Org default settings, but still inferior to
file-local settings.

Export is done in a buffer named "*Org HTML Export*", which
will be displayed when `org-export-show-temporary-export-buffer'
is non-nil.
(defalias 'org-html-export-as-html #[(&optional async subtreep visible-only body-only ext-plist) "\305\306\307	\n\f\310&\207" [async subtreep visible-only body-only ext-plist org-export-to-buffer html "*Org HTML Export*" #[nil "\300\301!\207" [set-auto-mode t] 2]] 9 (#$ . 110525) nil])
#@222 Assume the current region has org-mode syntax, and convert it to HTML.
This can be used in any buffer.  For example, you can write an
itemized list in org-mode syntax in an HTML buffer and use this
command to convert it.
(defalias 'org-html-convert-region-to-html #[nil "\300\301!\207" [org-export-replace-region-by html] 2 (#$ . 111762) nil])
#@826 Export current buffer to a HTML file.

If narrowing is active in the current buffer, only export its
narrowed part.

If a region is active, export that region.

A non-nil optional argument ASYNC means the process should happen
asynchronously.  The resulting file should be accessible through
the `org-export-stack' interface.

When optional argument SUBTREEP is non-nil, export the sub-tree
at point, extracting information from the headline properties
first.

When optional argument VISIBLE-ONLY is non-nil, don't export
contents of hidden elements.

When optional argument BODY-ONLY is non-nil, only write code
between "<body>" and "</body>" tags.

EXT-PLIST, when provided, is a property list with external
parameters overriding Org default settings, but still inferior to
file-local settings.

Return output file's name.
(defalias 'org-html-export-to-html #[(&optional async subtreep visible-only body-only ext-plist) "\306P\307	\n\"\f\310\311\n\n\f
&+\207" [org-html-extension extension subtreep file org-html-coding-system org-export-coding-system "." org-export-output-file-name org-export-to-file html async visible-only body-only ext-plist] 8 (#$ . 112113) nil])
#@204 Publish an org file to HTML.

FILENAME is the filename of the Org file to be published.  PLIST
is the property list for the given project.  PUB-DIR is the
publishing directory.

Return output file name.
(defalias 'org-html-publish-to-html #[(plist filename pub-dir) "\304\305\306\307	\310\"\206\n\206\311P	%\207" [filename plist org-html-extension pub-dir org-publish-org-to html "." plist-get :html-extension "html"] 7 (#$ . 113303)])
(provide 'ox-html)

Kontol Shell Bypass