Fix up Author info

This commit is contained in:
2023-02-25 17:25:14 +01:00
parent 10b372e85f
commit fb91ef5203
15 changed files with 24 additions and 24 deletions
@@ -1,6 +1,6 @@
---
title: Import Things tasks into Apples Reminders
author: james
author: James McDonald
type: post
date: 2012-12-08T13:36:46+00:00
url: /2012/12/import-things-tasks-into-apples-reminders/
@@ -35,7 +35,7 @@ tell application "Reminders"
end tell
tell application "Reminders"
repeat with l in paragraphs of (read file "Users:james:Documents:tasks.txt")
repeat with l in paragraphs of (read file "Users:James McDonald:Documents:tasks.txt")
if length of l is not 0 then
if l starts with "- " then
set l to characters 3 through end of l as text