• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/emacs-92/emacs/lisp/textmodes/

Lines Matching refs:plain

31 ;; project planning with a fast and effective plain-text system.
34 ;; information about projects as plain text. Org-mode is implemented on
441 (plain-list-item . nil))
443 The value is an alist, with `heading' and `plain-list-item' as car,
448 (cons (const plain-list-item) (boolean))))
493 (defgroup org-plain-lists nil
494 "Options concerning plain lists in Org-mode."
498 (defcustom org-cycle-include-plain-lists nil
499 "Non-nil means, include plain lists into visibility cycling.
500 This means that during cycling, plain list items will *temporarily* be
502 indentation of the bullet. In all other operations, plain list items are
505 :group 'org-plain-lists
508 (defcustom org-plain-list-ordered-item-terminator t
514 :group 'org-plain-lists
520 "Non-nil means, automatically renumber ordered plain lists.
524 :group 'org-plain-lists
532 :group 'org-plain-lists
899 (defcustom org-activate-links '(bracket angle plain radio tag date)
908 plain Plain links in normal text, no whitespace, like http://google.com.
917 (const :tag "plain text links" plain)
1375 timestamp, as a plain list item. See also the variable
2135 \(a timestamp or -range, or just a plain time(range) specification like
2473 Note that plain lists will keep the same bullets as the have in the
2555 When nil, the links still point to the plain `.org' file."
2573 When nil, these tags will be exported as plain text and therefore
3488 contains information about projects as plain text. Org-mode is
3654 (defconst org-plain-link-re
3658 "Matches plain link, without spaces.")
3681 org-plain-link-re "\\)")
3726 (defun org-activate-plain-links (limit)
3728 (if (re-search-forward org-plain-link-re limit t)
3804 "Regular expression matching radio targets in plain text.")
3910 (if (memq 'plain lk) '(org-activate-plain-links (0 'org-link t)))
4029 (if (and (org-mode-p) org-cycle-include-plain-lists)
4164 (let ((org-cycle-include-plain-lists
4165 (if (org-mode-p) org-cycle-include-plain-lists nil)))
4458 If point is in a plain list and FORCE-HEADING is nil, create a new list item.
5029 (let ((llt org-plain-list-ordered-item-terminator))
5037 (t (error "Invalid value of `org-plain-list-ordered-item-terminator'")))))))
5041 "It the cursor inside a plain list item.
5065 (blank (cdr (assq 'plain-list-item org-blank-before-new-entry)))
5087 "Is point at a line starting a plain-list item with a checklet?"
5267 "Move to the beginning of the next item in the current plain list.
5268 Error if not at a plain list, or if this is the last item in the list."
5280 "Move to the beginning of the previous item in the current plain list.
5281 Error if not at a plain list, or if this is the last item in the list."
5301 "Move the plain list item at point down, i.e. swap with following item.
5326 "Move the plain list item at point up, i.e. swap with previous item.
5382 "Renumber an ordered plain list.
9447 (org-in-regexp org-plain-link-re))
9488 (if (string-match org-plain-link-re link)
9636 (org-in-regexp org-plain-link-re))
14783 (defconst org-plain-time-of-day-regexp
14791 "Regular expression to match a plain time or time range.
14844 stamp plain s0 s1 s2 rtn)
14848 (setq plain (string-match org-plain-time-of-day-regexp ts)))
14850 s1 (match-string (if plain 1 2) ts)
14851 s2 (match-string (if plain 8 4) ts))
14856 (if (and org-agenda-remove-times-when-in-prefix (or stamp plain)
15427 (re-search-forward org-plain-link-re eol t))
16765 (re-plain-link (concat "\\([^[<]\\)" org-plain-link-re))
16850 ;; Normalize links: Convert angle and plain links into bracket links
16853 (while (re-search-forward re-plain-link nil t)
17438 (llt org-plain-list-ordered-item-terminator)
17795 (t (error "Invalid value of `org-plain-list-ordered-item-terminator'")))
19008 - If the cursor is on a numbered item in a plain list, renumber the
19376 :item on the first line of a plain list item
19377 :item-bullet on the bullet/number of a plain list item
19378 :checkbox on the checkbox in a plain list item