From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Price Subject: Org Writer's room Date: Wed, 5 Dec 2012 11:01:21 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:42348) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TgHPe-0000uX-M1 for emacs-orgmode@gnu.org; Wed, 05 Dec 2012 11:01:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TgHPW-0001L9-QY for emacs-orgmode@gnu.org; Wed, 05 Dec 2012 11:01:28 -0500 Received: from mail-qc0-f169.google.com ([209.85.216.169]:35334) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TgHPW-0001L5-Mj for emacs-orgmode@gnu.org; Wed, 05 Dec 2012 11:01:22 -0500 Received: by mail-qc0-f169.google.com with SMTP id t2so3232349qcq.0 for ; Wed, 05 Dec 2012 08:01:21 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org Mode Hi Everyone, Prompted by a couple of recent threads on help-gnu-emacs (http://comments.gmane.org/gmane.emacs.help/87787), I am trying to create a minor mode for org that would implement some of the cool features of Scrivener (http://www.literatureandlatte.com/scrivener.php). Scrivener is a closed-source but still very cool authoring tool for writers. After testdriving it, I find that Scrivener's interface really makes it easy to concentrate on writing while still being aware of the overall structure of a big project. Lots of my daughter's friends use it for National Novel Writing Month, in which they try to write a 50,000 word novel in 30 days; and I'm finding that more and more of my students have switched to Scrivener from Word or Libreoffice, over which it offers a lot of improvements (though it's not so good atthings like footnotes). Emacs is pretty different from Scrivener (!!), but I still think we could implement some of its features, and that doing so would make emacs/org-mode a *way* better environment for writers. So I've started working on org-writers-room.el. I'm a terrible coder, and I can't think in Lisp at all, so I think the code is pretty bad! And right now it doesn't do much -- just sets up the basic window layout and define one or two functions But the ambitions are described in more detail on the github repository: https://github.com/titaniumbones/org-writers-room I would be really grateful for feedback from both coders and writers. I'd especially love it if anyone had some ideas on how to implement the missing features, or better yet, was able to write some code for the project! As I say, I feel a little over my head when it comes to elisp. Thanks very much! Matt