t display --format csv > tmp.csv
# Calculate number of minutes since start of day.
# Use this with output of `remind -s` to calculate
# task duration.
GENERIC_DATE=$(date +'%b %d %Z %Y') # Example output: "Feb 23 EST 2020"
START_OF_DAY_IN_SECONDS_SINCE_THE_EPOCH=$(date --date="$GENERIC_DATE" +'%s') # That date spec provides sste at midnight.
NOW_IN_SECONDS_SINCE_THE_EPOCH=$(date +'%s')
- Download the message. This yields a
.eml
file. - Run munpack on the .eml file. This will break the file into several files named part1 part2, etc, one of which will be HTML with some non-ascii characters. Let's say part2 for example.
This might work with other HTML emails. I've only tried iContacts.
munpack -t file.eml
awk '{ gsub(/\377/,""); print; }' part2 > tmp.html
Just added some custom css to TS theme in "customize->additional css".
h1.entry-title {
box-sizing: border-box;
color: rgb(53, 53, 53);
font-family: Alice;
font-size: 38px;
font-weight: 600;
Slide one
Slide two
???
with notes