From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julian Gehring Subject: [PATCH] doc/org.texi: add tiny stylistic improvements Date: Sun, 26 Feb 2012 14:14:30 +0100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------060903000507030108080104" Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57671) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S1dwD-0004pL-9g for emacs-orgmode@gnu.org; Sun, 26 Feb 2012 08:14:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S1dw7-0002Gr-I7 for emacs-orgmode@gnu.org; Sun, 26 Feb 2012 08:14:53 -0500 Received: from plane.gmane.org ([80.91.229.3]:54653) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S1dw7-0002Gm-Bn for emacs-orgmode@gnu.org; Sun, 26 Feb 2012 08:14:47 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1S1dw6-0001UJ-64 for emacs-orgmode@gnu.org; Sun, 26 Feb 2012 14:14:46 +0100 Received: from embln.embl.de ([194.94.44.220]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 26 Feb 2012 14:14:46 +0100 Received: from julian.gehring by embln.embl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 26 Feb 2012 14:14:46 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org This is a multi-part message in MIME format. --------------060903000507030108080104 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit --------------060903000507030108080104 Content-Type: text/x-patch; name="0001-doc-org.texi-add-tiny-stylistic-improvements.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename*0="0001-doc-org.texi-add-tiny-stylistic-improvements.patch" >From e640d3e9fe99c4cb2f2282bf355d0a1d28c33414 Mon Sep 17 00:00:00 2001 From: Julian Gehring Date: Sun, 26 Feb 2012 14:10:05 +0100 Subject: [PATCH] doc/org.texi: add tiny stylistic improvements --- doc/org.texi | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 7e4bbb0..593bca6 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -9827,13 +9827,13 @@ at a different level, specify it with a prefix argument. For example, @end example @noindent -creates only top level headlines and does the rest as items. When +creates only top level headlines and exports the rest as items. When headlines are converted to items, the indentation of the text following the headline is changed to fit nicely under the item. This is done with the assumption that the first body line indicates the base indentation of the body text. Any indentation larger than this is adjusted to preserve the layout relative to the first line. Should there be lines with less -indentation than the first, these are left alone. +indentation than the first one, these are left alone. @vindex org-export-ascii-links-to-notes Links will be exported in a footnote-like style, with the descriptive part in @@ -10224,7 +10224,7 @@ viewing options: path: @r{The path to the script. The default is to grab the script from} @r{@url{http://orgmode.org/org-info.js}, but you might want to have} @r{a local copy and use a path like @samp{../scripts/org-info.js}.} -view: @r{Initial view when website is first shown. Possible values are:} +view: @r{Initial view when the website is first shown. Possible values are:} info @r{Info-like interface with one section per page.} overview @r{Folding interface, initially showing only top-level.} content @r{Folding interface, starting with all headlines visible.} -- 1.7.9 --------------060903000507030108080104--