From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cassio Koshikumo Subject: Re: Synopsis view - moving trees around based on a synopsis Date: Wed, 5 Jan 2011 15:21:05 -0200 Message-ID: References: <87ei8vuzlw.wl%dmaus@ictsoc.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=56448 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PaX4e-0008Rm-3L for emacs-orgmode@gnu.org; Wed, 05 Jan 2011 12:23:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PaX4c-0004NY-Ol for emacs-orgmode@gnu.org; Wed, 05 Jan 2011 12:22:59 -0500 Received: from mail-ww0-f49.google.com ([74.125.82.49]:32962) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PaX4c-0004NR-HW for emacs-orgmode@gnu.org; Wed, 05 Jan 2011 12:22:58 -0500 Received: by wwb17 with SMTP id 17so16072407wwb.30 for ; Wed, 05 Jan 2011 09:22:57 -0800 (PST) In-Reply-To: <87ei8vuzlw.wl%dmaus@ictsoc.de> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: David Maus Cc: Matt Lundin , emacs-orgmode@gnu.org, Carsten Dominik That's a good idea. For some reason it hadn't occurred to me. I'll try to improve the code for moving the trees around when in synopsis view before posting it there. The current implementation works, but duplicates code and is a little ugly. Maybe using an advice, which is something I'm just starting to dabble with. But yeah, I'll definitely write an article there. Best, 2011/1/2 David Maus : > At Sun, 12 Dec 2010 04:56:57 -0200, > Cassio Koshikumo wrote: >> So, after fiddling a lot, I finally came up with a nice (I think) >> solution to my synopsis-associated-with-text problem >> (http://article.gmane.org/gmane.emacs.orgmode/34279/). A little >> hackish, maybe, but it works fine. >> >> Funny thing is, this solution utilizes the first method I had >> discarded: using a drawer to keep the synopsis. >> >> Here's what I wanted to achieve: >> >> I'm writing a long text. I'd like to divide it into more manageable >> chunks (using subtrees), and associate a small synopsis with each of >> them. Then, I'd like to have a view of the synopsis only, and be able >> to move the chunks based on those synopsis -- without the main text >> getting on the way. >> >> Here's the solution: >> ... > > Nice. =A0If the hack works out fine, maybe you could write up a short > explanation for Org mode's hacks section at Worg?[1] > > Best, > =A0-- David > > [1] http://orgmode.org/worg/org-hacks.html > > -- > OpenPGP... 0x99ADB83B5A4478E6 > Jabber.... dmjena@jabber.org > Email..... dmaus@ictsoc.de > --=20 C=E1ssio Koshikumo