djliden / paper-planner

An emacs org-mode planner based on a paper planner format
4 stars 0 forks source link

modifies add task to work with empty headline and whitespace #2

Closed djliden closed 1 year ago

djliden commented 1 year ago

This commit makes two fixes:

  1. paper-planner-add-task now works even if invoked under an org headline with the paper-planner property but no tasks.
  2. paper-planner-add-task will no longer insert the new task after any training whitespace. It will insert the new task immediately following the last task headline.