frame-workflow icon indicating copy to clipboard operation
frame-workflow copied to clipboard

Interactively configuring a subject

Open akirak opened this issue 7 years ago • 1 comments

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.

akirak avatar Jun 07 '18 12:06 akirak

frame-workflow-edit-subject interactive function allows editing a whole subject definition in a buffer. It is a bit dangerous but can be convenient.

akirak avatar Jun 07 '18 12:06 akirak