summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-21Revert "org-table-eval-formula: Fix parsing of mode string when formula has ;"Ihor Radchenko2-13/+1
2024-05-19org-table-eval-formula: Fix parsing of mode string when formula has ;Ihor Radchenko2-1/+13
2024-04-12org-table-eval-formula: Keep empty result in duration (;TtU) modeIhor Radchenko1-5/+10
2022-10-04Backport commit 8ef37913d from EmacsPaul Eggert7-14/+14
2022-10-04Backport commit dd0727e1e from EmacsPaul Eggert7-16/+16
2022-07-17Use higher level helpers instead of `encode-time'Paul Eggert3-14/+8
2021-09-29Clean up spacing to pass Emacs's pre-commit checkKyle Meyer2-5/+5
2020-11-24org-table: Add mode flag to enable Calc units simplification modeDaniele Nicolodi4-2/+28
2020-11-24org-table: Simplify mode string parsingDaniele Nicolodi1-51/+42
2020-11-24org-table: Remove unused org-tbl-calc-modes variable declarationDaniele Nicolodi1-27/+15
2020-02-18Tiny formatting fixesBastien72-164/+136
2020-02-03org-table.el: Restore window configuration when debugging formulaBastien1-77/+79
2017-12-30org-table: Small optimizationNicolas Goaziou1-35/+36
2017-06-14Implement new `U' mode switch for table formulas to omit seconds in durationsCarsten Dominik3-21/+52
2017-01-17Fix last commitNicolas Goaziou2-8/+10
2017-01-17Computed dates in tables appear as inactive time stampsNicolas Goaziou2-1/+10
2017-01-09org-table: Speed up large tables calculationNicolas Goaziou1-9/+17
2016-07-21org-table: Fix calculations with locale specific time-stampsNicolas Goaziou2-12/+35
2016-07-21org-table: Assume `calc-eval' is always availableNicolas Goaziou1-7/+3
2016-06-23Deprecate `org-called-interactively-p' in favor of `called-interactively-p'Nicolas Goaziou8-56/+48
2016-03-25org-table: Fix docstringsNicolas Goaziou1-15/+17
2016-03-25org-table: Fix #ERROR in table formula with "@>"Nicolas Goaziou1-2/+3
2016-01-14org-table: Fix `org-table-current-field-formula'Nicolas Goaziou1-2/+1
2015-12-04org-table: Fix named fields with TAB-indentationNicolas Goaziou2-1/+18
2015-11-23org-table: Fix `org-table-eval-formula'Nicolas Goaziou1-20/+19
2015-08-02org-table: Improve tables' speed in large buffersNicolas Goaziou2-1005/+1065
2015-06-09org-table: Fix formulas with relative ranges in current rowNicolas Goaziou1-5/+9
2015-02-01org-table: Allow accentuated characters in remote table namesNicolas Goaziou1-1/+1
2014-12-10org-table: various small fixesAaron Ecay1-7/+6
2014-09-14Table formula: Fix for Lisp return value nilMichael Brand2-4/+3
2014-07-29org-table.el (org-table-eval-formula): Fix variable name typoYork Zhao1-1/+1
2014-07-27org-table.el (org-table-eval-formula): Better error throwingBastien Guerry1-9/+11
2014-05-20org-table.el (org-table-eval-formula): Fix conversion of inactive timestampsBastien Guerry1-1/+2
2014-01-12TBLFM remote ref: Add indirection of name or IDMichael Brand3-14/+40
2013-09-07Fix table formula debugger error displayMichael Brand1-1/+1
2013-03-25Work around calc-eval regressionCarsten Dominik1-1/+4
2013-03-03fix a stray "user-error" introduced in bd89d6a02fAchim Gratz1-1/+1
2013-03-02org-table.el: Use `user-error' instead of `error' for user errorsBastien Guerry1-77/+77
2012-12-29Use nan for empty fields in Calc formulasMichael Brand3-38/+174
2012-12-29org-table.el: Fix range len bugs and inconsistenciesMichael Brand2-25/+18
2012-12-20org-table.el: Handle localized time-stamps in formulas evaluationBastien Guerry1-1/+11
2012-10-02Update autoloads.Bastien Guerry8-176/+130
2012-09-28org-table.el: Convert time-stamps to inactive time-stamp so that Calc can han...Bastien Guerry1-0/+2
2012-08-15Call `buffer-substring-no-properties' and remove `org-no-properties'Bastien Guerry4-19/+14
2012-05-05org-table.el: handle =02:34;t durations formula correctly.Bastien Guerry1-6/+13
2012-05-01org-table.el: Fix bug in a free variable name.Bastien Guerry1-14/+15
2012-04-11org-table.el: Fix bug about handling remote references as durations.Bastien Guerry1-2/+7
2011-08-14org-table.el: Fix missing variables in let constructs.Bastien Guerry1-2/+3
2011-07-27org-table: new defcustom `org-table-duration-custom-format'.Bastien Guerry2-12/+51
2011-07-25org-table: fix another bug in duration computation.Bastien Guerry2-13/+15