{"id":15617042,"url":"https://github.com/titaniumbones/org-writers-room","last_synced_at":"2026-01-08T02:07:48.453Z","repository":{"id":5805024,"uuid":"7019781","full_name":"titaniumbones/org-writers-room","owner":"titaniumbones","description":"An Emacs minor mode for writers who use org-mode","archived":false,"fork":false,"pushed_at":"2014-03-19T17:35:56.000Z","size":276,"stargazers_count":19,"open_issues_count":2,"forks_count":0,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-27T06:36:42.193Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/titaniumbones.png","metadata":{"files":{"readme":"README.org","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-12-05T15:35:43.000Z","updated_at":"2019-07-16T13:42:01.000Z","dependencies_parsed_at":"2022-08-31T16:44:27.702Z","dependency_job_id":null,"html_url":"https://github.com/titaniumbones/org-writers-room","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/titaniumbones%2Forg-writers-room","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/titaniumbones%2Forg-writers-room/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/titaniumbones%2Forg-writers-room/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/titaniumbones%2Forg-writers-room/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/titaniumbones","download_url":"https://codeload.github.com/titaniumbones/org-writers-room/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246201835,"owners_count":20739830,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-03T07:41:09.779Z","updated_at":"2026-01-08T02:07:48.422Z","avatar_url":"https://github.com/titaniumbones.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"#+TODO: TODO  | DONE CANCELED\n\n\n* Org Writer's Room\nInspired by [[http://www.literatureandlatte.com/scrivener.php][Scrivener]], this experimental, unfinished minor mode hopes to eventually provide an environment in which writers can easily manage large-scale projects (like novels and dissertations) while still living in Emacs \u0026 writing in plain-text with [[http://orgmode.org][Org]].  \n\nEventually, I hope to have a three-column interface with a collapsed outline on the left-hand side, an indirect buffer containing the current node in the main window, and editable metadata on the right.  right now, though, all the mode does is set up the window structure approximately the way I want it and remap C-c C-x b to a new function that forces all indirect buffers to display in the main, center window.  \n\nThis is broken software -- you shouldn't expect it to do what it's supposed to do yet - -but if you want to help develop it please download it and hack away! My elisp skills aren't relaly up to the task.  Thank you!\n** Requirements\n- Emacs 24\n- a recent org-mode\n- desktop-mode\n\n** Installation\nPut org-writers-room.el somewhere in your load-path and load it.\n\n** Usage\nFor now, it's assumed that each project lives in just one single file, that might be structured e.g.:\n- Novel\n  - Ch1: Dark \u0026 Stormy Night\n    - Dave watches rain in nursery\n    - Stan approaches from outside\n    - The confrontation\n  - Ch2: Bright \u0026 Shiny Day\n  - Ch3: A Glorious Dawn\n  - Ch4: A chilling dusk\n  - Ch5: Midnight\n- Notes\n  - Characters\n    - Dave\n    - Joanne\n  - Thoughts on Mood\n    - Pathetic Fallacies\n    - why is Dave sad?\nUse regular org-mode commands to move bits of the structure around in the guide.  Note:  [TAB] has been rebound to a custom function that will show ONLY HEADLINES in the guide.  When you actually want to write, press [RETURN] and the appropriate subtree will appear in the main window, while the metadata will be shown in a third window.  Each new subheading will be given a set of new properties (default:  Synopsis, Rule in Book, Characters -- these are probably bad defaults and can be changed with a defcustom, =org-writers-room-properties=).  These properties can be searched using normal org search functions -- =C-c / p= or =C-c / m= -- but I would like to write something better later.  \n\n** Stuff I want to be able to do!\nMost of the features I want are not yet implemented!  Here are some plans/aspirations I have for this mode:\n*** DONE change the visibility cycling in the \"guide\" buffer so that it's impossible to make node content visible there  cycling should just affect the number of sub-headings visible in a given node.\n*** TODO consider suppressing display of  headline tags in the guide, to make view cleaner.  Or just shorten headline text so they never wrap.\n*** TODO Somehow make it easy to assign a set of Properties to each headline.  \nRight now this is sort of implemented, but the properties are still a pain to edit, even in the metadata window.\n- synopsis\n- characters\n- umm, I thought there would be more but I can't think of them.  If it were an academic monograph instead of a novel, you might have quite a number of properties to keep track of.\n*** TODO Improve the metadata window!  \nCurrently it's just a view.  Would be nice to have better editing and other keybindings; would also be nice to use it to show metadata of multiple headlines when searches take place.\n*** TODO Improve searching\nsearching right now is awful \n*** TODO In general, the code right now is quite fragile and I think of pretty poor quality.  It should be made, well, better.\n** Contributing\nPlease, please, please take this code and improve it.  If you're interested in contributing, please fork \u0026 push or consider asking for commit access.  I'm not a coder! I just want to be able to use org-mode for everything.   \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftitaniumbones%2Forg-writers-room","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftitaniumbones%2Forg-writers-room","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftitaniumbones%2Forg-writers-room/lists"}