mirror of https://github.com/Chizi123/.emacs.d.git

Chizi123
2018-11-18 76bbd07de7add0f9d13c6914f158d19630fe2f62
commit | author | age
76bbd0 1 ;ELC
C 2 ;;; Compiled
3 ;;; in Emacs version 26.1
4 ;;; with all optimizations.
5
6 ;;; This file contains utf-8 non-ASCII characters,
7 ;;; and so cannot be loaded into Emacs 22 or earlier.
8 (and (boundp 'emacs-version)
9      (< (aref emacs-version (1- (length emacs-version))) ?A)
10      (string-lessp emacs-version "23")
11      (error "`%s' was compiled for Emacs 23 or later" #$))
12
13 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
14
15
16 (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)
17 #@538 Fill a string with specified text-width and return it.
18
19 S is the string being filled.  TEXT-WIDTH is an integer
20 specifying maximum length of a line.  INFO is the plist used as
21 a communication channel.
22
23 Optional argument JUSTIFY can specify any type of justification
24 among `left', `center', `right' or `full'.  A nil value is
25 equivalent to `left'.  For a justification that doesn't also fill
26 string, see `org-ascii--justify-lines' and
27 `org-ascii--justify-block'.
28
29 Return nil if S isn't a string.
30
31 (fn S TEXT-WIDTH INFO &optional JUSTIFY)
32 (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)])
33 #@206 Justify all lines in string S.
34 TEXT-WIDTH is an integer specifying maximum length of a line.
35 HOW determines the type of justification: it can be `left',
36 `right', `full' or `center'.
37
38 (fn S TEXT-WIDTH HOW)
39 (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)])
40 #@308 Justify CONTENTS of ELEMENT.
41 INFO is a plist used as a communication channel.  Justification
42 is done according to the type of element.  More accurately,
43 paragraphs are filled and other elements are justified as blocks,
44 that is according to the widest non blank line in CONTENTS.
45
46 (fn CONTENTS ELEMENT INFO)
47 (defalias 'org-ascii--justify-element #[771 "\301!\204\207\302\"\303!\211:\204\211;\205&\304\202&\211@9\205&\211@\262\305=\2036\306$\202\322\211\307=\203@\202\322\310\311!r\211q\210\312\313\314\315\316!\317\"\320$\216c\210eb\210\3212\317\313\212m\204\222\322\323\324!)\262\204\214\325\210i\211Y\203\202\326\321    \"\210\202\213\211V\203\213\211\262\210\325y\210\202_)Z\327=\203\240\330\202\241\320\245\211\313U\203\261\326\321    \"\210\202\312m\204\312\322\323\324!)\262\204\304\211j\210\325y\210\202\261\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)])
48 #@84 Indent string S by WIDTH white spaces.
49 Empty lines are not indented.
50
51 (fn S WIDTH)
52 (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 (#$ . 16104)])
53 #@111 Return string S with a partial box to its left.
54 INFO is a plist used as a communication channel.
55
56 (fn S INFO)
57 (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 (#$ . 16369)])
58 #@119 Return maximum text width for ELEMENT's contents.
59 INFO is a plist used as a communication channel.
60
61 (fn ELEMENT INFO)
62 (defalias 'org-ascii--current-text-width #[514 "\211:\204\211;\205\301\202\211@9\205\211@\262\211\302\267\202B\303\304\"\2029\303\305\"\306\"\211\2038\211\307_\202<\303\310\"\262Z\2029\311\312\313#\314\315\"\203U\303\304\"\202\203\316\303\305\"\303\310\"\317!\211\204j\320\202\200\306\"\211\203y\211\307_\202~\303\321\"\262\262#\211\322\323\324\325\"\303\326\"\307#\324\327\"\303\330\"_\320\211\2031\211@\211\211:\204\265\211;\205\275\301\202\275\211@9\205\275\211@\262\331=\203*\332\333\211;\203\325\334\320#\202\333\303A@\"\266\202\262\211;\203\354\334\320#\202\362\303A@\"\266\202\335=\203\\\262\202*\336\337\"\206\f\340!\336\341\211;\203\334\320#\202#\303A@\"\266\202!\\\\\262A\266\202\202\240\210\211\262#Z\266\202\207" [org-ascii-quote-margin plain-text #s(hash-table size 2 test eq rehash-size 1.5 rehash-threshold 0.8125 purecopy t data (inlinetask 31 headline 38)) plist-get :ascii-inlinetask-width :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\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\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\202\211@9\205\211@\262\301=\205S\211\302\211;\203.\303\304#\2024\305A@\"\266\202\262\211:\204F\211;\205N\300\202N\211@9\205N\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 (#$ . 16794)])
63 #@138 Return expected justification for ELEMENT's contents.
64 Return value is a symbol among `left', `center', `right' and
65 `full'.
66
67 (fn ELEMENT)
68 (defalias 'org-ascii--current-justification #[257 "\300\211\204x\301\211;\203\302\303#\202\304A@\"\266\202\211\262\203x\211:\2041\211;\2059\305\2029\211@9\2059\211@\262\211\306\267\202t\307\262\202t\310\211;\203V\302\303#\202\\\304A@\"\266\202\211\311\230\203j\312\262\202s\211\313\230\203s\314\262\210\210\202\211\206}\314\207" [nil :parent get-text-property 0 plist-get plain-text #s(hash-table size 2 test eq rehash-size 1.5 rehash-threshold 0.8125 purecopy t data (center-block 65 special-block 71)) center :type "JUSTIFYRIGHT" right "JUSTIFYLEFT" left] 9 (#$ . 18785)])
69 #@600 Format ELEMENT title and return it.
70
71 ELEMENT is either an `headline' or `inlinetask' element.  INFO is
72 a plist used as a communication channel.  TEXT-WIDTH is an
73 integer representing the maximum length of a line.
74
75 When optional argument UNDERLINE is non-nil, underline title,
76 without the tags, according to `org-ascii-underline'
77 specifications.
78
79 If optional argument NOTAGS is non-nil, no tags will be added to
80 the title.
81
82 When optional argument TOC is non-nil, use optional title if
83 possible.  It doesn't apply to `inlinetask' elements.
84
85 (fn ELEMENT INFO TEXT-WIDTH &optional UNDERLINE NOTAGS TOC)
86 (defalias 'org-ascii--build-title #[1539 "\211:\204\211;\205\300\202\211@9\205\211@\262\301=\211\2054\302\"\2054\303\304\305        \"\306#\307P\310\203F\203F\311        \"\202^\312    \211;\203V\313\314#\202\\\315A@\"\266\202\"\316\317\203k\320\202l\321\322\317\323\322##\266\202\315\324\"\205\243\325    \211;\203\216\313\314#\202\224\315A@\"\266\202\211\205\241\310\n\"\307P\262?\205\304\315    \326\"\205\304\327\n\n\"\211\205\302\330\331\303\332\333#\"\262\315\n\334\"\205\356\335 \211;\203\334\313\314#\202\342\315A@\"\266\202\211\205\354\330\336\"\262R\211\205\f\330\211\337\340!TZ\340!]\"\" \205=\205=\341\"S\315\342\"\315\343\"\236A8\211\205;\344\345\340!\346!\245\"P\262Q\207" [plain-text headline org-export-numbered-headline-p mapconcat number-to-string org-export-get-headline-number "." " " 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 format ":%s:" identity ":" :with-priority :priority "(#%c) " " %%%ds" string-width org-export-get-relative-level :ascii-charset :ascii-underline "\n" make-string char-width] 21 (#$ . 19540)])
87 #@204 Non-nil when ELEMENT has a caption affiliated keyword.
88 INFO is a plist used as a communication channel.  This function
89 is meant to be used as a predicate for `org-export-get-ordinal'.
90
91 (fn ELEMENT INFO)
92 (defalias 'org-ascii--has-caption-p #[514 "\300\211;\203\301\302#\202\303A@\"\207" [:caption get-text-property 0 plist-get] 8 (#$ . 21452)])
93 #@269 Return caption string for ELEMENT, if applicable.
94
95 INFO is a plist used as a communication channel.
96
97 The caption string contains the sequence number of ELEMENT along
98 with its real caption.  Return nil when ELEMENT has no affiliated
99 caption keyword.
100
101 (fn ELEMENT INFO)
102 (defalias 'org-ascii--build-caption #[514 "\300!\211\205R\301\302\303$\304\211:\204\211;\205%\305\202%\211@9\205%\211@\262\211\306\267\2025\307\2026\310\2026\302\262\"\311\312\"\313\314\"Q\315\"#\266\202\207" [org-export-get-caption org-export-get-ordinal nil org-ascii--has-caption-p org-ascii--translate plain-text #s(hash-table size 2 test eq rehash-size 1.5 rehash-threshold 0.8125 purecopy t data (table 45 src-block 49)) "Table %d:" "Listing %d:" org-ascii--fill-string format " " org-export-data org-ascii--current-text-width] 11 (#$ . 21812)])
103 #@430 Return a table of contents.
104
105 INFO is a plist used as a communication channel.
106
107 Optional argument N, when non-nil, is an integer specifying the
108 depth of the table.
109
110 Optional argument KEYWORD specifies the TOC keyword, if any, from
111 which the table of contents generation has been initiated.
112
113 When optional argument LOCAL is non-nil, build a table of
114 contents according to the current headline.
115
116 (fn INFO &optional N KEYWORD LOCAL)
117 (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\205U#\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 (#$ . 22667)])
118 #@169 Return a list of listings.
119
120 KEYWORD is the keyword that initiated the list of listings
121 generation.  INFO is a plist used as a communication channel.
122
123 (fn KEYWORD INFO)
124 (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 (#$ . 23906)])
125 #@165 Return a list of tables.
126
127 KEYWORD is the keyword that initiated the list of tables
128 generation.  INFO is a plist used as a communication channel.
129
130 (fn KEYWORD INFO)
131 (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 (#$ . 25038)])
132 #@181 Return a list of unique link references in ELEMENT.
133 ELEMENT is either a headline element or a section element.  INFO
134 is a plist used as a communication channel.
135
136 (fn ELEMENT INFO)
137 (defalias 'org-ascii--unique-links #[514 "\300C\301\302\303\304\305\"\306\"\307\310%\311\211:\204!\211;\205)\312\202)\211@9\205)\211@\262\313=\2034\202f\314\211;\203C\315\316#\202I\317A@\"\266\202\211:\204U\300\202b\211@9\203a\211AA\202b\211\262@D\320\300\321\322&\207" [nil make-byte-code 257 "\302\211;\203\303\304#\202\305A@\"\266\202\211:\204!\306\202.\211@9\203-\211AA\202.\211\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 (#$ . 26154)])
138 #@187 Describe DATUM object or element.
139 If DATUM is a string, consider it to be a file name, per
140 `org-export-resolve-id-link'.  INFO is the communication channel,
141 as a plist.
142
143 (fn DATUM INFO)
144 (defalias 'org-ascii--describe-datum #[514 "\211:\204\211;\205\300\202\211@9\205\211@\262\211\301\267\202^\302\303\"\202\302\304\305\"\306\"\203?\307\310\311\"\312#\202Z\313\314\211;\203P\315\316#\202V\317A@\"\266\202\"\"\202\320\321\322$\323\324\325#\211\211:\204x\211;\205\200\300\202\200\211@9\205\200\211@\262\211\326=\203\276\302\304\305\"\306\"\203\237\307\310\312#\202\272\313\314\211;\203\257\315\316#\202\265\317A@\"\266\202\"\"\202\204\312\304\327\"\202\211\330=\203\333\302\304\331\"\"\202\211\332=\203\354\302\304\333\"\"\202\211\334=\203\375\302\304\335\"\"\202\304\327\"\262\266\202\207" [plain-text #s(hash-table size 2 test eq rehash-size 1.5 rehash-threshold 0.8125 purecopy t data (plain-text 31 headline 38)) format "See file %s" 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 headline "Unknown reference" paragraph "See figure %s" src-block "See listing %s" table "See table %s"] 15 (#$ . 27292)])
145 #@254 Return a string describing a list of links.
146 LINKS is a list of link type objects, as returned by
147 `org-ascii--unique-links'.  WIDTH is the text width allowed for
148 the output string.  INFO is a plist used as a communication
149 channel.
150
151 (fn LINKS WIDTH INFO)
152 (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#\202\305A@\"\266\202\211:\204!\306\202.\211@9\203-\211AA\202.\211\262\307\206L\310\211;\203D\303\304#\202J\305A@\"\266\202\301\"\311\235\203X\306\202\324\312\235\203\206\205\324\313\232\203o\314\301\"\202s\315\301\"\316\317\320\321\301\"#\300\301#\322P\262\202\324\211:\204\220\306\202\235\211@9\203\234\211AA\202\235\211\262\204\246\306\202\324\323\324#\203\262\306\202\324\316\317\320\310\211;\203\306\303\304#\202\314\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] 14 "\n\n(fn LINK)" ""] 11 (#$ . 28741)])
153 #@106 Return checkbox string for ITEM or nil.
154 INFO is a plist used as a communication channel.
155
156 (fn ITEM INFO)
157 (defalias 'org-ascii--checkbox #[514 "\300\301\"\302=\303\211;\203\304\305#\202\300A@\"\266\202\211\306\267\202G\203+\307\202H\310\202H\2037\311\202H\312\202H\203C\313\202H\314\202H\315\262\207" [plist-get :ascii-charset utf-8 :checkbox get-text-property 0 #s(hash-table size 3 test eq rehash-size 1.5 rehash-threshold 0.8125 purecopy t data (on 35 off 47 trans 59)) "☑ " "[X] " "☐ " "[ ] " "☒ " "[-] " nil] 9 (#$ . 30021)])
158 #@97 Return document title, as a string.
159 INFO is a plist used as a communication channel.
160
161 (fn INFO)
162 (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\335\336\n\324 Q\324\"\"\"    \337_\340\245^\341 #\317!\205\341\f#\320\322    \206\"\316!]\322\206+\316!]\337\\ ^\203:\342\202;\343\"\326\324?\205F\324\226\205R\324P\317!\203j\317 !\203j\344\324R\202\203\317!\203x\344P\202\203\317 !\205\203\344 P\324\317!\205\221\325P\325\260\n\345#\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 length org-split-string 2 3 org-ascii--fill-string 9473 95 "\n\n" center] 25 (#$ . 30587)])
163 #@162 Return complete document string after ASCII conversion.
164 CONTENTS is the transcoded contents string.  INFO is a plist
165 holding export options.
166
167 (fn CONTENTS INFO)
168 (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\202)\211@9\203(\211AA\202)\211\262@\211\211:\204;\211;\205C\312\202C\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 (#$ . 32096)])
169 #@162 Return complete document string after ASCII conversion.
170 CONTENTS is the transcoded contents string.  INFO is a plist
171 holding export options.
172
173 (fn CONTENTS INFO)
174 (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 (#$ . 33467)])
175 #@127 Translate string S according to specified language and charset.
176 INFO is a plist used as a communication channel.
177
178 (fn S INFO)
179 (defalias 'org-ascii--translate #[514 "\300\301\302\303\304\"\"!\305#\207" [intern format ":%s" plist-get :ascii-charset org-export-translate] 8 (#$ . 34058)])
180 #@148 Transcode BOLD from Org to ASCII.
181 CONTENTS is the text with bold markup.  INFO is a plist holding
182 contextual information.
183
184 (fn BOLD CONTENTS INFO)
185 (defalias 'org-ascii-bold #[771 "\300\301\"\207" [format "*%s*"] 6 (#$ . 34355)])
186 #@177 Transcode a CENTER-BLOCK element from Org to ASCII.
187 CONTENTS holds the contents of the block.  INFO is a plist
188 holding contextual information.
189
190 (fn CENTER-BLOCK CONTENTS INFO)
191 (defalias 'org-ascii-center-block #[771 "\207" [] 4 (#$ . 34592)])
192 #@137 Transcode a CLOCK object from Org to ASCII.
193 CONTENTS is nil.  INFO is a plist holding contextual
194 information.
195
196 (fn CLOCK CONTENTS INFO)
197 (defalias 'org-ascii-clock #[771 "\301\302\303\304\211;\203\305\306#\202\307A@\"\266\202!\310\211;\203-\305\306#\2023\307A@\"\266\202\211\205C\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 (#$ . 34843)])
198 #@132 Return a CODE object from Org to ASCII.
199 CONTENTS is nil.  INFO is a plist holding contextual
200 information.
201
202 (fn CODE CONTENTS INFO)
203 (defalias 'org-ascii-code #[771 "\300\301\302\"\303\211;\203\304\305#\202\301A@\"\266\202\"\207" [format plist-get :ascii-verbatim-format :value get-text-property 0] 11 (#$ . 35383)])
204 #@165 Transcode a DRAWER element from Org to ASCII.
205 CONTENTS holds the contents of the block.  INFO is a plist
206 holding contextual information.
207
208 (fn DRAWER CONTENTS INFO)
209 (defalias 'org-ascii-drawer #[771 "\300\211;\203\301\302#\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 (#$ . 35715)])
210 #@179 Transcode a DYNAMIC-BLOCK element from Org to ASCII.
211 CONTENTS holds the contents of the block.  INFO is a plist
212 holding contextual information.
213
214 (fn DYNAMIC-BLOCK CONTENTS INFO)
215 (defalias 'org-ascii-dynamic-block #[771 "\207" [] 4 (#$ . 36123)])
216 #@159 Transcode an ENTITY object from Org to ASCII.
217 CONTENTS are the definition itself.  INFO is a plist holding
218 contextual information.
219
220 (fn ENTITY CONTENTS INFO)
221 (defalias 'org-ascii-entity #[771 "\300\301\302\303\304\"!P!\211;\203\305\306#\202\303A@\"\207" [intern ":" symbol-name plist-get :ascii-charset get-text-property 0] 9 (#$ . 36377)])
222 #@154 Transcode a EXAMPLE-BLOCK element from Org to ASCII.
223 CONTENTS is nil.  INFO is a plist holding contextual information.
224
225 (fn EXAMPLE-BLOCK CONTENTS INFO)
226 (defalias 'org-ascii-example-block #[771 "\300\301\302\"\"#\207" [org-ascii--justify-element org-ascii--box-string org-export-format-code-default] 8 (#$ . 36735)])
227 #@155 Transcode a EXPORT-SNIPPET object from Org to ASCII.
228 CONTENTS is nil.  INFO is a plist holding contextual information.
229
230 (fn EXPORT-SNIPPET CONTENTS INFO)
231 (defalias 'org-ascii-export-snippet #[771 "\300!\301=\205\302\211;\203\303\304#\202\305A@\"\266\202\207" [org-export-snippet-backend ascii :value get-text-property 0 plist-get] 9 (#$ . 37064)])
232 #@152 Transcode a EXPORT-BLOCK element from Org to ASCII.
233 CONTENTS is nil.  INFO is a plist holding contextual information.
234
235 (fn EXPORT-BLOCK CONTENTS INFO)
236 (defalias 'org-ascii-export-block #[771 "\300\211;\203\301\302#\202\303A@\"\266\202\304\230\2057\305\306\211;\203,\301\302#\2022\303A@\"\266\202#\207" [:type get-text-property 0 plist-get "ASCII" org-ascii--justify-element :value] 10 (#$ . 37431)])
237 #@150 Transcode a FIXED-WIDTH element from Org to ASCII.
238 CONTENTS is nil.  INFO is a plist holding contextual information.
239
240 (fn FIXED-WIDTH CONTENTS INFO)
241 (defalias 'org-ascii-fixed-width #[771 "\300\301\302\303\211;\203\304\305#\202\306A@\"\266\202!\"#\207" [org-ascii--justify-element org-ascii--box-string org-remove-indentation :value get-text-property 0 plist-get] 12 (#$ . 37857)])
242 #@164 Transcode a FOOTNOTE-REFERENCE element from Org to ASCII.
243 CONTENTS is nil.  INFO is a plist holding contextual information.
244
245 (fn FOOTNOTE-REFERENCE CONTENTS INFO)
246 (defalias 'org-ascii-footnote-reference #[771 "\300\301\302\"\"\207" [format "[%s]" org-export-get-footnote-number] 8 (#$ . 38259)])
247 #@172 Transcode a HEADLINE element from Org to ASCII.
248 CONTENTS holds the contents of the headline.  INFO is a plist
249 holding contextual information.
250
251 (fn HEADLINE CONTENTS INFO)
252 (defalias 'org-ascii-headline #[771 "\300\211;\203\301\302#\202\303A@\"\266\202?\205 \304\"\305\"\306?$\307\303\310\"@\206O\311\211;\203C\301\302#\202I\303A@\"\266\202\206O\302\312\"\303\313\"\205c\314\315\"#\316!\204n\202\326\211:\204y\317\202\206\211@9\203\205\211AA\202\206\211\262\211@\211\211:\204\231\211;\205\241\320\202\241\211@9\205\241\211@\262\321=\205\251\211\262\211\205\270\322\323\n\"!\324P\325\326\327\330\331\332!\333\"\334\335%\203\320A\202\321\336#Q\266\202\203\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 (#$ . 38564)])
253 #@158 Transcode an HORIZONTAL-RULE object from Org to ASCII.
254 CONTENTS is nil.  INFO is a plist holding contextual
255 information.
256
257 (fn HORIZONTAL-RULE CONTENTS INFO)
258 (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 (#$ . 39943)])
259 #@185 Transcode an INLINE-SRC-BLOCK element from Org to ASCII.
260 CONTENTS holds the contents of the item.  INFO is a plist holding
261 contextual information.
262
263 (fn INLINE-SRC-BLOCK CONTENTS INFO)
264 (defalias 'org-ascii-inline-src-block #[771 "\300\301\302\"\303\211;\203\304\305#\202\301A@\"\266\202\"\207" [format plist-get :ascii-verbatim-format :value get-text-property 0] 11 (#$ . 40488)])
265 #@195 Format an inline task element for ASCII export.
266 See `org-ascii-format-inlinetask-function' for a description
267 of the parameters.
268
269 (fn TODO TYPE PRIORITY NAME TAGS CONTENTS WIDTH INLINETASK INFO)
270 (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 (#$ . 40885)])
271 #@174 Transcode an INLINETASK element from Org to ASCII.
272 CONTENTS holds the contents of the block.  INFO is a plist
273 holding contextual information.
274
275 (fn INLINETASK CONTENTS INFO)
276 (defalias 'org-ascii-inlinetask #[771 "\300\"\301\302\"\301\303\"\2050\304\211;\203\305\306#\202$\301A@\"\266\202\211\205.\307\"\262\310\211;\203@\305\306#\202F\301A@\"\266\202\301\311\"\205g\312\211;\203_\305\306#\202e\301A@\"\266\202\307\313    \211;\203x\305\306#\202~\301A@\"\266\202\"\301\314\"\205\243\315    \211;\203\233\305\306#\202\241\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 (#$ . 41803)])
277 #@154 Transcode italic from Org to ASCII.
278 CONTENTS is the text with italic markup.  INFO is a plist holding
279 contextual information.
280
281 (fn ITALIC CONTENTS INFO)
282 (defalias 'org-ascii-italic #[771 "\300\301\"\207" [format "/%s/"] 6 (#$ . 42633)])
283 #@161 Transcode an ITEM element from Org to ASCII.
284 CONTENTS holds the contents of the item.  INFO is a plist holding
285 contextual information.
286
287 (fn ITEM CONTENTS INFO)
288 (defalias 'org-ascii-item #[771 "\302\303\"\304=\305\"\306\307\211;\203\310\311#\202!\302A@\"\266\202\262\211;\2032\310\311#\2028\302A@\"\266\202\211\312\267\202\373\313\314\211;\203R\310\311#\202X\302A@\"\266\202\"P\202c\315\211;\203q\310\311#\202w\302A@\"\266\202\316\211;\203\211\310\311#\202\217\302A@\"\266\202\317 \320\311\321\322\323!\324\"\325$\216\203\256\326\"\203\256\327\202\257\330\326\331\"\203\301\332\333\211\334%\202\302\262)\262\262\335\336\337\340 \211;\203\334\310\311#\202\342\302A@\"\266\202\341!\342!$!@!\343\344#\266\203\202c\316\211;\203 \310\311#\202\302A@\"\266\202\317 \320\311\321\322\323!\345\"\325$\216\2030\326\"\2030\327\2021\330\326\331\"\203C\332\333\211\334%\202D\262)\262\262\204S\211\202a\343\346\347\343\350\351\343\352\353    ###\262\354=\203m    \202p\355!\356    \"\354=\204\342\357!\203\342\360\320\361\362\322\323!\363\"\364\365%\f\211:\204\234\333\202\251\211@9\203\250\211AA\202\251\211\262\"\211:\204\272\211;\205\302\366\202\302\211@9\205\302\211@\262\367=\203\342\211\333\343\203\324\370\202\325\371\372\343\373\372##\266\202\202\345\374P\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 #s(hash-table size 2 test eq rehash-size 1.5 rehash-threshold 0.8125 purecopy t data (descriptive 64 ordered 97)) org-export-data :tag :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]+" [set-match-data evaporate] "-" "•" "+" "⁃" "*" "‣" descriptive 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 (#$ . 42878)])
289 #@142 Transcode a KEYWORD element from Org to ASCII.
290 CONTENTS is nil.  INFO is a plist holding contextual
291 information.
292
293 (fn KEYWORD CONTENTS INFO)
294 (defalias 'org-ascii-keyword #[771 "\302\211;\203\303\304#\202\305A@\"\266\202\306\211;\203&\303\304#\202,\305A@\"\266\202\307\230\203=\310#\202\257\311\230\205\257\310\312\313\314\312\315#)\266\203\203}\315\316\"\205c\317\320\304\"!\321\314\312\315#)\266\203\322\n$\266\202\202\252\323\314\312\315#)\266\203\203\225\324\"\202\252\325\314\312\315#)\266\203\205\252\326\")#\207" [case-fold-search inhibit-changing-match-data :key get-text-property 0 plist-get :value "ASCII" org-ascii--justify-element "TOC" t "\\<headlines\\>" nil string-match "\\<[0-9]+\\>" string-to-number match-string "\\<local\\>" org-ascii--build-toc "\\<tables\\>" org-ascii--list-tables "\\<listings\\>" org-ascii--list-listings] 14 (#$ . 45180)])
295 #@162 Transcode a LATEX-ENVIRONMENT element from Org to ASCII.
296 CONTENTS is nil.  INFO is a plist holding contextual
297 information.
298
299 (fn LATEX-ENVIRONMENT CONTENTS INFO)
300 (defalias 'org-ascii-latex-environment #[771 "\300\301\"\205$\302\303\304\211;\203\305\306#\202\300A@\"\266\202!#\207" [plist-get :with-latex org-ascii--justify-element org-remove-indentation :value get-text-property 0] 11 (#$ . 46119)])
301 #@155 Transcode a LATEX-FRAGMENT object from Org to ASCII.
302 CONTENTS is nil.  INFO is a plist holding contextual
303 information.
304
305 (fn LATEX-FRAGMENT CONTENTS INFO)
306 (defalias 'org-ascii-latex-fragment #[771 "\300\301\"\205\302\211;\203\303\304#\202\300A@\"\266\202\207" [plist-get :with-latex :value get-text-property 0] 9 (#$ . 46538)])
307 #@149 Transcode a LINE-BREAK object from Org to ASCII.
308 CONTENTS is nil.  INFO is a plist holding contextual
309   information.
310
311 (fn LINE-BREAK CONTENTS INFO)
312 (defalias 'org-ascii-line-break #[771 "\207" [hard-newline] 4 (#$ . 46884)])
313 #@177 Transcode a LINK object from Org to ASCII.
314
315 DESC is the description part of the link, or the empty string.
316 INFO is a plist holding contextual information.
317
318 (fn LINK DESC INFO)
319 (defalias 'org-ascii-link #[771 "\300\211;\203\301\302#\202\303A@\"\266\202\304\305#\206H\211\306\230\203M\307\211;\2034\301\302#\202:\303A@\"\266\202\310\311\"\312\"\"\262\202H\211\313\230\203W\202H\211\314\235\203\211\315\230\203j\316\"\202n\317\"\211\211:\204}\211;\205\205\320\202\205\211@9\205\205\211@\262\203\247\303\321\"\203\232\310\322\"\202\n\310\323\324\"\"P\202\n\211\320=\203\261\202\n\211\325=\203\347\326\"\203\312\327\330\331\"\332#\202\n\333\334\211;\203\332\301\302#\202\340\303A@\"\266\202\"\202\n\335\336\337$\211\203\211\211:\204\375\330!\202\327\330\332#\262\202\340\262\262\262\202H\341\211;\203 \301\302#\202&\303A@\"\266\202\342!\2045\310\322\"\202F\310\322\"\303\321\"?\205E\310\323\"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] 13 (#$ . 47117)])
320 #@154 Transcode a NODE-PROPERTY element from Org to ASCII.
321 CONTENTS is nil.  INFO is a plist holding contextual
322 information.
323
324 (fn NODE-PROPERTY CONTENTS INFO)
325 (defalias 'org-ascii-node-property #[771 "\300\301\302\211;\203\303\304#\202\305A@\"\266\202\306\211;\203)\303\304#\202/\305A@\"\266\202\211\203;\307P\202<\310\262#\207" [format "%s:%s" :key get-text-property 0 plist-get :value " " ""] 12 (#$ . 48688)])
326 #@188 Transcode a PARAGRAPH element from Org to ASCII.
327 CONTENTS is the contents of the paragraph, as a string.  INFO is
328 the plist used as a communication channel.
329
330 (fn PARAGRAPH CONTENTS INFO)
331 (defalias 'org-ascii-paragraph #[771 "\300\301\302\"\303!\204\202Z\304\"?\205K\305\211;\203'\306\307#\202-\301A@\"\266\202\262\211:\204?\211;\205G\310\202G\211@9\205G\211@\262\311=?\205S\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 (#$ . 49123)])
332 #@169 Transcode a PLAIN-LIST element from Org to ASCII.
333 CONTENTS is the contents of the list.  INFO is a plist holding
334 contextual information.
335
336 (fn PLAIN-LIST CONTENTS INFO)
337 (defalias 'org-ascii-plain-list #[771 "\300\301\"\211\302W\204A\303\211;\203\304\305#\202 \300A@\"\266\202\262\211:\2042\211;\205:\306\202:\211@9\205:\211@\262\307=\203E\202I\310\"\207" [plist-get :ascii-list-margin 1 :parent get-text-property 0 plain-text item org-ascii--indent-string] 11 (#$ . 49795)])
338 #@109 Transcode a TEXT string from Org to ASCII.
339 INFO is a plist used as a communication channel.
340
341 (fn TEXT INFO)
342 (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 (#$ . 50298)])
343 #@145 Transcode a PLANNING element from Org to ASCII.
344 CONTENTS is nil.  INFO is a plist used as a communication
345 channel.
346
347 (fn PLANNING CONTENTS INFO)
348 (defalias 'org-ascii-planning #[771 "\303\304\305\306\307\310\211;\203\311\312#\202\313A@\"\266\202\211\205'\314\315!Q\262\316    \211;\2039\311\312#\202?\313A@\"\266\202\211\205K    \314\315!Q\262\317\n\211;\203]\311\312#\202c\313A@\"\266\202\211\205o\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 (#$ . 50827)])
349 #@184 Transcode a PROPERTY-DRAWER element from Org to ASCII.
350 CONTENTS holds the contents of the drawer.  INFO is a plist
351 holding contextual information.
352
353 (fn PROPERTY-DRAWER CONTENTS INFO)
354 (defalias 'org-ascii-property-drawer #[771 "\300!\205 \301#\207" [org-string-nw-p org-ascii--justify-element] 7 (#$ . 51512)])
355 #@175 Transcode a QUOTE-BLOCK element from Org to ASCII.
356 CONTENTS holds the contents of the block.  INFO is a plist
357 holding contextual information.
358
359 (fn QUOTE-BLOCK CONTENTS INFO)
360 (defalias 'org-ascii-quote-block #[771 "\300\301\302\"\"\207" [org-ascii--indent-string plist-get :ascii-quote-margin] 8 (#$ . 51834)])
361 #@174 Transcode a RADIO-TARGET object from Org to ASCII.
362 CONTENTS is the contents of the target.  INFO is a plist holding
363 contextual information.
364
365 (fn RADIO-TARGET CONTENTS INFO)
366 (defalias 'org-ascii-radio-target #[771 "\207" [] 4 (#$ . 52153)])
367 #@166 Transcode a SECTION element from Org to ASCII.
368 CONTENTS is the contents of the section.  INFO is a plist holding
369 contextual information.
370
371 (fn SECTION CONTENTS INFO)
372 (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 (#$ . 52401)])
373 #@179 Transcode a SPECIAL-BLOCK element from Org to ASCII.
374 CONTENTS holds the contents of the block.  INFO is a plist
375 holding contextual information.
376
377 (fn SPECIAL-BLOCK CONTENTS INFO)
378 (defalias 'org-ascii-special-block #[771 "\207" [] 4 (#$ . 53083)])
379 #@170 Transcode a SRC-BLOCK element from Org to ASCII.
380 CONTENTS holds the contents of the item.  INFO is a plist holding
381 contextual information.
382
383 (fn SRC-BLOCK CONTENTS INFO)
384 (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 (#$ . 53337)])
385 #@161 Transcode a STATISTICS-COOKIE object from Org to ASCII.
386 CONTENTS is nil.  INFO is a plist holding contextual information.
387
388 (fn STATISTICS-COOKIE CONTENTS INFO)
389 (defalias 'org-ascii-statistics-cookie #[771 "\300\211;\203\301\302#\202\303A@\"\207" [:value get-text-property 0 plist-get] 9 (#$ . 53839)])
390 #@168 Transcode a SUBSCRIPT object from Org to ASCII.
391 CONTENTS is the contents of the object.  INFO is a plist holding
392 contextual information.
393
394 (fn SUBSCRIPT CONTENTS INFO)
395 (defalias 'org-ascii-subscript #[771 "\300\211;\203\301\302#\202\303A@\"\266\202\203\304\305\"\207\304\306\"\207" [:use-brackets-p get-text-property 0 plist-get format "_{%s}" "_%s"] 9 (#$ . 54157)])
396 #@172 Transcode a SUPERSCRIPT object from Org to ASCII.
397 CONTENTS is the contents of the object.  INFO is a plist holding
398 contextual information.
399
400 (fn SUPERSCRIPT CONTENTS INFO)
401 (defalias 'org-ascii-superscript #[771 "\300\211;\203\301\302#\202\303A@\"\266\202\203\304\305\"\207\304\306\"\207" [:use-brackets-p get-text-property 0 plist-get format "^{%s}" "^%s"] 9 (#$ . 54544)])
402 #@174 Transcode STRIKE-THROUGH from Org to ASCII.
403 CONTENTS is text with strike-through markup.  INFO is a plist
404 holding contextual information.
405
406 (fn STRIKE-THROUGH CONTENTS INFO)
407 (defalias 'org-ascii-strike-through #[771 "\300\301\"\207" [format "+%s+"] 6 (#$ . 54937)])
408 #@160 Transcode a TABLE element from Org to ASCII.
409 CONTENTS is the contents of the table.  INFO is a plist holding
410 contextual information.
411
412 (fn TABLE CONTENTS INFO)
413 (defalias 'org-ascii-table #[771 "\300\"\301\302\"\303\205\205\304P\305\211;\203$\306\307#\202*\301A@\"\266\202\310=\2035\202\254\301\311\"\203\222\301\312\"\313=\203\222\314\315\316\317#\203\222\320\321!r\211q\210\322\307\323\324\325!\326\"\327$\216\330\331    \211;\203q\306\307#\202w\301A@\"\266\202!c\210eb\210\332 \210db\210\333\316x\210e`{*\262\202\254\330\331\211;\203\243\306\307#\202\251\301A@\"\266\202!?\205\262Q#\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 (#$ . 55210)])
414 #@314 Return width of TABLE-CELL.
415
416 INFO is a plist used as a communication channel.
417
418 Width of a cell is determined either by a width cookie in the
419 same column as the cell, or by the maximum cell's length in that
420 column.
421
422 When `org-ascii-table-widen-columns' is non-nil, width cookies
423 are ignored.
424
425 (fn TABLE-CELL INFO)
426 (defalias 'org-ascii--table-cell-width #[514 "\211C\300\211;\203\301\302#\202\303A@\"\266\202\262\211\300\211;\203,\301\302#\2022\303A@\"\266\202\262\211:\204@\304\202M\211@9\203L\211AA\202M\211\262\211G>GZ\262\303\242\305\"\206p\303\306\242\305\307\310\311\"#\240\305\"B\303\242\312\"\313\"\206\312\314\315 \n\242\"\204\221\211\206\306\302C\316    \317\320\321\322\323\324\n#\325\"\326\327%\242$\210\211\242\262\204\271\211\202\304\203\303]\202\304\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\202\211@9\203\211AA\202\211\262\301\234\211:\204'\305\2024\211@9\2033\211AA\2024\211\262\300\242\"!\302\242]\240\207" vconcat vector [string-width org-export-data nil] 6 "\n\n(fn ROW)"] 24 (#$ . 56236)])
427 #@162 Transcode a TABLE-CELL object from Org to ASCII.
428 CONTENTS is the cell contents.  INFO is a plist used as
429 a communication channel.
430
431 (fn TABLE-CELL CONTENTS INFO)
432 (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 (#$ . 57566)])
433 #@160 Transcode a TABLE-ROW element from Org to ASCII.
434 CONTENTS is the row contents.  INFO is a plist used as
435 a communication channel.
436
437 (fn TABLE-ROW CONTENTS INFO)
438 (defalias 'org-ascii-table-row #[771 "\300\211;\203\301\302#\202\303A@\"\266\202\304=\205\303\305\303\306\"\307=\310\311\312\313\314%\"\315>\203]\204?\316>\203]\203P\317\320\321\322&\202~\323\324\323\211&\202~\316>\205~\203t\325\326\327\330&\202~\323\324\323\211&\331>\205\215\203\214\332\202\215\333\334\335>\205\277\204\240\336>\205\277\203\263\n    \337\320\340\341&\202\277\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\202S\322\300\211:\2048\321\202E\211@9\203D\211AA\202E\211\262!@=\203R\305\202S\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 (#$ . 58274)])
439 #@145 Transcode a TIMESTAMP object from Org to ASCII.
440 CONTENTS is nil.  INFO is a plist holding contextual information.
441
442 (fn TIMESTAMP CONTENTS INFO)
443 (defalias 'org-ascii-timestamp #[771 "\300\301!\"\207" [org-ascii-plain-text org-timestamp-translate] 6 (#$ . 59805)])
444 #@163 Transcode UNDERLINE from Org to ASCII.
445 CONTENTS is the text with underline markup.  INFO is a plist
446 holding contextual information.
447
448 (fn UNDERLINE CONTENTS INFO)
449 (defalias 'org-ascii-underline #[771 "\300\301\"\207" [format "_%s_"] 6 (#$ . 60077)])
450 #@140 Return a VERBATIM object from Org to ASCII.
451 CONTENTS is nil.  INFO is a plist holding contextual information.
452
453 (fn VERBATIM CONTENTS INFO)
454 (defalias 'org-ascii-verbatim #[771 "\300\301\302\"\303\211;\203\304\305#\202\301A@\"\266\202\"\207" [format plist-get :ascii-verbatim-format :value get-text-property 0] 11 (#$ . 60334)])
455 #@167 Transcode a VERSE-BLOCK element from Org to ASCII.
456 CONTENTS is verse block contents.  INFO is a plist holding
457 contextual information.
458
459 (fn VERSE-BLOCK CONTENTS INFO)
460 (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 (#$ . 60678)])
461 #@355 Filter controlling number of blank lines after a headline.
462
463 HEADLINE is a string representing a transcoded headline.  BACKEND
464 is symbol specifying back-end used for export.  INFO is plist
465 containing the communication channel.
466
467 This function only applies to `ascii' back-end.  See
468 `org-ascii-headline-spacing' for information.
469
470 (fn HEADLINE BACKEND INFO)
471 (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 (#$ . 61023)])
472 #@273 Filter controlling number of blank lines between paragraphs.
473
474 TREE is the parse tree.  BACKEND is the symbol specifying
475 back-end used for export.  INFO is a plist used as
476 a communication channel.
477
478 See `org-ascii-paragraph-spacing' for information.
479
480 (fn TREE BACKEND INFO)
481 (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\202\211@9\205\211@\262\304=\205@\211\305\301;\2032\306\307$\202>A\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 (#$ . 61622)])
482 #@205 Filter removing blank lines between comments.
483 TREE is the parse tree.  BACKEND is the symbol specifying
484 back-end used for export.  INFO is a plist used as
485 a communication channel.
486
487 (fn TREE BACKEND INFO)
488 (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\202\211@9\205\211@\262\303>\205@\211\304\305;\2032\306\307$\202>A\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 (#$ . 62424)])
489 #@999 Export current buffer to a text buffer.
490
491 If narrowing is active in the current buffer, only export its
492 narrowed part.
493
494 If a region is active, export that region.
495
496 A non-nil optional argument ASYNC means the process should happen
497 asynchronously.  The resulting buffer should be accessible
498 through the `org-export-stack' interface.
499
500 When optional argument SUBTREEP is non-nil, export the sub-tree
501 at point, extracting information from the headline properties
502 first.
503
504 When optional argument VISIBLE-ONLY is non-nil, don't export
505 contents of hidden elements.
506
507 When optional argument BODY-ONLY is non-nil, strip title and
508 table of contents from output.
509
510 EXT-PLIST, when provided, is a property list with external
511 parameters overriding Org default settings, but still inferior to
512 file-local settings.
513
514 Export is done in a buffer named "*Org ASCII Export*", which
515 will be displayed when `org-export-show-temporary-export-buffer'
516 is non-nil.
517
518 (fn &optional ASYNC SUBTREEP VISIBLE-ONLY BODY-ONLY EXT-PLIST)
519 (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 (#$ . 63111) nil])
520 #@884 Export current buffer to a text file.
521
522 If narrowing is active in the current buffer, only export its
523 narrowed part.
524
525 If a region is active, export that region.
526
527 A non-nil optional argument ASYNC means the process should happen
528 asynchronously.  The resulting file should be accessible through
529 the `org-export-stack' interface.
530
531 When optional argument SUBTREEP is non-nil, export the sub-tree
532 at point, extracting information from the headline properties
533 first.
534
535 When optional argument VISIBLE-ONLY is non-nil, don't export
536 contents of hidden elements.
537
538 When optional argument BODY-ONLY is non-nil, strip title and
539 table of contents from output.
540
541 EXT-PLIST, when provided, is a property list with external
542 parameters overriding Org default settings, but still inferior to
543 file-local settings.
544
545 Return output file's name.
546
547 (fn &optional ASYNC SUBTREEP VISIBLE-ONLY BODY-ONLY EXT-PLIST)
548 (defalias 'org-ascii-export-to-ascii #[1280 "\300\301\"\302\303&\207" [org-export-output-file-name ".txt" org-export-to-file ascii] 14 (#$ . 64298) nil])
549 #@234 Publish an Org file to ASCII.
550
551 FILENAME is the filename of the Org file to be published.  PLIST
552 is the property list for the given project.  PUB-DIR is the
553 publishing directory.
554
555 Return output file name.
556
557 (fn PLIST FILENAME PUB-DIR)
558 (defalias 'org-ascii-publish-to-ascii #[771 "\300\301\302\303\301BB%\207" [org-publish-org-to ascii ".txt" :ascii-charset] 10 (#$ . 65355)])
559 #@236 Publish an Org file to Latin-1.
560
561 FILENAME is the filename of the Org file to be published.  PLIST
562 is the property list for the given project.  PUB-DIR is the
563 publishing directory.
564
565 Return output file name.
566
567 (fn PLIST FILENAME PUB-DIR)
568 (defalias 'org-ascii-publish-to-latin1 #[771 "\300\301\302\303\304BB%\207" [org-publish-org-to ascii ".txt" :ascii-charset latin1] 10 (#$ . 65740)])
569 #@234 Publish an org file to UTF-8.
570
571 FILENAME is the filename of the Org file to be published.  PLIST
572 is the property list for the given project.  PUB-DIR is the
573 publishing directory.
574
575 Return output file name.
576
577 (fn PLIST FILENAME PUB-DIR)
578 (defalias 'org-ascii-publish-to-utf8 #[771 "\300\301\302\303\304BB%\207" [org-publish-org-to ascii ".txt" :ascii-charset utf-8] 10 (#$ . 66135)])
579 (provide 'ox-ascii)