emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Re: A request: Moving away from ChangeLog


From: John Wiegley
Subject: Re: [Orgmode] Re: A request: Moving away from ChangeLog
Date: Fri, 21 May 2010 11:33:02 -0400

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  <address@hidden>

        * 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]