Mercurial > emacs
view etc/tree-widget/default/leaf.xpm @ 71310:0d8984127630
(org-agenda-mode-map): Add bindings for clocking
functions.
(org-agenda-clock-in, org-check-running-clock)
(org-clock-out-if-current, org-remove-clock-overlays)
(org-put-clock-overlay): New functions.
(org-clock-marker, org-clock-file-total-minutes)
(org-clock-overlays): New variables
(org-clock-display, org-clock-sum, org-clock-cancel)
(org-clock-out, org-clock-in): New commands.
(org-export): New function.
(org-emph-re): New constant.
(org-set-emph-re, org-do-emphasis-faces): New functions.
(org-emphasis-regexp-components, org-emphasis-alist): New options.
(org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
(org-export-html-convert-emphasize): Use the configurable
emphasis.
(org-cleaned-string-for-export): Make multiline emphasis visible
to the exporter. New optional argument PARAMETERS.
(org-export-as-html): Specify :emph-multiline parameter to
`org-cleaned-string-for-export'.
author | Carsten Dominik <dominik@science.uva.nl> |
---|---|
date | Sat, 10 Jun 2006 14:15:25 +0000 |
parents | 37975f598c83 |
children |
line wrap: on
line source
/* XPM */ static char * leaf_xpm[] = { "16 21 9 1", " c None", ". c #424242", "+ c #737373", "@ c #7B7B7B", "# c #848484", "$ c #8C8C8C", "% c #949494", "& c #9C9C9C", "* c #A5A5A5", " ", " ", " ", " ", " ", " ", " ..... ", " .+@@##. ", " .+@@##$$. ", ".+@@##$$%%. ", ".@@##$$%%&. ", ".@##$$%%&*. ", " .#$$%%&*. ", " .$%%&*. ", " ..... ", " ", " ", " ", " ", " ", " "};