emacs-orgmode
[Top][All Lists]
Advanced

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

[O] [PATCH v2 0/9] mail, clock and calc changes


From: Jan Malakhovski
Subject: [O] [PATCH v2 0/9] mail, clock and calc changes
Date: Tue, 3 Nov 2015 20:15:38 +0000

Hello.

While my assignment is snail-mail delivered to and processed by FSF
I'd like to request comments on the following set of patches, which
contains all the patches I sent to this list before and some new ones.

I'm mainly worried by ChangeLog format and possibly unorthodox elisp
in ob-calc.

The first two are TINYCHANGE.

Cheers,
  Jan

Jan Malakhovski (9):
  org-clock: fix a typo
  org-colview: add a FIXME
  org-clock: fix `org-clock-time%'
  org: move `org-duration-string-to-minutes' to a better place
  rename `org-duration-string-to-minutes' to
    `org-clocksum-string-to-minutes' everywhere
  factor out date-timestamp* calculations to org-store-link-props
  org-notmuch: add date support to org-notmuch-store-link
  ob-calc: add more API, documentation and examples so that it can be
    used in tables
  ob-calc: don't leave garbage on the stack

 contrib/lisp/org-depend.el     |   2 +-
 contrib/lisp/org-mew.el        |  11 +-
 contrib/lisp/org-notmuch.el    |   7 +-
 contrib/lisp/org-vm.el         |  11 +-
 contrib/lisp/org-wl.el         |  10 +-
 contrib/lisp/ox-taskjuggler.el |   2 +-
 doc/org.texi                   |   4 +-
 lisp/ob-calc.el                | 236 ++++++++++++++++++++++++++++++++---------
 lisp/org-agenda.el             |   2 +-
 lisp/org-clock.el              |  41 +++----
 lisp/org-colview.el            |   5 +-
 lisp/org-gnus.el               |  15 +--
 lisp/org-mhe.el                |  10 +-
 lisp/org-rmail.el              |  11 +-
 lisp/org.el                    |  67 +++++++-----
 15 files changed, 263 insertions(+), 171 deletions(-)

-- 
2.6.2




reply via email to

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