frame-workflow
frame-workflow copied to clipboard
Interactively configuring a subject
I am currently working on edit-subject branch, which allows you to interactively configure a subject.
- [x] Interactively edit the whole definition of a subject: https://github.com/akirak/frame-workflow/commit/a69b187acf0f22d1f87e78cb73e484bc13bb404e
- [ ] Persistence (load/save) of subjects
- [ ] Create a new subject
frame-workflow-define-subject continues to exist. Like org-agenda-custom-commands can be defined by either setting the variable or using a function, frame-workflow allows workspace configuration via two ways. frame-workflow-define-subject can be useful for the following reasons:
- It allows you to configure workspaces in your init file.
- It allows easy copy&paste of a workspace configuration.
frame-workflow-edit-subject interactive function allows editing a whole subject definition in a buffer. It is a bit dangerous but can be convenient.