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

Lines Matching +defs:write +defs:read +defs:repeat

23 ;; along with GNU Emacs; see the file COPYING.  If not, write to the
58 ;; Org-mode, you can read the same text online as HTML. There is also an
258 (defvar org-repeat-re "\\<REPEAT(\\([-+ 0-9dwmy]+\\))"
260 After a match, group 1 contains the repeat expression.")
293 (repeat :greedy t :tag "Individual contexts"
321 (repeat :greedy t :tag "Individual contexts"
352 (repeat :greedy t :tag "Individual contexts"
694 :type '(repeat
839 :type '(repeat
1086 (cons :tag "other" (function) (repeat :tag "argument" sexp))))
1188 :type '(repeat
1293 :type '(repeat
1308 (repeat :tag "By file name regexp"
1333 :type '(repeat (string :tag "Keyword")))
1417 (defcustom org-allow-auto-repeat t
1419 A repeat cookie looks like REPEAT(+1m) and causes deadlines and schedules
1420 to repeat themselves shifted by a certain amount of time, each time an
1528 :type '(repeat
1635 (repeat :tag "List of files" file)
1706 :type '(repeat
1719 (repeat :tag "Local options"
1724 (repeat
1732 (repeat :tag "Local options"
1739 (repeat :tag "Local options"
1746 (repeat :tag "Local options"
1753 (repeat :tag "Local options"
1757 (repeat :tag "General options"
1779 (repeat :tag "Projects are *not* stuck if they have an entry with TODO keyword any of" (string))
1780 (repeat :tag "Projects are *not* stuck if they have an entry with TAG being any of" (string))))
1992 (repeat :tag "Grid Times" (integer :tag "Time"))))
2040 (repeat :tag "General" ,sorting-choice)
2043 (repeat ,sorting-choice))
2045 (repeat ,sorting-choice))
2047 (repeat ,sorting-choice))))))
2206 (repeat
2227 :type '(repeat
2352 x^2-y^3 will be read as x^2 - y^3, because items are
2466 :type '(repeat character))
2476 :type '(repeat character))
2589 "If non-nil, write `org-export-html-html-helper-timestamp'
2757 :type '(repeat
3922 (list org-repeat-re '(0 'org-special-keyword t))
3982 (inhibit-read-only t) (inhibit-point-motion-hooks t)
4136 (buffer-read-only (org-back-to-heading))
4306 (setq buffer-read-only nil)
4313 (setq buffer-read-only t)
4995 (setq sorting-type (read-char-exclusive)))
5798 (setq size (read-string
5879 (file (read-file-name "Export table to: "))
6714 (read-string "Use column N for sorting: ")))
7202 (t (read-string
7408 (setq newchar (char-to-string (read-char-exclusive))
7455 When nil, simply write \"#ERROR\" in corrupted fields.")
7491 When called, the command first prompts for a formula, which is read in
7612 (eval (eval (read form)))
8218 Use COMMAND to do the motion, repeat if necessary to end up in a data line."
8702 (params (if (match-end 3) (read (concat "(" (match-string 3) ")"))))
8785 (setq name (read-string "Table name: "))
9443 (setq link (read-string "Link: "
9450 link (read-string "Link: "
9453 ;; Completing read for file names.
9454 (setq file (read-file-name "File: "))
9475 (setq link (org-completing-read
9526 (setq desc (read-string "Description: " desc))
9531 (defun org-completing-read (&rest args)
9535 (apply 'completing-read args)))
9721 ;; in-emacs is the prefix arg, will be interpreted as read-only
9770 (message "%s => %s" cmd (eval (read cmd)))
9942 to read."
9953 (and beg end (let ((buffer-read-only)) (delete-region beg end)))
10068 (gnus-group-read-group 0 nil group)
10435 (read-char-exclusive))))
10501 (setq time (org-read-date (equal (upcase char) "U") t nil
10505 (insert (read-string
10661 (read-file-name (format "File name [%s]: " default)
10722 (read (concat "(" (match-string 3) ")")))))
10764 (cmd (intern (concat "org-dblock-write:" name))))
10945 (completing-read "State: " (mapcar (lambda(x) (list x))
10994 (if (org-get-repeat) nil 'scheduled))
10999 (and (equal state org-done-string) (org-auto-repeat-maybe))
11011 (defun org-get-repeat ()
11017 org-repeat-re (save-excursion (outline-next-heading) (point)) t)
11022 (defun org-auto-repeat-maybe ()
11028 (let ((repeat (org-get-repeat))
11033 (when repeat
11049 (while (string-match "\\([-+]?[0-9]+\\)\\([dwmy]\\)" repeat start)
11051 n (string-to-number (match-string 1 repeat))
11052 what (match-string 2 repeat))
11100 (when what (setq time (or time (org-read-date nil 'to-time))))
11375 (setq new (read-char-exclusive))
11513 (setq match (completing-read
11635 (completing-read "Tags: " 'org-tags-completion-function
11813 (setq c (let ((inhibit-quit t)) (read-char-exclusive)))
11839 (setq tg (completing-read
11930 (org-read-date arg 'totime)))
11934 (org-read-date arg 'totime)))
11942 (org-read-date arg 'totime)))
11953 (setq time (org-read-date arg 'totime))
11963 (defun org-read-date (&optional with-time to-time from-string prompt)
12066 (setq org-ans0 (read-string prompt "" nil nil))
12074 (setq ans (read-string prompt "" nil timestr))))
12130 "Return to `org-read-date' with the date currently selected.
12131 This is used by `org-read-date' in a temporary keymap for the calendar buffer."
12243 "Return to `org-read-date' with the date currently selected.
12244 This is used by `org-read-date' in a temporary keymap for the calendar buffer."
12822 (defun org-dblock-write:clocktable (params)
13194 buffer-read-only)
13300 (setq c (read-char-exclusive))
13325 (setq c (read-char-exclusive)))
13415 (flet ((read-char-exclusive () (string-to-char cmd-key)))
13420 (defmacro org-no-read-only (&rest body)
13421 "Inhibit read-only for BODY."
13422 `(let ((inhibit-read-only t)) ,@body))
13445 ((stringp org-agenda-files) (org-read-agenda-file-list))
13483 (defun org-read-agenda-file-list ()
13569 (let ((r (downcase (read-char-exclusive))))
13584 (setq buffer-read-only nil)
13606 (setq buffer-read-only nil)
13609 (setq buffer-read-only nil))
13616 (let ((buffer-read-only))
13838 (setq buffer-read-only t)))
14019 (setq buffer-read-only t)
14049 (completing-read "Keyword: " (mapcar 'list org-todo-keywords)
14089 (setq buffer-read-only t)))
14155 (setq buffer-read-only t)))
14231 (setq buffer-read-only nil)
15416 (let (buffer-read-only)
15517 (buffer-read-only nil)
15545 (let* ((buffer-read-only nil)
15587 (let ((buffer-read-only))
15620 (buffer-read-only nil)
15670 (buffer-read-only nil)
15695 (buffer-read-only nil)
15738 (let ((buffer-read-only nil))
15859 (read-char-exclusive)))
16369 (car (read-from-string
16454 (setq r1 (read-char-exclusive)))
17191 (read-char-exclusive))
17448 (coding-system-for-write coding-system)
18346 A good way to use this is to tell a desktop calenndar application to re-read