Server IP : 111.118.215.189 / Your IP : 18.117.158.174 Web Server : Apache System : Linux md-in-83.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : a1673wkz ( 2475) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /usr/share/emacs/24.3/lisp/org/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
;ELC ;;; Compiled by mockbuild@buildfarm06-new.corp.cloudlinux.com on Fri Oct 11 10:07:24 2024 ;;; from file /builddir/build/BUILD/emacs-24.3/lisp/org/org-html.el ;;; in Emacs version 24.3.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\303\304\305\306\307\310\311\312&\210\313\314\315\316\311\304\317\320&\210\313\321\322\323\311\304\317\320&\210\313\324\325\326\311\304\327\330\317\320& \210\313\331\305\332\311\304\317\333&\210\313\334\335\336\311\304\317\320&\210\313\337\340\341\311\304\317\342&\210\313\343\344\345\311\304\317\346&\207" [require org-exp format-spec custom-declare-group org-export-html nil "Options specific for HTML export of Org-mode files." :tag "Org Export HTML" :group org-export custom-declare-variable org-export-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." :type string org-export-html-footnote-format "<sup>%s</sup>" "The format for the footnote reference.\n%s will be replaced by the footnote reference itself." org-export-html-footnote-separator "<sup>, </sup>" "Text used to separate footnotes." :version "24.1" org-export-html-coding-system "Coding system for HTML export, defaults to `buffer-file-coding-system'." coding-system org-export-html-extension "html" "The extension for exported HTML files." org-export-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." (choice (string :tag "Single declaration") (repeat :tag "Dependent on extension" (cons (string :tag "Extension") (string :tag "Declaration")))) org-export-html-style-include-scripts t "Non-nil means include the JavaScript snippets in exported HTML files.\nThe actual script is defined in `org-export-html-scripts' and should\nnot be modified." boolean] 10) #@69 Basic JavaScript that is needed by HTML files produced by Org-mode. (defvar org-export-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>" (#$ . 2624)) #@280 The default style specification for exported HTML files. Please use the variables `org-export-html-style' and `org-export-html-style-extra' to add to this style. If you wish to not have the default style included, customize the variable `org-export-html-style-include-default'. (defconst org-export-html-style-default "<style type=\"text/css\">\n <!--/*--><![CDATA[/*><!--*/\n html { font-family: Times, serif; font-size: 12pt; }\n .title { text-align: center; }\n .todo { color: red; }\n .done { color: green; }\n .tag { background-color: #add8e6; font-weight:normal }\n .target { }\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 p.verse { margin-left: 3% }\n pre {\n border: 1pt solid #AEBDCC;\n background-color: #F3F5F7;\n padding: 5pt;\n font-family: courier, monospace;\n font-size: 90%;\n overflow:auto;\n }\n table { border-collapse: collapse; }\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 div.figure { padding: 0.5em; }\n div.figure p { text-align: center; }\n div.inlinetask {\n padding:10px;\n border:2px solid gray;\n margin:10px;\n background: #ffffcc;\n }\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 { font-size:10px; font-weight:bold;\n white-space:nowrap; }\n .org-info-js_search-highlight {background-color:#ffff00; color:#000000;\n font-weight:bold; }\n /*]]>*/-->\n</style>" (#$ . 4408)) (byte-code "\300\301\302\303\304\305\306\307&\210\310\301\311\312#\210\300\313\314\315\304\305\306\316&\210\310\313\311\317#\210\300\320\314\321\304\305\306\316&\210\310\320\311\317#\210\300\322\323\324\304\305\325\326\306\327& \207" [custom-declare-variable org-export-html-style-include-default t "Non-nil means include the default style in exported HTML files.\nThe actual style is defined in `org-export-html-style-default' and should\nnot be modified. Use the variables `org-export-html-style' to add\nyour own style information." :group org-export-html :type boolean put safe-local-variable booleanp org-export-html-style "" "Org-wide style definitions for exported HTML files.\n\nThis variable needs to contain the full HTML structure to provide a style,\nincluding the surrounding HTML tags. If you set the value of this variable,\nyou should consider to include definitions for the following classes:\n title, todo, done, 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'd like to refer to an external style file, 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 <head> header,\nyou can \"misuse\" it to add arbitrary text to the header.\nSee also the variable `org-export-html-style-extra'." string stringp org-export-html-style-extra "Additional style information for HTML export.\nThe value of this variable is inserted into the HTML buffer right after\nthe value of `org-export-html-style'. Use this variable for per-file\nsettings of style information, and do not forget to surround the style\nsettings with <style>...</style> tags." org-export-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/\"" :version "24.1" (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)))] 10) #@51 Insert the user setup into the matchjax template. (defalias 'org-export-html-mathjax-config #[(template options in-buffer) "\306\211\307\310\306\311\312 \"\210\313 \236A@\314\315\"\203'