emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [PATCH] Fix documentation typos and grammar
@ 2008-10-07 14:43 Bernt Hansen
  2008-10-07 16:31 ` Carsten Dominik
  0 siblings, 1 reply; 3+ messages in thread
From: Bernt Hansen @ 2008-10-07 14:43 UTC (permalink / raw)
  To: emacs-orgmode


---

I read the new attachment feature documentation this morning and noted a
few corrections so here they are.

-Bernt

 doc/org.texi |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/doc/org.texi b/doc/org.texi
index 0db32de..c4a1c6b 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -5170,14 +5170,14 @@ source code files belonging to a project.  However, you may also have files
 that only belong to a given project and that you would like to store in a
 directory belonging to an outline node.
 
-Org allows to associate an arbitary number of files with each indivdual task.
-These files are moved to special directories named by the unique ID of each
-entry.  These directories are located in the @file{data} directory which
+Org allows you to associate an arbitary number of files with each individual
+task.  These files are moved to special directories named by the unique ID of
+each entry.  These directories are located in the @file{data} directory which
 lives in the same directory where your org-file lives@footnote{If you move
 entries or Org-files from one directory to the next, you may want to
 configure @code{org-attach-directory} to contain an absolute path.}.  If you
-initilize this directory with @code{git-init}, Org will automaically commit
-changes when it see them.  The attachment system has been contributed to Org
+initialize this directory with @code{git-init}, Org will automatically commit
+changes when it sees them.  The attachment system has been contributed to Org
 by John Wiegley.
 
 The following commands deal with attachments.
@@ -5232,7 +5232,7 @@ dired and delete from there.
 @chapter Agenda Views
 @cindex agenda views
 
-Due to the way Org works, TODO items, time-stamped items, and
+Due to the way Org works, TODO items, timestamped items, and
 tagged headlines can be scattered throughout a file or even a number of
 files.  To get an overview of open action items, or of events that are
 important for a particular date, this information must be collected,
-- 
1.6.0.2.443.g52e83

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] Fix documentation typos and grammar
  2008-10-07 14:43 [PATCH] Fix documentation typos and grammar Bernt Hansen
@ 2008-10-07 16:31 ` Carsten Dominik
  2008-10-07 16:33   ` Bernt Hansen
  0 siblings, 1 reply; 3+ messages in thread
From: Carsten Dominik @ 2008-10-07 16:31 UTC (permalink / raw)
  To: Bernt Hansen; +Cc: emacs-orgmode

Hi Bernt,

thanks a lot, I will fix these.  But it is a bit early, the attachment  
documentation is still changing.  Maybe take another look after the  
6.09 release?

Thanks.

- Carsten

On Oct 7, 2008, at 4:43 PM, Bernt Hansen wrote:

>
> ---
>
> I read the new attachment feature documentation this morning and  
> noted a
> few corrections so here they are.
>
> -Bernt
>
> doc/org.texi |   12 ++++++------
> 1 files changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/doc/org.texi b/doc/org.texi
> index 0db32de..c4a1c6b 100644
> --- a/doc/org.texi
> +++ b/doc/org.texi
> @@ -5170,14 +5170,14 @@ source code files belonging to a project.   
> However, you may also have files
> that only belong to a given project and that you would like to store  
> in a
> directory belonging to an outline node.
>
> -Org allows to associate an arbitary number of files with each  
> indivdual task.
> -These files are moved to special directories named by the unique ID  
> of each
> -entry.  These directories are located in the @file{data} directory  
> which
> +Org allows you to associate an arbitary number of files with each  
> individual
> +task.  These files are moved to special directories named by the  
> unique ID of
> +each entry.  These directories are located in the @file{data}  
> directory which
> lives in the same directory where your org-file lives@footnote{If  
> you move
> entries or Org-files from one directory to the next, you may want to
> configure @code{org-attach-directory} to contain an absolute  
> path.}.  If you
> -initilize this directory with @code{git-init}, Org will  
> automaically commit
> -changes when it see them.  The attachment system has been  
> contributed to Org
> +initialize this directory with @code{git-init}, Org will  
> automatically commit
> +changes when it sees them.  The attachment system has been  
> contributed to Org
> by John Wiegley.
>
> The following commands deal with attachments.
> @@ -5232,7 +5232,7 @@ dired and delete from there.
> @chapter Agenda Views
> @cindex agenda views
>
> -Due to the way Org works, TODO items, time-stamped items, and
> +Due to the way Org works, TODO items, timestamped items, and
> tagged headlines can be scattered throughout a file or even a number  
> of
> files.  To get an overview of open action items, or of events that are
> important for a particular date, this information must be collected,
> -- 
> 1.6.0.2.443.g52e83
>
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Fix documentation typos and grammar
  2008-10-07 16:31 ` Carsten Dominik
@ 2008-10-07 16:33   ` Bernt Hansen
  0 siblings, 0 replies; 3+ messages in thread
From: Bernt Hansen @ 2008-10-07 16:33 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: emacs-orgmode

Carsten Dominik <dominik@science.uva.nl> writes:

> Hi Bernt,
>
> thanks a lot, I will fix these.  But it is a bit early, the attachment
> documentation is still changing.  Maybe take another look after the
> 6.09 release?
>
> Thanks.

Sure thing :)

-Bernt

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-10-07 16:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-07 14:43 [PATCH] Fix documentation typos and grammar Bernt Hansen
2008-10-07 16:31 ` Carsten Dominik
2008-10-07 16:33   ` Bernt Hansen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).