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

Lines Matching +defs:new +defs:prompt

402 the new state that was set by the most recent `org-cycle' command.  The
440 (defcustom org-blank-before-new-entry '((heading . nil)
442 "Should `org-insert-heading' leave a blank line before new heading/item?
451 "Hook being run after inserting a new heading."
530 a new checkbox with \\[org-insert-todo-heading] or toggle a checkbox
768 `org-table-next-field' can either create a new row before that line, or jump
769 over the line. When this option is nil, a new line will be created before
877 state in new org-mode buffers. The setting can then be toggled on a
915 :type '(set (const :tag "Double bracket links (new style)" bracket)
1215 This directory will be used as default to prompt for org files.
1255 %^{prompt} prompt the user for a string and replace this sequence with it.
1259 %^t like %t, but prompt for date. Similarly %^T, %^u, %^U
1260 You may define a prompt like %^{Please specify birthday}t
1302 "Non-nil means, store new notes at the beginning of a file or entry.
1303 When nil, new notes will be filed to the end of a file or entry."
1352 The new state (a string with a TODO keyword, or nil) is available in the
1405 %s will be replaced by the new TODO state, in double quotes.
1500 (defcustom org-popup-calendar-for-date-prompt t
1511 moved to the new date."
1892 dedicated-frame Create one new frame, and re-use it each time.
1893 new-frame Make a new frame each time."
1899 (const :tag "Each time a new frame" new-frame)
2517 for new classes todo, done, title, and deadline. For example, legal values
4279 to the new location, making it and the headline hierarchy above it visible."
4337 "Finish `org-goto' by going to the new location."
4344 "Finish `org-goto' by going to the new location."
4355 "Finish `org-goto' by going to the new location."
4386 requests that a new frame be made for the new buffer, so that the dedicated
4409 ((or (eq org-indirect-buffer-display 'new-frame)
4457 "Insert a new heading or item with same depth at point.
4458 If point is in a plain list and FORCE-HEADING is nil, create a new list item.
4473 (blank (cdr (assq 'heading org-blank-before-new-entry)))
4491 "Insert a new heading with the same level and TODO state as current heading.
4771 The entire subtree is promoted or demoted in order to match a new headline
4772 level. By default, the new level is derived from the visible headings
4820 (new-level (or force-level (max previous-level next-level)))
4822 (= new-level -1)
4823 (= old-level new-level))
4825 (- new-level old-level)))
4849 (message "Pasted at level %d, without shift" new-level)
4857 new-level shift1)))
4987 function does not specify it. WHAT is only for the prompt, to indicate
5052 "Insert a new item at the current level.
5065 (blank (cdr (assq 'plain-list-item org-blank-before-new-entry)))
5770 "Use the table.el package to insert a new table.
5940 lines (new "") lengths l typenums ty fields maxfields i
6063 (setq new (mapconcat
6073 (insert new)
6135 (defun org-table-justify-field-maybe (&optional new)
6139 ((and (not new) org-table-may-need-update)) ; Realignment will happen anyway
6141 ((and (not new)
6164 (if new
6165 (if (<= (length new) l) ;; FIXME: length -> str-width?
6166 (setq n (format f new))
6167 (setq n (concat new "|") org-table-may-need-update t)))
6175 "Go to the next field in the current table, creating new lines as needed.
6396 However, when FORCE is non-nil, create new columns if necessary."
6466 "Insert a new column into the table."
6620 "Insert a new row above the current line into the table.
6626 (new (org-table-clean-line line)))
6629 (setq new (replace-match (match-string 0 line) t t new)))
6631 (let (org-table-may-need-update) (insert-before-markers new "\n"))
7134 (kill-new sres)
7386 insert a new column for the markers.
7390 of the new mark."
7405 epos new)
7428 (setq new (or forcenew
7437 (org-table-get-field 1 (concat " " new " "))))
7441 (and (interactive-p) (message (cdr (assoc new org-recalc-marks))))))
7988 With prefix ARG, apply the new formulas to the table."
8243 "Add a new overlay."
8824 :lstart String to start a new table line.
9408 "Insert a link. At the prompt, enter the link.
9412 press RET at the prompt), the link defaults to the most recently
9931 (t ; make a new indirect buffer for displaying the link
10452 org-time-was-given x prompt char time)
10495 prompt (if (match-end 2) (match-string 2)))
10502 prompt))
10506 (if prompt (concat prompt ": ") "Enter string")))))
10922 With C-u prefix arg, use completion to determine the new state.
11025 or DEADLINE times the new date.
11093 "Insert new timestamp with keyword in the line directly after the headline.
11267 (org-highlight-new-match (match-beginning 0) (match-end 0))
11325 (defun org-highlight-new-match (beg end)
11365 (let (current new news have remove)
11375 (setq new (read-char-exclusive))
11376 (cond ((equal new ?\ ) (setq remove t))
11377 ((or (< (upcase new) ?A) (> (upcase new) org-lowest-priority))
11381 (setq new (1- current)))
11383 (setq new (1+ current)))
11385 (setq new (min (max ?A (upcase new)) org-lowest-priority))
11386 (setq news (format "%c" new))
11482 (setq marker (org-agenda-new-marker))
11509 ;; Get a new match request, with completion
11620 ;; Get a new set of tags from the user
11645 ;; Insert new tags at the correct column
11720 Returns the new tags string, or nil to not change the current settings."
11963 (defun org-read-date (&optional with-time to-time from-string prompt)
11965 The prompt will suggest to enter an ISO date, but you can also enter anything
11986 \(setq org-popup-calendar-for-date-prompt nil)
11990 With an optional argument WITH-TIME, the prompt will suggest to also
12016 (prompt (concat (if prompt (concat prompt " ") "")
12023 (org-popup-calendar-for-date-prompt
12066 (setq org-ans0 (read-string prompt "" nil nil))
12068 ;; org-ans0: from prompt
12073 (t ; Naked prompt only
12074 (setq ans (read-string prompt "" nil timestr))))
12669 This creates a new overlay and stores it in `org-clock-overlays', so that it
13012 (define-key org-agenda-mode-map ">" 'org-agenda-date-prompt)
13095 ["Change date to ..." org-agenda-date-prompt (org-agenda-check-type nil 'agenda 'timeline)])
13229 entries with a specific TODO keyword (the user gets a prompt).
13472 (defun org-store-new-agenda-file-list (list)
13473 "Set new value for the agenda file list and save it correcly."
13535 (org-store-new-agenda-file-list (mapcar 'cdr file-alist))
13556 (org-store-new-agenda-file-list files)
13686 (defun org-agenda-new-marker (&optional pos)
13687 "Return a new agenda marker.
13704 (defvar org-agenda-new-buffers nil
13713 ;; Make a new buffer and remember it
13715 (if buf (push buf org-agenda-new-buffers))
14147 (insert "Press `C-u r' to search again with new search string\n"))
14295 'org-marker (org-agenda-new-marker (point-at-bol))))
14300 ;; Catch the error if dealing with the new add-to-diary-alist
14480 (setq marker (org-agenda-new-marker (1+ (match-beginning 0)))
14526 (setq marker (org-agenda-new-marker (match-beginning 0))
14546 (setq hdmarker (org-agenda-new-marker)
14596 (setq marker (org-agenda-new-marker (match-beginning 0))
14609 (setq hdmarker (org-agenda-new-marker)
14672 'org-marker (org-agenda-new-marker pos)
14673 'org-hd-marker (org-agenda-new-marker pos1)
14725 'org-marker (org-agenda-new-marker pos)
14726 'org-hd-marker (org-agenda-new-marker pos1)
14758 (setq marker (org-agenda-new-marker (point)))
14762 (setq hdmarker (org-agenda-new-marker (match-end 1)))
14913 new time)
14923 new)
14925 1 (length (car new)) 'face 'org-time-grid (car new))))
14927 (append new list)
14928 (append list new)))))
15108 (org-release-buffers org-agenda-new-buffers)
15109 (setq org-agenda-new-buffers nil)
15540 The new content of the line will be NEWHEAD (as modified by
15544 the new TODO state."
15546 props m pl undone-face done-face finish new dotime cat tags)
15558 new (org-format-agenda-item "x" newhead cat tags dotime 'noprefix)
15564 ((equal new "")
15568 (replace-match new t t)
15727 (org-agenda-show-new-time marker org-last-changed-timestamp))
15735 (defun org-agenda-show-new-time (marker stamp)
15736 "Show new date stamp via text properties."
15760 (defun org-agenda-date-prompt (arg)
17151 "Insert a new level in ASCII export."
17184 As a special case, if the you type SPC at the prompt, the temporary
17757 ;; Close any local lists before inserting a new header line
17817 ;; Start new (level of ) list
17835 ;; Empty lines start a new paragraph. If hand-formatted lists
17837 ;; also start a new paragraph.
17852 ;; Close any local lists before inserting a new header line
18225 "Insert a new level in HTML export.
18306 file ical-file ical-buffer category started org-agenda-new-buffers)
18341 (org-release-buffers org-agenda-new-buffers))))
18526 ;; And output the new li
18789 (let (new old)
18791 (setq old (pop commands) new (pop commands))
18793 (define-key map (vector 'remap old) new)
18794 (substitute-key-definition old new map global-map)))))
18984 - If the cursor is in a headline, prompt for tags and insert them
19072 "Insert a new heading or wrap a region in a table.
19657 ;; new outline.el. I guess this should be patched into Emacs?