[O] [PATCH v1 1/4] contrib/lisp/org-annotate-file.el improvements

2014-03-15 Thread David Holm
-buffer-1 (org-annotate-file-show-section storage-file) :default-config-keywords '(:position :bottom)) This first patch just fixes some of the docstrings in order to satisfy Flycheck. Best regards, David Holm [1]: http://stackoverflow.com/questions/8148842/code-review

[O] [PATCH v1 2/4] contrib/lisp/org-annotate-file.el improvements

2014-03-15 Thread David Holm
The second patch makes the annotation storage location a parameter to `org-annotate-file-show-section`. 0002-Pass-storage-file-as-a-parameter-to-org-annotate-fil.patch Description: Binary data

[O] [PATCH v1 3/4] contrib/lisp/org-annotate-file.el improvements

2014-03-15 Thread David Holm
The third patch provides the bulk of the change. It extracts most of the functionality of `org-annotate-file-show-section` into `org-annotate-file-annotate` and now just acts as a wrapper around it for setting up and returning the buffer to the caller.

[O] [PATCH v1 4/4] contrib/lisp/org-annotate-file.el improvements

2014-03-15 Thread David Holm
This is the fourth and last patch of this series. It simply adds autoloads for `org-annotate-file` and `org-annotate-file-show-section`. 0004-Provide-autoloads-for-org-annotate-file.patch Description: Binary data