Fix up Author info
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Import Things tasks into Apple’s 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
|
||||
|
||||
Reference in New Issue
Block a user