summaryrefslogtreecommitdiff
path: root/lisp/org-plot.el
AgeCommit message (Expand)Author
2024-04-07Honor `display-buffer-alist' when creating dialoguesIhor Radchenko
2024-01-06Merge branch 'bugfix'Kyle Meyer
2024-01-06Backport commit 8e1c56ae4 from EmacsPo Lu
2023-02-17Provide a uniform way to inform users about missing third-party packagesIhor Radchenko
2023-01-01Backport commit cae528457 from EmacsEli Zaretskii
2022-11-16Fix missing customization groupsKyrylo Simonov
2022-10-04Merge branch 'km/from-emacs-master'Kyle Meyer
2022-10-04Backport commit 06d716147 from EmacsLars Ingebrigtsen
2022-10-04Backport commit 1137219c9 from EmacsStefan Kangas
2022-10-04Backport commit 2a05479c2 from EmacsStefan Kangas
2022-09-17Update my maintainer emailTEC
2022-09-06Fix Emacs 29 compiler warningsIhor Radchenko
2022-09-04Assert all the Org files to load the same Org versionIhor Radchenko
2022-07-25Fix doc string quoting problems with 'Paul Eggert
2022-07-24Backport from main: Escape single left quotes in docstringsRobert Pluim
2022-07-24Fix Emacs 26 compatibilityIhor Radchenko
2022-06-26Prefer "website" to "homepage"Stefan Kangas
2022-06-16Escape single left quotes in docstringsRobert Pluim
2022-06-01org-plot: Run `org-plot/gnuplot-script' in org bufTEC
2022-01-01Merge branch 'bugfix'Kyle Meyer
2022-01-01Update copyright year to 2022Kyle Meyer
2021-10-17Fix compatibility with Emacs 26Ihor Radchenko
2021-10-01Backport commit f1f57a541 from EmacsGlenn Morris
2021-09-29*el: Fix indentationBastien
2021-09-17Fix a small number of typosStefan Kangas
2021-05-23org-plot: Use consistent method to find tableTEC
2021-05-09org-plot: Fix calling at start of #+plot lineTEC
2021-05-09org-plot: Use labels with 2d histogram plotTEC
2021-04-29org-plot: replace ignore-error with condition-caseTEC
2021-04-26org-plot: Don't move point when plottingTEC
2021-04-26org-plot: Expand file name of output imageTEC
2021-04-26org-plot: Ignore gnuplot buffer read-only errorTEC
2021-04-26org-plot: Refresh inline images after plottingTEC
2021-04-26org-plot: Make checkdoc happierTEC
2021-02-23Shorten remaining over-wide docstringsKyle Meyer
2021-01-01Merge branch 'maint'Kyle Meyer
2021-01-01Update copyright year to 2021Kyle Meyer
2020-12-23org-plot.el: fix compiler warningsTEC
2020-12-23org-plot: Adjust pcase patterns for Emacs 24 compatibilityKyle Meyer
2020-12-14org-plot.el: Make min/max keywords consistentTEC
2020-12-14org-plot.el: radar plot, join last points to firstTEC
2020-12-14org-plot.el: add missing cl- prefixesTEC
2020-12-14org-plot.el: avoid arithmetic overflow errorTEC
2020-12-14org-plot.el: complete transition to softcoded typeTEC
2020-12-14org-plot.el: fix logic error in transpositionTEC
2020-12-14org-plot.el: add radar plot typeTEC
2020-12-14org-plot.el: tweak term, preamble custom varsTEC
2020-12-14org-plot.el: add custom var for affecting the termTEC
2020-12-14org-plot.el: add utility functions for range,ticksTEC
2020-12-14org-plot.el: abstract plot types into custom varTEC