comparison lisp/org/org-agenda.el @ 101723:b7a685cd1bc0

2009-01-31 Carsten Dominik <dominik@science.uva.nl> * org-agenda.el (org-agenda-dim-blocked-tasks): No tagging when only checking for blocks. * org-exp.el (org-export-html-footnotes-section): Make the div id consistent * org-export-latex.el (org-export-latex-classes): Remove paper size option from LaTeX classes.
author Carsten Dominik <dominik@science.uva.nl>
date Sat, 31 Jan 2009 23:26:35 +0000
parents 832fdb28f500
children 6d71fc980cde
comparison
equal deleted inserted replaced
101722:c65ecdf80c27 101723:b7a685cd1bc0
2184 (mapc (lambda (o) (if (eq (org-overlay-get o 'org-type) 'org-blocked-todo) 2184 (mapc (lambda (o) (if (eq (org-overlay-get o 'org-type) 'org-blocked-todo)
2185 (org-delete-overlay o))) 2185 (org-delete-overlay o)))
2186 (org-overlays-in (point-min) (point-max))) 2186 (org-overlays-in (point-min) (point-max)))
2187 (save-excursion 2187 (save-excursion
2188 (let ((inhibit-read-only t) 2188 (let ((inhibit-read-only t)
2189 (org-depend-tag-blocked nil)
2189 (invis (eq org-agenda-dim-blocked-tasks 'invisible)) 2190 (invis (eq org-agenda-dim-blocked-tasks 'invisible))
2190 b e p ov h l) 2191 b e p ov h l)
2191 (goto-char (point-min)) 2192 (goto-char (point-min))
2192 (while (let ((pos (next-single-property-change (point) 'todo-state))) 2193 (while (let ((pos (next-single-property-change (point) 'todo-state)))
2193 (and pos (goto-char (1+ pos)))) 2194 (and pos (goto-char (1+ pos))))