Переглянути джерело

orgguide.texi: break lines after @noindent

    * doc/orgguide.texi: to avoid troubles with po4a, I've added break lines after @noindent
David Arroyo Menéndez 10 роки тому
батько
коміт
2900f18a2b
1 змінених файлів з 34 додано та 17 видалено
  1. 34 17
      doc/orgguide.texi

+ 34 - 17
doc/orgguide.texi

@@ -35,7 +35,8 @@
 @end macro
 @end macro
 
 
 @macro seealso{text}
 @macro seealso{text}
-@noindent @b{Further reading}@*@noindent \text\
+@noindent 
+@b{Further reading}@*@noindent \text\
 @end macro
 @end macro
 @copying
 @copying
 
 
@@ -263,7 +264,8 @@ to the Emacs load path.  To do this, add the following line to @file{.emacs}:
 (setq load-path (cons "~/path/to/orgdir/contrib/lisp" load-path))
 (setq load-path (cons "~/path/to/orgdir/contrib/lisp" load-path))
 @end smallexample
 @end smallexample
 
 
-@noindent If you have been using git or a tar ball to get Org, you need to
+@noindent 
+If you have been using git or a tar ball to get Org, you need to
 run the following command to generate autoload information.
 run the following command to generate autoload information.
 command:
 command:
 
 
@@ -343,7 +345,8 @@ of @kbd{C-a} and @kbd{C-e} in headlines.}.  For example:
 * Another top level headline
 * Another top level headline
 @end smallexample
 @end smallexample
 
 
-@noindent Some people find the many stars too noisy and would prefer an
+@noindent 
+Some people find the many stars too noisy and would prefer an
 outline that has whitespace followed by a single star as headline
 outline that has whitespace followed by a single star as headline
 starters.  @ref{Clean view}, describes a setup to realize this.
 starters.  @ref{Clean view}, describes a setup to realize this.
 
 
@@ -543,7 +546,8 @@ The Org homepage[fn:1] now looks a lot better than it used to.
 [fn:1] The link is: http://orgmode.org
 [fn:1] The link is: http://orgmode.org
 @end smallexample
 @end smallexample
 
 
-@noindent The following commands handle footnotes:
+@noindent 
+The following commands handle footnotes:
 
 
 @table @kbd
 @table @kbd
 @item C-c C-x f
 @item C-c C-x f
@@ -604,7 +608,8 @@ create the above table, you would only type
 |-
 |-
 @end smallexample
 @end smallexample
 
 
-@noindent and then press @key{TAB} to align the table and start filling in
+@noindent 
+and then press @key{TAB} to align the table and start filling in
 fields.  Even faster would be to type @code{|Name|Phone|Age} followed by
 fields.  Even faster would be to type @code{|Name|Phone|Age} followed by
 @kbd{C-c @key{RET}}.
 @kbd{C-c @key{RET}}.
 
 
@@ -1068,7 +1073,8 @@ are checkboxes, toggling one of the children checkboxes will make the
 parent checkbox reflect if none, some, or all of the children are
 parent checkbox reflect if none, some, or all of the children are
 checked.
 checked.
 
 
-@noindent The following commands work with checkboxes:
+@noindent 
+The following commands work with checkboxes:
 
 
 @table @kbd
 @table @kbd
 @item C-c C-c
 @item C-c C-c
