[emacs-berlin] Calculating recurring payments with Orgmode table spreadsheet

Michael Heerdegen michael_heerdegen at web.de
Sat Sep 28 22:47:31 UTC 2024


Tilmann Singer <tils at tils.net> writes:

> (plist-get (cadr (org-timestamp-from-string "<2024-03-01 Fri>"))
> :month-start)
> => 3

Or alternatively use time functions:

(decoded-time-month
 (decode-time (org-time-string-to-time "<2024-03-01 Fri>")))


More information about the emacs-berlin mailing list