From mboxrd@z Thu Jan 1 00:00:00 1970 From: jan Subject: How to get visual-line-mode keep indentation on extra lines? Date: Mon, 23 Nov 2009 23:20:23 +0000 (UTC) Message-ID: References: <74812e0911210003h54b6164agafc4f539c0d332b7@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NCiHT-0002wE-9f for emacs-orgmode@gnu.org; Mon, 23 Nov 2009 18:25:15 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NCiHN-0002ve-OB for emacs-orgmode@gnu.org; Mon, 23 Nov 2009 18:25:13 -0500 Received: from [199.232.76.173] (port=38746 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NCiHN-0002vb-Gq for emacs-orgmode@gnu.org; Mon, 23 Nov 2009 18:25:09 -0500 Received: from lo.gmane.org ([80.91.229.12]:56657) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NCiHN-0005Fn-2P for emacs-orgmode@gnu.org; Mon, 23 Nov 2009 18:25:09 -0500 Received: from list by lo.gmane.org with local (Exim 4.50) id 1NCiHJ-00040k-Fl for emacs-orgmode@gnu.org; Tue, 24 Nov 2009 00:25:05 +0100 Received: from Y4507.y.pppool.de ([89.60.69.7]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 24 Nov 2009 00:25:05 +0100 Received: from jan01s by Y4507.y.pppool.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 24 Nov 2009 00:25:05 +0100 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: emacs-orgmode@gnu.org Laurent Bedubourg gmail.com> writes: > > Hello, > > First of all thank you very much for org-mode, it made me switch from > vim to emacs and I really enjoy the trip :) > > There is this little thing which bother me and I am not sure if it's > related to this thread or not: > Re: [Orgmode] Re: org-indent-mode and visual-line-mode > http://www.mail-archive.com/emacs-orgmode gnu.org/ >msg19713.html > > Here my little problem: > > When visual-line-mode is active and you resize your window (ubuntu > karmic, official emacs 23 package) you often see something like this: > > * My list > * Some thing this is longer > back to line which is really > anoying > * Other thing which is > truncated > * Sub items with blah > to line > > I would like to keep the indentation on these extra lines and get > something like that: > > * My list > * Some thing this is longer > back to line which is > really anoying > * Other thing which is > truncated > * Sub items with blah > to line > > Which I find more readable (no offence if someone prefers the former > form, may be it's a question of taste :). > > Is there some way to achieve this with my current packages? > Will installing org-mode using GIT sources provide the feature through > org-indent-mode? > > Thank you for your help! > > PS: I also posted this question on stackoverflow in case the answer > came up quickly > http://stackoverflow.com/questions/1771981/how-to-keep-indentation -with-emacs-org-mode- visual-line-mode > Dear all, i have a similar Problem with checkboxes. * TODO fix checkboxes in visual line mode - [-] thanks for org-mode [1/3] - [ ] i love lists - [X] an checkboxes - [ ] for example the next line begins to far to the left in emacs 23.1 with org-mode 6.33f - [X] The next line should start here. Thanks for all the good work! i use org-mode at work on an "PC" to organize, document and sort my projects.