File: org-faces.el.html

This file contains the face definitions for Org.

Defined variables (8)

org-agenda-deadline-facesFaces for showing deadlines in the agenda.
org-cycle-level-facesNon-nil means level styles cycle after level ‘org-n-level-faces’.
org-faces-easy-propertiesThe property changes by easy faces.
org-fontify-quote-and-verse-blocksNon-nil means, add a special face to #+begin_quote and #+begin_verse block.
org-n-level-facesThe number of different faces to be used for headlines.
org-priority-facesFaces for specific Priorities.
org-tag-facesFaces for specific tags.
org-todo-keyword-facesFaces for specific TODO keywords.

Defined functions (1)

org-set-tag-faces(VAR VALUE)

Defined faces (84)

org-agenda-calendar-daterangeFace used to show entries with a date range in the agenda.
org-agenda-calendar-eventFace used to show events and appointments in the agenda.
org-agenda-calendar-sexpFace used to show events computed from a S-expression.
org-agenda-clockingFace marking the current clock item in the agenda.
org-agenda-column-datelineFace used in agenda column view for datelines with summaries.
org-agenda-current-timeFace used to show the current time in the time grid.
org-agenda-dateFace used in agenda for normal days.
org-agenda-date-todayFace used in agenda for today.
org-agenda-date-weekendFace used in agenda for weekend days. See the variable ‘org-agenda-weekend-days’ for a definition of which days belong to the weekend.
org-agenda-date-weekend-todayFace used in agenda for today during weekends.
org-agenda-diaryFace used for agenda entries that come from the Emacs diary.
org-agenda-dimmed-todo-faceFace used to dim blocked tasks in the agenda.
org-agenda-doneFace used in agenda, to indicate lines switched to DONE. This face is used to de-emphasize items that where brightly colored in the agenda because they were things to do, or overdue. The DONE state itself is of course immediately visible, but for example a passed deadline is (by default) very bright read. This face could be simply the default face of the frame, for example.
org-agenda-filter-categoryFace for categories in the mode-line when filtering the agenda.
org-agenda-filter-effortFace for effort in the mode-line when filtering the agenda.
org-agenda-filter-regexpFace for regexp(s) in the mode-line when filtering the agenda.
org-agenda-filter-tagsFace for tag(s) in the mode-line when filtering the agenda.
org-agenda-restriction-lockFace for showing the agenda restriction lock.
org-agenda-structureFace used in agenda for captions and dates.
org-agenda-structure-filterFace used for the current type of task filter in the agenda. It inherits from ‘org-agenda-structure’ so it can adapt to it (e.g. if that is assigned a different font height or family).
org-agenda-structure-secondaryFace used for secondary information in agenda block headers.
org-archivedFace for headline with the ARCHIVE tag.
org-blockFace used for text inside various blocks. It is always used for source blocks. You can refine what face should be used depending on the source block language by setting, ‘org-src-block-faces’, which takes precedence. When ‘org-fontify-quote-and-verse-blocks’ is not nil, text inside verse and quote blocks are fontified using the ‘org-verse’ and ‘org-quote’ faces, which inherit from ‘org-block’.
org-block-begin-lineFace used for the line delimiting the begin of source blocks.
org-block-end-lineFace used for the line delimiting the end of source blocks.
org-checkboxFace for checkboxes.
org-checkbox-statistics-doneFace used for finished checkbox statistics.
org-checkbox-statistics-todoFace used for unfinished checkbox statistics.
org-citeFace for citations.
org-cite-keyFace for citation keys.
org-clock-overlayBasic face for displaying the secondary selection.
org-codeFace for fixed-width text like code snippets.
org-columnFace for column display of entry properties. This is actually only part of the face definition for the text in column view. The following faces apply, with this priority. 1. The color of the reference face. This is normally the level fact that is used in the outline. In agenda-mode, it will be the face of the first character in the line. The color is explicitly retained to make sure that the column line still looks a bit like the structure line it is masking. 2. The ‘org-column’ face. 3. The remaining properties of the reference face. Since column view works by putting overlays with a display property over individual characters in the buffer, the face of the underlining character (this might for example be the TODO keyword) might still shine through in some properties. So when your column view looks funny, with "random" colors, weight, strike-through, try to explicitly set the properties in the ‘org-column’ face. For example, set :underline to nil, or the :slant to ‘normal’.
org-dateFace for date/time stamps.
org-date-selectedFace for highlighting the calendar day when using ‘org-read-date’. Using a bold face here might cause discrepancies while displaying the calendar.
org-defaultFace used for default text.
org-dispatcher-highlightFace for highlighted keys in the dispatcher.
org-document-infoFace for document information such as the author and date. This applies to the text that follows a #+SUBTITLE:, #+DATE:, #+AUTHOR: or #+EMAIL: keyword.
org-document-info-keywordFace for document information keywords. This face applies to the #+TITLE:, #+SUBTITLE:, #+AUTHOR:, #+EMAIL: and #+DATE: keywords.
org-document-titleFace for document title, i.e. that which follows the #+TITLE: keyword.
org-doneFace used for todo keywords that indicate DONE items.
org-drawerFace used for drawers.
org-ellipsisFace for the ellipsis in folded text.
org-footnoteFace for footnotes.
org-formulaFace for formulas.
org-headline-doneFace used to indicate that a headline is DONE. This face is only used if ‘org-fontify-done-headline’ is set. If applies to the part of the headline after the DONE keyword.
org-headline-todoFace used to indicate that a headline is marked as TODO. This face is only used if ‘org-fontify-todo-headline’ is set. If applies to the part of the headline after the TODO keyword.
org-hideFace used to hide leading stars in headlines. The foreground color of this face should be equal to the background color of the frame.
org-imminent-deadlineFace for current deadlines in the agenda. See also ‘org-agenda-deadline-faces’.
org-inline-src-blockFace used for inline source blocks as a whole.
org-latex-and-relatedFace used to highlight LaTeX data, entities and sub/superscript.
org-level-1Face used for level 1 headlines.
org-level-2Face used for level 2 headlines.
org-level-3Face used for level 3 headlines.
org-level-4Face used for level 4 headlines.
org-level-5Face used for level 5 headlines.
org-level-6Face used for level 6 headlines.
org-level-7Face used for level 7 headlines.
org-level-8Face used for level 8 headlines.
org-linkFace for links.
org-list-dtDefault face for definition terms in lists.
org-macroFace for macros.
org-meta-lineFace for meta lines starting with "#+".
org-mode-line-clockFace used for clock display in mode line.
org-mode-line-clock-overrunFace used for clock display for overrun tasks in mode line.
org-priorityFace used for priority cookies.
org-property-valueFace used for the value of a property.
org-quoteFace for #+BEGIN_QUOTE ... #+END_QUOTE blocks. Active when ‘org-fontify-quote-and-verse-blocks’ is set.
org-scheduledFace for items scheduled for a certain day.
org-scheduled-todayFace for items scheduled for a certain day.
org-sexp-dateFace for diary-like sexp date specifications.
org-special-keywordFace used for special keywords.
org-tableFace used for tables.
org-table-rowFace used to fontify whole table rows (including newlines and indentation).
org-tagDefault face for tags. Note that the variable ‘org-tag-faces’ can be used to overrule this face for specific tags.
org-tag-groupFace for group tags.
org-targetFace for link targets.
org-time-gridFace used for time grids.
org-todoFace for TODO keywords.
org-upcoming-deadlineFace for items scheduled previously, and not yet done. See also ‘org-agenda-deadline-faces’.
org-upcoming-distant-deadlineFace for items scheduled previously, not done, and have a distant deadline. See also ‘org-agenda-deadline-faces’.
org-verbatimFace for fixed-with text like code snippets.
org-verseFace for #+BEGIN_VERSE ... #+END_VERSE blocks. Active when ‘org-fontify-quote-and-verse-blocks’ is set.
org-warningFace for deadlines and TODO keywords.