Questions tagged [date-to-time]

3 questions
4
votes
1 answer

How do I interconvert Calc's HMS forms and seconds?

Is there a built-in way to convert/toggle between GNU Emacs Calc's HMS forms and seconds? I'd also like to easily be able to add numbers as seconds and/or minutes to an existing HMS form.
user117529
  • 151
  • 4
2
votes
1 answer

date to time for french

I want to convert a lot of french dates in date to time (date-to-time "june 7 2021 12:00:00" ) => (24765 60960) (date-to-time "7 juin 2021 12:00:00" ) => Debugger entered--Lisp error: (error "Invalid date: 7 juin 2021 12:00:00") Should I translate…
gigiair
  • 2,124
  • 1
  • 8
  • 14
1
vote
1 answer

Count down timer and org

count down timer This code starts a count down timer every time org file is opened , but asks for a permission to reset timer every time . Can it be automated, meaning it should start counting as soon as org file is opened. Second, it should show a…
Vaibhav
  • 573
  • 3
  • 15