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

Lines Matching +defs:display +defs:color

198 and just in Org-mode (which will then use its own display table).
205 (defvar org-display-table nil
206 "The display table for org-mode, in case `org-ellipsis' is non-nil.")
477 Such highlights are created by `org-occur' and `org-clock-display'.
798 calc-display-working-message t
1025 When following a link with Emacs, it may often be useful to display
1039 For BBDB, it is currently only possible to display the matches in
1058 (defcustom org-display-internal-link-with-indirect-buffer nil
1059 "Non-nil means, use indirect buffer to display infile links.
1468 (defcustom org-display-custom-times nil
1476 (make-variable-buffer-local 'org-display-custom-times)
1482 `org-display-custom-times' is set."
1496 This variable governs the display in sparse trees and in the agenda."
1612 "Variable used by org files to set a category for agenda display.
1626 "The files to be used for agenda display.
1863 other-frame Use `switch-to-buffer-other-frame' to display agenda.
1864 other-window Use `switch-to-buffer-other-window' to display agenda.
1885 (defcustom org-indirect-buffer-display 'other-window
1891 other-window Just display in another window.
1908 "Number of days to include in overview display.
1967 "The settings for time grid for agenda display.
1973 today show grid on current date, independent of daily/weekly display
1984 (const :tag "Show grid in single day agenda display" daily)
1985 (const :tag "Show grid in weekly agenda display" weekly)
2060 "Options concerning the entry prefix in the Org-mode agenda display."
2136 11:30-4pm) will be removed for agenda display. This makes the agenda less
2172 :foreground the foreground color, for example \"Black\".
2173 :background the background color, or \"Transparent\".
2266 ASCII export, and with red color in HTML output, if the option
2382 display math.
2495 .todo { color: red; }
2496 .done { color: green; }
2497 .timestamp { color: grey }
2498 .timestamp-kwd { color: CadetBlue }
2499 .tag { background-color:lightblue; font-weight:normal }
2500 .target { background-color: lavender; }
2503 background-color: #F3F5F7;
2521 p { font-weight: normal; color: gray; }
2522 h1 { color: black; }
2524 .todo, .deadline { color: red; }
2525 .done { color: green; }
2631 (defcustom org-level-color-stars-only nil
2798 The forground color of this face should be equal to the background
2799 color of the frame."
2804 '((((class color) (min-colors 88) (background light)) (:foreground "Blue1"))
2805 (((class color) (min-colors 88) (background dark)) (:foreground "LightSkyBlue"))
2806 (((class color) (min-colors 16) (background light)) (:foreground "Blue"))
2807 (((class color) (min-colors 16) (background dark)) (:foreground "LightSkyBlue"))
2808 (((class color) (min-colors 8)) (:foreground "blue" :bold t))
2815 '((((class color) (min-colors 16) (background light)) (:foreground "DarkGoldenrod"))
2816 (((class color) (min-colors 16) (background dark)) (:foreground "LightGoldenrod"))
2817 (((class color) (min-colors 8) (background light)) (:foreground "yellow"))
2818 (((class color) (min-colors 8) (background dark)) (:foreground "yellow" :bold t))
2825 '((((class color) (min-colors 88) (background light)) (:foreground "Purple"))
2826 (((class color) (min-colors 88) (background dark)) (:foreground "Cyan1"))
2827 (((class color) (min-colors 16) (background light)) (:foreground "Purple"))
2828 (((class color) (min-colors 16) (background dark)) (:foreground "Cyan"))
2829 (((class color) (min-colors 8) (background light)) (:foreground "purple" :bold t))
2830 (((class color) (min-colors 8) (background dark)) (:foreground "cyan" :bold t))
2837 '((((class color) (min-colors 88) (background light)) (:foreground "Firebrick"))
2838 (((class color) (min-colors 88) (background dark)) (:foreground "chocolate1"))
2839 (((class color) (min-colors 16) (background light)) (:foreground "red"))
2840 (((class color) (min-colors 16) (background dark)) (:foreground "red1"))
2841 (((class color) (min-colors 8) (background light)) (:foreground "red" :bold t))
2842 (((class color) (min-colors 8) (background dark)) (:foreground "red" :bold t))
2849 '((((class color) (min-colors 16) (background light)) (:foreground "ForestGreen"))
2850 (((class color) (min-colors 16) (background dark)) (:foreground "PaleGreen"))
2851 (((class color) (min-colors 8)) (:foreground "green"))))
2857 '((((class color) (min-colors 16) (background light)) (:foreground "CadetBlue"))
2858 (((class color) (min-colors 16) (background dark)) (:foreground "Aquamarine"))
2859 (((class color) (min-colors 8)) (:foreground "magenta"))))
2865 '((((class color) (min-colors 16) (background light)) (:foreground "Orchid"))
2866 (((class color) (min-colors 16) (background dark)) (:foreground "LightSteelBlue"))
2867 (((class color) (min-colors 8)) (:foreground "blue"))))
2873 '((((class color) (min-colors 16) (background light)) (:foreground "RosyBrown"))
2874 (((class color) (min-colors 16) (background dark)) (:foreground "LightSalmon"))
2875 (((class color) (min-colors 8)) (:foreground "green"))))
2881 '((((class color) (min-colors 16) (background light)) (:foreground "RosyBrown"))
2882 (((class color) (min-colors 16) (background dark)) (:foreground "LightSalmon"))
2889 '((((class color) (min-colors 16) (background light)) (:foreground "Red1" :bold t))
2890 (((class color) (min-colors 16) (background dark)) (:foreground "Pink" :bold t))
2891 (((class color) (min-colors 8) (background light)) (:foreground "red" :bold t))
2892 (((class color) (min-colors 8) (background dark)) (:foreground "red" :bold t))
2899 '((((class color) (min-colors 16) (background light)) (:foreground "RosyBrown"))
2900 (((class color) (min-colors 16) (background dark)) (:foreground "LightSalmon"))
2901 (((class color) (min-colors 8) (background light)) (:bold nil))))
2908 '((((class color grayscale) (min-colors 88) (background light))
2910 (((class color grayscale) (min-colors 88) (background dark))
2912 (((class color) (min-colors 8) (background light))
2914 (((class color) (min-colors 8) (background dark))
2920 '((((class color) (background light)) (:foreground "Purple" :underline t))
2921 (((class color) (background dark)) (:foreground "Cyan" :underline t))
2927 '((((class color) (background light)) (:foreground "Purple" :underline t))
2928 (((class color) (background dark)) (:foreground "Cyan" :underline t))
2940 '((((class color) (min-colors 16) (background light)) (:foreground "Red1" :bold t))
2941 (((class color) (min-colors 16) (background dark)) (:foreground "Pink" :bold t))
2942 (((class color) (min-colors 8) (background light)) (:foreground "red" :bold t))
2943 (((class color) (min-colors 8) (background dark)) (:foreground "red" :bold t))
2950 '((((class color) (min-colors 16) (background light)) (:foreground "ForestGreen" :bold t))
2951 (((class color) (min-colors 16) (background dark)) (:foreground "PaleGreen" :bold t))
2952 (((class color) (min-colors 8)) (:foreground "green"))
2959 '((((class color) (min-colors 88) (background light)) (:foreground "Blue1"))
2960 (((class color) (min-colors 88) (background dark)) (:foreground "LightSkyBlue"))
2961 (((class color) (min-colors 16) (background light)) (:foreground "Blue"))
2962 (((class color) (min-colors 16) (background dark)) (:foreground "LightSkyBlue"))
2963 (((class color) (min-colors 8) (background light)) (:foreground "blue"))
2964 (((class color) (min-colors 8) (background dark)))))
2970 '((((class color) (min-colors 88) (background light)) (:foreground "Firebrick"))
2971 (((class color) (min-colors 88) (background dark)) (:foreground "chocolate1"))
2972 (((class color) (min-colors 8) (background light)) (:foreground "red"))
2973 (((class color) (min-colors 8) (background dark)) (:foreground "red"))
2980 '((((class color) (min-colors 88) (background light)) (:foreground "DarkGreen"))
2981 (((class color) (min-colors 88) (background dark)) (:foreground "PaleGreen"))
2982 (((class color) (min-colors 8)) (:foreground "green"))
2989 '((((class color) (min-colors 88) (background light)) (:foreground "Firebrick"))
2990 (((class color) (min-colors 88) (background dark)) (:foreground "chocolate1"))
2991 (((class color) (min-colors 8) (background light)) (:foreground "red"))
2992 (((class color) (min-colors 8) (background dark)) (:foreground "red" :bold t))
2999 '((((class color) (min-colors 88) (background light)) (:foreground "Firebrick"))
3000 (((class color) (min-colors 88) (background dark)) (:foreground "chocolate1"))
3001 (((class color) (min-colors 8) (background light)) (:foreground "red"))
3002 (((class color) (min-colors 8) (background dark)) (:foreground "red" :bold t))
3009 '((((class color) (min-colors 16) (background light)) (:foreground "DarkGoldenrod"))
3010 (((class color) (min-colors 16) (background dark)) (:foreground "LightGoldenrod"))
3011 (((class color) (min-colors 8)) (:foreground "yellow" :weight light))))
3136 ("customtime" org-display-custom-times t)
3372 (defun org-overlay-display (ovl text &optional face evap)
3373 "Make overlay OVL display TEXT with face FACE."
3379 (overlay-put ovl 'display text)
3383 "Make overlay OVL display TEXT with face FACE."
3527 (fboundp 'set-display-table-slot) (boundp 'buffer-display-table))
3528 (unless org-display-table
3529 (setq org-display-table (make-display-table)))
3530 (set-display-table-slot org-display-table
3532 (setq buffer-display-table org-display-table))
3797 (when org-display-custom-times
3799 (org-display-custom-time (match-beginning 3) (match-end 3)))
3800 (org-display-custom-time (match-beginning 1) (match-end 1)))
3976 (t (if org-level-color-stars-only nil org-f))))
4372 ;;; Indirect buffer display of subtrees
4375 "This is the frame being used for indirect tree display.")
4385 If `org-indirect-buffer-display' is `dedicated-frame', the C-u prefix also
4409 ((or (eq org-indirect-buffer-display 'new-frame)
4410 (and arg (eq org-indirect-buffer-display 'dedicated-frame)))
4415 ((eq org-indirect-buffer-display 'dedicated-frame)
4424 ((eq org-indirect-buffer-display 'current-window)
4426 ((eq org-indirect-buffer-display 'other-window)
5926 "Used as display property in narrowed table columns.")
5953 (remove-text-properties beg end '(org-cwidth t org-dwidth t display t))
5958 (setq dates (and org-display-custom-times
6023 (list 'display org-narrow-column-arrow)
6952 display t intangible t))
6966 '(invisible t org-cwidth t display t
8310 (org-overlay-display ov str 'org-formula 'evaporate)))
8314 "Toggle the display of Row/Column numbers in tables."
8317 (message "Row/Column number display turned %s"
8431 'display org-narrow-column-arrow))
8432 (remove-text-properties s (1+ s) '(display t)))
9925 ((not org-display-internal-link-with-indirect-buffer)
10212 (mh-display-msg num folder)
10214 (mh-header-display)
10215 (mh-show-header-display))
10885 (display-completion-list list pattern)
10886 (error (display-completion-list list)))))
11709 (org-overlay-display org-tags-overlay (concat prefix s)
11712 (org-overlay-display org-tags-overlay (concat prefix s)))))
12158 (setq org-display-custom-times (not org-display-custom-times))
12159 (unless org-display-custom-times
12161 (while (setq p (next-single-property-change p 'display))
12162 (if (and (get-text-property p 'display)
12165 p (setq p (next-single-property-change p 'display))
12166 '(display t))))
12172 (if org-display-custom-times
12176 (defun org-display-custom-time (beg end)
12196 (put-text-property beg end 'display str))))
12200 But do this only if the variable `org-display-custom-times' is set."
12201 (when org-display-custom-times
12443 org-display-custom-times
12444 (get-text-property (point) 'display)
12445 (not (get-text-property (1- (point)) 'display)))
12640 (defun org-clock-display (&optional total-only)
12687 (org-overlay-put ov 'display tx)
13226 a Call `org-agenda-list' to display the agenda for current day or week.
13227 t Call `org-todo-list' to display the global todo list.
13228 T Call `org-todo-list' to display the global todo list, select only
13230 m Call `org-tags-view' to display headlines with tags matching
14218 (diary-display-hook '(fancy-diary-display))
14254 "Remove unwanted stuff in buffer created by `fancy-diary-display'.
14299 Needed to avoid empty dates which mess up holiday display."
14446 "Return the TODO information for agenda display."
14504 "Return the date stamp information for agenda display."
14574 "Return the logged TODO entries for agenda display."
14626 "Return the deadline information for agenda display."
14681 "Return the scheduled information for agenda display."
14733 "Return the date-range information for agenda display."
15755 (list 'display (org-add-props stamp nil
16129 it over the source code. If there is no fragment at point, display
16131 prefix SUBTREE, display all fragments in the current subtree. With a
16133 display all fragments in the buffer.
16224 ov 'display
16251 \\usepackage[usenames]{color}
16299 (:customtime . org-display-custom-times)
16966 (custom-times org-display-custom-times)
17101 ;; remove display and invisible chars
17104 (while (setq beg (next-single-property-change (point) 'display))
17105 (setq end (next-single-property-change beg 'display))
17380 When HIDDEN is non-nil, don't display the HTML buffer.
18684 (define-key org-mode-map "\C-c\C-x\C-d" 'org-clock-display)
19234 :style radio :selected org-display-custom-times]
19242 ["Display times" org-clock-display t]