Revert "fix(parser): exclude "url" metadata from Remind output (since version 06.02.02 of remind)"
This reverts commit ec9df87d68.
This commit is contained in:
@@ -89,7 +89,7 @@ func (t Task) ToRemind() string {
|
||||
|
||||
if len(t.Metadata) > 0 {
|
||||
for k, values := range t.Metadata {
|
||||
if k == "due" || k == "url" {
|
||||
if k == "due" {
|
||||
continue
|
||||
}
|
||||
// uppercase first letter for Remind
|
||||
|
||||
Reference in New Issue
Block a user