diff options
author | Carsten Dominik <dominik@science.uva.nl> | 2009-02-02 20:57:14 +0000 |
---|---|---|
committer | Carsten Dominik <dominik@science.uva.nl> | 2009-02-02 20:57:14 +0000 |
commit | 5ace2fe5ec1ac286b69e3ec3db9a0fba6a295f49 (patch) | |
tree | 8669f540703294c7d57126b098c9c96d65eaa983 /lisp/org/org-faces.el | |
parent | 68a479400bfe55432c7e3aaf89ba7095751568d9 (diff) | |
download | emacs-5ace2fe5ec1ac286b69e3ec3db9a0fba6a295f49.tar.gz |
2009-02-02 Carsten Dominik <carsten.dominik@gmail.com>
* org.el (org-mode): Make dependence stuff work more reliably.
(org-update-parent-todo-statistics): Fix bug with updating
statistics cookie.
(org-yank-adjusted-subtrees, org-return-follows-link)
(org-use-fast-todo-selection, org-tags-column): New default
setting for variables.
* org-export-latex.el (org-export-latex-emphasis-alist): Use = and
~ as verbatim delimiters, to avoid table bug.
(org-export-latex-classes): Remove the a4paper option from the
default styles.
* org-exp.el (org-export-html-format-image): New argument
PAR-OPEN, to fix XHTM validation bug.
(org-export-as-html): Pass par-open to
`org-export-html-format-image'.
(org-export-html-footnotes-section): Use a more consistent id for
footnotes.
* org-agenda.el (org-agenda-sorting-strategy)
(org-agenda-tags-column): New default setting for variables, based
on a poll what typical uses use.
(org-agenda-dim-blocked-tasks): Keep dimming blocked entries from
setting the blocked tag.
Diffstat (limited to 'lisp/org/org-faces.el')
-rw-r--r-- | lisp/org/org-faces.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/org-faces.el b/lisp/org/org-faces.el index 64bc5590684..a539585d447 100644 --- a/lisp/org/org-faces.el +++ b/lisp/org/org-faces.el @@ -6,7 +6,7 @@ ;; Author: Carsten Dominik <carsten at orgmode dot org> ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.20h +;; Version: 6.21b ;; ;; This file is part of GNU Emacs. ;; |