Re: [Orgmode] [PATCH] typo in docstring

2011-02-01 Thread Bastien
Hi Osamu, Osamu OKANO 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

[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 call

[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-m

[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-inlinet

[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 +

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 @

[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

[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/lis

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 ___ Emacs-orgmode mailing list Remember: use `Reply All' to send rep

[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-par

[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 +66

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

2008-10-25 Thread Carsten Dominik
Applied, thanks. - Carsten On Oct 26, 2008, at 4:20 AM, Sebastian Rose wrote: 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 @@ D

[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:

[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)

[Orgmode] [PATCH]: typo and wishlist bug

2007-08-09 Thread Giovanni Ridolfi
Hello, Crasten, everybody, I found a typo in org.el v5.04 "l" instead of "L" for creating a timeline for the current buffer (see the patch file). Then I ask you to remove the feature (I asked you to add !-): the five "-" that are exported in HTML as (see the patch file). Well, I think tha