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:08:14 2024 ;;; from file /builddir/build/BUILD/emacs-24.3/lisp/org/org.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. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (defvar org-inhibit-highlight-removal nil) #@49 Local version of `org-table-formula-constants'. (defvar org-table-formula-constants-local nil (#$ . 593)) (byte-code "\300\301!\210\302\303!\210\302\304!\210\302\305!\210\306\307\310\211#\207" [make-variable-buffer-local org-table-formula-constants-local require calendar find-func format-spec load "org-loaddefs.el" t] 4) #@32 Regexp to match Org headlines. (defvar org-outline-regexp "\\*+ " (#$ . 922)) #@142 Regexp to match Org headlines. This is similar to `org-outline-regexp' but additionally makes sure that we are at the beginning of the line. (defvar org-outline-regexp-bol "^\\*+ " (#$ . 1007)) #@116 Matches an headline, putting stars and text into groups. Stars are put in group 1 and the trimmed body in group 2. (defvar org-heading-regexp "^\\(\\*+\\)\\(?: +\\(.*?\\)\\)?[ ]*$" (#$ . 1208)) (byte-code "\300\301!\203'