Kungsgeten / yankpad

Paste snippets from an org-mode file
MIT License
216 stars 18 forks source link

yankpad--remove-id-from-yankpad-capture assumes org-capture-last-stored-marker exists #48

Closed MerlinsGreatBeard closed 5 years ago

MerlinsGreatBeard commented 5 years ago

Backtrace:

Debugger entered--Lisp error: (wrong-type-argument stringp nil) org-entry-properties(#<marker in no buffer>) yankpad--remove-id-from-yankpad-capture() run-hooks(org-capture-after-finalize-hook) org-capture-finalize() org-capture-kill() funcall-interactively(org-capture-kill) call-interactively(org-capture-kill nil nil) command-execute(org-capture-kill)

Kungsgeten commented 5 years ago

Thanks, I haven't encountered that problem. I think the latest commit should fix it.

MerlinsGreatBeard commented 5 years ago

Yes it works now, thanks!