So, I suppose starting now we can just stop updating the ChangeLog.

Here is an example of how a properly formatted entry would become a commit 
message:

2010-05-19  David Maus  <dm...@ictsoc.de>

        * org.el (org-refile-cache-get): Return empty list of targets
        when cache was cleared.
        (org-clone-subtree-with-time-shift): Maybe create ID property
        in cloned subtrees.
        (org-clone-delete-id): New customization variable.
        (org-clone-subtree-with-time-shift): Use customization
        variable `org-clone-delete-id'.
        (org-clone-subtree-with-time-shift): Remove empty property
        drawer in cloned subtrees.

Becomes:

Fixes to org-clone

* org.el (org-refile-cache-get): Return empty list of targets when cache
was cleared.
(org-clone-subtree-with-time-shift): Maybe create ID property in cloned
subtrees.
(org-clone-delete-id): New customization variable.
(org-clone-subtree-with-time-shift): Use customization variable
`org-clone-delete-id'.
(org-clone-subtree-with-time-shift): Remove empty property drawer in
cloned subtrees.

I guess having stars to indicate the different files is not bad.

John
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to