[Orgmode] [PATCH] typo in docstring

2011-02-01 Thread Osamu OKANO
Hi.
I found some typos in docstrings.
Regards.
---
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index 057a142..28e0582 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -520,7 +520,7 @@ this one will be used.
 (defcustom org-agenda-skip-function-global nil
   Function to be called at each match during agenda construction.
 If this function returns nil, the current match should not be skipped.
-If the function decised to skip an agenda match, is must return the
+If the function decided to skip an agenda match, is must return the
 buffer position from which the search should be continued.
 This may also be a Lisp form, which will be evaluated.

@@ -817,11 +817,11 @@ N days, just insert a special line indicating
the size of the gap.
   :group 'org-agenda)

 (defcustom org-agenda-menu-show-matcher t
-  Non-nil menas show the match string in the agenda dispatcher menu.
+  Non-nil means show the match string in the agenda dispatcher menu.
 When nil, the matcher string is not shown, but is put into the help-echo
 property so than moving the mouse over the command shows it.
 Setting it to nil is good if matcher strings are very long and/or if
-you wnat to use two-column display (see `org-agenda-menu-two-column').
+you want to use two-column display (see `org-agenda-menu-two-column').
   :group 'org-agenda
   :type 'boolean)

@@ -1573,7 +1573,7 @@ Where CATEGORY-REGEXP is a regexp matching the
categories where
 the icon should be displayed.
 FILE-OR-DATA either a file path or a string containing image data.

-The other fields can be ommited safely if not needed:
+The other fields can be omitted safely if not needed:
 TYPE indicates the image type.
 DATA-P is a boolean indicating whether the FILE-OR-DATA string is
 image data.
diff --git a/lisp/org-capture.el b/lisp/org-capture.el
index a28c3b8..e258308 100644
--- a/lisp/org-capture.el
+++ b/lisp/org-capture.el
@@ -136,7 +136,7 @@ target   Specification of where the captured
item should be placed.
  Will create a heading in a date tree for today's date

  (file+datetree+prompt \path/to/file\)
- Will create a heading in a date tree, promts for date
+ Will create a heading in a date tree, prompts for date

  (file+function \path/to/file\ function-finding-location)
  A function to find the right location in the file
diff --git a/lisp/org-exp.el b/lisp/org-exp.el
index 97f17e5..0af56fe 100644
--- a/lisp/org-exp.el
+++ b/lisp/org-exp.el
@@ -483,7 +483,7 @@ This option can also be set with the +OPTIONS
line, e.g. \LaTeX:mathjax\.
 Allowed values are:

 nilDon't do anything.
-verbatim   Keep eveything in verbatim
+verbatim   Keep everything in verbatim
 dvipng Process the LaTeX fragments to images.
This will also include processing of non-math environments.
 t  Do MathJax preprocessing if there is at least on math snippet,
diff --git a/lisp/org-faces.el b/lisp/org-faces.el
index 4f4af9c..bd509ae 100644
--- a/lisp/org-faces.el
+++ b/lisp/org-faces.el
@@ -321,7 +321,7 @@ specific tags.
   (((class color) (min-colors 8)) (:foreground green))
   (t (:bold nil
   Face used in agenda, to indicate lines switched to DONE.
-This face is used to de-emphasize items that where brightly colord in the
+This face is used to de-emphasize items that where brightly colored in the
 agenda because they were things to do, or overdue.  The DONE state itself
 is of course immediately visible, but for example a passed deadline is
 \(by default) very bright read.  This face could be simply the default face
diff --git a/lisp/org.el b/lisp/org.el
index 6de99bb..0dcc5f4 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -1082,7 +1082,7 @@ for the duration of the command.
 The value is an alist, with `heading' and `plain-list-item' as car,
 and a boolean flag as cdr. The cdr may also be the symbol `auto', and then
 Org will look at the surrounding headings/items and try to make an
-intelligent decision wether to insert a blank line or not.
+intelligent decision whether to insert a blank line or not.

 For plain lists, if the variable `org-empty-line-terminates-plain-lists' is
 set, the setting here is ignored and no empty line is inserted, to avoid
@@ -2626,7 +2626,7 @@ See also `org-agenda-jump-prefer-future'.
 (defcustom org-agenda-jump-prefer-future 'org-read-date-prefer-future
   Should the agenda jump command prefer the future for incomplete dates?
 The default is to do the same as configured in `org-read-date-prefer-future'.
-But you can alse set a deviating value here.
+But you can also set a deviating value here.
 This may t or nil, or the symbol `org-read-date-prefer-future'.
   :group 'org-agenda
   :group 'org-time

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] [PATCH] typo in docstring

2011-02-01 Thread Bastien
Hi Osamu,

Osamu OKANO okano.os...@gmail.com writes:

 I found some typos in docstrings.

... some that are particulary hard to spot!  

Thanks for this, I've applied your patch.

-- 
 Bastien

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] [PATCH] typo/grammar fix for .done CSS explanation

2010-12-09 Thread Brian Gough
---
 doc/org.texi |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/org.texi b/doc/org.texi
index 1c44a79..6b6d643 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -9701,7 +9701,7 @@ p.date  @r{publishing date}
 p.creator   @r{creator info, about org-mode version}
 .title  @r{document title}
 .todo   @r{TODO keywords, all not-done states}
-.done   @r{the DONE keywords, all stated the count as done}
+.done   @r{the DONE keywords, all states that count as done}
 .WAITING@r{each TODO keyword also uses a class named after itself}
 .timestamp  @r{timestamp}
 .timestamp-kwd  @r{keyword associated with a timestamp, like SCHEDULED}
-- 
1.6.0.6


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] [PATCH] typo in variable name: org-inlinetask-defaut-state

2010-10-19 Thread Dan Davison
diff --git a/lisp/org-inlinetask.el b/lisp/org-inlinetask.el
index 29b1544..041ee29 100644
--- a/lisp/org-inlinetask.el
+++ b/lisp/org-inlinetask.el
@@ -106,7 +106,7 @@ When nil, they will not be exported.
 (defvar org-complex-heading-regexp)
 (defvar org-property-end-re)
 
-(defcustom org-inlinetask-defaut-state nil
+(defcustom org-inlinetask-default-state nil
   Non-nil means make inline tasks have a TODO keyword initially.
 This should be the state `org-inlinetask-insert-task' should use by
 default, or nil of no state should be assigned.
@@ -117,16 +117,16 @@ default, or nil of no state should be assigned.
 
 (defun org-inlinetask-insert-task (optional no-state)
   Insert an inline task.
-If prefix arg NO-STATE is set, ignore `org-inlinetask-defaut-state'.
+If prefix arg NO-STATE is set, ignore `org-inlinetask-default-state'.
   (interactive P)
   (or (bolp) (newline))
   (let ((indent org-inlinetask-min-level))
 (if org-odd-levels-only
 (setq indent (- (* 2 indent) 1)))
 (insert (make-string indent ?*)
-(if (or no-state (not org-inlinetask-defaut-state))
+(if (or no-state (not org-inlinetask-default-state))
 \n
- (concat   org-inlinetask-defaut-state  \n))
+ (concat   org-inlinetask-default-state  \n))
 (make-string indent ?*)  END\n))
   (end-of-line -1))
 (define-key org-mode-map \C-c\C-xt 'org-inlinetask-insert-task)

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] [PATCH] Typo

2010-07-18 Thread Philip Rooke
Fix single typo

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

diff --git a/doc/org.texi b/doc/org.texi
index 3002772..ab5f10f 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -1,4 +1,5 @@
 
+
 \input texinfo
 @c %**start of header
 @setfilename info/org
@@ -472,7 +473,7 @@ Interaction with other packages
 
 Hacking
 
-* Hooks::  Who to reach into Org's internals
+* Hooks::  How to reach into Org's internals
 * Add-on packages::Available extensions
 * Adding hyperlink types:: New custom link types
 * Context-sensitive commands:: How to add functionality to such commands
-- 
1.7.1.1


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] [patch] typo: customization group org-plain-list

2010-04-21 Thread Carsten Dominik

Applied, thanks.

- Carsten

On Apr 18, 2010, at 10:39 PM, Sebastian Rose wrote:



Found a typo in lisp/org-list.el. Patch is against branch
`remove-compatibility-code'


diff --git a/lisp/org-list.el b/lisp/org-list.el
index 180bc5a..f45819a 100644
--- a/lisp/org-list.el
+++ b/lisp/org-list.el
@@ -119,7 +119,7 @@ When a string, it will be used as a regular  
expression.  When the bullet
type of a list is changed, the new bullet type will be matched  
against this
regexp. If it matches, there will be two spaces instead of  
one after

the bullet in each item of he list.
-  :group 'org-plain-list
+  :group 'org-plain-lists
  :type '(choice
 (const :tag never nil)
 (regexp)))



  Sebastian
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


- Carsten





___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] [patch] typo: customization group org-plain-list

2010-04-18 Thread Sebastian Rose

Found a typo in lisp/org-list.el. Patch is against branch
`remove-compatibility-code'


diff --git a/lisp/org-list.el b/lisp/org-list.el
index 180bc5a..f45819a 100644
--- a/lisp/org-list.el
+++ b/lisp/org-list.el
@@ -119,7 +119,7 @@ When a string, it will be used as a regular expression.  When the bullet
 type of a list is changed, the new bullet type will be matched against this
 regexp. If it matches, there will be two spaces instead of one after
 the bullet in each item of he list.
-  :group 'org-plain-list
+  :group 'org-plain-lists
   :type '(choice
  (const :tag never nil)
  (regexp)))



   Sebastian
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] [PATCH] Typo: left-over - leftover

2010-03-28 Thread Bernt Hansen
Since this is not an exposed variable we can rename it so that it is spelled
correctly.
---
 lisp/ChangeLog|2 +-
 lisp/org-clock.el |   16 
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a027996..c787f1b 100755
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -773,7 +773,7 @@
 
* org.el (org-offer-links-in-entry): Make RET open all links.
 
-   * org-html.el (org-export-as-html): Remove any left-over display
+   * org-html.el (org-export-as-html): Remove any leftover display
properties in the html file.
 
* org-wl.el (org-wl-store-link): Work-around for format bug with
diff --git a/lisp/org-clock.el b/lisp/org-clock.el
index d8d1fe0..42ff593 100644
--- a/lisp/org-clock.el
+++ b/lisp/org-clock.el
@@ -273,7 +273,7 @@ to add an effort property.)
 (defvar org-clock-heading-for-remember )
 (defvar org-clock-start-time )
 
