From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eddward DeVilla" Subject: Re: Re: list indentation Date: Sat, 9 Feb 2008 11:02:47 -0600 Message-ID: References: <62CB93EA-C3B9-4AA7-A8AB-FD8F52A88F81@science.uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JNt6H-0001H7-Lg for emacs-orgmode@gnu.org; Sat, 09 Feb 2008 12:02:49 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JNt6G-0001G6-Sj for emacs-orgmode@gnu.org; Sat, 09 Feb 2008 12:02:49 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JNt6G-0001Fh-IH for emacs-orgmode@gnu.org; Sat, 09 Feb 2008 12:02:48 -0500 Received: from wx-out-0506.google.com ([66.249.82.237]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JNt6G-000303-2h for emacs-orgmode@gnu.org; Sat, 09 Feb 2008 12:02:48 -0500 Received: by wx-out-0506.google.com with SMTP id s7so3833144wxc.24 for ; Sat, 09 Feb 2008 09:02:47 -0800 (PST) In-Reply-To: Content-Disposition: inline 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: cezar Cc: emacs-orgmode@gnu.org On Feb 9, 2008 1:26 AM, cezar wrote: > I have this TODO: > > ** TODO Meeting with John Doe > regarding the job interview > some skills they would like > - html > - css > - unix > address: 102 str. Blah foo, CA > phone: 1111111 > > I would like to somehow make org aware that the list ends after "- unix" > and that what follows are not part of the list, meaning pressing TAB > should not move the cursor under "u" form unix. This is a tough one. Sometimes I want the behavior you describe. Sometimes I want the behavior org-mode has. For me it's not so must the that I care about tab indenting right. Org can't be a mind reader. It's that it may undo your indent if you if you do M-q and org disagrees with you. Maybe if there was a way to delimit the list like: * this is the stuff It all happens here: ----- - lock - stock - and barrel ----- It's done now. I choose the 5 -'s because it matches with the horizontal bar, just indented. (btw, could org-mode maybe take a line with 5 -'s and extend it to the width of the window when displaying in the buffer? Just an idea I'd use but don't really need.) I don't know if it's the right thing, and I'm guessing it may not be possible anyhow (with out a lot of work). Also I don't know what the correct behavior should be for: * Slapstick ----- - Stooges ----- - Moe - Larry - Curly - Shemp - Joe ----- - Marx ----- - Groucho - Harpo - Chico - Gummo - Zeppo ----- ----- I know what I'd like, but I don't know if it's practical. Another possibility is to do like rst and require a blank line when ending a list entry. Again, I'm not sure that is reasonably workable in org-mode. Edd