From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bastien Newsgroups: gmane.emacs.help Subject: Re: Question about org-mode and longlines-mode Date: Wed, 16 May 2012 14:47:47 +0200 Organization: GNU Message-ID: <87397047ik.fsf@gnu.org> References: <23984000.45.1337124290995.JavaMail.geo-discussion-forums@ynmb39> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1337172439 16740 80.91.229.3 (16 May 2012 12:47:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 16 May 2012 12:47:19 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: yandros@gmail.com Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed May 16 14:47:17 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SUddE-0007bJ-R0 for geh-help-gnu-emacs@m.gmane.org; Wed, 16 May 2012 14:47:08 +0200 Original-Received: from localhost ([::1]:34125 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SUddE-0006bs-9m for geh-help-gnu-emacs@m.gmane.org; Wed, 16 May 2012 08:47:08 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:42227) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SUdd3-0006ak-Jq for help-gnu-emacs@gnu.org; Wed, 16 May 2012 08:47:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SUdcx-0005Vj-Fd for help-gnu-emacs@gnu.org; Wed, 16 May 2012 08:46:57 -0400 Original-Received: from incoming2.cnam.fr ([163.173.128.34]:49458) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SUdcx-0005VR-9j for help-gnu-emacs@gnu.org; Wed, 16 May 2012 08:46:51 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgwKAGGgs0+jrT4T/2dsb2JhbABEsl4DgSCBB4IVAQEEAXkFCwsNFCUPAQQNC0SIAAMGBLFZDYlTii6BSoFXgyYEjhGGFYduhSaFA4Jr X-IronPort-AV: E=Sophos;i="4.75,603,1330902000"; d="scan'208";a="31184287" Original-Received: from unknown (HELO myhost.localdomain) ([163.173.62.19]) by outgoing2.cnam.fr with ESMTP; 16 May 2012 14:46:49 +0200 Original-Received: by myhost.localdomain (Postfix, from userid 1000) id C15D286F9; Wed, 16 May 2012 14:47:47 +0200 (CEST) In-Reply-To: <23984000.45.1337124290995.JavaMail.geo-discussion-forums@ynmb39> (yandros@gmail.com's message of "Tue, 15 May 2012 16:24:50 -0700 (PDT)") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 163.173.128.34 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:84847 Archived-At: Hi, yandros@gmail.com writes: > I'm experimenting with longlines mode (for prose text that needs to > interact with non-Emacs readers) and org-mode (which I use for nearly all > my writing). I'm wondering in particular if there's some way to use the > soft-newline fill of longlines-mode and retain the visual indenting by > heading level in emacs/org-mode. I don't know of any. > For example: > > * Top-level heading > This paragraph is long enough to eventually wrap on to a new line in my > typical emacs window. > > Using org+auto-fill, the words `typical emacs window' would be indented to > the same depth as `This paragraph'. Using longlines-mode, it appears as > above. I'm ok with that for non-Emacs viewers, but I'm hoping that > Emacs+Org can do better. I don't recommend using longlines-mode with org-mode, it is likely to yield unexpected display (e.g. for the #+OPTIONS lines, for the tags, etc.) I guess visual-line-mode can do the job for most of your needs. HTH, -- Bastien