-(defvar org-clock-left-over-time nil
+(defvar org-clock-leftover-time nil
   If non-nil, user cancelled a clock; this is when leftover time started.)
 
 (defvar org-clock-effort 
@@ -713,7 +713,7 @@ This routine can do one of many things:
   (org-clock-clock-out clock fail-quietly resolve-to)
   (unless org-clock-clocking-in
(if close-p
-   (setq org-clock-left-over-time resolve-to)
+   (setq org-clock-leftover-time resolve-to)
  (org-clock-clock-in clock)))
 
 (defun org-clock-resolve (clock optional prompt-fn last-valid fail-quietly)
@@ -896,14 +896,14 @@ the clocking selection, associated with the letter `d'.
 (let ((interrupting (and (not org-clock-resolving-clocks-due-to-idleness)
 (org-clocking-p)))
  ts selected-task target-pos (msg-extra )
- (left-over (and (not org-clock-resolving-clocks)
- org-clock-left-over-time)))
+ (leftover (and (not org-clock-resolving-clocks)
+ org-clock-leftover-time)))
   (when (and org-clock-auto-clock-resolution
 (or (not interrupting)
 (eq t org-clock-auto-clock-resolution))
 (not org-clock-clocking-in)
 (not org-clock-resolving-clocks))
-   (setq org-clock-left-over-time nil)
+   (setq org-clock-leftover-time nil)
(let ((org-clock-clocking-in t))
  (org-resolve-clocks))); check if any clocks are dangling
   (when (equal select '(4))
@@ -1021,13 +1021,13 @@ the clocking selection, associated with the letter `d'.
  (setq org-clock-total-time (org-clock-sum-current-item
  (org-clock-get-sum-start)))
  (setq org-clock-start-time
-   (or (and left-over
+   (or (and leftover
 (y-or-n-p
  (format
   You stopped another clock %d mins ago; start 
this one from then? 
   (/ (- (org-float-time (current-time))
-(org-float-time left-over)) 60)))
-left-over)
+(org-float-time leftover)) 60)))
+leftover)
(current-time)))
  (setq ts (org-insert-time-stamp org-clock-start-time
  'with-hm 'inactive
-- 
1.7.0.2.279.gf1ba1c



___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] [PATCH] Typo

2009-11-15 Thread Carsten Dominik

Applied, thanks.

- Carsten

On Nov 14, 2009, at 5:10 PM, Noorul Islam wrote:


Hi,

I do not have public repository so I am attaching the patch. It is
very small though!

Thanks
Noorul
org-mode.typo.diff___
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


- Carsten





___
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


[Orgmode] [PATCH] Typo

2009-11-14 Thread Noorul Islam
Hi,

I do not have public repository so I am attaching the patch. It is
very small though!

Thanks
Noorul
diff --git a/README b/README
index dea5506..f4b491d 100644
--- a/README
+++ b/README
@@ -28,7 +28,7 @@ xemacs/
 until version 4.37, but no longer.
 
 CONTRIB/
-A diretory with third-party additions for Org.  Some really cool
+A directory with third-party additions for Org.  Some really cool
 stuff is in there.
 
 ORGWEBPAGE/
diff --git a/README_DIST b/README_DIST
index 26e9757..85b207a 100644
--- a/README_DIST
+++ b/README_DIST
@@ -24,7 +24,7 @@ xemacs/
 until version 4.37, but no longer.
 
 CONTRIB/
-A diretory with third-party additions for Org.  Some really cool
+A directory with third-party additions for Org.  Some really cool
 stuff is in there.
 
 ChangeLog
diff --git a/doc/Documentation_Standards.org b/doc/Documentation_Standards.org
index 04d6725..357520b 100644
--- a/doc/Documentation_Standards.org
+++ b/doc/Documentation_Standards.org
@@ -3,7 +3,7 @@
 #+EMAIL:p...@yax.org.uk
 #+LANGUAGE: en
 #+STARTUP:  showall
-#+TEXT: Notes to myself justifying the coventions and standards in my
+#+TEXT: Notes to myself justifying the conventions and standards in my
 #+TEXT: set of recent doc patches.
 #+OPTIONS:  H:3 num:t toc:t \n:nil @:t ::t |:t ^:t *:t TeX:t
 
___
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


[Orgmode] [PATCH] Typo

2009-11-11 Thread Bernt Hansen
---
This patch is available at git://git.norang.ca/org-mode.git typos

 lisp/org-agenda.el |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index cbd460f..8be46bc 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -6665,7 +6665,7 @@ The cursor may be at a date in the calendar, or in the 
Org agenda.
   (org-agenda-add-entry-to-org-agenda-diary-file 'day text d1))
  ((equal char ?a)
   (setq d1 (list (car d1) (nth 1 d1)
-(read-number (format Referece year [%d]:  (nth 2 d1))
+(read-number (format Reference year [%d]:  (nth 2 d1))
  (nth 2 d1
   (setq text (read-string Anniversary (use %d to show years): ))
   (org-agenda-add-entry-to-org-agenda-diary-file 'anniversary text d1))
-- 
1.6.5.2.180.gc5b3e



___
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


[Orgmode] Patch: typo in org-exp.el (EXPORT_EXCUDE_TAGS)

2008-10-25 Thread Sebastian Rose

Little typo in org-exp.el?

Think this should be EXPORT_EXCLUDE_TAGS?


diff --git a/lisp/org-exp.el b/lisp/org-exp.el
index c5c0bb3..7294390 100644
--- a/lisp/org-exp.el
+++ b/lisp/org-exp.el
@@ -2597,7 +2597,7 @@ Does include HTML export options as well as TODO 
and CATEGORY stuff.
 #+OPTIONS:   H:%d num:%s toc:%s \\n:%s @:%s ::%s |:%s ^:%s -:%s f:%s 
*:%s TeX:%s LaTeX:%s skip:%s d:%s tags:%s

 %s
 #+EXPORT_SELECT_TAGS: %s
-#+EXPORT_EXCUDE_TAGS: %s
+#+EXPORT_EXCLUDE_TAGS: %s
 #+LINK_UP:   %s
 #+LINK_HOME: %s
 #+CATEGORY:  %s


___
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


[Orgmode] [PATCH] Typo - Fix description of org-clock-in

2008-07-09 Thread Bernt Hansen

---
 lisp/org-clock.el |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lisp/org-clock.el b/lisp/org-clock.el
index 62d3d58..b46d486 100644
--- a/lisp/org-clock.el
+++ b/lisp/org-clock.el
@@ -207,7 +207,7 @@ of a different task.)
 (defun org-clock-in (optional select)
   Start the clock on the current item.
 If necessary, clock-out of the currently active clock.
-With prefix arg SELECT, offer a list of recently clocked ta sks to
+With prefix arg SELECT, offer a list of recently clocked tasks to
 clock into.  When SELECT is `C-u C-u', clock into the current task and mark
 is as the default task, a special task that will always be offered in
 the clocking selection, associated with the letter `d'.
-- 
1.5.6.2.255.gbed62



___
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