• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/emacs-93/emacs/lisp/textmodes/

Lines Matching +defs:skip +defs:keep

35 ;; top of outline-mode, which makes it possible to keep the content of
416 "Non-nil means, skip even levels and only use odd levels for the outline.
548 (defcustom org-agenda-skip-archived-trees t
549 "Non-nil means, the agenda will skip any items located in archived trees.
552 :group 'org-agenda-skip
578 Archiving to a different file is useful to keep archived entries from
675 #+ORGTBL: SEND %n orgtbl-to-latex :splice nil :skip 0
681 #+ORGTBL: SEND %n orgtbl-to-html :splice nil :skip 0
687 #+ORGTBL: SEND %n orgtbl-to-html :splice nil :skip 0
969 (defcustom org-keep-stored-link-after-insertion nil
970 "Non-nil means, keep link in list for entire session.
1783 (defgroup org-agenda-skip nil
1792 :group 'org-agenda-skip
1800 :group 'org-agenda-skip
1808 :group 'org-agenda-skip
1812 (defcustom org-agenda-skip-scheduled-if-done nil
1815 :group 'org-agenda-skip
1824 :group 'org-agenda-skip
2002 (const category-keep) (const category-up) (const category-down)
2007 '((agenda time-up category-keep priority-down)
2008 (todo category-keep priority-down)
2009 (tags category-keep))
2017 category-keep Keep the default order of categories, corresponding to the
2028 '(time-up category-keep priority-down)
2031 agenda listing for the day. Of the entries without a time indication, keep
2032 the grouped in categories, don't sort the categories, but keep them in
2036 Leaving out `category-keep' would mean that items will be sorted across
2107 time, don't put in an empty field, just skip it (because of '?').
2298 headline Only export the headline, but skip the tree below it."
2473 Note that plain lists will keep the same bullets as the have in the
2528 or, if you want to keep the style in a file,
3479 (defvar org-agenda-keep-modes nil) ; Dynamically-scoped param.
3489 implemented on top of outline-mode, which is ideal to keep the content
4105 (skip-chars-forward " \t\n")
4977 (setq nremoved (1+ nremoved)) ; same entry as before, skip it
5091 (skip-chars-forward " \t")
5189 (skip-chars-forward " \t")
5228 (skip-chars-forward " \t")
5235 (skip-chars-forward " \t")
5251 (skip-chars-forward " \t")
5259 (skip-chars-forward " \t")
5401 (skip-chars-forward " \t") (setq ind1 (current-column))
5413 (skip-chars-forward " \t") (setq ind1 (current-column))
5448 (skip-chars-forward " \t") (setq ind (current-column))
5452 (skip-chars-forward " \t") (setq ind1 (current-column))
5477 (let ((tr-org-todo-line-regexp org-todo-line-regexp) ; keep despite compiler
5552 (skip-chars-backward " \t\r\n")
6154 (skip-chars-backward "^|\n")
6228 (save-excursion (skip-chars-backward " \t") (bolp)))
6241 (skip-chars-backward "^|\n\r")
6306 (skip-chars-backward "^|")
6322 (skip-chars-backward "^|\n")
6405 (skip-chars-backward "^|")
6744 (skip-chars-backward "^|")
6747 (skip-chars-backward "^|")
6878 lines, in order to keep the table compact.
6927 (skip-chars-forward "^|")
6928 (skip-chars-backward " ")
6949 (let ((b (save-excursion (skip-chars-backward "^|") (point)))
6950 (e (save-excursion (skip-chars-forward "^|\r\n") (point))))
7350 (let ((beg (progn (skip-chars-backward "^ \t\n") (point)))
7351 (end (progn (skip-chars-forward "^ \t\n") (point))))
7529 (keep-empty nil)
7553 (setq keep-empty t
7584 keep-empty numbers lispp))
7595 keep-empty numbers lispp))
7709 beg (progn (skip-chars-forward "^|\n") (point))))
7767 (defun org-table-make-reference (elements keep-empty numbers lispp)
7769 KEEP-EMPTY indicated to keep empty fields, default is to skip them.
7777 (unless keep-empty
8268 (skip-chars-backward "^|\n") (setq beg (point))
8270 (skip-chars-forward "^|\n") (setq end (point))
8626 (skip-chars-backward " \r\n\t")
8703 (skip (plist-get params :skip))
8707 (lines (nthcdr (or skip 0) (org-split-string txt "[ \t]*\n[ \t]*")))
8846 In addition to this, the parameters :skip and :skipcols are always handled
8916 The general parameters :skip and :skipcols have already been applied when
8938 The general parameters :skip and :skipcols have already been applied when
8978 The general parameters :skip and :skipcols have already been applied when
9431 `org-keep-stored-link-after-insertion'."
9482 (not org-keep-stored-link-after-insertion))
9614 (skip-chars-forward "^]\n\r")
9811 does handle the search, it must return a non-nil value to keep
10422 (defun org-remember-apply-template (&optional use-char skip-interactive)
10805 (skip-chars-backward "a-zA-Z_@0-9")
10808 (skip-chars-backward "a-zA-Z0-9_:$")
11244 (defun org-occur (regexp &optional keep-previous callback)
11255 (or keep-previous (org-remove-occur-highlights nil nil t))
11259 (if (or (not keep-previous) ; do not want to keep
11443 (catch :skip
11467 (or (not org-agenda-skip-archived-trees)
11469 (and (eq action 'agenda) (org-agenda-skip))
11486 ;; if we are to skip sublevels, jump to end of subtree
11744 (skip-chars-forward "^\n\r")
12415 (skip-chars-backward "^[<\n\r\t")
12676 (unless (eolp) (skip-chars-backward "^ \t"))
12677 (skip-chars-backward " \t")
12757 (skip-chars-forward " \t")
12883 (skip-chars-forward "^|")
12965 (unless org-agenda-keep-modes
13640 (when org-agenda-skip-archived-trees
13652 (defvar org-agenda-skip-function nil
13661 (defun org-agenda-skip ()
13662 "Throw to `:skip' in places that should be skipped.
13666 (and org-agenda-skip-archived-trees
13669 (throw :skip t))
13672 (throw :skip t))
13673 (if (equal (char-after p) ?#) (throw :skip t))
13674 (when (and (functionp org-agenda-skip-function)
13677 (funcall org-agenda-skip-function)))))
13679 (throw :skip t))))
14159 (defvar org-agenda-skip-regexp nil
14162 used by user-defined selections using `org-agenda-skip-function'.")
14167 (defun org-agenda-skip-subtree-when-regexp-matches ()
14168 "Checks if the current subtree contains match for `org-agenda-skip-regexp'.
14170 to skip this subtree. This is a function that can be put into
14171 `org-agenda-skip-function' for the duration of a command."
14174 skip)
14176 (setq skip (re-search-forward org-agenda-skip-regexp end t)))
14177 (and skip end))))
14186 (let* ((org-agenda-skip-function 'org-agenda-skip-subtree-when-regexp-matches)
14198 (setq org-agenda-skip-regexp
14433 (skip-chars-backward "^[<\r\n")
14434 (skip-chars-backward "<[")
14438 (skip-chars-backward "^<[\r\n")
14439 (skip-chars-backward "<[")
14465 (catch :skip
14476 (throw :skip nil)))
14478 (org-agenda-skip)
14523 (catch :skip
14524 (and (save-match-data (org-at-date-range-p)) (throw :skip nil))
14525 (org-agenda-skip)
14536 (and org-agenda-skip-scheduled-if-done
14538 (throw :skip t))
14594 (catch :skip
14595 (org-agenda-skip)
14641 (catch :skip
14642 (org-agenda-skip)
14660 (progn (skip-chars-forward "^\r\n")
14698 (catch :skip
14699 (org-agenda-skip)
14716 (progn (skip-chars-forward "^\r\n") (point))))
14746 (catch :skip
14747 (org-agenda-skip)
14972 '(time-up category-keep priority-down)))))
15065 ;; So even though the compiler complains, keep them.
15072 (category-keep (if category-up +1 nil))
15123 (let* ((org-agenda-keep-modes t)
16091 (skip-chars-backward "a-zA-Z0-9*")
16092 (skip-chars-backward " \t")
16389 (defun org-skip-comments (lines)
16968 (org-skip-comments
17190 (message "Export visible: [a]SCII [h]tml [b]rowse HTML [x]OXO [ ]keep buffer")
17407 (org-skip-comments (org-split-string
18725 front of the next \"|\" separator, to keep the table aligned. The table will
18737 (skip-chars-forward "^|")
18748 front of the next \"|\" separator, to keep the table aligned. The table will
19046 (skip-chars-backward " \r\n\t")
19192 (setq org-agenda-skip-archived-trees (not org-agenda-skip-archived-trees))
19193 :style toggle :selected (not org-agenda-skip-archived-trees)]
19406 (skip-chars-backward "^[\n\r \t") (or (eobp) (backward-char 1))
19585 (org-set-local 'comment-start-skip "^#+[ \t]*")
19616 (cond ((equal (char-after (point-at-bol)) ?*) t) ; skip headlines
19617 (table.el-p t) ; skip table.el tables