[O] [PATCH 1/4] org: move `org-duration-string-to-minutes' to a better place

2015-12-27 Thread Jan Malakhovski
--- lisp/org.el | 40 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index 74d1c4c..f6c513e 100755 --- a/lisp/org.el +++ b/lisp/org.el @@ -18303,6 +18303,26 @@ If no number is found, the return value is 0." (s

[O] [PATCH 3/4] simplify and document `org-effort-durations'-related code

2015-12-27 Thread Jan Malakhovski
* lisp/org.el (org-time-clocksum-use-effort-durations): Make obsolete. (org-effort-durations-default): (org-effort-durations-8h): (org-effort-durations-6h): New constants. (org-effort-durations): Redefine and document. (org-minutes-to-clocksum-string): Simplify. * lisp/org-agenda.el: (org-agenda-sh

[O] [PATCH 4/4] org-clock: make clock table respect `org-effort-durations'

2015-12-27 Thread Jan Malakhovski
* lisp/org-clock.el (org-clock-time%): Rewrite using (org-clocksum-string-to-minutes), document pitfalls. (org-clock-time%-with-effort): New function. (org-clocktable-write-default): Fix effort-duration parameter. * doc/org.texi (The clock table): Update documentation. --- doc/org.texi | 6

[O] [PATCH 2/4] rename `org-duration-string-to-minutes' to `org-clocksum-string-to-minutes' everywhere

2015-12-27 Thread Jan Malakhovski
* lisp/org-agenda.el: * lisp/org-clock.el: * lisp/org-colview.el: * lisp/org.el: * contrib/lisp/org-depend.el: * contrib/lisp/ox-taskjuggler.el: Rename (org-duration-string-to-minutes) to (org-clocksum-string-to-minutes). --- contrib/lisp/org-depend.el | 2 +- contrib/lisp/ox-taskjuggler.el

[O] [PATCH v3 part3 0/4] fixing org-clock-time%

2015-12-27 Thread Jan Malakhovski
This is a org-clock-time% piece of "[PATCH v2 0/9] mail, clock and calc changes" updated with Aaron Ecay's suggestions. The thing here is that I pretty much rewrote those changes because they didn't work well with `org-effort-durations' (which was the case even before I started, but it became appa

[O] [PATCH v3 part2 0/2] date-timestamp* calculations

2015-12-27 Thread Jan Malakhovski
This is a date-timestamp* piece of "[PATCH v2 0/9] mail, clock and calc changes" updated with Aaron Ecay's suggestions. Jan Malakhovski (2): factor out date-timestamp* calculations to org-store-link-props org-notmuch: add date support to org-notmuch-store-link contrib/lisp/org-mew.el | 1

[O] [PATCH 2/2] org-notmuch: add date support to org-notmuch-store-link

2015-12-27 Thread Jan Malakhovski
* contrib/lisp/org-notmuch.el (org-notmuch-store-link): Add date support. * doc/org.texi: Fix `org-capture-templates' documentation. --- contrib/lisp/org-notmuch.el | 7 --- doc/org.texi| 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/contrib/lisp/org-notm

[O] [PATCH 1/2] factor out date-timestamp* calculations to org-store-link-props

2015-12-27 Thread Jan Malakhovski
* lisp/org.el (org-store-link-props): Rewrite function to get date-timestamp* calculations. * lisp/org-gnus.el: * lisp/org-mhe.el: * lisp/org-rmail.el: * contrib/lisp/org-mew.el: * contrib/lisp/org-vm.el: * contrib/lisp/org-wl.el: Remove date-timestamp* copy-paste. * doc/org.texi: Fix `org-captur

[O] [PATCH v3 part1 0/3] Fixes

2015-12-27 Thread Jan Malakhovski
Hello. This is a fixes-only piece of "[PATCH v2 0/9] mail, clock and calc changes" updated with Aaron Ecay's suggestions. Other pieces will follow shortly. I'm pretty sure FSF processed my copyright assignment. Cheers, Jan Jan Malakhovski (3): org-clock: fix a typo ob-calc: don't leave g

[O] [PATCH 3/3] org-contacts: fix org-contacts-matcher for BIRTHDAYs

2015-12-27 Thread Jan Malakhovski
* contrib/lisp/org-contacts.el (org-contacts-matcher): Fix expression to work for BIRTHDAY-only contacts. --- contrib/lisp/org-contacts.el | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/contrib/lisp/org-contacts.el b/contrib/lisp/org-contacts.el index ebc7bcd..

[O] [PATCH 1/3] org-clock: fix a typo

2015-12-27 Thread Jan Malakhovski
TINYCHANGE --- lisp/org-clock.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-clock.el b/lisp/org-clock.el index eb7d9c3..823a386 100644 --- a/lisp/org-clock.el +++ b/lisp/org-clock.el @@ -2762,7 +2762,7 @@ following structure: \(LEVEL HEADLINE TIMESTAMP TIME)

[O] [PATCH 2/3] ob-calc: don't leave garbage on the stack

2015-12-27 Thread Jan Malakhovski
* lisp/ob-calc.el (org-babel-calc-eval-string): Clean up the stack after expression evaluation. --- lisp/ob-calc.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/ob-calc.el b/lisp/ob-calc.el index a8c50da..99d0a09 100644 --- a/lisp/ob-calc.el +++ b/lisp/ob-calc.el

Re: [O] Spreadsheet error: invalid reference when using @> in range

2015-12-27 Thread Karl Voit
* Nicolas Goaziou wrote: > You need to update Org. Thank you for your help! -- mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML to Org-mode: > get Memacs from https://github.com/novoid/Memacs < https://github.com/novoid/extract_pdf_annotations_to_orgmode + more on github

Re: [O] Changing org-block background with org-src-fontify-natively

2015-12-27 Thread Karl Voit
* Xebar Saram wrote: > > Hi all Hi Xebar! > so i have zero technical skills or knowledge, but i have been looking for a > way to have a different background in org-src blocks so that bash > backgrounds will have a black color, lisp a white color etc. > from what i understand (but i may be totall

Re: [O] Working with in-line src and fill-mode/running into new line

2015-12-27 Thread Nicolas Goaziou
Hello, John Hendy writes: > - could the behavior be modified? I would think this could be similar > to \( \) LaTeX formatting. When I used to run into issues with > $formula$ over new lines, I adopted using \( \), which works great no > matter how long the contents are. Could Org know to interpr