;ELC ;;; Compiled ;;; in Emacs version 26.3 ;;; with all optimizations. ;;; This file contains utf-8 non-ASCII characters, ;;; and so cannot be loaded into Emacs 22 or earlier. (and (boundp 'emacs-version) (< (aref emacs-version (1- (length emacs-version))) ?A) (string-lessp emacs-version "23") (error "`%s' was compiled for Emacs 23 or later" #$)) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (byte-code "\300\301!\210\300\302!\210\300\303!\210\304\305\306\307\310\311\312\313\314&\210\315\316\317\320\321\322\323\324&\210\325\326\327\330\331DD\332\323\316\333\334\335\336\337\340& \210\325\341\327\330\342DD\343\323\316\333\334\335\344\337\340& \210\325\345\327\330\346DD\347\323\316\333\334\335\350\337\340& \210\325\351\327\330\352DD\353\323\316\333\334\335\354\337\340& \210\325\355\327\330\356DD\357\323\316\333\360\335\361\337\340& \210\325\362\327\330\363DD\364\323\316\333\334\335\365\337\340& \210\325\366\327\330\367DD\370\323\316\333\334\335\371\337\372& \210\325\373\327\330\374DD\375\323\316\333\334\335\376\337\377& \210\325\201@\327\330\201ADD\201B\323\316\333\334\335\201C\337\201D& \210\325\201E\327\330\201FDD\201G\323\316\333\334\335\201H\337\201I& \210\325\201J\327\330\201KDD\201L\323\316\333\334\335\201M\337\201N& \210\325\201O\327\330\201PDD\201Q\323\316\333\334\335\201R\337\201S& \210\325\201T\327\330\201UDD\201V\323\316\333\334\335\201W\337\201X& \210\325\201Y\327\330\201ZDD\201[\323\316\333\334\335\201\\\337\201X& \210\325\201]\327\330\201^DD\201_\323\316\333\334\335\201`\337\201X& \210\325\201a\327\330\201bDD\201c\323\316\333\334\335\201d\337\201X& \210\325\201e\327\330\201fDD\201g\323\316\333\334\335\201h\337\201X& \210\325\201i\327\330\201jDD\201k\323\316\333\334\335\201l\337\201m& \210\325\201n\327\330\201oDD\201p\323\316\333\334\335\201q\337\330& \210\325\201r\327\330\201sDD\201t\323\316\333\360\335\201u\337\330& \207" [require ox ox-publish cl-lib org-export-define-backend ascii ((bold . org-ascii-bold) (center-block . org-ascii-center-block) (clock . org-ascii-clock) (code . org-ascii-code) (drawer . org-ascii-drawer) (dynamic-block . org-ascii-dynamic-block) (entity . org-ascii-entity) (example-block . org-ascii-example-block) (export-block . org-ascii-export-block) (export-snippet . org-ascii-export-snippet) (fixed-width . org-ascii-fixed-width) (footnote-reference . org-ascii-footnote-reference) (headline . org-ascii-headline) (horizontal-rule . org-ascii-horizontal-rule) (inline-src-block . org-ascii-inline-src-block) (inlinetask . org-ascii-inlinetask) (inner-template . org-ascii-inner-template) (italic . org-ascii-italic) (item . org-ascii-item) (keyword . org-ascii-keyword) (latex-environment . org-ascii-latex-environment) (latex-fragment . org-ascii-latex-fragment) (line-break . org-ascii-line-break) (link . org-ascii-link) (node-property . org-ascii-node-property) (paragraph . org-ascii-paragraph) (plain-list . org-ascii-plain-list) (plain-text . org-ascii-plain-text) (planning . org-ascii-planning) (property-drawer . org-ascii-property-drawer) (quote-block . org-ascii-quote-block) (radio-target . org-ascii-radio-target) (section . org-ascii-section) (special-block . org-ascii-special-block) (src-block . org-ascii-src-block) (statistics-cookie . org-ascii-statistics-cookie) (strike-through . org-ascii-strike-through) (subscript . org-ascii-subscript) (superscript . org-ascii-superscript) (table . org-ascii-table) (table-cell . org-ascii-table-cell) (table-row . org-ascii-table-row) (target . org-ascii-target) (template . org-ascii-template) (timestamp . org-ascii-timestamp) (underline . org-ascii-underline) (verbatim . org-ascii-verbatim) (verse-block . org-ascii-verse-block)) :menu-entry (116 "Export to Plain Text" ((65 "As ASCII buffer" (lambda (a s v b) (org-ascii-export-as-ascii a s v b '(:ascii-charset ascii)))) (97 "As ASCII file" (lambda (a s v b) (org-ascii-export-to-ascii a s v b '(:ascii-charset ascii)))) (76 "As Latin1 buffer" (lambda (a s v b) (org-ascii-export-as-ascii a s v b '(:ascii-charset latin1)))) (108 "As Latin1 file" (lambda (a s v b) (org-ascii-export-to-ascii a s v b '(:ascii-charset latin1)))) (85 "As UTF-8 buffer" (lambda (a s v b) (org-ascii-export-as-ascii a s v b '(:ascii-charset utf-8)))) (117 "As UTF-8 file" (lambda (a s v b) (org-ascii-export-to-ascii a s v b '(:ascii-charset utf-8)))))) :filters-alist ((:filter-headline . org-ascii-filter-headline-blank-lines) (:filter-parse-tree org-ascii-filter-paragraph-spacing org-ascii-filter-comment-spacing) (:filter-section . org-ascii-filter-headline-blank-lines)) :options-alist ((:subtitle "SUBTITLE" nil nil parse) (:ascii-bullets nil nil org-ascii-bullets) (:ascii-caption-above nil nil org-ascii-caption-above) (:ascii-charset nil nil org-ascii-charset) (:ascii-global-margin nil nil org-ascii-global-margin) (:ascii-format-drawer-function nil nil org-ascii-format-drawer-function) (:ascii-format-inlinetask-function nil nil org-ascii-format-inlinetask-function) (:ascii-headline-spacing nil nil org-ascii-headline-spacing) (:ascii-indented-line-width nil nil org-ascii-indented-line-width) (:ascii-inlinetask-width nil nil org-ascii-inlinetask-width) (:ascii-inner-margin nil nil org-ascii-inner-margin) (:ascii-links-to-notes nil nil org-ascii-links-to-notes) (:ascii-list-margin nil nil org-ascii-list-margin) (:ascii-paragraph-spacing nil nil org-ascii-paragraph-spacing) (:ascii-quote-margin nil nil org-ascii-quote-margin) (:ascii-table-keep-all-vertical-lines nil nil org-ascii-table-keep-all-vertical-lines) (:ascii-table-use-ascii-art nil nil org-ascii-table-use-ascii-art) (:ascii-table-widen-columns nil nil org-ascii-table-widen-columns) (:ascii-text-width nil nil org-ascii-text-width) (:ascii-underline nil nil org-ascii-underline) (:ascii-verbatim-format nil nil org-ascii-verbatim-format)) custom-declare-group org-export-ascii nil "Options for exporting Org mode files to ASCII." :tag "Org Export ASCII" :group org-export custom-declare-variable org-ascii-text-width funcall function #[0 "\300\207" [72] 1] "Maximum width of exported text.\nThis number includes margin size, as set in\n`org-ascii-global-margin'." :version "24.4" :package-version (Org . "8.0") :type integer org-ascii-global-margin #[0 "\300\207" [0] 1] "Width of the left margin, in number of characters." (Org . "8.0") org-ascii-inner-margin #[0 "\300\207" [2] 1] "Width of the inner margin, in number of characters.\nInner margin is applied between each headline." (Org . "8.0") org-ascii-quote-margin #[0 "\300\207" [6] 1] "Width of margin used for quoting text, in characters.\nThis margin is applied on both sides of the text. It is also\napplied on the left side of contents in descriptive lists." (Org . "8.0") org-ascii-list-margin #[0 "\300\207" [0] 1] "Width of margin used for plain lists, in characters.\nThis margin applies to top level list only, not to its\nsub-lists." "26.1" (Org . "8.3") org-ascii-inlinetask-width #[0 "\300\207" [30] 1] "Width of inline tasks, in number of characters.\nThis number ignores any margin." (Org . "8.0") org-ascii-headline-spacing #[0 "\300\207" [(1 . 2)] 1] "Number of blank lines inserted around headlines.\n\nThis variable can be set to a cons cell. In that case, its car\nrepresents the number of blank lines present before headline\ncontents whereas its cdr reflects the number of blank lines after\ncontents.\n\nA nil value replicates the number of blank lines found in the\noriginal Org buffer at the same place." (Org . "8.0") (choice (const :tag "Replicate original spacing" nil) (cons :tag "Set a uniform spacing" (integer :tag "Number of blank lines before contents") (integer :tag "Number of blank lines after contents"))) org-ascii-indented-line-width #[0 "\300\207" [auto] 1] "Additional indentation width for the first line in a paragraph.\nIf the value is an integer, indent the first line of each\nparagraph by this width, unless it is located at the beginning of\na section, in which case indentation is removed from that line.\nIf it is the symbol `auto' preserve indentation from original\ndocument." (Org . "8.0") (choice (integer :tag "Number of white spaces characters") (const :tag "Preserve original width" auto)) org-ascii-paragraph-spacing #[0 "\300\207" [auto] 1] "Number of white lines between paragraphs.\nIf the value is an integer, add this number of blank lines\nbetween contiguous paragraphs. If is it the symbol `auto', keep\nthe same number of blank lines as in the original document." (Org . "8.0") (choice (integer :tag "Number of blank lines") (const :tag "Preserve original spacing" auto)) org-ascii-charset #[0 "\300\207" [ascii] 1] "The charset allowed to represent various elements and objects.\nPossible values are:\n`ascii' Only use plain ASCII characters\n`latin1' Include Latin-1 characters\n`utf-8' Use all UTF-8 characters" (Org . "8.0") (choice (const :tag "ASCII" ascii) (const :tag "Latin-1" latin1) (const :tag "UTF-8" utf-8)) org-ascii-underline #[0 "\300\207" [((ascii 61 126 45) (latin1 61 126 45) (utf-8 9552 9472 9548 9476 9480))] 1] "Characters for underlining headings in ASCII export.\n\nAlist whose key is a symbol among `ascii', `latin1' and `utf-8'\nand whose value is a list of characters.\n\nFor each supported charset, this variable associates a sequence\nof underline characters. In a sequence, the characters will be\nused in order for headlines level 1, 2, ... If no character is\navailable for a given level, the headline won't be underlined." (Org . "8.0") (list (cons :tag "Underline characters sequence" (const :tag "ASCII charset" ascii) (repeat character)) (cons :tag "Underline characters sequence" (const :tag "Latin-1 charset" latin1) (repeat character)) (cons :tag "Underline characters sequence" (const :tag "UTF-8 charset" utf-8) (repeat character))) org-ascii-bullets #[0 "\300\207" [((ascii 42 43 45) (latin1 167 182) (utf-8 9674))] 1] "Bullet characters for headlines converted to lists in ASCII export.\n\nAlist whose key is a symbol among `ascii', `latin1' and `utf-8'\nand whose value is a list of characters.\n\nThe first character is used for the first level considered as low\nlevel, and so on. If there are more levels than characters given\nhere, the list will be repeated.\n\nNote that this variable doesn't affect plain lists\nrepresentation." (Org . "8.0") (list (cons :tag "Bullet characters for low level headlines" (const :tag "ASCII charset" ascii) (repeat character)) (cons :tag "Bullet characters for low level headlines" (const :tag "Latin-1 charset" latin1) (repeat character)) (cons :tag "Bullet characters for low level headlines" (const :tag "UTF-8 charset" utf-8) (repeat character))) org-ascii-links-to-notes #[0 "\300\207" [t] 1] "Non-nil means convert links to notes before the next headline.\nWhen nil, the link will be exported in place. If the line\nbecomes long in this way, it will be wrapped." (Org . "8.0") boolean org-ascii-table-keep-all-vertical-lines #[0 "\300\207" [nil] 1] "Non-nil means keep all vertical lines in ASCII tables.\nWhen nil, vertical lines will be removed except for those needed\nfor column grouping." (Org . "8.0") org-ascii-table-widen-columns #[0 "\300\207" [t] 1] "Non-nil means widen narrowed columns for export.\nWhen nil, narrowed columns will look in ASCII export just like in\nOrg mode, i.e. with \"=>\" as ellipsis." (Org . "8.0") org-ascii-table-use-ascii-art #[0 "\300\207" [nil] 1] "Non-nil means \"table.el\" tables are turned into ASCII art.\nIt only makes sense when export charset is `utf-8'. It is nil by\ndefault since it requires \"ascii-art-to-unicode.el\" package,\navailable through, e.g., GNU ELPA." (Org . "8.0") org-ascii-caption-above #[0 "\300\207" [nil] 1] "When non-nil, place caption string before the element.\nOtherwise, place it right after it." (Org . "8.0") org-ascii-verbatim-format #[0 "\300\207" [#1="`%s'"] 1 #1#] "Format string used for verbatim text and inline code." (Org . "8.0") string org-ascii-format-drawer-function #[0 "\300\207" [#[771 "\207" [] 4 "\n\n(fn NAME CONTENTS WIDTH)"]] 1] "Function called to format a drawer in ASCII.\n\nThe function must accept three parameters:\n NAME the drawer name, like \"LOGBOOK\"\n CONTENTS the contents of the drawer.\n WIDTH the text width within the drawer.\n\nThe function should return either the string to be exported or\nnil to ignore the drawer.\n\nThe default value simply returns the value of CONTENTS." (Org . "8.0") org-ascii-format-inlinetask-function #[0 "\300\207" [org-ascii-format-inlinetask-default] 1] "Function called to format an inlinetask in ASCII.\n\nThe function must accept nine 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 WIDTH the width of the inlinetask, as a number.\n INLINETASK the inlinetask itself.\n INFO the info channel.\n\nThe function should return either the string to be exported or\nnil to ignore the inline task." (Org . "8.3")] 12) #@538 Fill a string with specified text-width and return it. S is the string being filled. TEXT-WIDTH is an integer specifying maximum length of a line. INFO is the plist used as a communication channel. Optional argument JUSTIFY can specify any type of justification among `left', `center', `right' or `full'. A nil value is equivalent to `left'. For a justification that doesn't also fill string, see `org-ascii--justify-lines' and `org-ascii--justify-block'. Return nil if S isn't a string. (fn S TEXT-WIDTH INFO &optional JUSTIFY) (defalias 'org-ascii--fill-string #[1027 ";\205@\304\305!r\211q\210\306\307\310\311\312!\313\"\314$\216\315\316\317\"\203/\320\321 #\2020c\210\322ed#\210+\323 *\262\262\207" [sentence-end-double-space use-hard-newlines fill-column hard-newline generate-new-buffer " *temp*" make-byte-code 0 "\301\300!\205 \302\300!\207" vconcat vector [buffer-name kill-buffer] 2 t plist-get :preserve-breaks replace-regexp-in-string "\n" fill-region buffer-string] 12 (#$ . 13239)]) #@206 Justify all lines in string S. TEXT-WIDTH is an integer specifying maximum length of a line. HOW determines the type of justification: it can be `left', `right', `full' or `center'. (fn S TEXT-WIDTH HOW) (defalias 'org-ascii--justify-lines #[771 "\302\303!r\211q\210\304\305\306\307\310!\311\"\312$\216c\210eb\210\313`dW\203-\314!\210\313y\210\202*\315 *\207" [adaptive-fill-mode fill-column generate-new-buffer " *temp*" make-byte-code 0 "\301\300!\205 \302\300!\207" vconcat vector [buffer-name kill-buffer] 2 nil justify-current-line buffer-string] 10 (#$ . 14270)]) #@308 Justify CONTENTS of ELEMENT. INFO is a plist used as a communication channel. Justification is done according to the type of element. More accurately, paragraphs are filled and other elements are justified as blocks, that is according to the widest non blank line in CONTENTS. (fn CONTENTS ELEMENT INFO) (defalias 'org-ascii--justify-element #[771 "\301!\204\207\302\"\303!\211:\204 \211;\205(\304\262\202*\211@9\205(\211@\262\305=\2038\306$\202\324\211\307=\203B\202\324\310\311!r\211q\210\312\313\314\315\316!\317\"\320$\216c\210eb\210\3212\321\313\212m\204\224\322\323\324!)\262\204\216\325\210i\211Y\203\204\326\321 \"\210\202\215\211V\203\215\211\262\210\325y\210\202a)Z\327=\203\242\330\202\243\320\245\211\313U\203\263\326\321 \"\210\202\314m\204\314\322\323\324!)\262\204\306\211j\210\325y\210\202\263\266\331 0*\262\207" [inhibit-changing-match-data org-string-nw-p org-ascii--current-text-width org-ascii--current-justification plain-text paragraph org-ascii--fill-string left generate-new-buffer " *temp*" make-byte-code 0 "\301\300!\205 \302\300!\207" vconcat vector [buffer-name kill-buffer] 2 exit "[ ]*$" t looking-at nil throw right 1 buffer-string] 12 (#$ . 14858)]) #@84 Indent string S by WIDTH white spaces. Empty lines are not indented. (fn S WIDTH) (defalias 'org-ascii--indent-string #[514 ";\205\300\301\302\303\"\304\211\305&\207" [replace-regexp-in-string "\\(^\\)[ ]*\\S-" make-string 32 nil 1] 9 (#$ . 16109)]) #@111 Return string S with a partial box to its left. INFO is a plist used as a communication channel. (fn S INFO) (defalias 'org-ascii--box-string #[514 "\300\301\"\302=\303\203\304\202\305\306\307\203\310\202\311\306\312\313\n##\"\207" [plist-get :ascii-charset utf-8 format "┌────\n%s\n└────" ",----\n%s\n`----" replace-regexp-in-string "^" "│ " "| " "\n[ ]*\\'" ""] 12 (#$ . 16374)]) #@119 Return maximum text width for ELEMENT's contents. INFO is a plist used as a communication channel. (fn ELEMENT INFO) (defalias 'org-ascii--current-text-width #[514 "\211:\204\211;\205\301\262\202\211@9\205\211@\262\211\302=\203(\303\304\"\202G\211\305=\203J\303\306\"\307\"\211\203@\211\310_\202D\303\311\"\262Z\202G\312\313\314#\315\316\"\203]\303\304\"\202\213\317\303\306\"\303\311\"\320!\211\204r\321\202\210\307\"\211\203\201\211\310_\202\206\303\322\"\262\262#\211\323\324\325\326\"\303\327\"\310#\325\330\"\303\331\"_\321\211\203?\211@\211\211:\204\277\211;\205\307\301\262\202\311\211@9\205\307\211@\262\332=\2038\333\334\211;\203\341\335\321#\266\203\202\351\303A@\"\266\203\211;\203\370\335\321#\266\202\202\303A@\"\266\202\336=\203 \\\262\2028\337\340\"\206\341!\337\342\211;\203+\335\321#\266\202\2023\303A@\"\266\202!\\\\\262A\266\202\202\250\210\211\262#Z\266\202\207" [org-ascii-quote-margin plain-text inlinetask plist-get :ascii-inlinetask-width headline :ascii-text-width org-export-low-level-p 2 :ascii-global-margin org-element-lineage nil t cl-some #[257 "\211\211:\204\211;\205\300\262\202\211@9\205\211@\262\301=\207" [plain-text inlinetask] 3 "\n\n(fn PARENT)"] - org-export-get-parent-headline 0 :ascii-inner-margin + * cl-count-if #[257 "\211\211:\204\211;\205\300\262\202\211@9\205\211@\262\301>\207" [plain-text (quote-block verse-block)] 3 "\n\n(fn PARENT)"] :ascii-quote-margin #[257 "\211\211:\204\211;\205\300\262\202\211@9\205\211@\262\301=\205W\211\302\211;\2032\303\304#\266\203\202:\305A@\"\266\203\211:\204J\211;\205R\300\262\202T\211@9\205R\211@\262\306=?\207" [plain-text plain-list :parent get-text-property 0 plist-get item] 8 "\n\n(fn E)"] :ascii-list-margin item :type :parent get-text-property descriptive string-width org-ascii--checkbox "" :bullet] 21 (#$ . 16799)]) #@138 Return expected justification for ELEMENT's contents. Return value is a symbol among `left', `center', `right' and `full'. (fn ELEMENT) (defalias 'org-ascii--current-justification #[257 "\300\211\204\204\301\211;\203\302\303#\266\202\202\304A@\"\266\202\211\262\203\204\211:\2045\211;\205=\305\262\202?\211@9\205=\211@\262\211\306=\203K\307\262\202\200\211\310=\203\200\311\211;\203b\302\303#\266\202\202j\304A@\"\266\202\211\312\230\203v\313\262\202\211\314\230\203\315\262\210\210\202\211\206\211\315\207" [nil :parent get-text-property 0 plist-get plain-text center-block center special-block :type "JUSTIFYRIGHT" right "JUSTIFYLEFT" left] 9 (#$ . 18762)]) #@600 Format ELEMENT title and return it. ELEMENT is either an `headline' or `inlinetask' element. INFO is a plist used as a communication channel. TEXT-WIDTH is an integer representing the maximum length of a line. When optional argument UNDERLINE is non-nil, underline title, without the tags, according to `org-ascii-underline' specifications. If optional argument NOTAGS is non-nil, no tags will be added to the title. When optional argument TOC is non-nil, use optional title if possible. It doesn't apply to `inlinetask' elements. (fn ELEMENT INFO TEXT-WIDTH &optional UNDERLINE NOTAGS TOC) (defalias 'org-ascii--build-title #[1539 "\211:\204\211;\205\300\262\202\211@9\205\211@\262\301=\211\205J\302\"\205J\303\"\203A\304\305\306!@\262\"\202H\307\310\311#\312P\262\313\203\\\203\\\314  \"\202v\315 \211;\203n\316\317#\266\202\202v\320A@\"\266\202\"\321\322\203\203\323\202\204\324\325\322\326\325##\266\202\320\327\"\205\275\330 \211;\203\250\316\317#\266\202\202\260\320A@\"\266\202\211\205\273\313\n\"\312P\262?\205\331\320 \331\"\205\331\332\n\n\"\211\205\327\333!\262\320\n\334\"\205\335 \211;\203\363\316\317#\266\202\202\373\320A@\"\266\202\211\205\304\336\"\262R\211\205#\304\211\337\340!TZ\340!]\"\" \205T\205T\341\"S\320\342\"\320\343\"\236A8\211\205R\344\345\340!\346!\245\"P\262Q\207" [plain-text headline org-export-numbered-headline-p org-export-get-headline-number format "%d. " last mapconcat number-to-string "." " " org-export-data org-export-get-alt-title :title get-text-property 0 plist-get nil replace-regexp-in-string "\\`\\([ ]*\n\\)+" "\\`[ \n ]+" "" "[ \n ]+\\'" :with-todo-keywords :todo-keyword :with-tags org-export-get-tags org-make-tag-string :with-priority :priority "(#%c) " " %%%ds" string-width org-export-get-relative-level :ascii-charset :ascii-underline "\n" make-string char-width] 21 (#$ . 19470)]) #@204 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'. (fn ELEMENT INFO) (defalias 'org-ascii--has-caption-p #[514 "\300\211;\203 \301\302#\207\303A@\"\207" [:caption get-text-property 0 plist-get] 8 (#$ . 21447)]) #@269 Return caption string for ELEMENT, if applicable. INFO is a plist used as a communication channel. The caption string contains the sequence number of ELEMENT along with its real caption. Return nil when ELEMENT has no affiliated caption keyword. (fn ELEMENT INFO) (defalias 'org-ascii--build-caption #[514 "\300!\211\205Z\301\302\303$\304\211:\204\211;\205'\305\262\202)\211@9\205'\211@\262\211\306=\2033\307\202>\211\310=\203=\311\202>\302\262\"\312\313\"\314\315\"Q\316\"#\266\202\207" [org-export-get-caption org-export-get-ordinal nil org-ascii--has-caption-p org-ascii--translate plain-text table "Table %d:" src-block "Listing %d:" org-ascii--fill-string format " " org-export-data org-ascii--current-text-width] 11 (#$ . 21805)]) #@429 Return a table of contents. INFO is a plist used as a communication channel. Optional argument N, when non-nil, is an integer specifying the depth of the table. Optional argument KEYWORD specifies the TOC keyword, if any, from which the table of contents generation has been initiated. When optional argument SCOPE is non-nil, build a table of contents according to the specified scope. (fn INFO &optional N KEYWORD SCOPE) (defalias 'org-ascii--build-toc #[1025 "\211?\205#\300\301\"\211\302\303\304!\305 \306\"\307=\203\310\202\311\"\312R\262\203/\313\"\2029\305\314\"\305\315\"Z\316\317\320\321\322\323 \"\324\"\325\326%\327#\302#\262P\207" [org-ascii--translate "Table of Contents" "\n" make-string string-width plist-get :ascii-charset utf-8 9472 95 "\n\n" org-ascii--current-text-width :ascii-text-width :ascii-global-margin mapconcat make-byte-code 257 "\302\300\"\211S\303_\211\304U?\205\305S\306\"\307P\310\300\301Z\311\312\300\313\"?\206+\312\300\313\"\314=\315&P\207" vconcat vector [org-export-get-relative-level 3 0 make-string 46 " " org-ascii--build-title nil plist-get :with-tags not-in-toc toc] 12 "\n\n(fn HEADLINE)" org-export-collect-headlines] 14 (#$ . 22583)]) #@169 Return a list of listings. KEYWORD is the keyword that initiated the list of listings generation. INFO is a plist used as a communication channel. (fn KEYWORD INFO) (defalias 'org-ascii--list-listings #[514 "\300\301\"\211\302\303\304!\305\306\"\307=\203\310\202\311\"\312\203)\313\"\2024\305\314\"\305\315\"Z\316C\317\320\321\322\323\324 #\325\"\326\327%\330\n!\302#\266\202\260\207" [org-ascii--translate "List of Listings" "\n" make-string string-width plist-get :ascii-charset utf-8 9472 95 "\n\n" org-ascii--current-text-width :ascii-text-width :ascii-global-margin 0 mapconcat make-byte-code 257 "\303\304\305\300\"\302\211\242T\240\"\306!\307\310\311\312\313\"\206\312!\314\300\"\262\301Z\300#\"\315\316\2036\317\2027\320\321\316\322\321##\266\202Q\207" vconcat vector [format org-ascii--translate "Listing %d:" string-width " " org-ascii--indent-string org-ascii--fill-string org-export-get-caption t org-export-data nil replace-regexp-in-string "\\`\\([ ]*\n\\)+" "\\`[ \n ]+" "" "[ \n ]+\\'"] 14 "\n\n(fn SRC-BLOCK)" org-export-collect-listings] 18 (#$ . 23813)]) #@165 Return a list of tables. KEYWORD is the keyword that initiated the list of tables generation. INFO is a plist used as a communication channel. (fn KEYWORD INFO) (defalias 'org-ascii--list-tables #[514 "\300\301\"\211\302\303\304!\305\306\"\307=\203\310\202\311\"\312\203)\313\"\2024\305\314\"\305\315\"Z\316C\317\320\321\322\323\324 #\325\"\326\327%\330\n!\302#\266\202\260\207" [org-ascii--translate "List of Tables" "\n" make-string string-width plist-get :ascii-charset utf-8 9472 95 "\n\n" org-ascii--current-text-width :ascii-text-width :ascii-global-margin 0 mapconcat make-byte-code 257 "\303\304\305\300\"\302\211\242T\240\"\306!\307\310\311\312\313\"\206\312!\314\300\"\262\301Z\300#\"\315\316\2036\317\2027\320\321\316\322\321##\266\202Q\207" vconcat vector [format org-ascii--translate "Table %d:" string-width " " org-ascii--indent-string org-ascii--fill-string org-export-get-caption t org-export-data nil replace-regexp-in-string "\\`\\([ ]*\n\\)+" "\\`[ \n ]+" "" "[ \n ]+\\'"] 14 "\n\n(fn TABLE)" org-export-collect-tables] 18 (#$ . 24945)]) #@181 Return a list of unique link references in ELEMENT. ELEMENT is either a headline element or a section element. INFO is a plist used as a communication channel. (fn ELEMENT INFO) (defalias 'org-ascii--unique-links #[514 "\300C\301\302\303\304\305\"\306\"\307\310%\311\211:\204#\211;\205+\312\262\202-\211@9\205+\211@\262\313=\2036\202h\314\211;\203G\315\316#\266\202\202O\317A@\"\266\202\211:\204[\300\262\202f\211@9\203f\211AA\262@D\320\300\321\322&\207" [nil make-byte-code 257 "\302\211;\203\303\304#\266\202\202\305A@\"\266\202\211:\204%\306\262\2020\211@9\2030\211AA\262\211\205P\307\310\311\312!\306\307\203D\313\202E\314\315\307\316\315##\266\202#\262B\317\320\305\300\321\"\"!\205o\211\301\242\235?\205o\301\301\242B\240\210\207" vconcat vector [:raw-link get-text-property 0 plist-get nil replace-regexp-in-string "[ \n]+" " " org-element-interpret-data "\\`\\([ ]*\n\\)+" "\\`[ \n ]+" "" "[ \n ]+\\'" org-string-nw-p gethash :exported-data] 15 "\n\n(fn LINK)" org-element-map plain-text section :title get-text-property 0 plist-get link headline t] 12 (#$ . 26061)]) #@187 Describe DATUM object or element. If DATUM is a string, consider it to be a file name, per `org-export-resolve-id-link'. INFO is the communication channel, as a plist. (fn DATUM INFO) (defalias 'org-ascii--describe-datum #[514 "\211:\204\211;\205\300\262\202\211@9\205\211@\262\211\300=\203(\301\302\"\202\211\303=\203h\301\304\305\"\306\"\203G\307\310\311\"\312#\202d\313\314\211;\203Z\315\316#\266\202\202b\317A@\"\266\202\"\"\202\320\321\322$\323\324\325#\211\211:\204\204\211;\205\214\300\262\202\216\211@9\205\214\211@\262\211\303=\203\314\301\304\305\"\306\"\203\253\307\310\312#\202\310\313\314\211;\203\275\315\316#\266\202\202\305\317A@\"\266\202\"\"\202\204\330\304\326\"\202\211\327=\203\351\301\304\330\"\"\202\211\331=\203\372\301\304\332\"\"\202\211\333=\203 \301\304\334\"\"\202\304\326\"\262\266\202\207" [plain-text format "See file %s" headline org-ascii--translate "See section %s" org-export-numbered-headline-p mapconcat number-to-string org-export-get-headline-number "." org-export-data :title get-text-property 0 plist-get org-export-get-ordinal nil org-ascii--has-caption-p org-element-lineage (headline paragraph src-block table) t "Unknown reference" paragraph "See figure %s" src-block "See listing %s" table "See table %s"] 15 (#$ . 27210)]) #@254 Return a string describing a list of links. LINKS is a list of link type objects, as returned by `org-ascii--unique-links'. WIDTH is the text width allowed for the output string. INFO is a plist used as a communication channel. (fn LINKS WIDTH INFO) (defalias 'org-ascii--describe-links #[771 "\300\301\302\303\304\305\"\306\"\307\310%\311#\207" [mapconcat make-byte-code 257 "\302\211;\203\303\304#\266\202\202\305A@\"\266\202\211:\204%\306\262\2020\211@9\2030\211AA\262\307\206N\310\211;\203F\303\304#\266\202\202N\305A@\"\266\202\301\"\311\235\203Z\306\202\327\312\235\203\210\205\327\313\232\203q\314\301\"\202u\315\301\"\316\317\320\321\301\"#\300\301#\322P\262\202\327\211:\204\224\306\262\202\237\211@9\203\237\211AA\262\204\246\306\202\327\323\324\301$\203\263\306\202\327\316\317\325\310\211;\203\311\303\304#\266\202\202\321\305A@\"\266\202#\300\301#\322P\207" vconcat vector [:type get-text-property 0 plist-get nil org-export-data :raw-link ("coderef" "radio") ("custom-id" "fuzzy" "id") "fuzzy" org-export-resolve-fuzzy-link org-export-resolve-id-link org-ascii--fill-string format "[%s] %s" org-ascii--describe-datum "\n\n" org-export-custom-protocol-maybe ascii "[%s] <%s>"] 14 "\n\n(fn LINK)" ""] 11 (#$ . 28583)]) #@106 Return checkbox string for ITEM or nil. INFO is a plist used as a communication channel. (fn ITEM INFO) (defalias 'org-ascii--checkbox #[514 "\300\301\"\302=\303\211;\203\304\305#\266\202\202\300A@\"\266\202\211\306=\2031\203-\307\202V\310\202V\211\311=\203C\203?\312\202V\313\202V\211\314=\203U\203Q\315\202V\316\202V\317\262\207" [plist-get :ascii-charset utf-8 :checkbox get-text-property 0 on "☑ " "[X] " off "☐ " "[ ] " trans "☒ " "[-] " nil] 9 (#$ . 29890)]) #@97 Return document title, as a string. INFO is a plist used as a communication channel. (fn INFO) (defalias 'org-ascii-template--document-title #[257 "\300\301\"\302\303\"\300\304\"\305\205\300\306\"\"\305\205 \300\307\"\"\300\310\"\2058\300\311\"\211\2056\305\"\262\300\312\"\205H\305\300\313\"\"\300\314\"\205X\305\315!\"\316\230\203\347\317!\203\211\317!\203\211\320\321\n\322!\322!#\323\"\317!\205\203\324P\325\260\202\232\317!\203\252\317!\203\252\320\321\n\322!\322!#\323\"\325R\202\232\317!\203\273\326 \327#\325P\202\232\317!\203\317\317!\203\317\324\325R\202\232\317!\203\333\325P\202\232\317!\205\232\325P\202\232\300\330\"\331=\332\333\334\322\335\n\324 Q\324\"\"\" \336_\337\245^\340 #\317!\205\340\f#\320\322 \206\"\316!]\322\206+\316!]\336\\ ^\203:\341\202;\342\"\326\324?\205F\324\226\205R\324P\317!\203j\317 !\203j\343\324R\202\203\317!\203x\343P\202\203\317 !\205\203\343 P\324\317!\205\221\325P\325\260\n\344#\266\205\207" [plist-get :ascii-text-width org-combine-plists (:ascii-links-to-notes nil) :with-title org-export-data :title :subtitle :with-author :author :with-email :email :with-date org-export-get-date "" org-string-nw-p make-string - string-width 32 "\n" "\n\n\n" org-ascii--justify-lines right :ascii-charset utf-8 apply max mapcar org-split-string 2 3 org-ascii--fill-string 9473 95 "\n\n" center] 25 (#$ . 30394)]) #@162 Return complete document string after ASCII conversion. CONTENTS is the transcoded contents string. INFO is a plist holding export options. (fn CONTENTS INFO) (defalias 'org-ascii-inner-template #[514 "\300\301\302\"\303\304!\305\306\"\205P\307\310\311\"\211\312\313\314!\301\315\"\316=\203,\317\202-\320\"Q\262\321\301\322\"Z\323\324\325\326\327\330\n\"\331\"\332\333%\321#\262R\266\202P\"\262!\207" [org-element-normalize-string plist-get :ascii-global-margin org-ascii--indent-string org-export-collect-footnote-definitions org-combine-plists (:ascii-links-to-notes nil) "\n\n\n" org-ascii--translate "Footnotes" "\n" make-string string-width :ascii-charset utf-8 9472 95 "\n\n" :ascii-text-width mapconcat make-byte-code 257 "\303\304@\"\3058\306\n\307\300\310%\203f\211\211:\204\311\262\202)\211@9\203)\211AA\262@\211\211:\204;\211;\205C\312\262\202E\211@9\205C\211@\262\313=\204T\314\315\300\"Q\202a\211AAAB\241\210\315\300\"\262\202p\316\315\300\"P\301\300#\262\311\317\203|\320\202}\321\322\317\323\322##\266\202\207" vconcat vector [org-element-all-elements format "[%s] " 2 org-element-map identity first-match nil plain-text paragraph "\n" org-export-data org-ascii--fill-string replace-regexp-in-string "\\`\\([ ]*\n\\)+" "\\`[ \n ]+" "" "[ \n ]+\\'"] 11 "\n\n(fn REF)"] 20 (#$ . 31896)]) #@162 Return complete document string after ASCII conversion. CONTENTS is the transcoded contents string. INFO is a plist holding export options. (fn CONTENTS INFO) (defalias 'org-ascii-template #[514 "\300\301\"\302\303!\300\304\"\211\205\305\306!\205\"\307P\262P\"\300\310\"\205A\302\300\311\"Z\307\312\300\313\" \314$P\262\"Q\207" [plist-get :ascii-global-margin org-ascii--indent-string org-ascii-template--document-title :with-toc org-ascii--build-toc wholenump "\n\n\n" :with-creator :ascii-text-width org-ascii--fill-string :creator right] 13 (#$ . 33267)]) #@127 Translate string S according to specified language and charset. INFO is a plist used as a communication channel. (fn S INFO) (defalias 'org-ascii--translate #[514 "\300\301\302\303\304\"\"!\305#\207" [intern format ":%s" plist-get :ascii-charset org-export-translate] 8 (#$ . 33858)]) #@148 Transcode BOLD from Org to ASCII. CONTENTS is the text with bold markup. INFO is a plist holding contextual information. (fn BOLD CONTENTS INFO) (defalias 'org-ascii-bold #[771 "\300\301\"\207" [format "*%s*"] 6 (#$ . 34155)]) #@177 Transcode a CENTER-BLOCK element from Org to ASCII. CONTENTS holds the contents of the block. INFO is a plist holding contextual information. (fn CENTER-BLOCK CONTENTS INFO) (defalias 'org-ascii-center-block #[771 "\207" [] 4 (#$ . 34392)]) #@137 Transcode a CLOCK object from Org to ASCII. CONTENTS is nil. INFO is a plist holding contextual information. (fn CLOCK CONTENTS INFO) (defalias 'org-ascii-clock #[771 "\301\302\303\304\211;\203\305\306#\266\202\202\307A@\"\266\202!\310\211;\2031\305\306#\266\202\2029\307A@\"\266\202\211\205G\311\312\313\314\315\316\"#P\262R#\207" [org-clock-string org-ascii--justify-element " " org-timestamp-translate :value get-text-property 0 plist-get :duration " => " apply format "%2s:%02s" org-split-string ":"] 15 (#$ . 34643)]) #@132 Return a CODE object from Org to ASCII. CONTENTS is nil. INFO is a plist holding contextual information. (fn CODE CONTENTS INFO) (defalias 'org-ascii-code #[771 "\300\301\302\"\303\211;\203\304\305#\266\202\202\301A@\"\266\202\"\207" [format plist-get :ascii-verbatim-format :value get-text-property 0] 11 (#$ . 35199)]) #@165 Transcode a DRAWER element from Org to ASCII. CONTENTS holds the contents of the block. INFO is a plist holding contextual information. (fn DRAWER CONTENTS INFO) (defalias 'org-ascii-drawer #[771 "\300\211;\203\301\302#\266\202\202\303A@\"\266\202\304\"\303\305\"#\207" [:drawer-name get-text-property 0 plist-get org-ascii--current-text-width :ascii-format-drawer-function] 9 (#$ . 35539)]) #@179 Transcode a DYNAMIC-BLOCK element from Org to ASCII. CONTENTS holds the contents of the block. INFO is a plist holding contextual information. (fn DYNAMIC-BLOCK CONTENTS INFO) (defalias 'org-ascii-dynamic-block #[771 "\207" [] 4 (#$ . 35955)]) #@159 Transcode an ENTITY object from Org to ASCII. CONTENTS are the definition itself. INFO is a plist holding contextual information. (fn ENTITY CONTENTS INFO) (defalias 'org-ascii-entity #[771 "\300\301\302\303\304\"!P!\211;\203\305\306#\207\303A@\"\207" [intern ":" symbol-name plist-get :ascii-charset get-text-property 0] 9 (#$ . 36209)]) #@154 Transcode a EXAMPLE-BLOCK element from Org to ASCII. CONTENTS is nil. INFO is a plist holding contextual information. (fn EXAMPLE-BLOCK CONTENTS INFO) (defalias 'org-ascii-example-block #[771 "\300\301\302\"\"#\207" [org-ascii--justify-element org-ascii--box-string org-export-format-code-default] 8 (#$ . 36565)]) #@155 Transcode a EXPORT-SNIPPET object from Org to ASCII. CONTENTS is nil. INFO is a plist holding contextual information. (fn EXPORT-SNIPPET CONTENTS INFO) (defalias 'org-ascii-export-snippet #[771 "\300!\301=\205\302\211;\203\303\304#\207\305A@\"\266\202\207" [org-export-snippet-backend ascii :value get-text-property 0 plist-get] 9 (#$ . 36894)]) #@152 Transcode a EXPORT-BLOCK element from Org to ASCII. CONTENTS is nil. INFO is a plist holding contextual information. (fn EXPORT-BLOCK CONTENTS INFO) (defalias 'org-ascii-export-block #[771 "\300\211;\203\301\302#\266\202\202\303A@\"\266\202\304\230\205;\305\306\211;\2030\301\302#\266\202\2028\303A@\"\266\202#\207" [:type get-text-property 0 plist-get "ASCII" org-ascii--justify-element :value] 10 (#$ . 37259)]) #@150 Transcode a FIXED-WIDTH element from Org to ASCII. CONTENTS is nil. INFO is a plist holding contextual information. (fn FIXED-WIDTH CONTENTS INFO) (defalias 'org-ascii-fixed-width #[771 "\300\301\302\303\211;\203\304\305#\266\202\202\306A@\"\266\202!\"#\207" [org-ascii--justify-element org-ascii--box-string org-remove-indentation :value get-text-property 0 plist-get] 12 (#$ . 37701)]) #@164 Transcode a FOOTNOTE-REFERENCE element from Org to ASCII. CONTENTS is nil. INFO is a plist holding contextual information. (fn FOOTNOTE-REFERENCE CONTENTS INFO) (defalias 'org-ascii-footnote-reference #[771 "\300\301\302\"\"\207" [format "[%s]" org-export-get-footnote-number] 8 (#$ . 38111)]) #@172 Transcode a HEADLINE element from Org to ASCII. CONTENTS holds the contents of the headline. INFO is a plist holding contextual information. (fn HEADLINE CONTENTS INFO) (defalias 'org-ascii-headline #[771 "\300\211;\203\301\302#\266\202\202\303A@\"\266\202?\205\304\"\305\"\306?$\307\303\310\"@\206S\311\211;\203G\301\302#\266\202\202O\303A@\"\266\202\206S\302\312\"\303\313\"\205g\314\315\"#\316!\204r\202\332\211:\204\317\262\202\212\211@9\203\212\211AA\262\211@\211\211:\204\235\211;\205\245\320\262\202\247\211@9\205\245\211@\262\321=\205\255\211\262\211\205\274\322\323\n\"!\324P\325\326\327\330\331\332!\333\"\334\335%\203\324A\202\325\336#Q\266\202\203\n\303\337\"\303\340\"\236A\341\342\343 SG\"8\"\211\344\345G\"\260\266\202\202\344R\266\206\207" [:footnote-section-p get-text-property 0 plist-get org-export-low-level-p org-ascii--current-text-width org-ascii--build-title make-string :ascii-headline-spacing :pre-blank 10 :ascii-links-to-notes org-ascii--describe-links org-ascii--unique-links org-string-nw-p nil plain-text section org-element-normalize-string org-export-data "\n\n" mapconcat make-byte-code 257 "\301\300\"\207" vconcat vector [org-export-data] 4 "\n\n(fn E)" "" :ascii-charset :ascii-bullets format "%c " mod "\n" org-ascii--indent-string] 19 (#$ . 38416)]) #@158 Transcode an HORIZONTAL-RULE object from Org to ASCII. CONTENTS is nil. INFO is a plist holding contextual information. (fn HORIZONTAL-RULE CONTENTS INFO) (defalias 'org-ascii-horizontal-rule #[771 "\300\"\301\302\303#\304\305\203\306\307\"\203\310!\202\311\312\"\313=\203+\314\202,\315\"\316#\207" [org-ascii--current-text-width org-export-read-attribute :attr_ascii :width org-ascii--justify-lines make-string string-match "^[0-9]+$" string-to-number plist-get :ascii-charset utf-8 8213 45 center] 11 (#$ . 39809)]) #@185 Transcode an INLINE-SRC-BLOCK element from Org to ASCII. CONTENTS holds the contents of the item. INFO is a plist holding contextual information. (fn INLINE-SRC-BLOCK CONTENTS INFO) (defalias 'org-ascii-inline-src-block #[771 "\300\301\302\"\303\211;\203\304\305#\266\202\202\301A@\"\266\202\"\207" [format plist-get :ascii-verbatim-format :value get-text-property 0] 11 (#$ . 40354)]) #@195 Format an inline task element for ASCII export. See `org-ascii-format-inlinetask-function' for a description of the parameters. (fn TODO TYPE PRIORITY NAME TAGS CONTENTS WIDTH INLINETASK INFO) (defalias 'org-ascii-format-inlinetask-default #[2313 "\300\301\"\302=\206\300\303\"\304\305\203\306\202\307\"\310?\205'\305\311\"\310P\312#\313!X\203<\211\202C\314\n#\262\310\315\f!\205_\305 \203Y\316\202Z\317\"\310 Q\305\n\203k\306\202l\307\"\260\320\300\321\"\300\322\"\323 !\204\205\324\202\212\300\325\"\326\n\n\"$\"\207" [plist-get :ascii-charset utf-8 :ascii-inlinetask-width org-ascii--indent-string make-string 9473 95 "\n" 32 org-ascii--build-title string-width org-ascii--fill-string org-string-nw-p 9472 45 - :ascii-text-width :ascii-global-margin org-export-get-parent-headline 0 :ascii-inner-margin org-ascii--current-text-width] 21 (#$ . 40759)]) #@174 Transcode an INLINETASK element from Org to ASCII. CONTENTS holds the contents of the block. INFO is a plist holding contextual information. (fn INLINETASK CONTENTS INFO) (defalias 'org-ascii-inlinetask #[771 "\300\"\301\302\"\301\303\"\2052\304\211;\203 \305\306#\266\202\202(\301A@\"\266\202\211\2050\307\"\262\310\211;\203D\305\306#\266\202\202L\301A@\"\266\202\301\311\"\205m\312\211;\203e\305\306#\266\202\202m\301A@\"\266\202\307\313 \211;\203\200\305\306#\266\202\202\210\301A@\"\266\202\"\301\314\"\205\255\315 \211;\203\245\305\306#\266\202\202\255\301A@\"\266\202 \n& \207" [org-ascii--current-text-width plist-get :ascii-format-inlinetask-function :with-todo-keywords :todo-keyword get-text-property 0 org-export-data :todo-type :with-priority :priority :title :with-tags :tags] 15 (#$ . 41677)]) #@154 Transcode italic from Org to ASCII. CONTENTS is the text with italic markup. INFO is a plist holding contextual information. (fn ITALIC CONTENTS INFO) (defalias 'org-ascii-italic #[771 "\300\301\"\207" [format "/%s/"] 6 (#$ . 42553)]) #@161 Transcode an ITEM element from Org to ASCII. CONTENTS holds the contents of the item. INFO is a plist holding contextual information. (fn ITEM CONTENTS INFO) (defalias 'org-ascii-item #[771 "\302\303\"\304=\305\"\306\307\211;\203\310\311#\266\203\202%\302A@\"\266\203\211;\2034\310\311#\266\202\202<\302A@\"\266\202\211\312=\203e\313\314\211;\203V\310\311#\266\202\202^\302A@\"\266\202\"P\202q\211\315=\203 \316\211;\203}\310\311#\266\202\202\205\302A@\"\266\202\317\211;\203\227\310\311#\266\202\202\237\302A@\"\266\202\320 \321\311\322\323\324!\325\"\326$\216\203\274\327\"\203\274\330\202\275\331\327\332\"\203\317\333\334\211\335%\202\320\262)\266\202\336\337\340\341 \211;\203\352\310\311#\266\202\202\362\302A@\"\266\202\342!\343!$!@!\344\345#\266\203\202q\317\211;\203\310\311#\266\202\202#\302A@\"\266\202\320 \321\311\322\323\324!\325\"\326$\216\203@\327\"\203@\330\202A\331\327\332\"\203S\333\334\211\335%\202T\262)\266\202\204a\211\202o\344\346\347\344\350\351\344\352\353 ###\262\312=\203{ \202~\354!\355 \"\312=\204\360\356!\203\360\357\321\360\361\323\324!\362\"\363\364%\f\211:\204\254\334\262\202\267\211@9\203\267\211AA\262\"\211:\204\310\211;\205\320\365\262\202\322\211@9\205\320\211@\262\366=\203\360\211\334\344\203\342\367\202\343\370\371\344\372\371##\266\202\202\363\373P\262Q\207" [org-list-two-spaces-after-bullet-regexp org-ascii-quote-margin plist-get :ascii-charset utf-8 org-ascii--checkbox :type :parent get-text-property 0 descriptive org-export-data :tag ordered :structure :bullet match-data make-byte-code "\301\300\302\"\207" vconcat vector [set-match-data evaporate] 3 string-match " " " " "\\S-+\\([ ]*\\)" replace-match nil 1 number-to-string last org-list-get-item-number :begin org-list-prevs-alist org-list-parents-alist replace-regexp-in-string "[0-9]+" "-" "•" "\\+" "⁃" "\\*" "‣" string-width org-ascii--indent-string org-string-nw-p cl-some 257 "\301\302\300\"!\205\n\211\207" [org-string-nw-p org-export-data] 5 "\n\n(fn E)" plain-text paragraph "\\`\\([ ]*\n\\)+" "\\`[ \n ]+" "" "[ \n ]+\\'" "\n"] 20 (#$ . 42798)]) #@142 Transcode a KEYWORD element from Org to ASCII. CONTENTS is nil. INFO is a plist holding contextual information. (fn KEYWORD CONTENTS INFO) (defalias 'org-ascii-keyword #[771 "\302\211;\203\303\304#\266\202\202\305A@\"\266\202\306\211;\203*\303\304#\266\202\2022\305A@\"\266\202\307\230\203A\310#\202\315\311\230\205\315\310\312\313\314\312\315#)\266\203\203\233\315\316\"\205g\317\320\304\"!\315\321\"\203|\322\323\320\324\"!\"\202\216\325\314\312\315#)\266\203\205\216\326\n$\266\202\202\310\327\314\312\315#)\266\203\203\263\330\"\202\310\331\314\312\315#)\266\203\205\310\332\")#\207" [case-fold-search inhibit-changing-match-data :key get-text-property 0 plist-get :value "ASCII" org-ascii--justify-element "TOC" t "\\" nil string-match "\\<[0-9]+\\>" string-to-number match-string ":target +\\(\".+?\"\\|\\S-+\\)" org-export-resolve-link org-strip-quotes 1 "\\" org-ascii--build-toc "\\" org-ascii--list-tables "\\" org-ascii--list-listings] 14 (#$ . 45027)]) #@162 Transcode a LATEX-ENVIRONMENT element from Org to ASCII. CONTENTS is nil. INFO is a plist holding contextual information. (fn LATEX-ENVIRONMENT CONTENTS INFO) (defalias 'org-ascii-latex-environment #[771 "\300\301\"\205&\302\303\304\211;\203\305\306#\266\202\202\"\300A@\"\266\202!#\207" [plist-get :with-latex org-ascii--justify-element org-remove-indentation :value get-text-property 0] 11 (#$ . 46123)]) #@155 Transcode a LATEX-FRAGMENT object from Org to ASCII. CONTENTS is nil. INFO is a plist holding contextual information. (fn LATEX-FRAGMENT CONTENTS INFO) (defalias 'org-ascii-latex-fragment #[771 "\300\301\"\205\302\211;\203\303\304#\207\300A@\"\266\202\207" [plist-get :with-latex :value get-text-property 0] 9 (#$ . 46551)]) #@149 Transcode a LINE-BREAK object from Org to ASCII. CONTENTS is nil. INFO is a plist holding contextual information. (fn LINE-BREAK CONTENTS INFO) (defalias 'org-ascii-line-break #[771 "\207" [hard-newline] 4 (#$ . 46895)]) #@177 Transcode a LINK object from Org to ASCII. DESC is the description part of the link, or the empty string. INFO is a plist holding contextual information. (fn LINK DESC INFO) (defalias 'org-ascii-link #[771 "\300\211;\203\301\302#\266\202\202\303A@\"\266\202\304\305$\206S\211\306\230\203R\307\211;\2039\301\302#\266\202\202A\303A@\"\266\202\310\311\"\312\"\"\262\202S\211\313\230\203\\\202S\211\314\235\203\211\315\230\203o\316\"\202s\317\"\211\211:\204\204\211;\205\214\320\262\202\216\211@9\205\214\211@\262\203\256\303\321\"\203\241\310\322\"\202\310\323\324\"\"P\202\211\320=\203\270\202\211\325=\203\360\326\"\203\321\327\330\331\"\332#\202\333\334\211;\203\343\301\302#\266\202\202\353\303A@\"\266\202\"\202\335\336\337$\211\203\211\211:\204\330!\202 \327\330\332#\262\202\340\262\262\262\202S\341\211;\203+\301\302#\266\202\2023\303A@\"\266\202\342!\204@\310\343\"\202Q\310\322\"\303\321\"?\205P\310\344\"P\262\207" [:type get-text-property 0 plist-get org-export-custom-protocol-maybe ascii "coderef" :path format org-export-get-coderef-format org-export-resolve-coderef "radio" ("custom-id" "fuzzy" "id") "fuzzy" org-export-resolve-fuzzy-link org-export-resolve-id-link plain-text :ascii-links-to-notes "[%s]" " (%s)" org-ascii--describe-datum headline org-export-numbered-headline-p mapconcat number-to-string org-export-get-headline-number "." org-export-data :title org-export-get-ordinal nil org-ascii--has-caption-p "???" :raw-link org-string-nw-p "<%s>" " (<%s>)"] 13 (#$ . 47128)]) #@154 Transcode a NODE-PROPERTY element from Org to ASCII. CONTENTS is nil. INFO is a plist holding contextual information. (fn NODE-PROPERTY CONTENTS INFO) (defalias 'org-ascii-node-property #[771 "\300\301\302\211;\203\303\304#\266\202\202\305A@\"\266\202\306\211;\203-\303\304#\266\202\2025\305A@\"\266\202\211\203?\307P\202@\310\262#\207" [format "%s:%s" :key get-text-property 0 plist-get :value " " ""] 12 (#$ . 48750)]) #@188 Transcode a PARAGRAPH element from Org to ASCII. CONTENTS is the contents of the paragraph, as a string. INFO is the plist used as a communication channel. (fn PARAGRAPH CONTENTS INFO) (defalias 'org-ascii-paragraph #[771 "\300\301\302\"\303!\204\202\\\304\"?\205M\305\211;\203)\306\307#\266\203\2021\301A@\"\266\203\211:\204A\211;\205I\310\262\202K\211@9\205I\211@\262\311=?\205U\312\313\"\314\315\316#P\262#\207" [org-ascii--justify-element plist-get :ascii-indented-line-width wholenump org-export-get-previous-element :parent get-text-property 0 plain-text section make-string 32 replace-regexp-in-string "\\`[ ]+" ""] 12 (#$ . 49201)]) #@169 Transcode a PLAIN-LIST element from Org to ASCII. CONTENTS is the contents of the list. INFO is a plist holding contextual information. (fn PLAIN-LIST CONTENTS INFO) (defalias 'org-ascii-plain-list #[771 "\300\301\"\211\302W\204C\303\211;\203\304\305#\266\203\202$\300A@\"\266\203\211:\2044\211;\205<\306\262\202>\211@9\205<\211@\262\307=\203G\202K\310\"\207" [plist-get :ascii-list-margin 1 :parent get-text-property 0 plain-text item org-ascii--indent-string] 11 (#$ . 49882)]) #@109 Transcode a TEXT string from Org to ASCII. INFO is a plist used as a communication channel. (fn TEXT INFO) (defalias 'org-ascii-plain-text #[514 "\300\301\"\302=\211\203\300\303\"\203\304\305#\262\300\306\"\204#\202@\307\310\311#\262\211\2042\202@\307\312\313\307\314\315\307\316\317 ###\207" [plist-get :ascii-charset utf-8 :with-smart-quotes org-export-activate-smart-quotes :utf-8 :with-special-strings replace-regexp-in-string "\\\\-" "" "\\.\\.\\." "…" "--" "–" "---" "—"] 13 (#$ . 50393)]) #@145 Transcode a PLANNING element from Org to ASCII. CONTENTS is nil. INFO is a plist used as a communication channel. (fn PLANNING CONTENTS INFO) (defalias 'org-ascii-planning #[771 "\303\304\305\306\307\310\211;\203\311\312#\266\202\202\313A@\"\266\202\211\205)\314\315!Q\262\316 \211;\203=\311\312#\266\202\202E\313A@\"\266\202\211\205O \314\315!Q\262\317\n\211;\203c\311\312#\266\202\202k\313A@\"\266\202\211\205u\n\314\315!Q\262E\"\314##\207" [org-closed-string org-deadline-string org-scheduled-string org-ascii--justify-element mapconcat identity delq nil :closed get-text-property 0 plist-get " " org-timestamp-translate :deadline :scheduled] 16 (#$ . 50922)]) #@184 Transcode a PROPERTY-DRAWER element from Org to ASCII. CONTENTS holds the contents of the drawer. INFO is a plist holding contextual information. (fn PROPERTY-DRAWER CONTENTS INFO) (defalias 'org-ascii-property-drawer #[771 "\300!\205 \301#\207" [org-string-nw-p org-ascii--justify-element] 7 (#$ . 51631)]) #@175 Transcode a QUOTE-BLOCK element from Org to ASCII. CONTENTS holds the contents of the block. INFO is a plist holding contextual information. (fn QUOTE-BLOCK CONTENTS INFO) (defalias 'org-ascii-quote-block #[771 "\300\301\302\"\"\207" [org-ascii--indent-string plist-get :ascii-quote-margin] 8 (#$ . 51953)]) #@174 Transcode a RADIO-TARGET object from Org to ASCII. CONTENTS is the contents of the target. INFO is a plist holding contextual information. (fn RADIO-TARGET CONTENTS INFO) (defalias 'org-ascii-radio-target #[771 "\207" [] 4 (#$ . 52272)]) #@166 Transcode a SECTION element from Org to ASCII. CONTENTS is the contents of the section. INFO is a plist holding contextual information. (fn SECTION CONTENTS INFO) (defalias 'org-ascii-section #[771 "\300\301\"\205\302\303\"?\205\304\305\"\306\"#\307\310!\204%\202+\311!\312Q\313!\211\203;\314\"\203?\315\202C\300\316\"\262\"\207" [plist-get :ascii-links-to-notes org-element-lineage (headline) org-ascii--describe-links org-ascii--unique-links org-ascii--current-text-width org-ascii--indent-string org-string-nw-p org-element-normalize-string "\n\n" org-export-get-parent-headline org-export-low-level-p 0 :ascii-inner-margin] 10 (#$ . 52520)]) #@179 Transcode a SPECIAL-BLOCK element from Org to ASCII. CONTENTS holds the contents of the block. INFO is a plist holding contextual information. (fn SPECIAL-BLOCK CONTENTS INFO) (defalias 'org-ascii-special-block #[771 "\207" [] 4 (#$ . 53202)]) #@170 Transcode a SRC-BLOCK element from Org to ASCII. CONTENTS holds the contents of the item. INFO is a plist holding contextual information. (fn SRC-BLOCK CONTENTS INFO) (defalias 'org-ascii-src-block #[771 "\300\"\301\302\"\303\"\211\304\232\203\304\202:\305\205\"\205\"\306P\307\"\2054?\2054\306PQ#\207" [org-ascii--build-caption plist-get :ascii-caption-above org-export-format-code-default "" org-ascii--justify-element "\n" org-ascii--box-string] 11 (#$ . 53456)]) #@161 Transcode a STATISTICS-COOKIE object from Org to ASCII. CONTENTS is nil. INFO is a plist holding contextual information. (fn STATISTICS-COOKIE CONTENTS INFO) (defalias 'org-ascii-statistics-cookie #[771 "\300\211;\203 \301\302#\207\303A@\"\207" [:value get-text-property 0 plist-get] 9 (#$ . 53958)]) #@168 Transcode a SUBSCRIPT object from Org to ASCII. CONTENTS is the contents of the object. INFO is a plist holding contextual information. (fn SUBSCRIPT CONTENTS INFO) (defalias 'org-ascii-subscript #[771 "\300\211;\203\301\302#\266\202\202\303A@\"\266\202\203!\304\305\"\207\304\306\"\207" [:use-brackets-p get-text-property 0 plist-get format "_{%s}" "_%s"] 9 (#$ . 54274)]) #@172 Transcode a SUPERSCRIPT object from Org to ASCII. CONTENTS is the contents of the object. INFO is a plist holding contextual information. (fn SUPERSCRIPT CONTENTS INFO) (defalias 'org-ascii-superscript #[771 "\300\211;\203\301\302#\266\202\202\303A@\"\266\202\203!\304\305\"\207\304\306\"\207" [:use-brackets-p get-text-property 0 plist-get format "^{%s}" "^%s"] 9 (#$ . 54669)]) #@174 Transcode STRIKE-THROUGH from Org to ASCII. CONTENTS is text with strike-through markup. INFO is a plist holding contextual information. (fn STRIKE-THROUGH CONTENTS INFO) (defalias 'org-ascii-strike-through #[771 "\300\301\"\207" [format "+%s+"] 6 (#$ . 55070)]) #@160 Transcode a TABLE element from Org to ASCII. CONTENTS is the contents of the table. INFO is a plist holding contextual information. (fn TABLE CONTENTS INFO) (defalias 'org-ascii-table #[771 "\300\"\301\302\"\303\205\205\304P\305\211;\203&\306\307#\266\202\202.\301A@\"\266\202\310=\2037\202\262\301\311\"\203\226\301\312\"\313=\203\226\314\315\316\317#\203\226\320\321!r\211q\210\322\307\323\324\325!\326\"\327$\216\330\331 \211;\203u\306\307#\266\202\202}\301A@\"\266\202!c\210eb\210\332 \210db\210\333\316x\210e`{*\262\202\262\330\331\211;\203\251\306\307#\266\202\202\261\301A@\"\266\202!?\205\270Q#\207" [org-ascii--build-caption plist-get :ascii-caption-above org-ascii--justify-element "\n" :type get-text-property 0 org :ascii-table-use-ascii-art :ascii-charset utf-8 require ascii-art-to-unicode nil t generate-new-buffer " *temp*" make-byte-code "\301\300!\205 \302\300!\207" vconcat vector [buffer-name kill-buffer] 2 org-remove-indentation :value aa2u " \n"] 15 (#$ . 55343)]) #@314 Return width of TABLE-CELL. INFO is a plist used as a communication channel. Width of a cell is determined either by a width cookie in the same column as the cell, or by the maximum cell's length in that column. When `org-ascii-table-widen-columns' is non-nil, width cookies are ignored. (fn TABLE-CELL INFO) (defalias 'org-ascii--table-cell-width #[514 "\211C\300\211;\203\301\302#\266\203\202\303A@\"\266\203\211\300\211;\203.\301\302#\266\203\2026\303A@\"\266\203\211:\204B\304\262\202M\211@9\203M\211AA\262\211G>GZ\262\303\242\305\"\206n\303\306\242\305\307\310\311\"#\240\305\"B\303\242\312\"\313\"\206\310\314\315 \n\242\"\204\217\211\206\304\302C\316 \317\320\321\322\323\324\n#\325\"\326\327%\242$\210\211\242\262\204\267\211\202\302\203\301]\202\302\262\262#\266\206\207" [:parent get-text-property 0 plist-get nil :ascii-table-cell-width-cache plist-put make-hash-table :test equal :ascii-table-widen-columns gethash puthash org-export-table-cell-width org-element-map table-row make-byte-code 257 "\302\303\304\211:\204\305\262\202\211@9\203\211AA\262\301\234\211:\204'\305\262\2022\211@9\2032\211AA\262\300\242\"!\302\242]\240\207" vconcat vector [string-width org-export-data nil] 6 "\n\n(fn ROW)"] 24 (#$ . 56393)]) #@162 Transcode a TABLE-CELL object from Org to ASCII. CONTENTS is the cell contents. INFO is a plist used as a communication channel. (fn TABLE-CELL CONTENTS INFO) (defalias 'org-ascii-table-cell #[771 "\301\"\302\303\"\204!\304\206\305!X\204!\306\307ZO\310P\262\311\2051\312\313\"#\211\314\304\206:\305!Z\315\"P\262)\210\316\317\"\320\321\">\205_\302\322\"\323=\203^\324\202_\325P\207" [indent-tabs-mode org-ascii--table-cell-width plist-get :ascii-table-widen-columns string-width "" 0 2 "=>" nil org-ascii--justify-lines org-export-table-cell-alignment make-string 32 format " %s " right org-export-table-cell-borders :ascii-charset utf-8 "│" "|"] 10 (#$ . 57714)]) #@160 Transcode a TABLE-ROW element from Org to ASCII. CONTENTS is the row contents. INFO is a plist used as a communication channel. (fn TABLE-ROW CONTENTS INFO) (defalias 'org-ascii-table-row #[771 "\300\211;\203\301\302#\266\202\202\303A@\"\266\202\304=\205\305\305\303\306\"\307=\310\311\312\313\314%\"\315>\203_\204A\316>\203_\203R\317\320\321\322&\202\200\323\324\323\211&\202\200\316>\205\200\203v\325\326\327\330&\202\200\323\324\323\211&\331>\205\217\203\216\332\202\217\333\334\335>\205\301\204\242\336>\205\301\203\265\n \337\320\340\341&\202\301\n \323\324\323\211&\260\266\203\207" [:type get-text-property 0 plist-get standard #[1542 "\300\301\302\303\304\305\306\307\310&\311\"\312\313%\n$\"\314P\207" [apply concat org-element-map table-cell make-byte-code 257 "\306\301\"\307\301\"\310>\205\311\300\312\313\301\314%=\205\302\315\316\\\317\303!\"\320>\204-\321\202Q\322\300\211:\204:\321\262\202E\211@9\203E\211AA\262!@=\203P\305\202Q\304Q\207" vconcat vector [org-ascii--table-cell-width org-export-table-cell-borders left org-element-map table-cell identity t make-string 2 string-to-char right nil last] 9 "\n\n(fn CELL)" "\n"] 22 "\n\n(fn TABLE-ROW INFO LCORNER HORIZ VERT RCORNER)"] :ascii-charset utf-8 org-export-table-cell-borders org-element-map table-cell identity t top above "┍" "━" "┯" "┑" "+" "-" "├" "─" "┼" "┤" left "│" "|" "\n" bottom below "┕" "┷" "┙"] 17 (#$ . 58422)]) #@145 Transcode a TIMESTAMP object from Org to ASCII. CONTENTS is nil. INFO is a plist holding contextual information. (fn TIMESTAMP CONTENTS INFO) (defalias 'org-ascii-timestamp #[771 "\300\301!\"\207" [org-ascii-plain-text org-timestamp-translate] 6 (#$ . 59968)]) #@163 Transcode UNDERLINE from Org to ASCII. CONTENTS is the text with underline markup. INFO is a plist holding contextual information. (fn UNDERLINE CONTENTS INFO) (defalias 'org-ascii-underline #[771 "\300\301\"\207" [format "_%s_"] 6 (#$ . 60240)]) #@140 Return a VERBATIM object from Org to ASCII. CONTENTS is nil. INFO is a plist holding contextual information. (fn VERBATIM CONTENTS INFO) (defalias 'org-ascii-verbatim #[771 "\300\301\302\"\303\211;\203\304\305#\266\202\202\301A@\"\266\202\"\207" [format plist-get :ascii-verbatim-format :value get-text-property 0] 11 (#$ . 60497)]) #@167 Transcode a VERSE-BLOCK element from Org to ASCII. CONTENTS is verse block contents. INFO is a plist holding contextual information. (fn VERSE-BLOCK CONTENTS INFO) (defalias 'org-ascii-verse-block #[771 "\300\301#\302\303\"\"\207" [org-ascii--indent-string org-ascii--justify-element plist-get :ascii-quote-margin] 8 (#$ . 60849)]) #@355 Filter controlling number of blank lines after a headline. HEADLINE is a string representing a transcoded headline. BACKEND is symbol specifying back-end used for export. INFO is plist containing the communication channel. This function only applies to `ascii' back-end. See `org-ascii-headline-spacing' for information. (fn HEADLINE BACKEND INFO) (defalias 'org-ascii-filter-headline-blank-lines #[771 "\300\301\"\211\204\f\202\302AT\303\"\304\305#\262\207" [plist-get :ascii-headline-spacing make-string 10 replace-regexp-in-string "\n\\(?:\n[ ]*\\)*\\'"] 9 (#$ . 61194)]) #@273 Filter controlling number of blank lines between paragraphs. TREE is the parse tree. BACKEND is the symbol specifying back-end used for export. INFO is a plist used as a communication channel. See `org-ascii-paragraph-spacing' for information. (fn TREE BACKEND INFO) (defalias 'org-ascii-filter-paragraph-spacing #[771 "\300\301\"\302!\203\303\304\305\306\307\310\311  \"\312\"\313\314%#\210\210\207" [plist-get :ascii-paragraph-spacing wholenump org-element-map paragraph make-byte-code 257 "\302\300\"\211:\204\211;\205\303\262\202\211@9\205\211@\262\304=\205@\211\305\301;\2032\306\307$\207A\310A@#\240\210\266\203\207" vconcat vector [org-export-get-next-element plain-text paragraph :post-blank org-add-props nil plist-put] 9 "\n\n(fn P)"] 14 (#$ . 61793)]) #@205 Filter removing blank lines between comments. TREE is the parse tree. BACKEND is the symbol specifying back-end used for export. INFO is a plist used as a communication channel. (fn TREE BACKEND INFO) (defalias 'org-ascii-filter-comment-spacing #[771 "\300\301\302\303\304\305\306!\307\"\310\311%#\210\207" [org-element-map (comment comment-block) make-byte-code 257 "\301\300\"\211:\204\211;\205\302\262\202\211@9\205\211@\262\303>\205@\211\304\305;\2032\306\307$\207A\310A@#\240\210\266\203\207" vconcat vector [org-export-get-next-element plain-text (comment comment-block) :post-blank 0 org-add-props nil plist-put] 9 "\n\n(fn C)"] 12 (#$ . 62598)]) #@62 Assume region has Org syntax, and convert it to plain ASCII. (defalias 'org-ascii-convert-region-to-ascii #[0 "\301\302\301!)\207" [org-ascii-charset ascii org-export-replace-region-by] 2 (#$ . 63287) nil]) #@56 Assume region has Org syntax, and convert it to UTF-8. (defalias 'org-ascii-convert-region-to-utf8 #[0 "\301\302\303!)\207" [org-ascii-charset utf-8 org-export-replace-region-by ascii] 2 (#$ . 63501) nil]) #@999 Export current buffer to a text 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, strip title and table of contents from output. 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 ASCII Export*", which will be displayed when `org-export-show-temporary-export-buffer' is non-nil. (fn &optional ASYNC SUBTREEP VISIBLE-ONLY BODY-ONLY EXT-PLIST) (defalias 'org-ascii-export-as-ascii #[1280 "\300\301\302\303&\207" [org-export-to-buffer ascii "*Org ASCII Export*" #[0 "\300 \207" [text-mode] 1]] 14 (#$ . 63715) nil]) #@884 Export current buffer to a text 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, strip title and table of contents from output. 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. (fn &optional ASYNC SUBTREEP VISIBLE-ONLY BODY-ONLY EXT-PLIST) (defalias 'org-ascii-export-to-ascii #[1280 "\300\301\"\302\303&\207" [org-export-output-file-name ".txt" org-export-to-file ascii] 14 (#$ . 64902) nil]) #@234 Publish an Org file to ASCII. 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. (fn PLIST FILENAME PUB-DIR) (defalias 'org-ascii-publish-to-ascii #[771 "\300\301\302\303\301BB%\207" [org-publish-org-to ascii ".txt" :ascii-charset] 10 (#$ . 65959)]) #@236 Publish an Org file to Latin-1. 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. (fn PLIST FILENAME PUB-DIR) (defalias 'org-ascii-publish-to-latin1 #[771 "\300\301\302\303\304BB%\207" [org-publish-org-to ascii ".txt" :ascii-charset latin1] 10 (#$ . 66344)]) #@234 Publish an org file to UTF-8. 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. (fn PLIST FILENAME PUB-DIR) (defalias 'org-ascii-publish-to-utf8 #[771 "\300\301\302\303\304BB%\207" [org-publish-org-to ascii ".txt" :ascii-charset utf-8] 10 (#$ . 66739)]) (provide 'ox-ascii)