@@ -1176,7 +1182,8 @@ like:
 (setq org-tag-alist '(("@@work" . ?w) ("@@home" . ?h) ("laptop" . ?l)))
 (setq org-tag-alist '(("@@work" . ?w) ("@@home" . ?h) ("laptop" . ?l)))
 @end smalllisp
 @end smalllisp
 
 
-@noindent If the tag is only relevant to the file you are working on, then you
+@noindent 
+If the tag is only relevant to the file you are working on, then you
 can instead set the TAGS option line as:
 can instead set the TAGS option line as:
 
 
 @smallexample
 @smallexample
@@ -1332,7 +1339,8 @@ timestamp can appear anywhere in the headline or body of an Org tree entry.
 Its presence causes entries to be shown on specific dates in the agenda
 Its presence causes entries to be shown on specific dates in the agenda
 (@pxref{Weekly/daily agenda}).  We distinguish:
 (@pxref{Weekly/daily agenda}).  We distinguish:
 
 
-@noindent @b{Plain timestamp; Event; Appointment}@*
+@noindent 
+@b{Plain timestamp; Event; Appointment}@*
 A simple timestamp just assigns a date/time to an item.  This is just
 A simple timestamp just assigns a date/time to an item.  This is just
 like writing down an appointment or event in a paper agenda.
 like writing down an appointment or event in a paper agenda.
 
 
@@ -1343,7 +1351,8 @@ like writing down an appointment or event in a paper agenda.
   <2006-11-02 Thu 20:00-22:00>
   <2006-11-02 Thu 20:00-22:00>
 @end smallexample
 @end smallexample
 
 
-@noindent @b{Timestamp with repeater interval}@*
+@noindent 
+@b{Timestamp with repeater interval}@*
 A timestamp may contain a @emph{repeater interval}, indicating that it
 A timestamp may contain a @emph{repeater interval}, indicating that it
 applies not only on the given date, but again and again after a certain
 applies not only on the given date, but again and again after a certain
 interval of N days (d), weeks (w), months (m), or years (y).  The
 interval of N days (d), weeks (w), months (m), or years (y).  The
@@ -1353,7 +1362,8 @@ following will show up in the agenda every Wednesday:
   <2007-05-16 Wed 12:30 +1w>
   <2007-05-16 Wed 12:30 +1w>
 @end smallexample
 @end smallexample
 
 
-@noindent @b{Diary-style sexp entries}@*
+@noindent 
+@b{Diary-style sexp entries}@*
 For more complex date specifications, Org mode supports using the
 For more complex date specifications, Org mode supports using the
 special sexp diary entries implemented in the Emacs calendar/diary
 special sexp diary entries implemented in the Emacs calendar/diary
 package.  For example
 package.  For example
@@ -1362,14 +1372,16 @@ package.  For example
   <%%(diary-float t 4 2)>
   <%%(diary-float t 4 2)>
 @end smallexample
 @end smallexample
 
 
-@noindent @b{Time/Date range}@*
+@noindent 
+@b{Time/Date range}@*
 Two timestamps connected by @samp{--} denote a range.
 Two timestamps connected by @samp{--} denote a range.
 @smallexample
 @smallexample
 ** Meeting in Amsterdam
 ** Meeting in Amsterdam
    <2004-08-23 Mon>--<2004-08-26 Thu>
    <2004-08-23 Mon>--<2004-08-26 Thu>
 @end smallexample
 @end smallexample
 
 
-@noindent @b{Inactive timestamp}@*
+@noindent 
+@b{Inactive timestamp}@*
 Just like a plain timestamp, but with square brackets instead of
 Just like a plain timestamp, but with square brackets instead of
 angular ones.  These timestamps are inactive in the sense that they do
 angular ones.  These timestamps are inactive in the sense that they do
 @emph{not} trigger an entry to show up in the agenda.
 @emph{not} trigger an entry to show up in the agenda.
@@ -1421,7 +1433,8 @@ information on how exactly the date/time prompt works.
 
 
 A timestamp may be preceded by special keywords to facilitate planning:
 A timestamp may be preceded by special keywords to facilitate planning:
 
 
-@noindent @b{DEADLINE}@*
+@noindent 
+@b{DEADLINE}@*
 Meaning: the task (most likely a TODO item, though not necessarily) is supposed
 Meaning: the task (most likely a TODO item, though not necessarily) is supposed
 to be finished on that date.
 to be finished on that date.
 @table @kbd
 @table @kbd
@@ -1443,7 +1456,8 @@ until the entry is marked DONE.  An example:
 @end smallexample
 @end smallexample
 
 
 
 
-@noindent @b{SCHEDULED}@*
+@noindent 
+@b{SCHEDULED}@*
 Meaning: you are @i{planning to start working} on that task on the given
 Meaning: you are @i{planning to start working} on that task on the given
 date@footnote{This is quite different from what is normally understood by
 date@footnote{This is quite different from what is normally understood by
 @i{scheduling a meeting}, which is done in Org-mode by just inserting a time
 @i{scheduling a meeting}, which is done in Org-mode by just inserting a time
@@ -1605,7 +1619,8 @@ use:
         "* %?\nEntered on %U\n  %i\n  %a")))
         "* %?\nEntered on %U\n  %i\n  %a")))
 @end smallexample
 @end smallexample
 
 
-@noindent In these entries, the first string is the key to reach the
+@noindent 
+In these entries, the first string is the key to reach the
 template, the second is a short description.  Then follows the type of the
 template, the second is a short description.  Then follows the type of the
 entry and a definition of the target location for storing the note.  Finally,
 entry and a definition of the target location for storing the note.  Finally,
 the template itself, a string with %-escapes to fill in information based on
 the template itself, a string with %-escapes to fill in information based on
@@ -2290,7 +2305,8 @@ $a=+\sqrt@{2@}$ or $a=-\sqrt@{2@}$.
 x=\sqrt@{b@}
 x=\sqrt@{b@}
 \end@{equation@}
 \end@{equation@}
 @end smallexample
 @end smallexample
-@noindent  With
+@noindent  
+With
 @uref{http://orgmode.org/manual/LaTeX-fragments.html#LaTeX-fragments,special
 @uref{http://orgmode.org/manual/LaTeX-fragments.html#LaTeX-fragments,special
 setup}, @LaTeX{} snippets will be included as images when exporting to HTML.
 setup}, @LaTeX{} snippets will be included as images when exporting to HTML.
 
 
@@ -2383,7 +2399,8 @@ the exported file use either
 @smallexample
 @smallexample
 #+HTML: Literal HTML code for export
 #+HTML: Literal HTML code for export
 @end smallexample
 @end smallexample
-@noindent or
+@noindent 
+or
 @smallexample
 @smallexample
 #+BEGIN_HTML
 #+BEGIN_HTML
 All lines between these markers are exported literally
 All lines between these markers are exported literally