Questions tagged [emacs-ses]

SES (Simple Emacs Spreadsheet) is a major mode for GNU Emacs to edit spreadsheet files.

SES (Simple Emacs Spreadsheet) is a major mode for GNU Emacs to edit spreadsheet files, which contain a rectangular grid of cells. The cells' values are specified by formulas that can refer to the values of other cells.

2 questions
1
vote
1 answer

using date-time in emacs spreadsheets

I'm just starting to use ses-mode in emacs, and I plan to use it with timestamps, but I do not manage to have them parsed in a way that I can then use. I'm taking measurements on three days of the week, so my distances between one measurement and…
mariotomo
  • 9,438
  • 8
  • 47
  • 66
0
votes
1 answer

scatter plot emacs table data

I'm collecting data into an emacs table, at the moment I'm using both ses-mode and org-mode. the data in two of the columns are such that it makes sense for me to plot them as points on a Cartesian plane. what I currently do is to collect the two…
mariotomo
  • 9,438
  • 8
  • 47
  • 66