From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Malakhovski Subject: [PATCH v2 0/9] mail, clock and calc changes Date: Tue, 3 Nov 2015 20:15:38 +0000 Message-ID: <1446581747-1960-1-git-send-email-oxij@oxij.org> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37091) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zti08-0002LO-EB for emacs-orgmode@gnu.org; Tue, 03 Nov 2015 15:16:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zti05-0004Kk-6C for emacs-orgmode@gnu.org; Tue, 03 Nov 2015 15:16:16 -0500 Received: from tricoro.koumakan.jp ([195.154.188.176]:29101) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zti04-0004Ig-Jx for emacs-orgmode@gnu.org; Tue, 03 Nov 2015 15:16:13 -0500 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Cc: Jan Malakhovski 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