Mercurial > emacs
annotate .dir-locals.el @ 101607:59ea090317cd
2009-01-28 Carsten Dominik <carsten.dominik@gmail.com>
* org-agenda.el (org-agenda-get-todos): Start search from correct
position.
* org.el (org-fast-todo-selection): Make sure TODO selection does
not change buffer position.
* org-list.el (org-toggle-checkbox): Implement adding or removing
checkboxes from line or region when called with a prefix
argument.
* org-rmail.el (org-rmail-store-link): Protect the call to
`rmail-narrow-to-non-pruned-header'.
* org-clock.el (org-clock-special-range): Fix week display in
clock tables.
* org-exp.el (org-get-current-options): Fix bug when in indirect
buffer.
* org-agenda.el (org-agenda-dim-blocked-tasks): New option.
(org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
(org-agenda-dim-blocked-tasks): New function.
* org.el (org-enforce-todo-dependencies): New option.
(org-block-todo-from-children-or-siblings): New function.
* org-faces.el (org-agenda-dimmed-todo-face): New face.
author | Carsten Dominik <dominik@science.uva.nl> |
---|---|
date | Wed, 28 Jan 2009 14:31:59 +0000 |
parents | 0e54839aa8e1 |
children | 241af6b11bb4 |
rev | line source |
---|---|
101014 | 1 ((nil . ((tab-width . 8) |
100718
0a3d5993b567
Remove non-working entry for pmail.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
100687
diff
changeset
|
2 (fill-column . 70))) |
100672
38e7317321ea
* make-dist (tempdir): Distribute .dir-locals.el.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
diff
changeset
|
3 (c-mode . ((c-file-style . "GNU"))) |
100718
0a3d5993b567
Remove non-working entry for pmail.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
100687
diff
changeset
|
4 (change-log-mode . ((add-log-time-zone-rule . t) |
101158
4a6ff510dcf9
(change-log-mode): Add bug-reference-url-format and bug-reference-mode.
Juri Linkov <juri@jurta.org>
parents:
101014
diff
changeset
|
5 (fill-column . 74) |
4a6ff510dcf9
(change-log-mode): Add bug-reference-url-format and bug-reference-mode.
Juri Linkov <juri@jurta.org>
parents:
101014
diff
changeset
|
6 (bug-reference-url-format |
101187
0e54839aa8e1
(change-log-mode): Remove bug-reference-mode.
Juri Linkov <juri@jurta.org>
parents:
101158
diff
changeset
|
7 . "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s")))) |
100687
245c01516a02
Changes from arch/CVS synchronization
Miles Bader <miles@gnu.org>
parents:
100672
diff
changeset
|
8 |
245c01516a02
Changes from arch/CVS synchronization
Miles Bader <miles@gnu.org>
parents:
100672
diff
changeset
|
9 ;; arch-tag: fb93c160-e9fe-4184-aad1-e4f5daa11cbd |