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

Lines Matching refs:diff

4577 	 (diff (abs (- level (length up-head)))))
4582 (if org-adapt-indentation (org-fixup-indentation (- diff)))))
4591 (diff (abs (- level (length down-head)))))
4595 (if org-adapt-indentation (org-fixup-indentation diff))))
4624 (defun org-fixup-indentation (diff)
4631 (prohibit (if (> diff 0)
4633 (concat "^ \\{0," (int-to-string (- diff)) "\\}\\S-")))
4639 (if (< diff 0) (replace-match ""))
4640 (indent-to (+ diff col))))
7101 (let (col (org-timecnt 0) diff h m s org-table-clip)
7129 (setq diff (* 3600 res)
7130 h (floor (/ diff 3600)) diff (mod diff 3600)
7131 m (floor (/ diff 60)) diff (mod diff 60)
7132 s diff)
12299 (diff (abs (- t2 t1)))
12311 (setq ; y (floor (/ diff ys)) diff (mod diff ys)
12313 d (floor (/ diff ds)) diff (mod diff ds)
12314 h (floor (/ diff hs)) diff (mod diff hs)
12315 m (floor (/ diff 60)))
12316 (setq ; y (floor (/ diff ys)) diff (mod diff ys)
12318 d (floor (+ (/ diff ds) 0.5))
12504 (let ((tsr org-ts-regexp) diff
12515 (setq diff (- d2 d1))))
12518 (if (and diff (not arg)) (calendar-forward-day diff))))
12793 s1 m1 h1 d1 month1 y1 diff ts te fm)
12800 (setq diff (if (= dow 0) 6 (1- dow))
12801 m 0 h 0 d (- d diff) d1 (+ 7 d)))
12803 (setq diff (+ 7 (if (= dow 0) 6 (1- dow)))
12804 m 0 h 0 d (- d diff) d1 (+ 7 d)))
14637 d2 diff pos pos1 category tags
14646 diff (- d2 d1))
14650 (if (and (< diff wdays) todayp (not (= diff 0)))
14665 (format "In %3d d.: " diff) head category tags))))
14668 (setq face (cond ((<= diff 0) 'org-warning)
14669 ((<= diff 5) 'org-upcoming-deadline)
14674 'priority (+ (- 10 diff) (org-get-priority txt))
14694 d2 diff pos pos1 category tags
14703 diff (- d2 d1))
14706 (if (and (< diff 0) todayp)
14720 (format "Sched.%2dx: " (- 1 diff)) head
14727 'priority (+ (- 5 diff) (org-get-priority txt))