seems this used to work but does not now.  what's a good replacement?

(defun alpha-org-daynum-from-ts (ts)
  ;; internal time
  ;; (org-time-string-to-time "[2000-01-01]")
  ;; (org-time-string-to-time "<2000-01-01>")
  ;; (org-time-string-to-time "<now>")
  (time-to-days (org-time-string-to-time ts)))
(defun alpha-org-daynum-from-now ()
  (alpha-org-daynum-from-ts "<now>"))


-- 
The Kafka Pandemic

What is misopathy?
https://thekafkapandemic.blogspot.com/2013/10/why-some-diseases-are-wronged.html

Reply via email to