Mercurial > emacs
diff lisp/org/ChangeLog @ 102121:f37df1494dcd
2009-02-19 Carsten Dominik <dominik@science.uva.nl>
* org.el (org-block-todo-from-children-or-siblings): Use
`org-up-heading-all' so that this will work correctly with hidden
property drawers and entries.
(org-end-of-line, org-beginning-of-line): Make prefix arg work, by
falling back to normal, default command.
(org-get-location): Temporarily turn off special behavior.
| author | Carsten Dominik <dominik@science.uva.nl> |
|---|---|
| date | Thu, 19 Feb 2009 15:10:20 +0000 |
| parents | bf06adf07c74 |
| children | b8dfb0b7d10f |
line wrap: on
line diff
--- a/lisp/org/ChangeLog Thu Feb 19 06:54:22 2009 +0000 +++ b/lisp/org/ChangeLog Thu Feb 19 15:10:20 2009 +0000 @@ -1,3 +1,12 @@ +2009-02-19 Carsten Dominik <dominik@science.uva.nl> + + * org.el (org-block-todo-from-children-or-siblings): Use + `org-up-heading-all' so that this will work correctly with hidden + property drawers and entries. + (org-end-of-line, org-beginning-of-line): Make prefix arg work, by + falling back to normal, default command. + (org-get-location): Temporarily turn off special behavior. + 2009-02-13 Glenn Morris <rgm@gnu.org> * org-rmail.el (rmail-show-message): Restore argument list to the
