From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: yandros@gmail.com Newsgroups: gmane.emacs.help Subject: Question about org-mode and longlines-mode Date: Tue, 15 May 2012 16:24:50 -0700 (PDT) Organization: http://groups.google.com Message-ID: <23984000.45.1337124290995.JavaMail.geo-discussion-forums@ynmb39> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1337124619 8579 80.91.229.3 (15 May 2012 23:30:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 15 May 2012 23:30:19 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed May 16 01:30:19 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 1SURC1-0006AJ-LA for geh-help-gnu-emacs@m.gmane.org; Wed, 16 May 2012 01:30:13 +0200 Original-Received: from localhost ([::1]:58640 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SURC0-0001cO-Ox for geh-help-gnu-emacs@m.gmane.org; Tue, 15 May 2012 19:30:12 -0400 Original-Path: usenet.stanford.edu!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 19 Original-NNTP-Posting-Host: 12.198.236.170 Original-X-Trace: posting.google.com 1337124369 14051 127.0.0.1 (15 May 2012 23:26:09 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 15 May 2012 23:26:09 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=12.198.236.170; posting-account=5Z6buAoAAADgRMWEUoxk6dYFDpaBU92D User-Agent: G2/1.0 Original-Xref: usenet.stanford.edu gnu.emacs.help:192434 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:84841 Archived-At: I'm experimenting with longlines mode (for prose text that needs to interac= t with non-Emacs readers) and org-mode (which I use for nearly all my writi= ng). I'm wondering in particular if there's some way to use the soft-newli= ne fill of longlines-mode and retain the visual indenting by heading level = in emacs/org-mode. For example: * Top-level heading This paragraph is long enough to eventually wrap on to a new line in my= =20 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 ab= ove. I'm ok with that for non-Emacs viewers, but I'm hoping that Emacs+Org= can do better. Thanks in advance.