%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
;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 '(("\\\\-" . "­") ("---\\([^-]\\)" . "—\\1") ("--\\([^-]\\)" . "–\\1") ("\\.\\.\\." . "…")) (#$ . 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\220 5\321>\204\220 \3075\"\202\222 5)5,\203\256 \314\322\3232\",\"\203\256 \324\325,\"\202\260 56\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\266 N\203m\201\267 N\204m\201\271 \201\267 \201\266 N#\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\275 N\203\315\201\276 N\204\315\201\271 \201\276 \201\275 N#\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\303 N\203;\201\304 N\204;\201\271 \201\304 \201\303 N#\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 '(("&" . "&") ("<" . "<") (">" . ">")) "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>