0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-16 10:16:26 +00:00

Fixed two strange typos.

This commit is contained in:
Carsten Dominik 2008-09-06 22:45:54 +02:00
parent 2efb6d127a
commit 5b740fb681
2 changed files with 1 additions and 2 deletions

View file

@ -3521,7 +3521,7 @@ FRACTION is what fraction of the head-warning time has passed."
(cond
(pastschedp 'org-scheduled-previously)
(todayp 'org-scheduled-today)
(t 'org-schduled)))
(t 'org-scheduled)))
(org-add-props txt props
'undone-face face
'face (if donep 'org-done face)

View file

@ -12239,7 +12239,6 @@ When a buffer is unmodified, it is just killed. When modified, it is saved
(add-text-properties
(match-beginning 0) (org-end-of-subtree t) pc)))
(set-buffer-modified-p bmp))))
(setq debug-on-error t)
(setq org-todo-keyword-alist-for-agenda
(org-uniquify org-todo-keyword-alist-for-agenda)
org-tag-alist-for-agenda (org-uniquify org-tag-alist-for-agenda))))