Server IP : 111.118.215.189 / Your IP : 18.117.158.174 Web Server : Apache System : Linux md-in-83.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : a1673wkz ( 2475) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /usr/share/emacs/24.3/lisp/org/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
;ELC ;;; Compiled by mockbuild@buildfarm06-new.corp.cloudlinux.com on Fri Oct 11 10:06:49 2024 ;;; from file /builddir/build/BUILD/emacs-24.3/lisp/org/org-ascii.el ;;; in Emacs version 24.3.1 ;;; with all optimizations. ;;; This file uses dynamic docstrings, first added in Emacs 19.29. ;;; This file does not contain utf-8 non-ASCII characters, ;;; and so can be loaded in Emacs versions earlier than 23. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (byte-code "\300\301!\210\302\303\304\305\306\307\310\311&\210\312\313\314\315\310\303\316\317&\210\312\320\321\322\310\303\316\323&\210\312\324\325\326\310\303\316\327&\210\312\330\304\331\310\303\316\327&\210\312\332\325\333\310\303\316\327&\207" [require org-exp custom-declare-group org-export-ascii nil "Options specific for ASCII export of Org-mode files." :tag "Org Export ASCII" :group org-export custom-declare-variable org-export-ascii-underline '(61 45 126 67108896 46 35 36) "Characters for underlining headings in ASCII export.\nIn the given sequence, these characters will be used for level 1, 2, ..." :type (repeat character) org-export-ascii-bullets '(42 43 45) "Bullet characters for headlines converted to lists in ASCII export.\nThe first character is used for the first lest level generated in this\nway, and so on. If there are more levels than characters given here,\nthe list will be repeated.\nNote that plain lists will keep the same bullets as the have in the\nOrg-mode file." (repeat character) org-export-ascii-links-to-notes t "Non-nil means convert links to notes before the next headline.\nWhen nil, the link will be exported in place. If the line becomes long\nin this way, it will be wrapped." boolean org-export-ascii-table-keep-all-vertical-lines "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-export-ascii-table-widen-columns "Non-nil means widen narrowed columns for export.\nWhen nil, narrowed columns will look in ASCII export just like in org-mode,\ni.e. with \"=>\" as ellipsis."] 8) #@193 The ascii representation to be used during ascii export. Possible values are: ascii Only use plain ASCII characters latin1 Include Latin-1 character utf8 Use all UTF-8 characters (defvar org-export-ascii-entities 'ascii (#$ . 2192)) #@57 Hook run at the end of ASCII export, in the new buffer. (defvar org-export-ascii-final-hook nil (#$ . 2444)) (defvar org-ascii-current-indentation nil) #@70 Like `org-export-as-ascii', use latin1 encoding for special symbols. (defalias 'org-export-as-latin1 #[(&rest args) "\301\302\303\304!\305$\207" [args org-export-as-encoding org-export-as-ascii called-interactively-p any latin1] 5 (#$ . 2602) nil]) #@72 Like `org-export-as-ascii-to-buffer', use latin1 encoding for symbols. (defalias 'org-export-as-latin1-to-buffer #[(&rest args) "\301\302\303\304!\305$\207" [args org-export-as-encoding org-export-as-ascii-to-buffer called-interactively-p any latin1] 5 (#$ . 2858) nil]) #@63 Like `org-export-as-ascii', use encoding for special symbols. (defalias 'org-export-as-utf8 #[(&rest args) "\301\302\303\304!\305$\207" [args org-export-as-encoding org-export-as-ascii called-interactively-p any utf8] 5 (#$ . 3136) nil]) #@70 Like `org-export-as-ascii-to-buffer', use utf8 encoding for symbols. (defalias 'org-export-as-utf8-to-buffer #[(&rest args) "\301\302\303\304!\305$\207" [args org-export-as-encoding org-export-as-ascii-to-buffer called-interactively-p any utf8] 5 (#$ . 3381) nil]) (defalias 'org-export-as-encoding #[(command interactivep encoding &rest args) "\n\203\f \305!\202 \306\f\")\207" [encoding org-export-ascii-entities interactivep command args call-interactively apply] 3]) #@143 Call `org-export-as-ascii` with output to a temporary buffer. No file is created. The prefix ARG is passed through to `org-export-as-ascii'. (defalias 'org-export-as-ascii-to-buffer #[(arg) "\302\303\304#\210 \205 \305\304!\207" [arg org-export-show-temporary-export-buffer org-export-as-ascii nil "*Org ASCII Export*" switch-to-buffer-other-window] 4 (#$ . 3865) "P"]) #@235 Assume the current region has org-mode syntax, and convert it to plain ASCII. This can be used in any buffer. For example, you could write an itemized list in org-mode syntax in a Mail buffer and then use this command to convert it. (defalias 'org-replace-region-by-ascii #[(beg end) "\306\211\211\211\307 \310\216\311\312!\203 \313 \314\315$\202@ {\316\317!r q\210\320 \210c\210\312 \210\313ed\314\315$)\321 !\210* |\210\nc,\207" [pop-up-frames buf ascii reg #1=#:wconfig beg nil current-window-configuration ((set-window-configuration #1#)) derived-mode-p org-mode org-export-region-as-ascii t string get-buffer-create "*Org tmp*" erase-buffer kill-buffer end] 5 (#$ . 4245) "r"]) #@702 Convert region from BEG to END in org-mode buffer to plain ASCII. If prefix arg BODY-ONLY is set, omit file header, footer, and table of contents, and only produce the region of converted text, useful for cut-and-paste operations. If BUFFER is a buffer or a string, use/create that buffer as a target of the converted ASCII. If BUFFER is the symbol `string', return the produced ASCII as a string and leave not buffer behind. For example, a Lisp program could call this function in the following way: (setq ascii (org-export-region-as-ascii beg end t 'string)) When called interactively, the output buffer is selected, and shown in a window. A non-interactive call will only return the buffer. (defalias 'org-export-region-as-ascii #[(beg end &optional body-only buffer) "\306\307!\203 \310\311\211\312\211\313\n\314\311# b\210\315`!\210b\210\316\312\n $\317\320!\203\265 \312!\f\204; !\205\263 \"\321=\203I \f\242\321=\202K \"\203\206 \322 \203\206 \323 \203\206 #\203i \324\325#\"\210\312#\202\206 \326 \327 U\204\206 \330\325!\204} \331\325!\204\206 \324\325\326 \327 {\"\210!\204\243 \f\332=\204\235 \f\242\321=\203\243 \fA\204\243 \312\211\202\263 \f\242\321=\203\255 \fA\312$\333\334!)\210\306\307!\203\307 \335 !\203\307 \336 !\202\310 ,\207" [buffer rtn ext-plist zmacs-regions transient-mark-mode end called-interactively-p any "*Org ASCII Export*" t nil plist-put :ignore-subtree-p set-mark org-export-as-ascii fboundp deactivate-mark only region-active-p display-selections-p x-set-selection PRIMARY region-beginning region-end x-selection-owner-p x-selection-exists-p lambda run-hooks deactivate-mark-hook bufferp switch-to-buffer-other-window beg body-only force select-active-regions saved-region-selection mark-active] 5 (#$ . 4954) "r\nP"]) #@715 Export the outline as a pretty ASCII file. If there is an active region, export only the region. The prefix ARG specifies how many levels of the outline should become underlined headlines, default is 3. Lower levels will become bulleted lists. EXT-PLIST is a property list with external parameters overriding org-mode's default settings, but still inferior to file-local settings. When TO-BUFFER is non-nil, create a buffer with that name and export to that buffer. If TO-BUFFER is the symbol `string', don't leave any buffer behind but just return the resulting ASCII as a string. When BODY-ONLY is set, don't produce the file header and footer. When PUB-DIR is set, use this as the publishing directory. (defalias 'org-export-as-ascii #[(arg &optional ext-plist to-buffer body-only pub-dir) "\306\307!\210\310\300\"\210\311\312 \313 #\314 \211\205 \315 \205! \316 \317\n\320\"?\205>