Closed Steampunkery closed 5 years ago
There isn't an item.title in the take_input function. The default title variable is default_title.
item.title
take_input
default_title
EDIT: It also appears that I forgot to add a parameter in my org-mode refactor PR. Fixes that as well.
Thanks!
There isn't an
item.title
in thetake_input
function. The default title variable isdefault_title
.EDIT: It also appears that I forgot to add a parameter in my org-mode refactor PR. Fixes that as well.