Skip to content

Commit

Permalink
Merge pull request #27 from phrxmd/master
Browse files Browse the repository at this point in the history
Fixed regexp that led to double property drawers & agenda entries
  • Loading branch information
kidd authored Dec 8, 2018
2 parents d1c2549 + 6ba09cc commit 7250742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org-gcal.el
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ current calendar."
"\\`\\(?: *<[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9].*?>$\\)\n?\n?"
""
(replace-regexp-in-string
" *:PROPERTIES:\n \\(.*\\(?:\n.*\\)*?\\) :END:\n\n"
" *:PROPERTIES:\n *\\(.*\\(?:\n.*\\)*?\\) *:END:\n+"
""
(buffer-substring-no-properties
(plist-get (cadr elem) :contents-begin)
Expand Down

0 comments on commit 7250742

Please sign in to comment.