practicalli / spacemacs

Content for the book - Clojure Development with Spacemacs
https://practical.li/spacemacs
Creative Commons Attribution Share Alike 4.0 International
110 stars 33 forks source link

cary forward other states in org-journal #200

Closed practicalli-johnny closed 4 years ago

practicalli-johnny commented 4 years ago

carry forward other states than TODO, eg. DOING.

How easy is it to configure this

practicalli-johnny commented 4 years ago

Add the specific TODO state names that should be carried over using the org-journal-carryover-items layer variable on the org layer

org-journal-carryover-items "TODO=\"TODO\"|TODO=\"DOING\"|TODO=\"BLOCKED\"|TODO=\"REVIEW\"")