From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Org-mode outside Org-mode Date: Fri, 15 Mar 2013 16:39:04 +0100 Message-ID: <87txoc7jvr.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50314) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UGWjs-0001mx-13 for emacs-orgmode@gnu.org; Fri, 15 Mar 2013 11:40:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UGWjq-0004a0-B2 for emacs-orgmode@gnu.org; Fri, 15 Mar 2013 11:40:11 -0400 Received: from plane.gmane.org ([80.91.229.3]:32890) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UGWj4-0003yF-Kc for emacs-orgmode@gnu.org; Fri, 15 Mar 2013 11:39:22 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UGWjO-0005nX-Nn for emacs-orgmode@gnu.org; Fri, 15 Mar 2013 16:39:42 +0100 Received: from g231232129.adsl.alicedsl.de ([92.231.232.129]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Mar 2013 16:39:42 +0100 Received: from tjolitz by g231232129.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Mar 2013 16:39:42 +0100 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: emacs-orgmode@gnu.org Hi List, there is a now a tutorial on Worg describing the recently announced new libraries for using (concepts and functionality of) Org-mode when outside Org-mode: ,----------------------------------------------------------- | http://orgmode.org/worg/org-tutorials/org-outside-org.html `----------------------------------------------------------- Besides using the 'well-known' orgstruct-minor-mode, you can now: - use outline-minor-mode with *outshine.el* extensions and structure your file with outshine-style headlines, giving your source-code files the look&feel of Org-mode files. Should work in any major-mode. - use *outorg.el* to edit complete subtrees or the whole file as Org-mode in a temporary Org-mode edit-buffer. Depends on outshine. - use *navi-mode.el* to open an occur-like indirect buffer for super-fast navigation and structure-editing (as well as other common actions on subtrees) in the associated original-buffer - all with one-key commands in a read-only buffer. A kind of customizable remote-control for the original-buffer with many views combining headline and keyword searches and easy switching between the associated buffers. Depends somehow on outshine too, but to a much lesser degree than outorg.el And of course you have Francois Pinard's *poporg.el* and can (completely independent from orgstruct or outshine): - edit atomic comment-sections (anywhere in a source-code buffer, no matter what major-mode) in a temporary Org-mode edit-buffer. Thus, while *outorg* gives you a whole subtree with headline and source-code blocks in a temporary Org-mode edit-buffer, *poporg* gives you only the comment-string near point and nothing else, so that both libraries complement each other really well in their usage. For more details see the tutorial on Worg. -- cheers, Thorsten